          MODULE=tcsh
         VERSION=6.12.00
         #VERSION=6.11  
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=ftp://ftp.funet.fi/pub/unix/shells/tcsh/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gw.com/pub/unix/tcsh/$SOURCE
   SOURCE_URL[2]=ftp://ftp.astron.com/pub/tcsh/$SOURCE
        WEB_SITE=http://www.tcsh.org
         ENTERED=20011106
         UPDATED=20020723
           SHORT="tcsh is an advanced C Shell."
cat << EOF
Tcsh is an enhanced but completely compatible version of the Berkeley 
UNIX C shell. It is a command language interpreter usable both as an
interactive login shell and a shell script command processor. It
includes a command line editor, programmable word completion, command 
and file name completion, listing, MODULEing correction, a history
mechanism, job control, and a bunch of small additions to the csh
shell itself.
EOF
