the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-beanutils
Version: 1.7.0
Revision: 1
Distribution: 10.3, 10.4
Architecture: powerpc
DescPackaging: Depends on commons-collection, which doesn't compile on intel
BuildDepends: ant (>= 1.6.1-1), commons-logging, commons-collections, fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), log4j (>= 1.2-1), system-java13-dev
Depends: commons-logging, commons-collections, log4j (>= 1.2-1), system-java13 | system-java14 | system-java15
Source: mirror:apache:jakarta/commons/beanutils/source/%n-%v-src.tar.gz
Source-MD5: 3fd5cbdf70363b151de5cd538f726e67
SourceDirectory: %n-%v-src
Type: java(1.3)
PatchScript: <<
cp LICENSE.txt ../LICENSE
<<
CompileScript: <<
#!/bin/sh -ev
ant compile jar javadoc
<<
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 {} \;
<<
DocFiles: LICENSE.txt PROPOSAL.html RELEASE-NOTES.txt STATUS.html
Homepage: http://jakarta.apache.org/commons/beanutils.html
Maintainer: Benjamin Reed
Description: Jakarta Commons - BeanUtils
DescDetail: <<
Commons-BeanUtils provides easy-to-use wrappers around the Java
reflection and introspection APIs.
<<
License: BSD
Package: commons-beanutils
Version: 1.7.0
Revision: 4
BuildDepends: ant-base (>= 1.6.5-1), commons-logging, commons-collections, fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), log4j (>= 1.2-1), system-java-dev (>= 1.4-1)
Depends: commons-logging, commons-collections, log4j (>= 1.2-1), system-java (>= 1.4-1)
Source: mirror:apache:jakarta/commons/beanutils/source/%n-%v-src.tar.gz
Source-MD5: 3fd5cbdf70363b151de5cd538f726e67
SourceDirectory: %n-%v-src
Type: java(1.4)
PatchScript: <<
cp LICENSE.txt ../LICENSE
perl -pi -e 's,
CompileScript: <<
#!/bin/sh -ev
ant compile jar javadoc
<<
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 {} \;
<<
DocFiles: LICENSE.txt PROPOSAL.html RELEASE-NOTES.txt STATUS.html
Homepage: http://jakarta.apache.org/commons/beanutils.html
Maintainer: Benjamin Reed
Description: Jakarta Commons - BeanUtils
DescDetail: <<
Commons-BeanUtils provides easy-to-use wrappers around the Java
reflection and introspection APIs.
<<
License: BSD