non port: textproc/cdiff/Makefile |
Number of commits found: 33 |
Wednesday, 10 Apr 2019
|
06:18 antoine
Bump a few PORTREVISIONs after r498529
With hat: portmgr
 |
Thursday, 30 Nov 2017
|
15:50 mat
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the
current python flavor. It can be used in dependency lines when the
port itself is not python flavored. For example, deskutils/calibre.
By default, all the flavors are generated. To only generate flavors
for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.
In all the ports with Python dependencies, the *_DEPENDS entries MUST
end with the flavor so that the framework knows which to build/use.
This is done by appending '@${PY_FLAVOR}' after the origin (or
@${FLAVOR} if in a Python module with Python flavors, as the content
will be the same). For example:
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
PR: 223071
Reviewed by: portmgr, python
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12464
 |
Tuesday, 23 May 2017
|
12:41 mat
Add a few commits after 1.0, it adds the ability to set the tab width.
Sponsored by: Absolight
 |
12:34 mat
Update to 1.0.
Sponsored by: Absolight
 |
Friday, 29 Jan 2016
|
16:13 mat
Update to 0.9.8.
Changes: https://github.com/ymattw/cdiff/compare/0.9.7...0.9.8
Sponsored by: Absolight
 |
Saturday, 25 Apr 2015
|
09:11 mat
Update to 0.9.7, fixes a bug in side by side view when viewing a patch of patch.
Sponsored by: Absolight
 |
Thursday, 19 Mar 2015
|
19:58 mat
Convert to the new USE_GITHUB.
Sponsored by: Absolight
 |
16:44 bdrewery
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
 |
Sunday, 7 Dec 2014
|
10:01 mva
- Convert textproc/ to USES=python
With hat: python@
 |
Monday, 11 Aug 2014
|
12:29 antoine
Canonicalize some old USE_PY*
With hat: portmgr
 |
Tuesday, 22 Jul 2014
|
13:16 mat
Update to 20140711.
Sponsored by: Absolight
 |
Saturday, 21 Jun 2014
|
17:03 mat
Update to 6c95ff4
Sponsored by: Absolight
 |
Friday, 20 Jun 2014
|
14:22 mat
Maj to 0.9.5.20140620
Sponsored by: Absolight
 |
Tuesday, 18 Mar 2014
|
14:04 mat
Catch up with latest from upstream.
Sponsored by: Absolight
 |
Monday, 2 Dec 2013
|
13:27 mat
Use PYDISTUTILS_AUTOPLIST
PR: ports/184390
Submitted by: sunpoet
 |
Thursday, 14 Nov 2013
|
17:08 mat
Fixup crash happening when input is not in UTF-8.
Reported by: ale
 |
Friday, 18 Oct 2013
|
18:47 mat
Change upstream to a new shinier one.
(And take maintainership.)
PR: ports/183084
Submitted by: mat
Approved by: garga (maintainer)
 |
Friday, 20 Sep 2013
|
23:17 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
 |
Monday, 2 Sep 2013
|
09:45 garga
Change my ports to USES (gmake|perl5)
 |
Friday, 5 Oct 2012
|
12:41 garga
Change headers of all ports maintained by me to new format
 |
Thursday, 2 Aug 2012
|
09:02 cs
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.)
 |
Monday, 2 Jul 2012
|
22:18 garga
remove MAKE_JOBS_SAFE since it has NO_BUILD set and silence portlint
 |
Saturday, 28 Mar 2009
|
17:53 garga
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
 |
Thursday, 21 Dec 2006
|
16:10 garga
- Update to 1.5
Changelog:
- Add an option to change de colors using an environment var called
CDIFFCOLORS
PR: ports/106878
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
 |
Monday, 4 Sep 2006
|
08:17 linimon
Reassign from inactive maintainer to new volunteer.
Hat: portmgr
 |
Tuesday, 12 Apr 2005
|
08:06 flz
- Fix issues with monochrome terminals.
PR: ports/75310
Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
Approved by: maintainer timeout (> 3 months)
 |
Friday, 6 Feb 2004
|
13:12 trevor
Use PLIST_FILES (bento-tested, marcus-reviewed).
 |
Friday, 7 Mar 2003
|
06:11 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Sunday, 10 Mar 2002
|
22:01 eivind
Update to 1.4. This adds support for "cvs annotate"
 |
Thursday, 26 Apr 2001
|
19:03 eivind
Update from 1.2 to 1.3: Make cdiff understand long lines etc (actual change: 1
character - less -r to less -R)
 |
Monday, 20 Nov 2000
|
13:16 eivind
Handle compressed files
 |
Tuesday, 24 Oct 2000
|
17:51 eivind
Upgrade to 1.1.
 |
Wednesday, 20 Sep 2000
|
12:37 eivind
Colorizing diff viewing tool
 |
Number of commits found: 33 |