The FreeBSD Ports Archive
FreeBSD java : jakarta-commons-collections4>
Classes that extend/augment the Java Collections Framework
A suite of classes that extend or augment the Java Collections Framework.
There are certain holes left unfilled by Sun's implementations, and the
Jakarta-Commons Collections Component strives to fulfill them. Among the
features of this package are:
Special-purpose implementations of Lists and Maps for fast access Adapter
classes from Java1-style containers (arrays, enumerations) to Java 2-style
collections. Methods to test or create typical set-theory properties of
collections such as union, intersection, and closure.
http://jakarta.apache.org/commons/collections/
|
jakarta-commons-collections history
v. 1.11
date: 2007/05/19 20:12:49; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.10
date: 2006/05/16 15:46:49; author: hq; state: Exp; lines: +1 -3
Update to 3.2
v. 1.9
date: 2004/12/03 01:01:17; author: hq; state: Exp; lines: +1 -1
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
v. 1.8
date: 2004/12/01 02:33:56; author: hq; state: Exp; lines: +8 -1
Link API documentation with JDK API documentation, if installed.
v. 1.7
date: 2004/08/14 16:09:15; author: hq; state: Exp; lines: +15 -23
- Update to 3.1
- Use USE_ANT
- Use %%JAVAJARDIR%%
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- ECHO_CMD -> ECHO_MSG
- Fix homepage in pkg-descr (and arrange the text a little)
- Add 'devel' category
PR: 70213
Submitted by: me
Reviewed by: glewis [1]
Approved by: glewis (mentor), znerd (maintainer)
v. 1.6
date: 2004/04/15 20:53:59; author: znerd; state: Exp; lines: +27 -17
Log:
- Update to version 3.0
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
issue)
- Now using MASTER_SITE_APACHE_JAKARTA
- Now installs various additional docs: e.g. DEVELOPERS-GUIDE.html
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
- bsd.java.mk 2.0 compliant
- ECHO_CMD instead of ECHO
- Make JAVAJARDIR
- Echo doc files as they are installed
- Removed pkg-plist entirely (use PLIST_FILES)
- Changed the name of the installed JAR (no more version number in it as
it is the case for other Java libraries)
PR: 64171
Submitted by: Herve Quiroz
v. 1.5
date: 2003/07/23 14:30:28; author: znerd; state: Exp; lines: +1 -1
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
v. 1.4
date: 2003/03/07 06:04:38; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.3
date: 2002/11/14 10:49:10; author: znerd; state: Exp; lines: +2 -2
Improved output from do-install target.
v. 1.2
date: 2002/10/22 07:36:30; author: znerd; state: Exp; lines: +1 -1
Upgrade from 2.0 to 2.1.
See:
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html
v. 1.1
date: 2002/10/18 20:38:12; author: znerd; state: Exp;
New port: Jakarta Commons Collections.
See:
http://jakarta.apache.org/commons/collections.html
=============================================================================
v. 1.11
date: 2007/05/19 20:12:49; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.10
date: 2006/05/16 15:46:49; author: hq; state: Exp; lines: +1 -3
Update to 3.2
v. 1.9
date: 2004/12/03 01:01:17; author: hq; state: Exp; lines: +1 -1
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
v. 1.8
date: 2004/12/01 02:33:56; author: hq; state: Exp; lines: +8 -1
Link API documentation with JDK API documentation, if installed.
v. 1.7
date: 2004/08/14 16:09:15; author: hq; state: Exp; lines: +15 -23
- Update to 3.1
- Use USE_ANT
- Use %%JAVAJARDIR%%
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- ECHO_CMD -> ECHO_MSG
- Fix homepage in pkg-descr (and arrange the text a little)
- Add 'devel' category
PR: 70213
Submitted by: me
Reviewed by: glewis [1]
Approved by: glewis (mentor), znerd (maintainer)
v. 1.6
date: 2004/04/15 20:53:59; author: znerd; state: Exp; lines: +27 -17
Log:
- Update to version 3.0
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
issue)
- Now using MASTER_SITE_APACHE_JAKARTA
- Now installs various additional docs: e.g. DEVELOPERS-GUIDE.html
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
- bsd.java.mk 2.0 compliant
- ECHO_CMD instead of ECHO
- Make JAVAJARDIR
- Echo doc files as they are installed
- Removed pkg-plist entirely (use PLIST_FILES)
- Changed the name of the installed JAR (no more version number in it as
it is the case for other Java libraries)
PR: 64171
Submitted by: Herve Quiroz
v. 1.5
date: 2003/07/23 14:30:28; author: znerd; state: Exp; lines: +1 -1
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
v. 1.4
date: 2003/03/07 06:04:38; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.3
date: 2002/11/14 10:49:10; author: znerd; state: Exp; lines: +2 -2
Improved output from do-install target.
v. 1.2
date: 2002/10/22 07:36:30; author: znerd; state: Exp; lines: +1 -1
Upgrade from 2.0 to 2.1.
See:
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html
v. 1.1
date: 2002/10/18 20:38:12; author: znerd; state: Exp;
New port: Jakarta Commons Collections.
See:
http://jakarta.apache.org/commons/collections.html
=============================================================================
v. 1.11
date: 2007/05/19 20:12:49; author: flz; state: Exp; lines: +1 -0
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.10
date: 2006/05/16 15:46:49; author: hq; state: Exp; lines: +1 -3
Update to 3.2
v. 1.9
date: 2004/12/03 01:01:17; author: hq; state: Exp; lines: +1 -1
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer)
v. 1.8
date: 2004/12/01 02:33:56; author: hq; state: Exp; lines: +8 -1
Link API documentation with JDK API documentation, if installed.
v. 1.7
date: 2004/08/14 16:09:15; author: hq; state: Exp; lines: +15 -23
- Update to 3.1
- Use USE_ANT
- Use %%JAVAJARDIR%%
- Use ${INSTALL_DATA} and ${CPIO} rather than ${CP} [1]
- ECHO_CMD -> ECHO_MSG
- Fix homepage in pkg-descr (and arrange the text a little)
- Add 'devel' category
PR: 70213
Submitted by: me
Reviewed by: glewis [1]
Approved by: glewis (mentor), znerd (maintainer)
v. 1.6
date: 2004/04/15 20:53:59; author: znerd; state: Exp; lines: +27 -17
Log:
- Update to version 3.0
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
issue)
- Now using MASTER_SITE_APACHE_JAKARTA
- Now installs various additional docs: e.g. DEVELOPERS-GUIDE.html
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
- bsd.java.mk 2.0 compliant
- ECHO_CMD instead of ECHO
- Make JAVAJARDIR
- Echo doc files as they are installed
- Removed pkg-plist entirely (use PLIST_FILES)
- Changed the name of the installed JAR (no more version number in it as
it is the case for other Java libraries)
PR: 64171
Submitted by: Herve Quiroz
v. 1.5
date: 2003/07/23 14:30:28; author: znerd; state: Exp; lines: +1 -1
Port devel/jakarta-ant was renamed to devel/apache-ant.
Reported by: kris
Pointy hat to: me
v. 1.4
date: 2003/03/07 06:04:38; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.3
date: 2002/11/14 10:49:10; author: znerd; state: Exp; lines: +2 -2
Improved output from do-install target.
v. 1.2
date: 2002/10/22 07:36:30; author: znerd; state: Exp; lines: +1 -1
Upgrade from 2.0 to 2.1.
See:
http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v2.1/RELEASE-NOTES-2.1.html
v. 1.1
date: 2002/10/18 20:38:12; author: znerd; state: Exp;
New port: Jakarta Commons Collections.
See:
http://jakarta.apache.org/commons/collections.html
=============================================================================
|
| |

|