Although jdk-1.0.2 was ported once, it was never distributed in any form on WC CDs. I found no reason for this, so I include the patch to include it in a form that seems to be acceptable with the licensing. The unsupported JDK will be in distfiles only, and will not collide with kaffe. The package only contains the class libraries. Fix: -DISTNAME= jdk +DISTNAME= jdk102.11-26 PKGNAME= jdk-1.0.2 CATEGORIES= lang devel -MASTER_SITES= ftp://ftp.javasoft.com/pub/ \ - ftp://www.blackdown.org/pub/Java/pub/ -DISTFILES= JDK-1_0_2-solaris2-sparc.tar.Z +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/LOCAL_PORTS/ -MAINTAINER= smpatel@freebsd.org +MAINTAINER= ports@freebsd.org + +# Note: the distfile contains the complete JDK, but is not pkg'd +# because kaffe's update and jdklib-1.1.1 must be prepared first. +# This distribution also seems CDROMable .... +# NO_CDROM= "Put copyright on packaging, etc" -NO_CDROM= "Put copyright on packaging, etc" NO_WRKSUBDIR= yes post-install: install: -test -d ${LIBDIR}/lib || mkdir -p ${LIBDIR}/lib - ${BSD_INSTALL_MAN} java/COPYRIGHT ${LIBDIR} - ${BSD_INSTALL_DATA} java/lib/javac.properties ${LIBDIR}/lib - ${BSD_INSTALL_DATA} java/lib/appletviewer.properties ${LIBDIR}/lib - ${BSD_INSTALL_DATA} java/lib/classes.zip ${LIBDIR} + ${BSD_INSTALL_MAN} COPYRIGHT ${LIBDIR} + ${BSD_INSTALL_DATA} lib/javac.properties ${LIBDIR}/lib + ${BSD_INSTALL_DATA} lib/appletviewer.properties ${LIBDIR}/lib + ${BSD_INSTALL_DATA} classes.zip ${LIBDIR} How-To-Repeat: There is officially no maintainer (no sources, no maintainer).
State Changed From-To: open->closed Committed, thanks. I made some little changes (including putting back NO_CDROM and moving the message to pkg/MESSAGE so it will be seen