commons-resources _unstable_ port information

Package: commons-resources
Version: 0.0
Revision: 0.20061114.2
Type: java(1.5)
CustomMirror: <<
Primary: http://ranger.users.finkproject.org/distfiles
eur-NL: http://ranger.users.finkproject.org/distfiles
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk
<<
Source: mirror:custom:%n-20061114.tar.bz2
Source-MD5: dc3512c7108a566c9356c8d43ae21e29
SourceDirectory: %n
BuildDepends: <<
ant-base (>= 1.6.5-1),
ant-junit (>= 1.6.5-1),
commons-beanutils (>= 1.7.0-1),
commons-collections (>= 3.1-1),
commons-digester (>= 1.6-1),
commons-discovery (>= 0.2-2),
commons-logging (>= 1.0.4-1),
fink (>= 0.22.2-1),
fink-mirrors (>= 0.22.1.1-1),
hsqldb (>= 1.7.2.2-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
junit (>= 3.8.1-1),
system-java-dev (>= 1.5-1),
xerces-j
<<
Depends: <<
commons-beanutils (>= 1.7.0-1),
commons-collections (>= 3.1-1),
commons-digester (>= 1.6-1),
commons-discovery (>= 0.2-2),
commons-logging (>= 1.0.4-1),
hsqldb (>= 1.7.2.2-1),
jakarta-servletapi,
jdom (>= 1:1.0-1),
xerces-j,
system-java (>= 1.5-1)
<<
PatchScript: <<
cp LICENSE.txt ../LICENSE
rm -f src/test/org/apache/commons/resources/impl/JDBCResourcesTestCase.java
perl -pi -e 's, <<
CompileScript: <<
#!/bin/sh -ev

ant dist \
-Dlibdir=".." \
-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/*.jar dist/%n.jar
<<
JarFiles: dist/*.jar
DocFiles: dist/LICENSE*
Homepage: http://jakarta.apache.org/commons/resources/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Resources
DescDetail: <<
Commons Resources provide a framework for providing customized
MessageResources implementations that can access resource
strings from any desired static or dynamically updated collection.
<<
License: BSD