diff options
author | tv <tv> | 2004-10-05 22:09:23 +0000 |
---|---|---|
committer | tv <tv> | 2004-10-05 22:09:23 +0000 |
commit | 517670ff15334b3ba32ce931053cc1e9371dfc49 (patch) | |
tree | 6bb874fce3ab08a8682d074f5099080b879f5e23 /lang/sun-jdk13 | |
parent | 486996881bc75ae99b296abc827e6121cd54e87d (diff) | |
download | pkgsrc-517670ff15334b3ba32ce931053cc1e9371dfc49.tar.gz |
Expand the JAVA_WRAPPERS definitions for the sun-j{re,dk}* packages.
This adds many commonly used tools to $PREFIX/bin, such as keytool,
rmiregistry, rmic, idlj, etc.
Diffstat (limited to 'lang/sun-jdk13')
-rw-r--r-- | lang/sun-jdk13/Makefile | 6 | ||||
-rw-r--r-- | lang/sun-jdk13/PLIST | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/lang/sun-jdk13/Makefile b/lang/sun-jdk13/Makefile index d260d0d4330..81c6e4e850d 100644 --- a/lang/sun-jdk13/Makefile +++ b/lang/sun-jdk13/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/06/08 14:52:38 jschauma Exp $ +# $NetBSD: Makefile,v 1.30 2004/10/05 22:09:23 tv Exp $ DISTNAME= j2sdk-1_3_1_12-linux-i586 PKGNAME= sun-jdk13-1.0.12 +PKGREVISION= 1 MASTER_SITES= # empty COMMENT= Sun's Java(tm) Development Kit 1.3.1 @@ -11,7 +12,8 @@ SHORT= JDK DEPENDS= sun-jre13>=1.0.12:../../lang/sun-jre13 JAVA_CLASSPATH= ${JAVA_HOME}/src.jar -JAVA_WRAPPERS= appletviewer jar javac javadoc javah javap +JAVA_WRAPPERS= appletviewer extcheck idlj jar jarsigner \ + javac javadoc javah javap jdb rmic serialver WRKSRC= ${WRKDIR}/jdk1.3.1_12 # Remove parts that are in common with the JRE. diff --git a/lang/sun-jdk13/PLIST b/lang/sun-jdk13/PLIST index dd3f90a44e1..1a1627934ae 100644 --- a/lang/sun-jdk13/PLIST +++ b/lang/sun-jdk13/PLIST @@ -1,10 +1,16 @@ -@comment $NetBSD: PLIST,v 1.5 2004/05/22 21:22:59 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/10/05 22:09:23 tv Exp $ bin/sun13-appletviewer +bin/sun13-extcheck +bin/sun13-idlj bin/sun13-jar +bin/sun13-jarsigner bin/sun13-javac bin/sun13-javadoc bin/sun13-javah bin/sun13-javap +bin/sun13-jdb +bin/sun13-rmic +bin/sun13-serialver java/sun-1.3.1/README.html java/sun-1.3.1/bin/HtmlConverter java/sun-1.3.1/bin/appletviewer |