aboutsummaryrefslogtreecommitdiff
path: root/devel/jsap
Commit message (Collapse)AuthorAgeFilesLines
* - Reassign ports to the heapThomas Abthorpe2014-03-021-1/+1
| | | | | | | - Thank you hq@ for your years of service! Notes: svn path=/head/; revision=346734
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-1/+1
| | | | | | | suppress any reference to USE_JAVA= 1.5+ (part1) Notes: svn path=/head/; revision=308600
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - 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