the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-configuration
Version: 1.6
Revision: 1
Description: Jakarta Commons - Configuration
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed
Depends: <<
commons-beanutils (>= 1.8.3-1),
commons-codec (>= 1.4-1),
commons-collections (>= 3.2.1-1),
commons-dbcp (>= 1.3-1),
commons-digester (>= 2.1-1),
commons-jxpath (>= 1.3-1),
commons-lang (>= 2.5-1),
commons-logging (>= 1.1.1-1),
commons-pool (>= 1.5.5-1),
dbunit (>= 2.4.8-1),
dom4j (>= 1.4-1),
fink (>= 0.29.7-1),
hsqldb (>= 1.8.1.1-1),
jakarta-servletapi-5,
mockobjects (>= 0.09-1),
spice-jndikit (>= 1.2-1),
xalan-j (>= 2.7.1-1),
xerces-j (>= 2.10.0-1),
system-java (>= 1.5-1)
<<
BuildDepends: <<
ant-base (>= 1.8.1-1),
ant-junit (>= 1.6.5-1),
commons-beanutils (>= 1.8.3-1),
commons-codec (>= 1.4-1),
commons-collections (>= 3.2.1-1),
commons-dbcp (>= 1.3-1),
commons-digester (>= 2.1-1),
commons-jxpath (>= 1.3-1),
commons-lang (>= 2.5-1),
commons-logging (>= 1.1.1-1),
commons-pool (>= 1.5.5-1),
dbunit (>= 2.4.8-1),
dom4j (>= 1.4-1),
fink (>= 0.29.7-1),
fink-mirrors (>= 0.22.1.1-1),
hsqldb (>= 1.8.1.1-1),
jakarta-servletapi-5,
junit (>= 3.8.1-1),
junit-addons (>= 1.4-1),
mockobjects (>= 0.09-1),
spice-jndikit (>= 1.2-1),
system-java-dev (>= 1.5-1),
xalan-j (>= 2.7.1-1),
xerces-j (>= 2.10.0-1)
<<
Source: mirror:apache:jakarta/commons/configuration/source/%n-%v-src.tar.gz
Source-MD5: 1caad868ead4e13fe3911494182a1e40
PatchScript: perl -pi -e 's,depends="internal-test",,g' build.xml
UseMaxBuildJobs: true
CompileScript: ant dist -Dnoget=true
InstallScript: <<
mkdir -p %i/share/doc/%n
(cd dist/docs; gnutar -cf - .) | (cd %i/share/doc/%n; gnutar -xf -)
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
mv dist/%n-%v.jar dist/%n.jar
<<
JarFiles: dist/*.jar
DocFiles: RELEASE*
Homepage: http://jakarta.apache.org/commons/configuration/
DescDetail: <<
Commons Configuration provides a generic configuration interface which
enables an application to read configuration data from a variety of
sources. Commons Configuration provides typed access to single, and
multi-valued configuration parameters .
<<