diff options
author | woodsb02 <woodsb02@FreeBSD.org> | 2016-10-15 15:18:19 +0800 |
---|---|---|
committer | woodsb02 <woodsb02@FreeBSD.org> | 2016-10-15 15:18:19 +0800 |
commit | ef52b96462b28496368e2e687f8ce8c902e7e41b (patch) | |
tree | d82db14ad4058b92d9b78454449af60a21517b84 /textproc | |
parent | 46871e34969a01f7e1f35622edc93289f13688f3 (diff) | |
download | freebsd-ports-gnome-ef52b96462b28496368e2e687f8ce8c902e7e41b.tar.gz freebsd-ports-gnome-ef52b96462b28496368e2e687f8ce8c902e7e41b.tar.zst freebsd-ports-gnome-ef52b96462b28496368e2e687f8ce8c902e7e41b.zip |
Add new port textproc/icdiff, an improved colored diff utility.
WWW: https://www.jefftk.com/icdiff
Approved by: adamw (mentor, implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/icdiff/Makefile | 18 | ||||
-rw-r--r-- | textproc/icdiff/distinfo | 3 | ||||
-rw-r--r-- | textproc/icdiff/pkg-descr | 10 |
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index fa2c549d7885..9bb26970830a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -323,6 +323,7 @@ SUBDIR += ibus-m17n SUBDIR += ibus-qt SUBDIR += ibus-table + SUBDIR += icdiff SUBDIR += id-aspell SUBDIR += id-hyphen SUBDIR += idnits diff --git a/textproc/icdiff/Makefile b/textproc/icdiff/Makefile new file mode 100644 index 000000000000..8929adb4f513 --- /dev/null +++ b/textproc/icdiff/Makefile @@ -0,0 +1,18 @@ +# Created by: Ben Woods <woodsb02@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= icdiff +PORTVERSION= 1.8.5 +CATEGORIES= textproc +MASTER_SITES= CHEESESHOP + +MAINTAINER= woodsb02@FreeBSD.org +COMMENT= Improved colored diff + +LICENSE= PSFL + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/icdiff/distinfo b/textproc/icdiff/distinfo new file mode 100644 index 000000000000..c78cba1481f5 --- /dev/null +++ b/textproc/icdiff/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1476449460 +SHA256 (icdiff-1.8.5.tar.gz) = d0fc55ff53f4ca1af6612dadeac9635a3f2ede269530ca5af6bbe22544d16e5c +SIZE (icdiff-1.8.5.tar.gz) = 8682 diff --git a/textproc/icdiff/pkg-descr b/textproc/icdiff/pkg-descr new file mode 100644 index 000000000000..6a113b579339 --- /dev/null +++ b/textproc/icdiff/pkg-descr @@ -0,0 +1,10 @@ +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. + +WWW: https://www.jefftk.com/icdiff |