     PKG_PROJECT=jakarta
      PKG_SUBPRJ=commons
        PKG_NAME=lang
           SPELL=${PKG_PROJECT}-${PKG_SUBPRJ}-${PKG_NAME}
         VERSION=20030402
          SOURCE=${PKG_SUBPRJ}-${PKG_NAME}-src-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${PKG_SUBPRJ}-${PKG_NAME}
   SOURCE_URL[0]=http://cvs.apache.org/builds/${PKG_PROJECT}-${PKG_SUBPRJ}/nightly/${PKG_SUBPRJ}-${PKG_NAME}/${SOURCE}
   #http://www.apache.org/dist/${PKG_PROJECT}/${PKG_SUBPRJ}/${PKG_NAME}/source/$SOURCE
          MD5[0]=31a5590007a416cee7433893d98fa076
      LICENSE[0]=APACHE
        WEB_SITE=http://jakarta.apache.org/commons/lang.html
         ENTERED=20030403
         UPDATED=20030403
      MAINTAINER=vydra@fria.fri.utc.sk
           SHORT="Jakarta Commons Lang."
cat << EOF
The standard Java libraries fail to provide enough methods for 
manipulation of its core classes. The Lang Component provides 
these extra methods.
The Lang Component provides a host of helper utilities for the
java.lang API, notably String manipulation methods, basic 
numerical methods, object reflection, creation and serialization,
and System properties. Additionally it contains an inheritable 
enum type, an exception structure that supports multiple types 
of nested-Exceptions and a series of utlities dedicated to help
with building methods, such as hashCode, toString and equals.
EOF
