[Lunar-commits] <moonbase> tclap: Adding to moonbase, it is a new hard depends for hugin.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Jan 4 08:41:07 CET 2012


commit 5d64c6eeeb571182a4882dbca2d0792daca74b30
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Jan 4 02:41:07 2012 -0500

    tclap: Adding to moonbase, it is a new hard depends for hugin.
---
 libs/tclap/DEPENDS |    1 +
 libs/tclap/DETAILS |   18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/libs/tclap/DEPENDS b/libs/tclap/DEPENDS
new file mode 100644
index 0000000..a321b59
--- /dev/null
+++ b/libs/tclap/DEPENDS
@@ -0,0 +1 @@
+optional_depends "doxygen" "--enable-doxygen" "--disable-doxygen" "for documentation support"
diff --git a/libs/tclap/DETAILS b/libs/tclap/DETAILS
new file mode 100644
index 0000000..49c68fd
--- /dev/null
+++ b/libs/tclap/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=tclap
+         VERSION=1.2.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:4f124216dd6e6936f5af6372d921a6c51563f8fd
+        WEB_SITE=http://tclap.sourceforge.net/
+         ENTERED=20120104
+         UPDATED=20120107
+           SHORT="Templatized C++ Command Line Parser"
+
+cat << EOF
+TCLAP is a small, flexible library that provides a simple interface for defining
+and accessing command line arguments. It was intially inspired by the user 
+friendly CLAP libary. The difference is that this library is templatized, so the 
+argument class is type independent. Type independence avoids 
+identical-except-for-type objects, such as IntArg, FloatArg, and StringArg. While 
+the library is not strictly compliant with the GNU or POSIX standards, it is close. 
+EOF


More information about the Lunar-commits mailing list