diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-14 08:38:09 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-14 08:38:09 +0800 |
commit | 497f1de982cce0c66dc36a1d1c393b4957731003 (patch) | |
tree | d265e50e4ebbd22090d4658c0aabe048db5f7fce /textproc/Makefile | |
parent | 4fcd7ea0640058b55c202c7f537fb83f0c1459e2 (diff) | |
download | freebsd-ports-gnome-497f1de982cce0c66dc36a1d1c393b4957731003.tar.gz freebsd-ports-gnome-497f1de982cce0c66dc36a1d1c393b4957731003.tar.zst freebsd-ports-gnome-497f1de982cce0c66dc36a1d1c393b4957731003.zip |
Add fldiff.
Fldiff is a graphical diff program that shows the differences between two
files/directories, or a file/directory and a CVS or Subversion repository.
It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of
GUI toolkit has hampered their portability to many of the systems I work with.
WWW: http://www.easysw.com/~mike/fldiff/
PR: ports/86078
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
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 b0da1b9f96a4..76d2d8acce19 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -118,6 +118,7 @@ SUBDIR += fi-aspell SUBDIR += filepp SUBDIR += fist + SUBDIR += fldiff SUBDIR += flip SUBDIR += fo-aspell SUBDIR += foiltex |