     PKG_PROJECT=jakarta
        PKG_NAME=log4j
           SPELL=${PKG_PROJECT}-${PKG_NAME}
         VERSION=1.2.8
          SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
   SOURCE_URL[0]=http://jakarta.apache.org/${PKG_NAME}/${SOURCE}
          MD5[0]=fc1ad49a4249de94b575905716689614
      LICENSE[0]=APACHE
        WEB_SITE=http://jakarta.apache.org/log4j/docs/index.html
         ENTERED=20030326
         UPDATED=20030326
      MAINTAINER=vydra@fria.fri.utc.sk
           SHORT="The log4j package is used for boosting of the statements logging."
cat << EOF
With log4j it is possible to enable logging at runtime without modifying the 
application binary. The log4j package is designed so that these statements 
can remain in shipped code without incurring a heavy performance cost. 
Logging behavior can be controlled by editing a configuration file, without 
touching the application binary.
EOF
