aboutsummaryrefslogtreecommitdiff
path: root/java/jakarta-commons-discovery
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-4/+2
| | | | Notes: svn path=/head/; revision=360494
* Remove indefinite articles from COMMENT where I'm maintainer.Jimmy Olgeni2014-06-081-1/+1
| | | | Notes: svn path=/head/; revision=357013
* Add staging support.Jimmy Olgeni2014-05-141-8/+3
| | | | Notes: svn path=/head/; revision=354042
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | java) Notes: svn path=/head/; revision=327738
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=278068
* Upgrade to version 0.5 and fix WWW tag.Jimmy Olgeni2011-07-013-7/+8
| | | | Notes: svn path=/head/; revision=276802
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Take maintainership from ports@.Jimmy Olgeni2010-10-021-1/+1
| | | | Notes: svn path=/head/; revision=262322
* Fix a typo.Jimmy Olgeni2010-10-021-1/+1
| | | | Notes: svn path=/head/; revision=262320
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Apache Commons project are no longer hosted under MASTER_SITES_APACHEEmanuel Haupt2008-02-271-2/+2
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=208004
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 0.4 [1]Herve Quiroz2007-02-102-13/+9
| | | | | | | | | | - Remove unneeded flag JAVA_RUN=JDK - Release maintainership Reported by: portscout [1] Notes: svn path=/head/; revision=184819
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Don't mkdir ${JAVAJARDIR} (already in mtree)Herve Quiroz2005-07-291-8/+3
| | | | | | | | - Use %%JAVAJARDIR%% - Use FIND | INSTALL_DATA rather than CP Notes: svn path=/head/; revision=140394
* Use my FreeBSD address in MAINTAINERHerve Quiroz2004-10-231-1/+1
| | | | Notes: svn path=/head/; revision=119982
* Add a port of jakarta-commons-discovery.Greg Lewis2004-04-183-0/+66
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> Notes: svn path=/head/; revision=107393