aboutsummaryrefslogtreecommitdiffstats
path: root/java/collections
Commit message (Collapse)AuthorAgeFilesLines
* - Update URL in pkg-descr [1]hq2004-12-172-11/+10
| | | | | | | | | | - Use %%JAVAJARDIR%% - Use INSTALL_DATA to install JAR and documentation files - Add 'devel' category - Manual download URL is now a bit more specific - Removed unneeded JAVA_RUN statement (implied when nothing is set) Submitted by: Manfred N. Riem <mnriem@earthlink.net> [1]
* . Use new bsd.java.mk features [1]glewis2004-04-073-46/+23
| | | | | | | | | | | | | . Respect NOPORTDOCS [1] . Install documentation in DOCSDIR [1] . Use PORTDOCS and PLIST_FILES so that pkg-plist is no longer required. [1] . Use JAVAJARDIR [1] . More informative install messages [1] . SIZEify [1] . More informative message regarding fetching the distfile. PR: 65215 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* java/collections: drop maintainer shipdaichi2003-08-191-1/+1
| | | | | PR: 55691 Submitted by: Jose Marques <noway@nohow.demon.co.uk> (maintainer)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Don't remove system directories share/java, share/java/classes, andkris2002-11-111-2/+0
| | | | share/doc
* Fix dependencies to be in sync with the recent JDK ports renaming.glewis2002-06-161-1/+1
| | | | Forgotten by: znerd
* Tidy up java/collections portokazaki2001-06-273-4/+4
| | | | | | | | | 1) Better comment 2) More specific URL in descr 3) New URL for fetching distfile in Makefile PR: 28344 Submitted by: maintainer
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Initial import ov collections version 1.1.steve1999-11-015-0/+82
An API for exchanging of DataItem's between InfoBus Producers and Consumers. PR: 13159 Submitted by: Jose Marques <noway@nohow.demon.co.uk>