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
This commit is contained in:
Alex Dupre 2018-07-16 16:59:24 +00:00
parent b21ef80fc2
commit 801759c3ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474750
9 changed files with 10 additions and 71 deletions

1
MOVED
View file

@ -10330,3 +10330,4 @@ net/wpa_gui|net/wpa_supplicant_gui|2018-07-12|Rename to wpa_supplicant_gui for e
lang/gcc47|lang/gcc6|2018-07-15|Has expired: Unsupported by upstream. Use GCC 6 or newer instead. lang/gcc47|lang/gcc6|2018-07-15|Has expired: Unsupported by upstream. Use GCC 6 or newer instead.
net-p2p/transmission-qt4|net-p2p/transmission-qt@qt4|2018-07-15|Moved into flavored version net-p2p/transmission-qt4|net-p2p/transmission-qt@qt4|2018-07-15|Moved into flavored version
net-p2p/transmission-qt5|net-p2p/transmission-qt@qt5|2018-07-15|Moved into flavored version net-p2p/transmission-qt5|net-p2p/transmission-qt@qt5|2018-07-15|Moved into flavored version
java/jaf||2018-07-16|Included in JRE since 1.6 version

View file

@ -3,15 +3,13 @@
PORTNAME= javatar PORTNAME= javatar
PORTVERSION= 2.5 PORTVERSION= 2.5
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= archivers java CATEGORIES= archivers java
MASTER_SITES= http://www.gjt.org/download/time/java/tar/ MASTER_SITES= http://www.gjt.org/download/time/java/tar/
MAINTAINER= ale@FreeBSD.org MAINTAINER= ale@FreeBSD.org
COMMENT= Java tar archive I/O package COMMENT= Java tar archive I/O package
RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf
USE_JAVA= yes USE_JAVA= yes
JAVA_VERSION= 1.6+ JAVA_VERSION= 1.6+

View file

@ -37,7 +37,6 @@
SUBDIR += intellij-rubymine SUBDIR += intellij-rubymine
SUBDIR += intellij-ultimate SUBDIR += intellij-ultimate
SUBDIR += jad SUBDIR += jad
SUBDIR += jaf
SUBDIR += jai SUBDIR += jai
SUBDIR += jakarta-bcel SUBDIR += jakarta-bcel
SUBDIR += jakarta-commons-beanutils SUBDIR += jakarta-commons-beanutils

View file

@ -3,7 +3,7 @@
PORTNAME= bouncycastle PORTNAME= bouncycastle
PORTVERSION= 1.45 PORTVERSION= 1.45
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= java security CATEGORIES= java security
MASTER_SITES= http://downloads.bouncycastle.org/java/ \ MASTER_SITES= http://downloads.bouncycastle.org/java/ \
http://polydistortion.net/bc/download/ \ http://polydistortion.net/bc/download/ \
@ -13,11 +13,9 @@ DISTNAME= crypto-${JARVERSION}
MAINTAINER= ale@FreeBSD.org MAINTAINER= ale@FreeBSD.org
COMMENT= Cleanroom build of Java Cryptography Extensions COMMENT= Cleanroom build of Java Cryptography Extensions
BUILD_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \
${JAVALIBDIR}/mail.jar:java/javamail \
${JAVALIBDIR}/junit.jar:java/junit ${JAVALIBDIR}/junit.jar:java/junit
RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ RUN_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail
${JAVALIBDIR}/mail.jar:java/javamail
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS

View file

@ -3,6 +3,7 @@
PORTNAME= bouncycastle PORTNAME= bouncycastle
PORTVERSION= 1.60 PORTVERSION= 1.60
PORTREVISION= 1
CATEGORIES= java security CATEGORIES= java security
MASTER_SITES= http://www.bouncycastle.org/download/ \ MASTER_SITES= http://www.bouncycastle.org/download/ \
http://polydistortion.net/bc/download/ http://polydistortion.net/bc/download/
@ -14,11 +15,9 @@ COMMENT= Cleanroom build of Java Cryptography Extensions
LICENSE= MIT LICENSE= MIT
BUILD_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \
${JAVALIBDIR}/mail.jar:java/javamail \
${JAVALIBDIR}/junit.jar:java/junit ${JAVALIBDIR}/junit.jar:java/junit
RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ RUN_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail
${JAVALIBDIR}/mail.jar:java/javamail
OPTIONS_DEFINE= DOCS ZIPSRC OPTIONS_DEFINE= DOCS ZIPSRC
OPTIONS_DEFAULT= ZIPSRC OPTIONS_DEFAULT= ZIPSRC

View file

@ -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>

View file

@ -1,2 +0,0 @@
SHA256 (jaf-1_1_1.zip) = af88f65f4a8cd6a80efa699111639c7065adf8dccd4d63ead02275468b83803b
SIZE (jaf-1_1_1.zip) = 379593

View file

@ -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/

View file

@ -3,6 +3,7 @@
PORTNAME= apache-jmeter PORTNAME= apache-jmeter
PORTVERSION= 2.11 PORTVERSION= 2.11
PORTREVISION= 1
CATEGORIES= www benchmarks java CATEGORIES= www benchmarks java
MASTER_SITES= APACHE/jmeter/binaries MASTER_SITES= APACHE/jmeter/binaries
@ -14,7 +15,7 @@ LICENSE= APACHE20
# These are JAR-files installed by other ports. The list should keep # These are JAR-files installed by other ports. The list should keep
# growing until all Java applications install just their own JARs -- not # growing until all Java applications install just their own JARs -- not
# the 3rd-party ones: # the 3rd-party ones:
RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ RUN_DEPENDS= \
${JAVALIBDIR}/avalon-framework.jar:devel/avalon-framework \ ${JAVALIBDIR}/avalon-framework.jar:devel/avalon-framework \
${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec \ ${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec \
${JAVALIBDIR}/commons-collections.jar:java/jakarta-commons-collections \ ${JAVALIBDIR}/commons-collections.jar:java/jakarta-commons-collections \