           SPELL=cvs-fast-export
         VERSION=1.27
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://www.catb.org/~esr/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:401fa8206d60459d9ca4268ab0fb863542c26ee22b69b964008c83f1daac535d6d89172c7781f096ca7e36a263a2bb6d06055eafcd0500c8424ff1de5b41f2ab
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://www.catb.org/~esr/cvs-fast-export/"
      LICENSE[0]="GPLv2"
         ENTERED=20141209
        KEYWORDS=""
           SHORT="Export an RCS or CVS history as a fast-import stream"
cat << EOF
This program analyzes a collection of RCS files in a CVS repository (or
outside of one) and, when possible, emits an equivalent history in the form
of a fast-import stream. Not all possible histories can be rendered this
way; the program tries to emit useful warnings when it can't. The program
can also produce a visualization of the resulting commit DAG in the DOT
format handled by the graphviz suite. The package also includes cvssync,
a tool for mirroring masters from remote CVS hosts.
EOF
