Port details |
- icdiff Improved colored diff
- 2.0.7_1 textproc =4 2.0.7_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2016-10-15 07:18:30
- Last Update: 2024-03-23 14:30:49
- Commit Hash: b6e7c57
- People watching this port, also watch:: lame, plexmediaserver-plexpass, nvidia-settings, tor, xfce
- License: PSFL
- WWW:
- https://www.jefftk.com/icdiff
- https://github.com/jeffkaufman/icdiff
- Description:
- Your terminal can display color, but most diff tools don't make good use of it.
By highlighting changes, icdiff can show you the differences between similar
files without getting in the way. This is especially helpful for identifying and
understanding small changes within existing lines.
Instead of trying to be a diff replacement for all circumstances, the goal of
icdiff is to be a tool you can reach for to get a better picture of what changed
when it's not immediately obvious from diff.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/icdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/icdiff
- pkg install icdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: icdiff
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1692812381
SHA256 (jeffkaufman-icdiff-release-2.0.7_GH0.tar.gz) = 147ebdd0c2b8019d0702bbbb1349d77442a4f05530cba39276b58b005ca08c77
SIZE (jeffkaufman-icdiff-release-2.0.7_GH0.tar.gz) = 40150
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=0 : devel/py-setuptools@py39
- py39-wheel>=0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_icdiff
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.7_1 23 Mar 2024 14:30:49 |
Po-Chuan Hsieh (sunpoet) |
textproc/icdiff: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change |
2.0.7 26 Aug 2023 09:27:14 |
Po-Chuan Hsieh (sunpoet) |
textproc/icdiff: Update to 2.0.7
- Update WWW and clean up pkg-descr
Changes: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog |
2.0.6 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.0.6 30 Jan 2023 12:59:10 |
Po-Chuan Hsieh (sunpoet) |
textproc/icdiff: Update to 2.0.6
Changes: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.5 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.5 17 Apr 2022 23:58:04 |
Po-Chuan Hsieh (sunpoet) |
textproc/icdiff: Update to 2.0.5
Changes: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog |
2.0.4 08 Aug 2021 21:43:50 |
Po-Chuan Hsieh (sunpoet) |
textproc/icdiff: Update to 2.0.4
Changes: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog |
2.0.3 08 Aug 2021 14:53:59 |
Po-Chuan Hsieh (sunpoet) |
textproc/icdiff: Update to 2.0.3
Changes: https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog |
2.0.0 26 May 2021 12:54:28 |
Po-Chuan Hsieh (sunpoet) |
textproc/icdiff: Add LICENSE_FILE
- Remove flavors: not needed for an application
- Take maintainership |
2.0.0 22 May 2021 02:13:01 |
Ben Woods (woodsb02) |
*/*: Fix ENOTIME: return my ports to the pool
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. |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 02 Mar 2021 22:41:47 |
woodsb02 |
textproc/icdiff: Update to 2.0.0 |
1.9.5 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.9.5 07 Dec 2019 00:44:33 |
woodsb02 |
textproc/icdiff: Update to 1.9.5 |
1.9.4 28 Jul 2019 09:43:57 |
woodsb02 |
textproc/icdiff: Update to 1.9.4
Changelog:
https://github.com/jeffkaufman/icdiff/blob/release-1.9.4/ChangeLog |
1.9.1_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
1.9.1 30 Nov 2017 15:50:34 |
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 (Only the first 15 lines of the commit message are shown above ) |
1.9.1 14 Aug 2017 12:01:09 |
woodsb02 |
textproc/icdiff: Update to 1.9.1
Changes this release:
https://github.com/jeffkaufman/icdiff/blob/master/ChangeLog |
1.8.6 19 Dec 2016 13:10:11 |
woodsb02 |
textproc/icdiff: Update to 1.8.6
Approved by: adamw (mentor, implicit) |
1.8.5 15 Oct 2016 07:18:19 |
woodsb02 |
Add new port textproc/icdiff, an improved colored diff utility.
WWW: https://www.jefftk.com/icdiff
Approved by: adamw (mentor, implicit) |