non port: java/jakarta-commons-discovery/Makefile |
SVNWeb
|
Number of commits found: 17 |
Tue, 26 Nov 2019
|
[ 21:46 jkim ] (Only the first 10 of 443 ports in this commit are shown above. )
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
|
Mon, 11 May 2015
|
[ 18:34 mat ] (Only the first 10 of 285 ports in this commit are shown above. )
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
|
Fri, 4 Jul 2014
|
[ 00:20 adamw ]
Remove NOPORTDOCS and NOPORTEXAMPLES.
|
Sun, 8 Jun 2014
|
[ 13:14 olgeni ] (Only the first 10 of 36 ports in this commit are shown above. )
Remove indefinite articles from COMMENT where I'm maintainer.
|
Wed, 14 May 2014
|
[ 12:07 olgeni ]
Add staging support.
|
Fri, 20 Sep 2013
|
[ 19:48 bapt ] (Only the first 10 of 143 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
|
Mon, 10 Dec 2012
|
[ 13:18 bapt ] (Only the first 10 of 172 ports in this commit are shown above. )
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
|
Thu, 21 Jul 2011
|
[ 05:03 linimon ] (Only the first 10 of 269 ports in this commit are shown above. )
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
|
Fri, 1 Jul 2011
|
[ 18:38 olgeni ]
Upgrade to version 0.5 and fix WWW tag.
|
Sat, 2 Oct 2010
|
[ 12:24 olgeni ]
Take maintainership from ports@.
|
Fri, 6 Jun 2008
|
[ 13:38 edwin ] (Only the first 10 of 130 ports in this commit are shown above. )
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)
|
Wed, 27 Feb 2008
|
[ 15:10 ehaupt ] (Only the first 10 of 23 ports in this commit are shown above. )
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)
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sat, 10 Feb 2007
|
[ 22:49 hq ]
- Update to 0.4 [1]
- Remove unneeded flag JAVA_RUN=JDK
- Release maintainership
Reported by: portscout [1]
|
Fri, 29 Jul 2005
|
[ 12:36 hq ]
- Don't mkdir ${JAVAJARDIR} (already in mtree)
- Use %%JAVAJARDIR%%
- Use FIND | INSTALL_DATA rather than CP
|
Sat, 23 Oct 2004
|
[ 01:56 hq ]
Use my FreeBSD address in MAINTAINER
|
Sun, 18 Apr 2004
|
[ 06:18 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>
|
Number of commits found: 17 |