          MODULE=google-ctemplate
         VERSION=2.0
          SOURCE=ctemplate-$VERSION.tar.gz
      SOURCE_URL=http://ctemplate.googlecode.com/files/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/ctemplate-$VERSION
      SOURCE_VFY=sha1:c577432a9bdc7169ae420e50998d955f5cf85a0c
        WEB_SITE=http://code.google.com/p/google-ctemplate/
         ENTERED=20110203
         UPDATED=20120214
           SHORT="template language for C++"

cat << EOF
CTemplate is a simple but powerful template language for C++. It emphasizes
separating logic from presentation: it is impossible to embed application
logic in this template language.

Here's an example of how to use it: not complete, but gives a good feel for
what the ctemplate API looks like.
EOF
