           SPELL=jakarta-commons-fileupload
         VERSION=20030402
          SOURCE=${SPELL#*-}-src-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL#*-}
   SOURCE_URL[0]=http://cvs.apache.org/builds/${SPELL%-*}/nightly/${SPELL#*-}/${SOURCE}
     SOURCE_HASH=sha512:e52de83a9fd64601970e4f4df7dbbf6a033985b780cf081fa233af512d816ba6dfc9d301246faf6e466df4de14b67a08c810a68c89482205ba8a47a195d406dd
      LICENSE[0]=APACHE
        WEB_SITE=http://jakarta.apache.org/commons/fileupload/
        KEYWORDS="java"
         ENTERED=20030403
           SHORT="Jakarta Commons FileUpload."
cat << EOF
The Commons  FileUpload  package makes it easy to add robust, high-performance,
file upload capability to your servlets and web applications.
 
FileUpload parses HTTP requests which conform to RFC 1867 , "Form-based File 
Upload in HTML". That is, if an HTTP request is submitted using the POST method,
and with a content type of "multipart/form-data", then FileUpload can parse that
request, and make the results available in a manner easily used by the caller. 
EOF
