commons-collections stable port information

Package: commons-collections
Version: 3.1
Revision: 2
Distribution: 10.3, 10.4
Architecture: powerpc
BuildDepends: ant (>= 1.6.1-2), ant-junit (>= 1.6.1-2), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), system-java13-dev
Depends: system-java13 | system-java14 | system-java15
Source: mirror:apache:jakarta/commons/collections/source/%n-%v-src.tar.gz
Source-MD5: 2da710d9c81ae85ee3a386e7ed1b1fe8
SourceDirectory: %n-%v
Type: java(1.3)
CompileScript: <<
#!/bin/sh -xe

ant dist
<<
JarFiles: *.jar
InstallScript: <<
#!/bin/sh -xe

install -d -m 755 %i/share/doc/%n
pushd build/docs
tar -cf - . | (cd %i/share/doc/%n; tar -xf -)
popd
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;
<<
DocFiles: DEVELOPER*.html RELEASE-NOTES*.html LICENSE.txt PROPOSAL.html STATUS.html README.txt
Homepage: http://jakarta.apache.org/commons/collections.html
Maintainer: Benjamin Reed
Description: Jakarta Commons - Collections
DescDetail: <<
The introduction of the Collections API by Sun in JDK 1.2 has been a boon
to quick and effective Java programming. Ready access to powerful data
structures has accelerated development by reducing the need for custom
container classes around each core object. Most Java2 APIs are significantly
easier to use because of the Collections API.

However, there are certain holes left unfilled by Sun's implementations, and
the Jakarta-Commons Collections Component strives to fulfill them. Among the
features of this package are:

* Special-purpose implementations of Lists and Maps for fast access
* Adapter classes from Java1-style containers (arrays, enumerations) to
Java2-style collections.
* Methods to test or create typical set-theory properties of collections such
as union, intersection, and closure.
<<
DescPort: <<
Does not compile on intel at the moment.
<<
License: BSD

commons-collections _unstable_ port information

Package: commons-collections
Version: 3.2
Revision: 3
BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), ant-optional (>= 1.6.5-1), fink (>= 0.22.2-1), fink-mirrors (>= 0.22.1.1-1), junit, system-java-dev (>= 1.4-1)
Depends: system-java (>= 1.4-1)
Source: mirror:apache:jakarta/commons/collections/source/%n-%v-src.tar.gz
Source-MD5: dbf80727b384bfb9c220d78af30ebc14
SourceDirectory: %n-%v-src
PatchScript: perl -pi -e 's, Type: java(1.4)
CompileScript: <<
#!/bin/sh -xe

ant dist
<<
JarFiles: *.jar
InstallScript: <<
#!/bin/sh -xe

install -d -m 755 %i/share/doc/%n
pushd build/docs
tar -cf - . | (cd %i/share/doc/%n; tar -xf -)
popd
find %i/share/doc/%n -type d -exec chmod 755 {} \;
find %i/share/doc/%n -type f -exec chmod 644 {} \;

mv %n-%v.jar %n.jar
<<
DocFiles: *.txt *.html
Homepage: http://jakarta.apache.org/commons/collections.html
Maintainer: Benjamin Reed
Description: Jakarta Commons - Collections
DescDetail: <<
The introduction of the Collections API by Sun in JDK 1.2 has been a boon
to quick and effective Java programming. Ready access to powerful data
structures has accelerated development by reducing the need for custom
container classes around each core object. Most Java2 APIs are significantly
easier to use because of the Collections API.

However, there are certain holes left unfilled by Sun's implementations, and
the Jakarta-Commons Collections Component strives to fulfill them. Among the
features of this package are:

* Special-purpose implementations of Lists and Maps for fast access
* Adapter classes from Java1-style containers (arrays, enumerations) to
Java2-style collections.
* Methods to test or create typical set-theory properties of collections such
as union, intersection, and closure.
<<
License: BSD