diff options
author | ale <ale@FreeBSD.org> | 2018-07-17 00:59:24 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2018-07-17 00:59:24 +0800 |
commit | 20e36464f2065fb98a3aae92e8669f83184cd898 (patch) | |
tree | bd323accc3f1861b5a4692734549bac59abcf78c /java | |
parent | 3b070907eb52082ea96946bfe3d77710d4db57f4 (diff) | |
download | freebsd-ports-gnome-20e36464f2065fb98a3aae92e8669f83184cd898.tar.gz freebsd-ports-gnome-20e36464f2065fb98a3aae92e8669f83184cd898.tar.zst freebsd-ports-gnome-20e36464f2065fb98a3aae92e8669f83184cd898.zip |
Remove java/jaf port, since the Java Activation Framework is included by
default in the JRE since Java 6 and we don't support Java 5 anymore.
Reviewed by: eugen
Diffstat (limited to 'java')
-rw-r--r-- | java/Makefile | 1 | ||||
-rw-r--r-- | java/bouncycastle/Makefile | 8 | ||||
-rw-r--r-- | java/bouncycastle15/Makefile | 7 | ||||
-rw-r--r-- | java/jaf/Makefile | 44 | ||||
-rw-r--r-- | java/jaf/distinfo | 2 | ||||
-rw-r--r-- | java/jaf/pkg-descr | 11 |
6 files changed, 6 insertions, 67 deletions
diff --git a/java/Makefile b/java/Makefile index 448b5329580a..d43e0b19fad6 100644 --- a/java/Makefile +++ b/java/Makefile @@ -37,7 +37,6 @@ SUBDIR += intellij-rubymine SUBDIR += intellij-ultimate SUBDIR += jad - SUBDIR += jaf SUBDIR += jai SUBDIR += jakarta-bcel SUBDIR += jakarta-commons-beanutils diff --git a/java/bouncycastle/Makefile b/java/bouncycastle/Makefile index f01e4ba7ae5e..ea5443b5d2cd 100644 --- a/java/bouncycastle/Makefile +++ b/java/bouncycastle/Makefile @@ -3,7 +3,7 @@ PORTNAME= bouncycastle PORTVERSION= 1.45 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java security MASTER_SITES= http://downloads.bouncycastle.org/java/ \ http://polydistortion.net/bc/download/ \ @@ -13,11 +13,9 @@ DISTNAME= crypto-${JARVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= Cleanroom build of Java Cryptography Extensions -BUILD_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ - ${JAVALIBDIR}/mail.jar:java/javamail \ +BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \ ${JAVALIBDIR}/junit.jar:java/junit -RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ - ${JAVALIBDIR}/mail.jar:java/javamail +RUN_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail OPTIONS_DEFINE= DOCS diff --git a/java/bouncycastle15/Makefile b/java/bouncycastle15/Makefile index dc6d0a41fde0..25ffbe8facee 100644 --- a/java/bouncycastle15/Makefile +++ b/java/bouncycastle15/Makefile @@ -3,6 +3,7 @@ PORTNAME= bouncycastle PORTVERSION= 1.60 +PORTREVISION= 1 CATEGORIES= java security MASTER_SITES= http://www.bouncycastle.org/download/ \ http://polydistortion.net/bc/download/ @@ -14,11 +15,9 @@ COMMENT= Cleanroom build of Java Cryptography Extensions LICENSE= MIT -BUILD_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ - ${JAVALIBDIR}/mail.jar:java/javamail \ +BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \ ${JAVALIBDIR}/junit.jar:java/junit -RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ - ${JAVALIBDIR}/mail.jar:java/javamail +RUN_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail OPTIONS_DEFINE= DOCS ZIPSRC OPTIONS_DEFAULT= ZIPSRC diff --git a/java/jaf/Makefile b/java/jaf/Makefile deleted file mode 100644 index 2dda06213716..000000000000 --- a/java/jaf/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Jose Marques -# $FreeBSD$ - -PORTNAME= jaf -DISTVERSION= 1_1_1 -CATEGORIES= java devel -MASTER_SITES= # - -MAINTAINER= ports@FreeBSD.org -COMMENT= JavaBeansTM Activation Framework - -USES= zip -USE_JAVA= YES -JAVA_VERSION= 1.6+ - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_BUILD= yes -NO_CDROM= See the license -DOWNLOAD_URL= http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html\#jaf-1.1.1-fcs-oth-JPR - -PORTDOCS= * -PORTEXAMPLES= * - -PLIST_FILES= %%JAVAJARDIR%%/activation.jar - -OPTIONS_DEFINE= DOCS EXAMPLES - -.include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= you must manually fetch the distribution from ${DOWNLOAD_URL} and place it in ${DISTDIR} then run make again -.endif - -do-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - ${INSTALL_DATA} ${WRKSRC}/activation.jar ${STAGEDIR}${JAVAJARDIR} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} LICENSE.txt README.txt RELNOTES.txt \ - ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC}/docs && ${INSTALL_DATA} JAF-1.1.pdf JAF-1.1.ps \ - JAF-1.1-changes.txt ${STAGEDIR}${DOCSDIR}) - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} javadocs ${STAGEDIR}${DOCSDIR}) - -.include <bsd.port.post.mk> diff --git a/java/jaf/distinfo b/java/jaf/distinfo deleted file mode 100644 index c64ac3b98a32..000000000000 --- a/java/jaf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jaf-1_1_1.zip) = af88f65f4a8cd6a80efa699111639c7065adf8dccd4d63ead02275468b83803b -SIZE (jaf-1_1_1.zip) = 379593 diff --git a/java/jaf/pkg-descr b/java/jaf/pkg-descr deleted file mode 100644 index 674068257112..000000000000 --- a/java/jaf/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -With the JavaBeansTM Activation Framework standard extension, developers -who use JavaTM technology can take advantage of standard services to -determine the type of an arbitrary piece of data, encapsulate access to -it, discover the operations available on it, and to instantiate the -appropriate bean to perform said operation(s). For example, if a browser -obtained a JPEG image, this framework would enable the browser to identify -that stream of data as an JPEG image, and from that type, the browser -could locate and instantiate an object that could manipulate, or view that -image. - -WWW: http://java.sun.com/products/javabeans/jaf/ |