summaryrefslogtreecommitdiffstats
path: root/libs/tclap/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/tclap/DETAILS')
-rwxr-xr-xlibs/tclap/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/libs/tclap/DETAILS b/libs/tclap/DETAILS
new file mode 100755
index 0000000000..83b3066488
--- /dev/null
+++ b/libs/tclap/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=tclap
+ VERSION=1.2.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SOURCE}
+ SOURCE_HASH=sha512:8bd6ee724600880840048c7b36f02d31b1aa4910b17f80fb04aef89b1f1917856d9979ec488edbd457b66d9d689aea97540abb842a8b902bbd75c66a6e07b9b1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://tclap.sourceforge.net/"
+ LICENSE[0]=MIT
+ ENTERED=20111014
+ SHORT="a small, flexible library for accessing command line arguments"
+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