     PKG_PROJECT=jakarta
      PKG_SUBPRJ=commons
        PKG_NAME=collections
           SPELL=${PKG_PROJECT}-${PKG_SUBPRJ}-${PKG_NAME}
         VERSION=2.1
          SOURCE=${PKG_NAME}-${VERSION}-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${PKG_SUBPRJ}-${PKG_NAME}-${VERSION}-src
   SOURCE_URL[0]=http://www.apache.org/dist/${PKG_PROJECT}/${PKG_SUBPRJ}/${PKG_NAME}/source/$SOURCE
     SOURCE_HASH=sha512:c99f63790cdc59a5d753b20bd0f5b15b4090fe822c26ccc3634bd1e6983a38e689e8291573ba88602930e709c28e34665411813bd156786748477edb73d69b8f
      LICENSE[0]=APACHE
        WEB_SITE=http://jakarta.apache.org/commons/collections.html
        KEYWORDS="java"
         ENTERED=20030326
           SHORT="Jakarta-Commons Collections Component."
cat << EOF
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.
EOF
