aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/Makefile1
-rw-r--r--java/collections/Makefile53
-rw-r--r--java/collections/distinfo3
-rw-r--r--java/collections/pkg-descr3
4 files changed, 0 insertions, 60 deletions
diff --git a/java/Makefile b/java/Makefile
index 3da72317aed1..1668fa9ee89f 100644
--- a/java/Makefile
+++ b/java/Makefile
@@ -11,7 +11,6 @@
SUBDIR += cacao
SUBDIR += castor
SUBDIR += classpath
- SUBDIR += collections
SUBDIR += cos
SUBDIR += cryptix-jce
SUBDIR += dbvis
diff --git a/java/collections/Makefile b/java/collections/Makefile
deleted file mode 100644
index 8be3f66762cb..000000000000
--- a/java/collections/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# New ports collection makefile for: JDK1.1 Collections package
-# Date created: 1999/08/08
-# Whom: Jose Marques
-#
-# $FreeBSD$
-#
-
-PORTNAME= collections
-PORTVERSION= 1.1
-CATEGORIES= java devel
-DISTNAME= collections1_1
-EXTRACT_SUFX= .zip
-
-MAINTAINER= java@freebsd.org
-COMMENT= JDK1.2 Collections\' API for JDK1.1 environments
-
-DEPRECATED= only needed for jdk1.1, which is obsolete
-EXPIRATION_DATE= 2007-08-22
-
-USE_JAVA= yes
-JAVA_VERSION= 1.1
-
-USE_ZIP= YES
-
-WRKSRC= ${WRKDIR}/1.1collections
-NO_BUILD= yes
-NO_CDROM= "See the license"
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= LICENSE.TXT README.TXT javadoc
-.endif
-JARFILE= collections.jar
-PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE}
-
-.include <bsd.port.pre.mk>
-.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
-DOWNLOAD_URL= "http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7264-collections-1.1-oth-JPR&SiteId=JSC&TransactionId=noreg"
-IGNORE= "You must manually fetch ${DISTNAME}${EXTRACT_SUFX} from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again"
-.endif
-
-do-install:
- @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
- @${INSTALL_DATA} ${WRKSRC}/lib/${JARFILE} ${JAVAJARDIR}/
- @${ECHO_MSG} " [ DONE ]"
-.if !defined(NOPORTDOCS)
- @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
- @cd ${WRKSRC}/doc \
- && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
- && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
- @${ECHO_MSG} " [ DONE ]"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/java/collections/distinfo b/java/collections/distinfo
deleted file mode 100644
index a682c4b112e4..000000000000
--- a/java/collections/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (collections1_1.zip) = 193d1748448f14614f9e20619e555896
-SHA256 (collections1_1.zip) = 81999b6899a3a6abf1b5c219056382a76a0d9fe010c5af4bba90c7da28b91417
-SIZE (collections1_1.zip) = 202298
diff --git a/java/collections/pkg-descr b/java/collections/pkg-descr
deleted file mode 100644
index 03fbad8ec1a3..000000000000
--- a/java/collections/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-JDK1.2 Collections' API for JDK1.1 environments.
-
-WWW: http://java.sun.com/products/archive/javabeans/infobus/collectionsreadme.html