commons-configuration _unstable_ port information

Package: commons-configuration
Version: 1.4
Revision: 2
Type: java(1.5)
Source: mirror:apache:jakarta/commons/configuration/source/%n-%v-src.tar.gz
Source-MD5: 02a2d151958d5d3006da88353736f6c4
Source2: http://www.apache.org/licenses/LICENSE-2.0
Source2-MD5: 3b83ef96387f14655fc854ddc3c6bd57
Source2Rename: apache-LICENSE-2.0
PatchScript: perl -pi -e 's, BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
commons-beanutils (>= 1.7.0-1),
commons-codec (>= 1.3-1),
commons-collections (>= 3.1-1),
commons-dbcp (>= 1.1-1),
commons-digester (>= 1.6-1),
commons-jxpath (>= 1.2-1),
commons-lang (>= 2.1-1),
commons-logging (>= 1.0.4-1),
commons-pool (>= 1.1-1),
dbunit (>= 2.1-1),
dom4j (>= 1.4-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
hsqldb (>= 1.7.2.2-1),
jakarta-servletapi-5,
junit (>= 3.8.1-1),
junit-addons (>= 1.4-1),
maven (>= 2.0.3-1),
mockobjects (>= 0.09-1),
spice-jndikit (>= 1.2-1),
system-java-dev (>= 1.5-1),
xalan-j (>= 2.7.0-1),
xerces-j (>= 2.2.1-1)
<<
Depends: <<
commons-beanutils (>= 1.7.0-1),
commons-codec (>= 1.3-1),
commons-collections (>= 3.1-1),
commons-dbcp (>= 1.1-1),
commons-digester (>= 1.6-1),
commons-jxpath (>= 1.2-1),
commons-lang (>= 2.1-1),
commons-logging (>= 1.0.4-1),
commons-pool (>= 1.1-1),
dbunit (>= 2.1-1),
dom4j (>= 1.4-1),
fink (>= 0.22.2-1),
hsqldb (>= 1.7.2.2-1),
jakarta-servletapi-5,
maven (>= 2.0.3-1),
mockobjects (>= 0.09-1),
spice-jndikit (>= 1.2-1),
xalan-j (>= 2.7.0-1),
xerces-j (>= 2.2.1-1),
system-java (>= 1.5-1)
<<
CompileScript: <<
#!/bin/sh -ev

cp ../apache-LICENSE-2.0 ../LICENSE
ant dist -Dnoget=true
<<
JarFiles: dist/*.jar
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
<<
DocFiles: RELEASE*
Homepage: http://jakarta.apache.org/commons/configuration/
Maintainer: Benjamin Reed
Description: Jakarta 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 .
<<
License: BSD