mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Java Developers Kit. All ports that need the JDK's class libraries should
rely on this port. Suggested by: asami
This commit is contained in:
parent
aebdf26065
commit
c312dc6546
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2946
10 changed files with 62 additions and 0 deletions
23
java/jdk/Makefile
Normal file
23
java/jdk/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: jdk
|
||||
# Version required: 1.0.1
|
||||
# Date created: 8 April 1996
|
||||
# Whom: Sujal Patel <smpatel@umiacs.umd.edu>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1996/04/01 04:02:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jdk
|
||||
PKGNAME= jdk-1.0.1
|
||||
CATEGORIES+= www devel
|
||||
MASTER_SITES= ftp://ftp.javasoft.com/pub/ \
|
||||
ftp://www.blackdown.org/pub/Java/pub/
|
||||
DISTFILES= JDK-1_0_1-solaris2-sparc.tar.Z
|
||||
|
||||
MAINTAINER= smpatel@umiacs.umd.edu
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
post-install:
|
||||
@cat ${PKGDIR}/DESCR
|
||||
|
||||
.include <bsd.port.mk>
|
1
java/jdk/distinfo
Normal file
1
java/jdk/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (JDK-1_0_1-solaris2-sparc.tar.Z) = ad0e7ad23627267e43231043392e30cf
|
1
java/jdk/pkg-comment
Normal file
1
java/jdk/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Java Developers Kit, Class Libraries
|
3
java/jdk/pkg-descr
Normal file
3
java/jdk/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
These are the Java Developers Kit's class libraries.
|
||||
The libraries are used in various ports like
|
||||
javac_netscape and kaffe.
|
3
java/jdk/pkg-plist
Normal file
3
java/jdk/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
share/java/classes.zip
|
||||
share/java/lib/javac.properties
|
||||
share/java/COPYRIGHT
|
23
java/jdk11/Makefile
Normal file
23
java/jdk11/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: jdk
|
||||
# Version required: 1.0.1
|
||||
# Date created: 8 April 1996
|
||||
# Whom: Sujal Patel <smpatel@umiacs.umd.edu>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1996/04/01 04:02:45 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= jdk
|
||||
PKGNAME= jdk-1.0.1
|
||||
CATEGORIES+= www devel
|
||||
MASTER_SITES= ftp://ftp.javasoft.com/pub/ \
|
||||
ftp://www.blackdown.org/pub/Java/pub/
|
||||
DISTFILES= JDK-1_0_1-solaris2-sparc.tar.Z
|
||||
|
||||
MAINTAINER= smpatel@umiacs.umd.edu
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
post-install:
|
||||
@cat ${PKGDIR}/DESCR
|
||||
|
||||
.include <bsd.port.mk>
|
1
java/jdk11/distinfo
Normal file
1
java/jdk11/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (JDK-1_0_1-solaris2-sparc.tar.Z) = ad0e7ad23627267e43231043392e30cf
|
1
java/jdk11/pkg-comment
Normal file
1
java/jdk11/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Java Developers Kit, Class Libraries
|
3
java/jdk11/pkg-descr
Normal file
3
java/jdk11/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
These are the Java Developers Kit's class libraries.
|
||||
The libraries are used in various ports like
|
||||
javac_netscape and kaffe.
|
3
java/jdk11/pkg-plist
Normal file
3
java/jdk11/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
share/java/classes.zip
|
||||
share/java/lib/javac.properties
|
||||
share/java/COPYRIGHT
|
Loading…
Add table
Reference in a new issue