          MODULE=cvs
         VERSION=1.12.13
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=https://ftp.gnu.org/non-gnu/cvs/source/feature/$VERSION
      SOURCE_VFY=sha1:93a8dacc6ff0e723a130835713235863f1f5ada9
        WEB_SITE=https://www.nongnu.org/cvs
         ENTERED=20010922
         UPDATED=20120906
           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
