fd31d56c39
- 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)
10 lines
493 B
Plaintext
10 lines
493 B
Plaintext
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
|