- Updated to JDK1.1.7, and became the maintainer since I make the original

JDK release it's easier for me to do this.
This commit is contained in:
Nate Williams 1998-11-14 17:35:36 +00:00
parent a6c58f66b8
commit 3daab31d9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14518
8 changed files with 1008 additions and 1244 deletions

View File

@ -1,28 +1,27 @@
# New ports collection makefile for: jdk
# Version required: 1.1.5
# Version required: 1.1.7
# Date created: Feb, 8, 1998
# Whom: Martin Cracauer <cracauer@cons.org>
# Whom: Nate Williams <nate@FReeBSD.org>
#
# $Id: Makefile,v 1.13 1998/07/27 21:57:17 asami Exp $
# $Id: Makefile,v 1.14 1998/08/19 14:56:37 nate Exp $
#
DISTNAME= jdk1.1.6.V98-8-14
PKGNAME= jdk-1.1.6
DISTNAME= jdk1.1.7.V98-11-5
PKGNAME= jdk-1.1.7
CATEGORIES= lang devel
MASTER_SITES= http://www.freebsd.org/java/
MASTER_SITES= ftp://ftp.nuxi.com/pub/FreeBSD/JDK/ \
http://www.freebsd.org/java/
MAINTAINER= cracauer@freebsd.org
MAINTAINER= nate@freebsd.org
NO_CDROM= "License doesn't allow distribution with fee"
WRKSRC= ${WRKDIR}/jdk1.1.6
WRKSRC= ${WRKDIR}/jdk1.1.7
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/java
(cd ${WRKSRC} && tar -c -f - --exclude '*.class' --exclude \
demo/ImageMap/audio/dialog .) \
| (cd ${PREFIX}/java/. && tar fx -)
${MKDIR} ${PREFIX}/java/demo/ImageMap/audio/dialog
${MKDIR} ${PREFIX}/jdk1.1.7
(cd ${WRKSRC} && tar -c -f - --exclude '*.class' .) \
| (cd ${PREFIX}/jdk1.1.7 && tar fx -)
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (jdk1.1.6.V98-8-14.tar.gz) = e637b0c62df7d402e8e6f9d967ac07e6
MD5 (jdk1.1.7.V98-11-5.tar.gz) = cb95884b362c7343127c29cd3960e502

View File

@ -2,7 +2,7 @@
Java(tm) Development Kit
Version 1.1.5
Version 1.1.7
Binary Code License
@ -21,7 +21,7 @@ software developers within Licensee's organization to avoid unnecessary
download time, provided that this License conspicuously appear with all
copies of the Software. Except for the foregoing, Licensee may not
re-distribute the Software in whole or in part, either separately or
included with a product. Refer to the Java Runtime Environment Version 1.1.5
included with a product. Refer to the Java Runtime Environment Version 1.1.7
binary code license (http://java.sun.com/products/JDK/1.1/index.html)
for the availability of runtime code which may be distributed with Java
compatible applets and applications.

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +1,27 @@
# New ports collection makefile for: jdk
# Version required: 1.1.5
# Version required: 1.1.7
# Date created: Feb, 8, 1998
# Whom: Martin Cracauer <cracauer@cons.org>
# Whom: Nate Williams <nate@FReeBSD.org>
#
# $Id: Makefile,v 1.13 1998/07/27 21:57:17 asami Exp $
# $Id: Makefile,v 1.14 1998/08/19 14:56:37 nate Exp $
#
DISTNAME= jdk1.1.6.V98-8-14
PKGNAME= jdk-1.1.6
DISTNAME= jdk1.1.7.V98-11-5
PKGNAME= jdk-1.1.7
CATEGORIES= lang devel
MASTER_SITES= http://www.freebsd.org/java/
MASTER_SITES= ftp://ftp.nuxi.com/pub/FreeBSD/JDK/ \
http://www.freebsd.org/java/
MAINTAINER= cracauer@freebsd.org
MAINTAINER= nate@freebsd.org
NO_CDROM= "License doesn't allow distribution with fee"
WRKSRC= ${WRKDIR}/jdk1.1.6
WRKSRC= ${WRKDIR}/jdk1.1.7
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/java
(cd ${WRKSRC} && tar -c -f - --exclude '*.class' --exclude \
demo/ImageMap/audio/dialog .) \
| (cd ${PREFIX}/java/. && tar fx -)
${MKDIR} ${PREFIX}/java/demo/ImageMap/audio/dialog
${MKDIR} ${PREFIX}/jdk1.1.7
(cd ${WRKSRC} && tar -c -f - --exclude '*.class' .) \
| (cd ${PREFIX}/jdk1.1.7 && tar fx -)
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (jdk1.1.6.V98-8-14.tar.gz) = e637b0c62df7d402e8e6f9d967ac07e6
MD5 (jdk1.1.7.V98-11-5.tar.gz) = cb95884b362c7343127c29cd3960e502

View File

@ -2,7 +2,7 @@
Java(tm) Development Kit
Version 1.1.5
Version 1.1.7
Binary Code License
@ -21,7 +21,7 @@ software developers within Licensee's organization to avoid unnecessary
download time, provided that this License conspicuously appear with all
copies of the Software. Except for the foregoing, Licensee may not
re-distribute the Software in whole or in part, either separately or
included with a product. Refer to the Java Runtime Environment Version 1.1.5
included with a product. Refer to the Java Runtime Environment Version 1.1.7
binary code license (http://java.sun.com/products/JDK/1.1/index.html)
for the availability of runtime code which may be distributed with Java
compatible applets and applications.

File diff suppressed because it is too large Load Diff