aboutsummaryrefslogtreecommitdiff
path: root/devel/jsap
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Update to 2.1Herve Quiroz2007-02-102-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=184815
* Update to 2.0aHerve Quiroz2006-06-202-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=165836
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Update to 2.0Herve Quiroz2005-07-192-10/+9
| | | | | | | | - Don't mkdir ${JAVAJARDIR} as it has been part of mtree for more than 3 years - Don't mkdir ${DOCSDIR} twice Notes: svn path=/head/; revision=139588
* Fix URL in pkg-descrHerve Quiroz2005-01-161-1/+1
| | | | Notes: svn path=/head/; revision=126623
* JSAP: the Java-based Simple Argument ParserHerve Quiroz2005-01-163-0/+60
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: svn path=/head/; revision=126621