           SPELL=potrace
         VERSION=1.8
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://potrace.sourceforge.net/download/$SOURCE
     SOURCE_HASH=sha512:8adb57bb86cc026432b0279c5a896448c3ab375fbaa6bcd7785a6fbecd69b2f583db6d47c01740b7f85bc198304a091f47be1a9b64bd62491c8616e026ef1d80
        WEB_SITE=http://potrace.sourceforge.net/
         ENTERED=20030813
      LICENSE[0]=GPL
        KEYWORDS="graphics"
           SHORT="potrace transforms bitmaps into vector graphics"
cat << EOF
potrace is a utility for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP format), and the default output is an encapsulated PostScript file (EPS). A typical use is to create EPS files from scanned data, such as company or university logos, handwritten notes, etc. The resulting image is not "jaggy" like a bitmap, but smooth. It can then be rendered at any resolution.

potrace can currently produce the following output formats: EPS, PostScript, SVG (scalable vector graphics), and PGM (for easy antialiasing). Additional backends might be added in the future. 
EOF
