           SPELL=fop
         VERSION=1.0
          SOURCE=${SPELL}-${VERSION}-src.tar.gz
         SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
      SOURCE_URL=http://archive.apache.org/dist/xmlgraphics/${SPELL}/source/${SOURCE}
     SOURCE2_URL=${SOURCE_URL}.asc
      SOURCE_GPG=fop.gpg:${SOURCE}.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=SIGNATURE
        WEB_SITE=http://xmlgraphics.apache.org/fop/index.html
         ENTERED=20060715
      LICENSE[0]=APACHE
           SHORT="print formatter driven by XSL-FO"
cat << EOF
Apache FOP (Formatting Objects Processor) is the world's first print formatter
driven by XSL formatting objects (XSL-FO) and the world's first output
independent formatter. It is a Java application that reads a formatting object
(FO) tree and renders the resulting pages to a specified output. Output formats
 currently supported include PDF, PCL, PS, SVG, XML (area tree representation),
Print, AWT, MIF and TXT. The primary output target is PDF.
EOF
