           SPELL=chora
if  [[  "$HORDE_DEVEL"  ==  'y'  ]];  then
  if  [[  "$HORDE_DEVEL_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:$SPELL:HEAD
   SOURCE_IGNORE='volatile'
  FORCE_DOWNLOAD='on'
else
         VERSION=2.1
#     SOURCE_HASH='sha1:2effb206d251701d68b154fdda2c4d6aefeb30e9'
          SOURCE=$SPELL-h3-$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-h3-$VERSION
   SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE
fi
   SOURCE_URL[0]=${SOURCE_URL[0]:-ftp://ftp.horde.org/pub/$SPELL/$SOURCE}
        WEB_SITE=http://www.horde.org/$SPELL/
         ENTERED=20030804
      LICENSE[0]=GPL
     GATHER_DOCS=off
        KEYWORDS="cvs horde collab web"
           SHORT="Horde CVS source code web viewer"
cat << EOF
Chora is our tool for viewing code repositories that are managed using the
CVS source control system. It aims to provide a high degree of integration
with CVS and the other Horde web-based tools.

Right now, Chora comes close to matching existing CVS-Web scripts feature for
feature, and provides a solid base for future development. Some exciting new
features include a visual branch viewing tool, which intelligently displays
the branch history of a given file. Branches have traditionally been a source
of confusion when using CVS, and this feature aims to make it a bit clearer
and easier to use.

Chora is designed from the ground-up with customisability in mind, since
CVS is used in a variety of different ways. Because of this, all the CVS
manipulation logic is abstracted away in our CVSLib library module. The main
PHP scripts are simple HTML rendering scripts, while the complex RCS logic is
hidden away in the library. This library can be used for a variety of other
uses, such as searching for commits, graph generation, change collation,
etc (all features planned for eventual inclusion into Chora).
EOF
