Sun's Java Developers Kit tutorial

PR:		10745
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>
This commit is contained in:
Satoshi Taoka 1999-04-30 18:16:02 +00:00
parent b794caeb1d
commit 7baf7424ef
10 changed files with 5560 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
MD5 (tutorial.tar.gz) = c5e969cc654b9b962aadfc103bb2fc8f
MD5 (tut-examples.tar.gz) = 8e1cb66c4b24a25f2413c97ce98761a4

View file

@ -0,0 +1 @@
Sun's Java Developers Kit tutorial

View 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

File diff suppressed because it is too large Load diff

View 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>

View file

@ -0,0 +1,2 @@
MD5 (tutorial.tar.gz) = c5e969cc654b9b962aadfc103bb2fc8f
MD5 (tut-examples.tar.gz) = 8e1cb66c4b24a25f2413c97ce98761a4

View file

@ -0,0 +1 @@
Sun's Java Developers Kit tutorial

View 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

File diff suppressed because it is too large Load diff