diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-07-08 23:08:24 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-07-08 23:08:24 +0800 |
commit | 2d38887de5d601f53887dac8c63f61d992ea463a (patch) | |
tree | a4dd6d8d556babb102e202ed7b8a8ed72ac9e8fe /textproc/Makefile | |
parent | 131e6e93ada129b9b32107d93208e22644ee9b44 (diff) | |
download | freebsd-ports-gnome-2d38887de5d601f53887dac8c63f61d992ea463a.tar.gz freebsd-ports-gnome-2d38887de5d601f53887dac8c63f61d992ea463a.tar.zst freebsd-ports-gnome-2d38887de5d601f53887dac8c63f61d992ea463a.zip |
Initial import of pardiff-0.9.3.
Pardiff is a program that takes the output of diff and displays it in a
parallel (side-by-side) format, emulating the /PARALLEL option on the VMS
version of diff.
PR: 28813
Submitted by: Anders Nordby <anders@fix.no>
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 ba6d1daeb49b..cb0aaa887053 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -133,6 +133,7 @@ SUBDIR += p5-dTemplate SUBDIR += p5-libxml SUBDIR += par + SUBDIR += pardiff SUBDIR += perl2html SUBDIR += pspell SUBDIR += pspell-ispell |