aboutsummaryrefslogtreecommitdiff
path: root/java/jakarta-commons-primitives
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Build from sourceHerve Quiroz2004-09-014-24/+23
| | | | | | | | | | | | | | | | | - Use USE_ANT - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN - Removed pkg-plist - Install LICENSE.txt - SIZEify (!) - Use my FreeBSD address for maintainership purposes - Removed my name from pkg-descr Approved by: glewis (mentor) Notes: svn path=/head/; revision=117828
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.Greg Lewis2004-01-131-1/+2
| | | | | | | | PR: 61311 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer) Notes: svn path=/head/; revision=98082
* New port jakarta-commons-primitives:Greg Lewis2003-12-084-0/+57
Apache Jakarta Commons Primitives provides a collection of types and utilities optimized for working with Java primitives (boolean, byte, char, double, float, int, long, short). Generally, the Commons-Primitives classes are faster, smaller and easier to work with than their purely Object based alternatives. Currently Commons Primitives is primarily composed of implementations of the java.util collections adapted for the primitive types. WWW: http://jakarta.apache.org/commons/primitives PR: 59017 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Notes: svn path=/head/; revision=95422