diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-06 18:06:20 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-07-06 18:06:20 +0000 |
commit | 7ae67a1ab62fbd26722c9ff20e77aeb27a48b207 (patch) | |
tree | 0514abfb04dbd3a2431f77d4941c9f71e50f73b1 /textproc/Makefile | |
parent | 1e2792154b9ca07a0f6d30a2dc27c095eeef4c06 (diff) | |
download | ports-7ae67a1ab62fbd26722c9ff20e77aeb27a48b207.tar.gz ports-7ae67a1ab62fbd26722c9ff20e77aeb27a48b207.zip |
Add colordiff 1.0.5, a tool to colorize diff output.
Colordiff is a wrapper for diff and produces the same output as diff but with
coloured syntax highlighting at the command line to improve readability.
The output is similar to how a diff-generated patch might appear in Vim or Emacs
with the appropriate syntax highlighting options enabled.
PR: ports/83062
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes:
svn path=/head/; revision=138616
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b529b9024005..60ca3f601d22 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -51,6 +51,7 @@ SUBDIR += coco SUBDIR += code2html SUBDIR += cole + SUBDIR += colordiff SUBDIR += cost SUBDIR += crimson SUBDIR += cs-aspell |