[Lunar-commits] <moonbase> fldiff: version 1.1 added to moonbase
Duncan Gibson
duncan.gibson at xs4all.nl
Sun Oct 19 12:18:42 CEST 2008
commit a51a55e8e4983762f74e2c3ad6328e49c95ebe3e
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date: Sun Oct 19 12:18:42 2008 +0200
fldiff: version 1.1 added to moonbase
graphical diff program using fltk
---
devel/fldiff/DEPENDS | 1 +
devel/fldiff/DETAILS | 25 +++++++++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/devel/fldiff/DEPENDS b/devel/fldiff/DEPENDS
new file mode 100644
index 0000000..9817eba
--- /dev/null
+++ b/devel/fldiff/DEPENDS
@@ -0,0 +1 @@
+depends fltk
diff --git a/devel/fldiff/DETAILS b/devel/fldiff/DETAILS
new file mode 100644
index 0000000..1ec6408
--- /dev/null
+++ b/devel/fldiff/DETAILS
@@ -0,0 +1,25 @@
+ MODULE=fldiff
+ VERSION=1.1
+ SOURCE=$MODULE-$VERSION-source.tar.gz
+ SOURCE_URL[0]=http://ftp.easysw.com/~mike/$MODULE/
+ SOURCE_VFY=sha1:44cf02cc93308144a26ae670d63e892dcd6ea7fb
+ WEB_SITE=http://www.easysw.com/~mike/$MODULE/
+ ENTERED=20081019
+ UPDATED=20081019
+ GARBAGE=off
+ SHORT="graphical diff program using fltk"
+
+cat << EOF
+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 the author works with.
+
+fldiff uses the Fast Light Toolkit (FLTK) and has been tested on AIX,
+IRIX, Linux, MacOS X, and Solaris, and should also run on Windows.
+
+fldiff is copyright 2005-2006 by Michael Sweet and is free software
+provided under the terms of the GNU General Public License v2. Please
+report any problems and suggestions on the fltk.general newsgroup.
+EOF
More information about the Lunar-commits
mailing list