          MODULE=cvs
         VERSION=1.11.23
          SOURCE=$MODULE-$VERSION.tar.bz2
         SOURCE2=cvs-glibc-2.10.1.getline.patch
      SOURCE_URL=http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION
     SOURCE2_URL=$PATCH_URL
      SOURCE_VFY=sha1:a51c531eebaff2dfdcc0fb6d94c8c6e509e06d7d
     SOURCE2_VFY=sha1:d06db07c92a43b71dfea5d0be377cc9db20cbf50
        WEB_SITE=http://ximbiot.com/cvs/wiki
         ENTERED=20010922
         UPDATED=20100122
           SHORT="A version control 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
