mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Java 2 SDK Enterprise Edition 1.3.1
This commit is contained in:
parent
f1c6a26e68
commit
c9dc1dea98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83740
5 changed files with 1059 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
SUBDIR += gnu-regexp
|
||||
SUBDIR += guavac
|
||||
SUBDIR += infobus
|
||||
SUBDIR += j2sdkee13
|
||||
SUBDIR += jad
|
||||
SUBDIR += jaf
|
||||
SUBDIR += jakarta-bcel
|
||||
|
|
40
java/j2sdkee13/Makefile
Normal file
40
java/j2sdkee13/Makefile
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Ports collection makefile for: j2sdkee13
|
||||
# Date created: 2003-06-27
|
||||
# Whom: des
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= j2sdkee
|
||||
PORTVERSION= 1.3.1
|
||||
PORTREVISION= 02
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= # http://java.sun.com/j2ee/sdk_1.3/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g}-linux
|
||||
|
||||
MAINTAINER= des@freebsd.org
|
||||
COMMENT= Java 2 SDK, Enterprise Edition
|
||||
|
||||
USE_JAVA= 1.3+
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
RESTRICTED= "Redistribution is not permitted"
|
||||
NO_CDROM= "Redistribution is not permitted"
|
||||
|
||||
J2SDKEEVERSION= ${PORTVERSION}_${PORTREVISION}
|
||||
DOWNLOAD_URL= http://java.sun.com/j2ee/sdk_1.3/
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE= You must manually fetch the Java 2 SDK Enterprise Edition\
|
||||
${J2SDKEEVERSION} tarball from ${DOWNLOAD_URL}; download\
|
||||
the \"Linux Install\" into ${DISTDIR} and run ${MAKE} again
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
(cd ${WRKDIR} && ${TAR} cf - ${PORTNAME}${PORTVERSION} |\
|
||||
${TAR} xf - -C ${PREFIX})
|
||||
|
||||
.include <bsd.port.post.mk>
|
1
java/j2sdkee13/distinfo
Normal file
1
java/j2sdkee13/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (j2sdkee-1_3_1-linux.tar.gz) = deb95389621b79e1c72c843ba0c46a54
|
11
java/j2sdkee13/pkg-descr
Normal file
11
java/j2sdkee13/pkg-descr
Normal file
|
@ -0,0 +1,11 @@
|
|||
Version 1.3.1 of the Java 2 SDK, Enterprise Edition ("J2EE" SDK) is a
|
||||
complete implementation of the Java 2 Platform, Enterprise Edition
|
||||
1.3. The J2EE SDK is intended as a proof of concept and example for
|
||||
implementations in the application server marketplace. The J2EE SDK
|
||||
includes a J2EE application server and various tools to help
|
||||
developers prototype J2EE applications and learn about the J2EE
|
||||
platform and technologies. It can be used as a J2EE development
|
||||
enviroment for applications prior to their deployment and
|
||||
distribution.
|
||||
|
||||
WWW: http://java.sun.com/j2ee/sdk_1.3/
|
1006
java/j2sdkee13/pkg-plist
Normal file
1006
java/j2sdkee13/pkg-plist
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue