summaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2005-01-16 21:26:58 +0000
committerHerve Quiroz <hq@FreeBSD.org>2005-01-16 21:26:58 +0000
commit0e3579370e2f23a8a95ea997a2311d8cdc444d63 (patch)
tree83694871fbe08f6014ca7f21d0a5ed33a3a1c5a4 /devel/Makefile
parentUpdate to 1.6 (diff)
JSAP: the Java-based Simple Argument Parser
JSAP parses your command line and instantiates objects of types you specify based upon that command line. If you configure JSAP to expect an Integer on the command line, and the user does not provide a String that can be converted to an Integer, JSAP will alert your program to the fact that there was a problem with the command line. If JSAP indicates that your command line was successfully parsed, you are guaranteed an Integer when you request that parameter's value from your program. There's a pretty big (and growing) list of return types supported by JSAP. WWW: http://http://www.martiansoftware.com/jsap/index.html
Notes
Notes: svn path=/head/; revision=126621
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c2e5d23d152a..4b92af222823 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -371,6 +371,7 @@
SUBDIR += java-util-concurrent
SUBDIR += jclassinfo
SUBDIR += jrtplib
+ SUBDIR += jsap
SUBDIR += jude-community
SUBDIR += judy
SUBDIR += kaptain