aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorhq <hq@FreeBSD.org>2005-01-17 05:26:58 +0800
committerhq <hq@FreeBSD.org>2005-01-17 05:26:58 +0800
commitdff4ca299848116f928df4639b40ecccb16098e7 (patch)
treeed0fac89c49d35b9ead8ed6f1c6d7dea050bafdc /devel/Makefile
parentcba35a94cdea77ffd276f1655337cfc4d1a19775 (diff)
downloadfreebsd-ports-gnome-dff4ca299848116f928df4639b40ecccb16098e7.tar.gz
freebsd-ports-gnome-dff4ca299848116f928df4639b40ecccb16098e7.tar.zst
freebsd-ports-gnome-dff4ca299848116f928df4639b40ecccb16098e7.zip
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
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