diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-14 00:38:09 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-14 00:38:09 +0000 |
commit | 497f1de982cce0c66dc36a1d1c393b4957731003 (patch) | |
tree | d265e50e4ebbd22090d4658c0aabe048db5f7fce /textproc/fldiff/pkg-plist | |
parent | 4fcd7ea0640058b55c202c7f537fb83f0c1459e2 (diff) | |
download | FreeBSD-ports-497f1de982cce0c66dc36a1d1c393b4957731003.zip FreeBSD-ports-497f1de982cce0c66dc36a1d1c393b4957731003.tar.gz |
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/fldiff/pkg-plist')
-rw-r--r-- | textproc/fldiff/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/fldiff/pkg-plist b/textproc/fldiff/pkg-plist new file mode 100644 index 0000000..acbcf97 --- /dev/null +++ b/textproc/fldiff/pkg-plist @@ -0,0 +1,4 @@ +bin/fldiff +share/applications/fldiff.desktop +share/pixmaps/fldiff.png +@unexec rmdir %D/share/applications 2>/dev/null || true |