           SPELL=cheetah
         VERSION=2.0rc6
     SOURCE_HASH='sha512:578529ad9cf67c8852df404a905f9f0ecbbc64fbb21869fd2e5632da2c9df9dae164cf6ca3ab42f443c0f38a690331ad78d9d87fe12aebdf29b2af3c81c0354f'
          SOURCE=Cheetah-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Cheetah-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/cheetahtemplate/$SOURCE
#     SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
        WEB_SITE=http://www.cheetahtemplate.org/
         ENTERED=20050202
      LICENSE[0]=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cheetahtemplate/Cheetah/LICENSE
           SHORT="Python-powered template engine and code-generator"
cat << EOF
* generates HTML, SGML, XML, SQL, Postscript, form email, LaTeX, or any
  other text-based format.
* cleanly separates content, graphic design, and program code. This
  leads to highly modular, flexible, and reusable site architectures; faster
  development time; and HTML and program code that is easier to understand 
  and maintain. It is particularly well suited for team efforts.
* blends the power and flexibility of Python with a simple template
  language that non-programmers can understand.
* gives template writers full access to any Python data structure,
  module, function, object, or method in their templates.
* makes code reuse easy by providing an object-orientated interface to
  templates that is accessible from Python code or other Cheetah templates.
  One template can subclass another and selectively reimplement sections of it.
* provides a simple, yet powerful, caching mechanism that can
  dramatically improve the performance of a dynamic website.
* compiles templates into optimized, yet readable, Python code.
EOF
