diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-12-08 22:26:29 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-12-08 22:26:29 +0000 |
commit | 080e6db266e5df288a61d130b8b2801f12711bea (patch) | |
tree | 69b6eb9d4995ecd95fbd0b2e955684e275fdf4b4 /java/jakarta-commons-primitives/pkg-plist | |
parent | 72de4a9143c02104fdede1e9d8018ba37b92f44b (diff) | |
download | ports-080e6db266e5df288a61d130b8b2801f12711bea.tar.gz ports-080e6db266e5df288a61d130b8b2801f12711bea.zip |
New port jakarta-commons-primitives:
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
Notes:
svn path=/head/; revision=95422
Diffstat (limited to 'java/jakarta-commons-primitives/pkg-plist')
-rw-r--r-- | java/jakarta-commons-primitives/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/jakarta-commons-primitives/pkg-plist b/java/jakarta-commons-primitives/pkg-plist new file mode 100644 index 000000000000..25b83e86324f --- /dev/null +++ b/java/jakarta-commons-primitives/pkg-plist @@ -0,0 +1 @@ +%%JAVAJARDIR%%/commons-primitives.jar |