Index: MOVED =================================================================== --- MOVED (revision 524262) +++ MOVED (working copy) @@ -13755,3 +13755,4 @@ audio/py-mpd2|audio/py-python-mpd2|2020-01-25|Rename to match upstream naming devel/py-microversion-parse|devel/py-microversion_parse|2020-01-25|Rename to match upstream naming audio/gstreamer1-plugins-spc|audio/gstreamer1-plugins-gme|2020-01-26|spc was removed inflavour for the gme plugin +java/jakarta-commons-discovery|java/apache-commons-discovery|2020-01-27|Renamed upstream Index: java/Makefile =================================================================== --- java/Makefile (revision 524262) +++ java/Makefile (working copy) @@ -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 Index: java/apache-commons-discovery/Makefile =================================================================== --- java/apache-commons-discovery/Makefile (nonexistent) +++ java/apache-commons-discovery/Makefile (working copy) @@ -0,0 +1,31 @@ +# Created by: Herve Quiroz +# $FreeBSD$ + +PORTNAME= commons-discovery +PORTVERSION= 0.5 +CATEGORIES= java devel +MASTER_SITES= APACHE_COMMONS_BINARIES +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} + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * +JARFILE= ${PORTNAME}.jar +PLIST_FILES+= ${JAVAJARDIR}/${JARFILE} + +do-install: + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE} + cd ${WRKSRC}/apidocs && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; + cd ${WRKSRC}/apidocs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; + +.include Index: java/apache-commons-discovery/distinfo =================================================================== --- java/apache-commons-discovery/distinfo (nonexistent) +++ java/apache-commons-discovery/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (commons-discovery-0.5-bin.tar.gz) = 05637d67e5025ea37fb2de4ef4f5a5489bcca31555fadadfeb5e59f0481b0204 +SIZE (commons-discovery-0.5-bin.tar.gz) = 714772 Index: java/apache-commons-discovery/pkg-descr =================================================================== --- java/apache-commons-discovery/pkg-descr (nonexistent) +++ java/apache-commons-discovery/pkg-descr (working copy) @@ -0,0 +1,18 @@ +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. + +Fundamentally, Discovery locates classes that implement a given Java interface. +The discovery pattern, though not necessarily this package, is used in many +projects including JAXP (SaxParserFactory and others) and commons-logging +(LogFactory). By extracting this pattern, other projects can (re)use it and +take advantage of improvements to the pattern as Discovery evolves. + +Discovery improves over previous implementations by establishing facilities for +working within managed environments. These allow configuration and property +overrides without appealing to the global System properties (which are scoped +across an entire JVM). + +WWW: http://commons.apache.org/discovery/ Index: java/jakarta-commons-discovery/Makefile =================================================================== --- java/jakarta-commons-discovery/Makefile (revision 524262) +++ java/jakarta-commons-discovery/Makefile (nonexistent) @@ -1,29 +0,0 @@ -# Created by: Herve Quiroz -# $FreeBSD$ - -PORTNAME= commons-discovery -PORTVERSION= 0.5 -CATEGORIES= java devel -MASTER_SITES= APACHE_COMMONS_BINARIES -PKGNAMEPREFIX= jakarta- -DISTNAME= ${PORTNAME}-${PORTVERSION}-bin - -MAINTAINER= olgeni@FreeBSD.org -COMMENT= Java library for locating resources (including classes) - -USE_JAVA= YES -NO_BUILD= YES -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -OPTIONS_DEFINE= DOCS - -PORTDOCS= * -JARFILE= ${PORTNAME}.jar -PLIST_FILES+= %%JAVAJARDIR%%/${JARFILE} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE} - cd ${WRKSRC}/apidocs && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; - cd ${WRKSRC}/apidocs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; - -.include Index: java/jakarta-commons-discovery/distinfo =================================================================== --- java/jakarta-commons-discovery/distinfo (revision 524262) +++ java/jakarta-commons-discovery/distinfo (nonexistent) @@ -1,2 +0,0 @@ -SHA256 (commons-discovery-0.5-bin.tar.gz) = 05637d67e5025ea37fb2de4ef4f5a5489bcca31555fadadfeb5e59f0481b0204 -SIZE (commons-discovery-0.5-bin.tar.gz) = 714772 Index: java/jakarta-commons-discovery/pkg-descr =================================================================== --- java/jakarta-commons-discovery/pkg-descr (revision 524262) +++ java/jakarta-commons-discovery/pkg-descr (nonexistent) @@ -1,16 +0,0 @@ -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. - -Fundamentally, Discovery locates classes that implement a given Java interface. -The discovery pattern, though not necessarily this package, is used in many -projects including JAXP (SaxParserFactory and others) and commons-logging -(LogFactory). By extracting this pattern, other projects can (re)use it and -take advantage of improvements to the pattern as Discovery evolves. - -Discovery improves over previous implementations by establishing facilities for -working within managed environments. These allow configuration and property -overrides without appealing to the global System properties (which are scoped -across an entire JVM). - -WWW: http://commons.apache.org/discovery/