View | Details | Raw Unified | Return to bug 243571 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 13755-13757 Link Here
13755
audio/py-mpd2|audio/py-python-mpd2|2020-01-25|Rename to match upstream naming
13755
audio/py-mpd2|audio/py-python-mpd2|2020-01-25|Rename to match upstream naming
13756
devel/py-microversion-parse|devel/py-microversion_parse|2020-01-25|Rename to match upstream naming
13756
devel/py-microversion-parse|devel/py-microversion_parse|2020-01-25|Rename to match upstream naming
13757
audio/gstreamer1-plugins-spc|audio/gstreamer1-plugins-gme|2020-01-26|spc was removed inflavour for the gme plugin
13757
audio/gstreamer1-plugins-spc|audio/gstreamer1-plugins-gme|2020-01-26|spc was removed inflavour for the gme plugin
13758
java/jakarta-commons-discovery|java/apache-commons-discovery|2020-01-27|Renamed upstream
(-)java/Makefile (-1 / +1 lines)
Lines 8-13 Link Here
8
    SUBDIR += apache-commons-codec
8
    SUBDIR += apache-commons-codec
9
    SUBDIR += apache-commons-collections
9
    SUBDIR += apache-commons-collections
10
    SUBDIR += apache-commons-dbcp
10
    SUBDIR += apache-commons-dbcp
11
    SUBDIR += apache-commons-discovery
11
    SUBDIR += apache-commons-httpclient
12
    SUBDIR += apache-commons-httpclient
12
    SUBDIR += apache-commons-lang
13
    SUBDIR += apache-commons-lang
13
    SUBDIR += apache-commons-lang3
14
    SUBDIR += apache-commons-lang3
Lines 47-53 Link Here
47
    SUBDIR += jad
48
    SUBDIR += jad
48
    SUBDIR += jai
49
    SUBDIR += jai
49
    SUBDIR += jakarta-commons-beanutils
50
    SUBDIR += jakarta-commons-beanutils
50
    SUBDIR += jakarta-commons-discovery
51
    SUBDIR += jakarta-oro
51
    SUBDIR += jakarta-oro
52
    SUBDIR += jakarta-regexp
52
    SUBDIR += jakarta-regexp
53
    SUBDIR += jasmin
53
    SUBDIR += jasmin
(-)java/apache-commons-discovery/Makefile (+31 lines)
Line 0 Link Here
1
# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2
# $FreeBSD$
3
4
PORTNAME=	commons-discovery
5
PORTVERSION=	0.5
6
CATEGORIES=	java devel
7
MASTER_SITES=	APACHE_COMMONS_BINARIES
8
PKGNAMEPREFIX=	apache-
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
10
11
MAINTAINER=	olgeni@FreeBSD.org
12
COMMENT=	Java library for locating resources (including classes)
13
14
LICENSE=        APACHE20
15
16
USE_JAVA=	YES
17
NO_BUILD=	YES
18
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
19
20
OPTIONS_DEFINE=	DOCS
21
22
PORTDOCS=	*
23
JARFILE=	${PORTNAME}.jar
24
PLIST_FILES+=	${JAVAJARDIR}/${JARFILE}
25
26
do-install:
27
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
28
	cd ${WRKSRC}/apidocs && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \;
29
	cd ${WRKSRC}/apidocs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \;
30
31
.include <bsd.port.mk>
(-)java/apache-commons-discovery/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (commons-discovery-0.5-bin.tar.gz) = 05637d67e5025ea37fb2de4ef4f5a5489bcca31555fadadfeb5e59f0481b0204
2
SIZE (commons-discovery-0.5-bin.tar.gz) = 714772
(-)java/apache-commons-discovery/pkg-descr (+18 lines)
Line 0 Link Here
1
Commons Discovery: Service Discovery component
2
3
The Discovery Component is about discovering, or finding, implementations for
4
pluggable interfaces. It provides facilities instantiating classes in general,
5
and for lifecycle management of singleton (factory) classes.
6
7
Fundamentally, Discovery locates classes that implement a given Java interface.
8
The discovery pattern, though not necessarily this package, is used in many
9
projects including JAXP (SaxParserFactory and others) and commons-logging
10
(LogFactory). By extracting this pattern, other projects can (re)use it and
11
take advantage of improvements to the pattern as Discovery evolves.
12
13
Discovery improves over previous implementations by establishing facilities for
14
working within managed environments. These allow configuration and property
15
overrides without appealing to the global System properties (which are scoped
16
across an entire JVM).
17
18
WWW: http://commons.apache.org/discovery/
(-)java/jakarta-commons-discovery/Makefile (-29 lines)
Lines 1-29 Link Here
1
# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2
# $FreeBSD$
3
4
PORTNAME=	commons-discovery
5
PORTVERSION=	0.5
6
CATEGORIES=	java devel
7
MASTER_SITES=	APACHE_COMMONS_BINARIES
8
PKGNAMEPREFIX=	jakarta-
9
DISTNAME=	${PORTNAME}-${PORTVERSION}-bin
10
11
MAINTAINER=	olgeni@FreeBSD.org
12
COMMENT=	Java library for locating resources (including classes)
13
14
USE_JAVA=	YES
15
NO_BUILD=	YES
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
17
18
OPTIONS_DEFINE=	DOCS
19
20
PORTDOCS=	*
21
JARFILE=	${PORTNAME}.jar
22
PLIST_FILES+=	%%JAVAJARDIR%%/${JARFILE}
23
24
do-install:
25
	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${JARFILE}
26
	cd ${WRKSRC}/apidocs && ${FIND} . -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \;
27
	cd ${WRKSRC}/apidocs && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \;
28
29
.include <bsd.port.mk>
(-)java/jakarta-commons-discovery/distinfo (-2 lines)
Lines 1-2 Link Here
1
SHA256 (commons-discovery-0.5-bin.tar.gz) = 05637d67e5025ea37fb2de4ef4f5a5489bcca31555fadadfeb5e59f0481b0204
2
SIZE (commons-discovery-0.5-bin.tar.gz) = 714772
(-)java/jakarta-commons-discovery/pkg-descr (-16 lines)
Lines 1-16 Link Here
1
The Discovery Component is about discovering, or finding, implementations for
2
pluggable interfaces. It provides facilities instantiating classes in general,
3
and for lifecycle management of singleton (factory) classes.
4
5
Fundamentally, Discovery locates classes that implement a given Java interface.
6
The discovery pattern, though not necessarily this package, is used in many
7
projects including JAXP (SaxParserFactory and others) and commons-logging
8
(LogFactory). By extracting this pattern, other projects can (re)use it and
9
take advantage of improvements to the pattern as Discovery evolves.
10
11
Discovery improves over previous implementations by establishing facilities for
12
working within managed environments. These allow configuration and property
13
overrides without appealing to the global System properties (which are scoped
14
across an entire JVM).
15
16
WWW: http://commons.apache.org/discovery/

Return to bug 243571