java/jakarta-commons-discovery: move to java/apache-commons-discovery

The ASF has moved Jakarta projects to apache-commons.

PR:		243571
Approved bu:	olgeni (maintainer), thierry (mentor)
This commit is contained in:
Pedro F. Giffuni
2020-01-29 23:00:31 +00:00
parent f514a3272f
commit fa6c19803d
5 changed files with 8 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
SUBDIR += apache-commons-codec
SUBDIR += apache-commons-collections
SUBDIR += apache-commons-dbcp
SUBDIR += apache-commons-discovery
SUBDIR += apache-commons-httpclient
SUBDIR += apache-commons-lang
SUBDIR += apache-commons-lang3
@@ -47,7 +48,6 @@
SUBDIR += jad
SUBDIR += jai
SUBDIR += jakarta-commons-beanutils
SUBDIR += jakarta-commons-discovery
SUBDIR += jakarta-oro
SUBDIR += jakarta-regexp
SUBDIR += jasmin

View File

@@ -5,12 +5,14 @@ PORTNAME= commons-discovery
PORTVERSION= 0.5
CATEGORIES= java devel
MASTER_SITES= APACHE_COMMONS_BINARIES
PKGNAMEPREFIX= jakarta-
PKGNAMEPREFIX= apache-
DISTNAME= ${PORTNAME}-${PORTVERSION}-bin
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Java library for locating resources (including classes)
LICENSE= APACHE20
USE_JAVA= YES
NO_BUILD= YES
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -19,7 +21,7 @@ OPTIONS_DEFINE= DOCS
PORTDOCS= *
JARFILE= ${PORTNAME}.jar
PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE}
PLIST_FILES+= ${JAVAJARDIR}/${JARFILE}
do-install:
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE}

View File

@@ -1,3 +1,5 @@
Commons Discovery: Service Discovery component
The Discovery Component is about discovering, or finding, implementations for
pluggable interfaces. It provides facilities instantiating classes in general,
and for lifecycle management of singleton (factory) classes.