diff options
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/java-tutorial/Makefile | 48 | ||||
-rw-r--r-- | java/java-tutorial/distinfo | 12 | ||||
-rw-r--r-- | java/java-tutorial/files/pkg-message.in | 3 | ||||
-rw-r--r-- | java/java-tutorial/pkg-descr | 10 |
7 files changed, 1 insertions, 76 deletions
@@ -482,8 +482,6 @@ tripwire-*.tar.gz security/tripwire12 Cannot be redistributed for tonicpoint-* graphics/tonicpoint-viewer Free for non-profit tuc-* converters/tuc Author does not allow CD-ROM distribution -tutorial.zip java/java-tutorial This software is under license - and export control ue*dev.zip editors/uemacs Resale allowed for media cost only uDrawGraph-* graphics/uDrawGraph Binary under GNU LGPL without @@ -2827,3 +2827,4 @@ www/seamonkey2|www/seamonkey|2011-10-19|Upstream support dropped and multiple vu security/py-arm||2011-10-20|Renamed to security/arm devel/boost-pyste||2011-10-22|Has expired: Still requires GCC 3.4 (strictly) and gccxml which is deprecated (and has been broken for a while) devel/gccxml||2011-10-22|Has expired: Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself +java/java-tutorial||2011-10-23|Has expired: disappeared from vendor a long time ago diff --git a/java/Makefile b/java/Makefile index 1382ab99a8eb..cbbdcc0343eb 100644 --- a/java/Makefile +++ b/java/Makefile @@ -83,7 +83,6 @@ SUBDIR += java-checkstyle SUBDIR += java-cup SUBDIR += java-getopt - SUBDIR += java-tutorial SUBDIR += java3d SUBDIR += javahelp SUBDIR += javamail diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile deleted file mode 100644 index ce08dc7787c0..000000000000 --- a/java/java-tutorial/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: JDK tutorial -# Date created: Tue Mar 23 10:18:20 EET 1999 -# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com> -# -# $FreeBSD$ -# - -PORTNAME= tutorial -PORTVERSION= 2007.05.14 -CATEGORIES= java devel -MASTER_SITES= http://java.sun.com/docs/books/tutorialNB/download/ -PKGNAMEPREFIX= jdk- -DISTNAME= tutorial.zip tut-examples.zip tut-swing.zip tut-bookstore-21.zip \ - tut-bookstore-tomcat.zip tut-bingo - -MAINTAINER= ports@FreeBSD.org -COMMENT= Official Java 2 SDK tutorial - -BROKEN= unfetchable -DEPRECATED= disappeared from vendor a long time ago -EXPIRATION_DATE= 2011-10-11 - -NO_WRKSUBDIR= yes -RESTRICTED= This software is under license and export control. -NO_BUILD= yes -USE_ZIP= yes -PORTDOCS= * -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message - -.ifdef NOPORTDOCS -IGNORE= this port is only documentation, please undefine NOPORTDOCS and try again -.endif - -do-install: - @${ECHO_MSG} -n ">> Creating directory ${DOCSDIR}..." - @${MKDIR} ${DOCSDIR} - @${ECHO_MSG} " [ DONE ]" - - @${ECHO_MSG} -n ">> Copying files..." - @${CP} -R ${WRKSRC}/* ${DOCSDIR} - @${CHOWN} -h -R ${DOCOWN}:${DOCGRP} ${DOCSDIR} - @${ECHO_MSG} " [ DONE ]" - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/java/java-tutorial/distinfo b/java/java-tutorial/distinfo deleted file mode 100644 index 158434cb3ba2..000000000000 --- a/java/java-tutorial/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -SHA256 (tutorial.zip) = 167e52812807d86ae14460a2ddbdab70cdb0457346720e1be7e6b230ff672521 -SIZE (tutorial.zip) = 34035084 -SHA256 (tut-examples.zip) = 7ede4d0aee33cd1af52b49a320dceaf64fa24d411860090caa3806cd01cbb5fe -SIZE (tut-examples.zip) = 1193540 -SHA256 (tut-swing.zip) = 36a4c3916c7009e34eb513487935c286e75f9cbfe6c9ccdb9190b9a328ac8048 -SIZE (tut-swing.zip) = 12001305 -SHA256 (tut-bookstore-21.zip) = bbcef280b21b8443bc87ff6abeaf4a4f4c42818499a77af76be2fc3e3dba58ad -SIZE (tut-bookstore-21.zip) = 18252 -SHA256 (tut-bookstore-tomcat.zip) = 3089b57757df2fa5d6a338ded09592d0efc05912805b0938019b2b5a548a2a92 -SIZE (tut-bookstore-tomcat.zip) = 31353 -SHA256 (tut-bingo.zip) = e5eab8d3bfd492d74ec70b0624865ce527021fac53d33ec0bb3cf1b467eff523 -SIZE (tut-bingo.zip) = 40062 diff --git a/java/java-tutorial/files/pkg-message.in b/java/java-tutorial/files/pkg-message.in deleted file mode 100644 index 02fada9d17f7..000000000000 --- a/java/java-tutorial/files/pkg-message.in +++ /dev/null @@ -1,3 +0,0 @@ -* -* Set your browser to %%DOCSDIR%%/tutorial/index.html and enjoy! -* diff --git a/java/java-tutorial/pkg-descr b/java/java-tutorial/pkg-descr deleted file mode 100644 index 6948f00d988c..000000000000 --- a/java/java-tutorial/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Java(tm) Tutorial - -A practical guide for programmers with hundreds of complete, working -examples and dozens of trails--groups of lessons on a particular -subject. - -Tutorial for Sun's Java Developers Kit (JDK). For more information about -the JDK for FreeBSD see http://www.freebsd.org/java/ - -WWW: http://www.freebsd.org/java/ |