          MODULE=ncurses
         VERSION=5.2
          SOURCE=$MODULE-$VERSION.tar.gz
#         SOURCE2=patch-5.2-20011222.sh.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
#  SOURCE2_URL[0]=ftp://dickey.his.com/ncurses/5.2/$SOURCE2
        WEB_SITE=http://www.gnu.org/software/ncurses/ncurses.html
         ENTERED=20010922
         UPDATED=20020616
           SHORT="ncurses displays and updates text on text-only terminals."
cat << EOF
ncurses - Displays and updates text on text-only terminals.
The ncurses (new curses) library is a free software emulation of curses
in System V Release 4.0 and more. It uses terminfo format, supports pads
and color and multiple highlights and forms chracters and function-key
mapping, and has all the other SYSV-curses enhancements over BSD curses.
It should port easily to any ANSI/POSIX-conforming UNIX-like system.
The distribution includes the library and support utilities, including a
terminfo compiler tic, a decompiler infocmp, clear, tput, tset, and a
termcap conversion tool captoinfo.
EOF
