Port details |
- jakarta-commons-discovery Java library for locating resources (including classes)
- 0.5 java
=0 0.5Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2004-04-18 06:18:53
- Last Update: 2020-01-29 23:00:32
- SVN Revision: 524611
- Also Listed In: devel
- License: not specified in port
- WWW:
- http://commons.apache.org/discovery/
- Description:
- 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/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jakarta-commons-discovery>0:java/jakarta-commons-discovery
- No installation instructions:
- This port has been deleted.
- PKGNAME: jakarta-commons-discovery
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (commons-discovery-0.5-bin.tar.gz) = 05637d67e5025ea37fb2de4ef4f5a5489bcca31555fadadfeb5e59f0481b0204
SIZE (commons-discovery-0.5-bin.tar.gz) = 714772
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jakarta-commons-discovery-0.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5 29 Jan 2020 23:00:32
  |
pfg  |
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) |
0.5 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.5 23 May 2016 18:36:52
  |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.5 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.5 11 May 2015 18:34:58
  |
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.5 04 Jul 2014 00:20:03
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
0.5 08 Jun 2014 13:14:43
  |
olgeni  |
Remove indefinite articles from COMMENT where I'm maintainer. |
0.5 14 May 2014 12:07:23
  |
olgeni  |
Add staging support. |
0.5 20 Sep 2013 19:48:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
0.5 10 Dec 2012 13:18:29
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
0.5 21 Jul 2011 05:03:02
 |
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
0.5 01 Jul 2011 18:38:11
 |
olgeni  |
Upgrade to version 0.5 and fix WWW tag. |
0.4_2 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.4_2 02 Oct 2010 12:24:58
 |
olgeni  |
Take maintainership from ports@. |
0.4_2 02 Oct 2010 12:11:08
 |
olgeni  |
Fix a typo. |
0.4_2 06 Jun 2008 13:38:51
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.4_1 27 Feb 2008 15:10:54
 |
ehaupt  |
Apache Commons project are no longer hosted under MASTER_SITES_APACHE
jakarta/commons subdirectory, they have been moved one directory up.
Introduce MASTER_SITE_APACHE_COMMONS_SOURCE and adjust 22 ports accordingly.
PR: 121041
Submitted by: Marcin Cieslak <saper@system.pl>
Approved by: portmgr (linimon) |
0.4_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.4 10 Feb 2007 22:49:14
 |
hq  |
- Update to 0.4 [1]
- Remove unneeded flag JAVA_RUN=JDK
- Release maintainership
Reported by: portscout [1] |
0.2 22 Jan 2006 12:39:58
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.2 29 Jul 2005 12:36:08
 |
hq  |
- Don't mkdir ${JAVAJARDIR} (already in mtree)
- Use %%JAVAJARDIR%%
- Use FIND | INSTALL_DATA rather than CP |
0.2 23 Oct 2004 01:56:23
 |
hq  |
Use my FreeBSD address in MAINTAINER |
0.2 18 Apr 2004 06:18:19
 |
glewis  |
Add a port of jakarta-commons-discovery.
The Discovery Component is about discovering, or finding, implementations for
pluggable interfaces. It provides facilities intantiating 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).
PR: 65490
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> |