forked from Lainports/freebsd-ports
Sun's Java Developers Kit tutorial
PR: 10745 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com>
This commit is contained in:
parent
b794caeb1d
commit
7baf7424ef
10 changed files with 5560 additions and 0 deletions
34
java/java-tutorial/Makefile
Normal file
34
java/java-tutorial/Makefile
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: JDK tutorial
|
||||
# Version required: 1.1.7
|
||||
# Date created: Tue Mar 23 10:18:20 EET 1999
|
||||
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= tutorial
|
||||
PKGNAME= jdk-tutorial-1.1.7
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.javasoft.com/docs/
|
||||
|
||||
MAINTAINER= martti.kuparinen@ericsson.com
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
RESTRICTED= "This software is under license and export control."
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/jdk1.1.7/docs/books/tutorial
|
||||
(cd ${WRKSRC} && ${TAR} -cf - * ) \
|
||||
| (cd ${PREFIX}/jdk1.1.7/docs/books/tutorial && ${TAR} -xf -)
|
||||
|
||||
post-install:
|
||||
@${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE.tmpl > ${PKGDIR}/MESSAGE
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
||||
pre-clean:
|
||||
@${RM} ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
java/java-tutorial/distinfo
Normal file
2
java/java-tutorial/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
MD5 (tutorial.tar.gz) = c5e969cc654b9b962aadfc103bb2fc8f
|
||||
MD5 (tut-examples.tar.gz) = 8e1cb66c4b24a25f2413c97ce98761a4
|
||||
1
java/java-tutorial/pkg-comment
Normal file
1
java/java-tutorial/pkg-comment
Normal file
|
|
@ -0,0 +1 @@
|
|||
Sun's Java Developers Kit tutorial
|
||||
2
java/java-tutorial/pkg-descr
Normal file
2
java/java-tutorial/pkg-descr
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Tutorial for Sun's Java Developers Kit (JDK). For more information about
|
||||
the JDK for FreeBSD see http://www.freebsd.org/java/
|
||||
2741
java/java-tutorial/pkg-plist
Normal file
2741
java/java-tutorial/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
34
java/jdk-tutorial/Makefile
Normal file
34
java/jdk-tutorial/Makefile
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# New ports collection makefile for: JDK tutorial
|
||||
# Version required: 1.1.7
|
||||
# Date created: Tue Mar 23 10:18:20 EET 1999
|
||||
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= tutorial
|
||||
PKGNAME= jdk-tutorial-1.1.7
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.javasoft.com/docs/
|
||||
|
||||
MAINTAINER= martti.kuparinen@ericsson.com
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
RESTRICTED= "This software is under license and export control."
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/jdk1.1.7/docs/books/tutorial
|
||||
(cd ${WRKSRC} && ${TAR} -cf - * ) \
|
||||
| (cd ${PREFIX}/jdk1.1.7/docs/books/tutorial && ${TAR} -xf -)
|
||||
|
||||
post-install:
|
||||
@${SED} s+!!PREFIX!!+${PREFIX}+g < ${PKGDIR}/MESSAGE.tmpl > ${PKGDIR}/MESSAGE
|
||||
@${CAT} ${PKGDIR}/MESSAGE
|
||||
|
||||
pre-clean:
|
||||
@${RM} ${PKGDIR}/MESSAGE
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
java/jdk-tutorial/distinfo
Normal file
2
java/jdk-tutorial/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
MD5 (tutorial.tar.gz) = c5e969cc654b9b962aadfc103bb2fc8f
|
||||
MD5 (tut-examples.tar.gz) = 8e1cb66c4b24a25f2413c97ce98761a4
|
||||
1
java/jdk-tutorial/pkg-comment
Normal file
1
java/jdk-tutorial/pkg-comment
Normal file
|
|
@ -0,0 +1 @@
|
|||
Sun's Java Developers Kit tutorial
|
||||
2
java/jdk-tutorial/pkg-descr
Normal file
2
java/jdk-tutorial/pkg-descr
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Tutorial for Sun's Java Developers Kit (JDK). For more information about
|
||||
the JDK for FreeBSD see http://www.freebsd.org/java/
|
||||
2741
java/jdk-tutorial/pkg-plist
Normal file
2741
java/jdk-tutorial/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue