diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 8 | ||||
-rw-r--r-- | devel/apache-commons-configuration/Makefile (renamed from devel/jakarta-commons-configuration/Makefile) | 4 | ||||
-rw-r--r-- | devel/apache-commons-configuration/distinfo (renamed from devel/jakarta-commons-configuration/distinfo) | 0 | ||||
-rw-r--r-- | devel/apache-commons-configuration/pkg-descr (renamed from devel/jakarta-commons-configuration/pkg-descr) | 7 | ||||
-rw-r--r-- | devel/apache-commons-io/Makefile (renamed from devel/jakarta-commons-io/Makefile) | 2 | ||||
-rw-r--r-- | devel/apache-commons-io/distinfo (renamed from devel/jakarta-commons-io/distinfo) | 0 | ||||
-rw-r--r-- | devel/apache-commons-io/pkg-descr (renamed from devel/jakarta-commons-io/pkg-descr) | 0 | ||||
-rw-r--r-- | devel/apache-commons-jxpath/Makefile (renamed from devel/jakarta-commons-jxpath/Makefile) | 4 | ||||
-rw-r--r-- | devel/apache-commons-jxpath/distinfo (renamed from devel/jakarta-commons-jxpath/distinfo) | 0 | ||||
-rw-r--r-- | devel/apache-commons-jxpath/pkg-descr (renamed from devel/jakarta-commons-jxpath/pkg-descr) | 2 | ||||
-rw-r--r-- | devel/apache-commons-modeler/Makefile (renamed from devel/jakarta-commons-modeler/Makefile) | 5 | ||||
-rw-r--r-- | devel/apache-commons-modeler/distinfo (renamed from devel/jakarta-commons-modeler/distinfo) | 0 | ||||
-rw-r--r-- | devel/apache-commons-modeler/pkg-descr (renamed from devel/jakarta-commons-modeler/pkg-descr) | 2 | ||||
-rw-r--r-- | devel/charva/Makefile | 4 |
14 files changed, 23 insertions, 15 deletions
diff --git a/devel/Makefile b/devel/Makefile index fe76aa72689b..d99ca0595e97 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -124,6 +124,10 @@ SUBDIR += antlr3 SUBDIR += antlr4 SUBDIR += apache-ant + SUBDIR += apache-commons-configuration + SUBDIR += apache-commons-io + SUBDIR += apache-commons-jxpath + SUBDIR += apache-commons-modeler SUBDIR += apache-rat SUBDIR += aphpbreakdown SUBDIR += aphpunit @@ -1026,11 +1030,7 @@ SUBDIR += itext SUBDIR += ivykis SUBDIR += iz - SUBDIR += jakarta-commons-configuration SUBDIR += jakarta-commons-daemon - SUBDIR += jakarta-commons-io - SUBDIR += jakarta-commons-jxpath - SUBDIR += jakarta-commons-modeler SUBDIR += jam SUBDIR += jansson SUBDIR += java-findbugs diff --git a/devel/jakarta-commons-configuration/Makefile b/devel/apache-commons-configuration/Makefile index cbfe62f5ce9e..c976d1d057a7 100644 --- a/devel/jakarta-commons-configuration/Makefile +++ b/devel/apache-commons-configuration/Makefile @@ -5,7 +5,7 @@ PORTNAME= commons-configuration PORTVERSION= 1.10 CATEGORIES= devel java MASTER_SITES= APACHE_COMMONS_BINARIES -PKGNAMEPREFIX= jakarta- +PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= ports@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE= APACHE20 RUN_DEPENDS= ${JAVALIBDIR}/commons-beanutils.jar:java/jakarta-commons-beanutils \ ${JAVALIBDIR}/commons-lang.jar:java/jakarta-commons-lang \ - ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging + ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/jakarta-commons-configuration/distinfo b/devel/apache-commons-configuration/distinfo index 43d41c56b753..43d41c56b753 100644 --- a/devel/jakarta-commons-configuration/distinfo +++ b/devel/apache-commons-configuration/distinfo diff --git a/devel/jakarta-commons-configuration/pkg-descr b/devel/apache-commons-configuration/pkg-descr index bfec199140c7..525af682e7fa 100644 --- a/devel/jakarta-commons-configuration/pkg-descr +++ b/devel/apache-commons-configuration/pkg-descr @@ -7,12 +7,17 @@ Configuration parameters may be loaded from the following sources: * Properties files * XML documents + * Windows INI files + * Property list files (plist) * JNDI * JDBC Datasource + * System properties + * Applet parameters + * Servlet parameters Different configuration sources can be mixed using a ConfigurationFactory and CompositeConfiguration. Additional sources of configuration parameters can be created by using custom configuration objects. This customization can be achieved by extending AbstractConfiguration. -WWW: http://jakarta.apache.org/commons/configuration/ +WWW: http://commons.apache.org/proper/commons-configuration/ diff --git a/devel/jakarta-commons-io/Makefile b/devel/apache-commons-io/Makefile index f1395a66d88f..0621d5111dde 100644 --- a/devel/jakarta-commons-io/Makefile +++ b/devel/apache-commons-io/Makefile @@ -5,7 +5,7 @@ PORTNAME= commons-io PORTVERSION= 2.6 CATEGORIES= devel java MASTER_SITES= APACHE_COMMONS_BINARIES -PKGNAMEPREFIX= jakarta- +PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= makc@FreeBSD.org diff --git a/devel/jakarta-commons-io/distinfo b/devel/apache-commons-io/distinfo index 4d77571f8bc5..4d77571f8bc5 100644 --- a/devel/jakarta-commons-io/distinfo +++ b/devel/apache-commons-io/distinfo diff --git a/devel/jakarta-commons-io/pkg-descr b/devel/apache-commons-io/pkg-descr index f1f64271d017..f1f64271d017 100644 --- a/devel/jakarta-commons-io/pkg-descr +++ b/devel/apache-commons-io/pkg-descr diff --git a/devel/jakarta-commons-jxpath/Makefile b/devel/apache-commons-jxpath/Makefile index 35f0330695e0..6e795139ecf7 100644 --- a/devel/jakarta-commons-jxpath/Makefile +++ b/devel/apache-commons-jxpath/Makefile @@ -5,9 +5,11 @@ PORTNAME= commons-jxpath PORTVERSION= 1.3 CATEGORIES= devel www java MASTER_SITES= APACHE_COMMONS_BINARIES -PKGNAMEPREFIX= jakarta- +PKGNAMEPREFIX= apache- DISTNAME= ${PORTNAME}-${PORTVERSION}-bin +LICENSE= APACHE20 + MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for manipulating Java Beans using the XPath syntax diff --git a/devel/jakarta-commons-jxpath/distinfo b/devel/apache-commons-jxpath/distinfo index 2ffe54588e4a..2ffe54588e4a 100644 --- a/devel/jakarta-commons-jxpath/distinfo +++ b/devel/apache-commons-jxpath/distinfo diff --git a/devel/jakarta-commons-jxpath/pkg-descr b/devel/apache-commons-jxpath/pkg-descr index 2de18b2de3c8..5d24286ce755 100644 --- a/devel/jakarta-commons-jxpath/pkg-descr +++ b/devel/apache-commons-jxpath/pkg-descr @@ -3,4 +3,4 @@ expression language called XPath. JXPath applies XPath expressions to graphs of objects of all kinds: JavaBeans, Maps, Servlet contexts, DOM etc, including mixtures thereof. -WWW: http://jakarta.apache.org/commons/jxpath/ +WWW: http://commons.apache.org/proper/commons-jxpath/ diff --git a/devel/jakarta-commons-modeler/Makefile b/devel/apache-commons-modeler/Makefile index 418ea0f8b82f..f16d0d84a701 100644 --- a/devel/jakarta-commons-modeler/Makefile +++ b/devel/apache-commons-modeler/Makefile @@ -3,14 +3,15 @@ PORTNAME= commons-modeler PORTVERSION= 2.0.1 -PORTREVISION= 1 CATEGORIES= devel java MASTER_SITES= APACHE_COMMONS_BINARIES -PKGNAMEPREFIX= jakarta- +PKGNAMEPREFIX= apache- MAINTAINER= ports@FreeBSD.org COMMENT= Mechanisms to create Model MBeans compatible with JMX specification +LICENSE= APACHE20 + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes diff --git a/devel/jakarta-commons-modeler/distinfo b/devel/apache-commons-modeler/distinfo index 96951f002387..96951f002387 100644 --- a/devel/jakarta-commons-modeler/distinfo +++ b/devel/apache-commons-modeler/distinfo diff --git a/devel/jakarta-commons-modeler/pkg-descr b/devel/apache-commons-modeler/pkg-descr index 2eec22377327..0487fdbd191b 100644 --- a/devel/jakarta-commons-modeler/pkg-descr +++ b/devel/apache-commons-modeler/pkg-descr @@ -15,4 +15,4 @@ information. The Modeler component is designed to make this process fairly pain Model MBean to be supported. In addition, Modeler provides a factory mechanism to create the actual Model MBean instances themselves. -WWW: http://jakarta.apache.org/commons/modeler/ +WWW: https://commons.apache.org/dormant/commons-modeler/ diff --git a/devel/charva/Makefile b/devel/charva/Makefile index 6d78ddf0adef..8f1712c9b0dc 100644 --- a/devel/charva/Makefile +++ b/devel/charva/Makefile @@ -3,7 +3,7 @@ PORTNAME= charva PORTVERSION= 1.1.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME} @@ -12,7 +12,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= Java Windowing Toolkit for Text Terminals BUILD_DEPENDS= gmake:devel/gmake -RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging +RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging BROKEN_armv6= fails to compile: build.xml: compilation failed BROKEN_armv7= fails to compile: build.xml: compilation failed |