Index: head/java/java-tutorial/Makefile =================================================================== --- head/java/java-tutorial/Makefile (revision 156996) +++ head/java/java-tutorial/Makefile (revision 156997) @@ -1,62 +1,60 @@ # New ports collection makefile for: JDK tutorial # Date created: Tue Mar 23 10:18:20 EET 1999 # Whom: Martti Kuparinen # # $FreeBSD$ # PORTNAME= jdk-tutorial -PORTVERSION= 2005.04.15 +PORTVERSION= 2006.03.06 CATEGORIES= java devel MASTER_SITES= http://java.sun.com/docs/books/tutorialNB/download/ .if defined(WITH_EXTRAS) DISTNAME= tutorial.zip tut-examples.zip tut-swing.zip tut-bookstore-21.zip \ tut-bookstore-tomcat.zip tut-bingo .else DISTNAME= tutorial .endif -MAINTAINER= ringworm01@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Official Java 2 SDK tutorial -BROKEN= Size mismatch - NO_WRKSUBDIR= yes -RESTRICTED= "This software is under license and export control." +RESTRICTED= This software is under license and export control. NO_BUILD= yes USE_ZIP= yes PORTDOCS= * SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message pre-extract: .if !defined(WITH_EXTRAS) @${ECHO_MSG} "*" @${ECHO_MSG} "* make install WITH_EXTRAS=yes will add to the installation:" @${ECHO_MSG} "*" @${ECHO_MSG} "* 1) source files for all the tutorial examples" @${ECHO_MSG} "*" @${ECHO_MSG} "* 2) Some examples such as the BINGO and Servlets Bookstore examples" @${ECHO_MSG} "* include many source files in a rather complex directory structure," @${ECHO_MSG} "* so these examples are separate files." @${ECHO_MSG} "*" @${ECHO_MSG} "* 3) The JFC/Swing trail" @${ECHO_MSG} "*" .endif .include 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 Property changes on: head/java/java-tutorial/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.37 \ No newline at end of property +1.38 \ No newline at end of property Index: head/java/java-tutorial/distinfo =================================================================== --- head/java/java-tutorial/distinfo (revision 156996) +++ head/java/java-tutorial/distinfo (revision 156997) @@ -1,12 +1,18 @@ -MD5 (tutorial.zip) = c77817c8ebd8c0929d6be7e12beec7e4 -SIZE (tutorial.zip) = 15168232 -MD5 (tut-examples.zip) = 766c4d02815cdfc92e269897b0b822a7 -SIZE (tut-examples.zip) = 6370669 -MD5 (tut-swing.zip) = 3009616a29d04c381f6b8b9e6f1b19e2 -SIZE (tut-swing.zip) = 7605033 +MD5 (tutorial.zip) = 05ae29cf78749f7b48e8a5293fc4aba1 +SHA256 (tutorial.zip) = 20fe0428100cd0855c7515a88bb7186854e7d41d6de1b0296b72bfbe2ddbe121 +SIZE (tutorial.zip) = 15213206 +MD5 (tut-examples.zip) = f173fdb7d0d19d92734d3059641e8c9c +SHA256 (tut-examples.zip) = ef4a4adbdd823d553dad1b11cb2fb9bffd139222050cbf37472debc30547916b +SIZE (tut-examples.zip) = 6207716 +MD5 (tut-swing.zip) = 9298738ab50cd11036675bbecd3cf8e0 +SHA256 (tut-swing.zip) = c2a231bc2ccb473bbde7ed0fd93671b2028f5529c6e961b62a4b1525fc9d9525 +SIZE (tut-swing.zip) = 7594674 MD5 (tut-bookstore-21.zip) = cfd834d8a03dde7e34860f62f05e5f89 +SHA256 (tut-bookstore-21.zip) = bbcef280b21b8443bc87ff6abeaf4a4f4c42818499a77af76be2fc3e3dba58ad SIZE (tut-bookstore-21.zip) = 18252 MD5 (tut-bookstore-tomcat.zip) = bdc9413498ccb7104192b0db3820619f +SHA256 (tut-bookstore-tomcat.zip) = 3089b57757df2fa5d6a338ded09592d0efc05912805b0938019b2b5a548a2a92 SIZE (tut-bookstore-tomcat.zip) = 31353 -MD5 (tut-bingo.zip) = 1516add2233545480c9ff8c0e34b378d +MD5 (tut-bingo.zip) = 2b0db29045fe8bb7f92114f74c8a2b7b +SHA256 (tut-bingo.zip) = e5eab8d3bfd492d74ec70b0624865ce527021fac53d33ec0bb3cf1b467eff523 SIZE (tut-bingo.zip) = 40062 Property changes on: head/java/java-tutorial/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/java/java-tutorial/pkg-descr =================================================================== --- head/java/java-tutorial/pkg-descr (revision 156996) +++ head/java/java-tutorial/pkg-descr (revision 156997) @@ -1,13 +1,10 @@ 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/ - -Michael C. Shultz (port maintainer) -ringworm01@gmail.com Property changes on: head/java/java-tutorial/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property