          MODULE=readline
         VERSION=6.2
          SOURCE=$MODULE-$VERSION.tar.gz
         SOURCE2=readline62-001
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.cwru.edu/pub/bash
   SOURCE_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha1:a9761cd9c3da485eb354175fcc2fe35856bc43ac
  SOURCE2_URL[0]=$GNU_URL/$MODULE/$MODULE-$VERSION-patches
  SOURCE2_URL[1]=ftp://ftp.cwru.edu/pub/bash/$MODULE-$VERSION-patches
  SOURCE2_URL[2]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$MODULE-$VERSION-patches
     SOURCE2_VFY=sha1:7d264c281f3b43e1c07c020b1785631411ce039e
        WEB_SITE=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
         ENTERED=20010922
         UPDATED=20110301
           SHORT="Lets users edit command lines as they are typed in"

cat << EOF
readline - Lets users edit command lines as they are typed in
The Readline library provides a set of functions for use by applications
that allow users to edit command lines as they are typed in. Both Emacs
and vi editing modes are available. The Readline library includes
additional functions to maintain a list of previously-entered command
lines, to recall and perhaps reedit those lines, and perform csh-like
history expansion on previous commands.
EOF
