the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-pool
Version: 1.2
Revision: 1
Distribution: 10.3, 10.4
Architecture: powerpc
DescPackaging: Depends on commons-collection, which doesn't compile on intel
Type: java(1.3)
Source: mirror:apache:jakarta/commons/pool/source/%n-%v-src.tar.gz
Source-MD5: e7dc9f479c6a4260f84f6751b434295a
SourceDirectory: %n-%v
BuildDepends: ant (>= 1.6.1-1), commons-collections (>= 3.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java13-dev
Depends: commons-collections (>= 3.1-1), system-java13 | system-java14 | system-java15
CompileScript: <<
#!/bin/sh -xe
ant dist
<<
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* NOTICE* README*
Homepage: http://jakarta.apache.org/commons/pool/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Pool
DescDetail: <<
Commons-Pool provides a generic object pooling interface, a toolkit for
creating modular object pools, and several general purpose pool
implementations.
<<
License: BSD
Package: commons-pool
Version: 1.3
Revision: 2
Type: java(1.4)
Source: mirror:apache:jakarta/commons/pool/source/%n-%v-src.tar.gz
Source-MD5: a2dcdff75de2af76f5f2169494ed3499
SourceDirectory: %n-%v-src
PatchScript: perl -pi -e 's,source="1.3",source="1.4",g; s,target="1.3",target="1.4",g;' build.xml
BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), commons-collections (>= 3.1-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java-dev (>= 1.4-1)
Depends: commons-collections (>= 3.1-1), system-java (>= 1.4-1)
CompileScript: ant dist
JarFiles: dist/*.jar
InstallScript: <<
mv dist/%n-%v.jar dist/%n.jar
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* NOTICE* README*
Homepage: http://jakarta.apache.org/commons/pool/
Maintainer: Benjamin Reed
Description: Jakarta Commons - Pool
DescDetail: <<
Commons-Pool provides a generic object pooling interface, a toolkit for
creating modular object pools, and several general purpose pool
implementations.
<<
License: BSD