the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: commons-pool
Version: 1.5.5
Revision: 1
Description: Jakarta Commons - Pool
Type: java(1.5)
License: BSD
Maintainer: Benjamin Reed
Depends: <<
commons-collections (>= 3.2.1-1),
system-java (>= 1.5-1)
<<
BuildDepends: <<
ant-base (>= 1.8.1-1),
ant-junit (>= 1.6.5-1),
commons-collections (>= 3.2.1-1),
fink (>= 0.29.7-1),
fink-mirrors (>= 0.22.1.1-1),
system-java-dev (>= 1.5-1)
<<
Source: mirror:apache:jakarta/commons/pool/source/%n-%v-src.tar.gz
Source-MD5: 1a71f00c8ab265efae3724295636f2e0
UseMaxBuildJobs: true
CompileScript: ant -Djavac.target.version=1.5 -Djavac.source.version=1.5 dist
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 {} \;
<<
JarFiles: dist/*.jar
DocFiles: LICENSE* NOTICE* README*
Homepage: http://jakarta.apache.org/commons/pool/
DescDetail: <<
Commons-Pool provides a generic object pooling interface, a toolkit for
creating modular object pools, and several general purpose pool
implementations.
<<