           SPELL=cvs
         VERSION=1.12.12
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SPELL-$VERSION.tar.bz2.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
      SOURCE_URL=http://ftp.gnu.org/non-gnu/cvs/$SOURCE
     SOURCE2_URL=http://ftp.gnu.org/non-gnu/cvs/$SOURCE2
     SOURCE_HASH=sha1:402e81a3d231535a97e4b4f438c0b68920e57d0c
      SOURCE_GPG=vendor_cvs.gpg:$SOURCE2
      LICENSE[0]=GPL
        WEB_SITE=http://www.cvshome.org/
         ENTERED=20010922
         UPDATED=20040823
           SHORT='CVS is a Concurrent Versioning System'
cat << EOF
CVS is a version control system, which allows you to keep old versions
of files (usually source code), keep a log of who, when, and why changes
occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does
not just operate on one file at a time or one directory at a time, but
operates on hierarchical collections of directories consisting of
version controlled files. CVS helps to manage releases and to control
the concurrent editing of source files among multiple authors. CVS
allows triggers to enable/log/control various operations and works well
over a wide area network.
EOF
