summaryrefslogtreecommitdiff
path: root/textproc/icdiff (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/icdiff: Update to 2.0.4Po-Chuan Hsieh2021-08-092-4/+4
| | | | Changes: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog
* textproc/icdiff: Update to 2.0.3Po-Chuan Hsieh2021-08-083-4/+5
| | | | Changes: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog
* textproc/icdiff: Add LICENSE_FILEPo-Chuan Hsieh2021-05-262-6/+8
| | | | | - Remove flavors: not needed for an application - Take maintainership
* */*: Fix ENOTIME: return my ports to the poolBen Woods2021-05-221-1/+1
| | | | | Reset maintainership of my ports to ports@FreeBSD.org so others can step in to help where I haven't been able to find the time.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* textproc/icdiff: Update to 2.0.0Ben Woods2021-03-022-4/+4
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | With hat: portmgr
* textproc/icdiff: Update to 1.9.5Ben Woods2019-12-072-4/+4
|
* textproc/icdiff: Update to 1.9.4Ben Woods2019-07-282-6/+8
| | | | | Changelog: https://github.com/jeffkaufman/icdiff/blob/release-1.9.4/ChangeLog
* Bump a few PORTREVISIONs after r498529Antoine Brodin2019-04-101-0/+1
| | | | With hat: portmgr
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* textproc/icdiff: Update to 1.9.1Ben Woods2017-08-142-4/+4
| | | | | Changes this release: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog
* textproc/icdiff: Update to 1.8.6Ben Woods2016-12-192-4/+4
| | | | Approved by: adamw (mentor, implicit)
* Add new port textproc/icdiff, an improved colored diff utility.Ben Woods2016-10-153-0/+31
WWW: https://www.jefftk.com/icdiff Approved by: adamw (mentor, implicit)