freebsd-ports/java/Makefile
Greg Lewis b97389634f 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>
2004-04-18 06:18:19 +00:00

123 lines
2.9 KiB
Makefile

# $FreeBSD$
#
COMMENT = Java language support
SUBDIR += avalon-logkit
SUBDIR += bluej
SUBDIR += bouncycastle
SUBDIR += bsh
SUBDIR += bugseeker
SUBDIR += bugseeker-demo
SUBDIR += collections
SUBDIR += cos
SUBDIR += cryptix-jce
SUBDIR += diablo-jdk13
SUBDIR += diablo-jre13
SUBDIR += eclipse
SUBDIR += eclipse-emf
SUBDIR += eclipse-examples
SUBDIR += eclipse-gef
SUBDIR += eclipse-gef-examples
SUBDIR += eclipse-langpack
SUBDIR += eclipse-pmd
SUBDIR += eclipse-vep
SUBDIR += eclipse-xsd
SUBDIR += forte
SUBDIR += gj
SUBDIR += gj-jdk11
SUBDIR += gnu-regexp
SUBDIR += guavac
SUBDIR += infobus
SUBDIR += j2sdkee13
SUBDIR += jad
SUBDIR += jaf
SUBDIR += jai
SUBDIR += jai-imageio
SUBDIR += jakarta-bcel
SUBDIR += jakarta-commons-beanutils
SUBDIR += jakarta-commons-cli
SUBDIR += jakarta-commons-collections
SUBDIR += jakarta-commons-dbcp
SUBDIR += jakarta-commons-discovery
SUBDIR += jakarta-commons-lang
SUBDIR += jakarta-commons-logging
SUBDIR += jakarta-commons-pool
SUBDIR += jakarta-commons-primitives
SUBDIR += jakarta-log4j
SUBDIR += jakarta-oro
SUBDIR += jakarta-regexp
SUBDIR += jakarta-struts
SUBDIR += janosvm
SUBDIR += java-checkstyle
SUBDIR += java-cup
SUBDIR += java-getopt
SUBDIR += java-tutorial
SUBDIR += java3d
SUBDIR += javamail
SUBDIR += javavmwrapper
SUBDIR += javel
SUBDIR += jaxen
SUBDIR += jboss2
SUBDIR += jboss3
SUBDIR += jc
SUBDIR += jcalendar
SUBDIR += jce-aba
SUBDIR += jcommon
SUBDIR += jdbcpool
SUBDIR += jde
SUBDIR += jde-emacs20
SUBDIR += jdk11
SUBDIR += jdk11-doc
SUBDIR += jdk12
SUBDIR += jdk12-doc
SUBDIR += jdk13
SUBDIR += jdk13-doc
SUBDIR += jdk14
SUBDIR += jdk14-doc
SUBDIR += jdk15-doc
SUBDIR += jdom
SUBDIR += jfc
SUBDIR += jflex
SUBDIR += jfreechart
SUBDIR += jikes
SUBDIR += jlex
SUBDIR += jlint
SUBDIR += jmf
SUBDIR += jmp
SUBDIR += jode
SUBDIR += jre
SUBDIR += jsdk
SUBDIR += jump
SUBDIR += junit
SUBDIR += kaffe
SUBDIR += kaffe-devel
SUBDIR += linux-blackdown-jdk12
SUBDIR += linux-blackdown-jdk13
SUBDIR += linux-blackdown-jdk14
SUBDIR += linux-blackdown-jre11
SUBDIR += linux-ibm-jdk13
SUBDIR += linux-ibm-jdk14
SUBDIR += linux-sun-jdk12
SUBDIR += linux-sun-jdk13
SUBDIR += linux-sun-jdk14
SUBDIR += linux-sun-jdk15
SUBDIR += mmake
SUBDIR += netbeans
SUBDIR += netcomponents
SUBDIR += netrexx
SUBDIR += openjit
SUBDIR += phpeclipse
SUBDIR += phpeclipse_phphelp
SUBDIR += phpeclipse_sql
SUBDIR += phpeclipse_tidy
SUBDIR += poseidon
SUBDIR += proguard
SUBDIR += sablevm
SUBDIR += shujit
SUBDIR += simplicity
SUBDIR += trove4j
SUBDIR += tya
SUBDIR += xdoclet
.include <bsd.port.subdir.mk>