diff options
author | rene <rene@FreeBSD.org> | 2011-10-23 22:20:33 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-10-23 22:20:33 +0800 |
commit | 0aebe8984b9ddc24536b1d34675eee2087796d67 (patch) | |
tree | 50efad49a31112c892c06f7c1b2a73e54dcf83e2 /java | |
parent | 8268d54010780b3150363bede6fa5c02b1dc8bd1 (diff) | |
download | freebsd-ports-gnome-0aebe8984b9ddc24536b1d34675eee2087796d67.tar.gz freebsd-ports-gnome-0aebe8984b9ddc24536b1d34675eee2087796d67.tar.zst freebsd-ports-gnome-0aebe8984b9ddc24536b1d34675eee2087796d67.zip |
Remove expired port:
2011-10-11 java/java-tutorial: disappeared from vendor a long time ago
Diffstat (limited to 'java')
-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 |
5 files changed, 0 insertions, 74 deletions
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/ |