           SPELL=gawk
         VERSION=3.1.5
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
      SOURCE_GPG=gnu.gpg:$SOURCE2
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/gawk/gawk.html
      LICENSE[0]=GPL
         ENTERED=20010922
      PATCHLEVEL=1
        KEYWORDS="editors"
           SHORT="gawk is a free version of awk."
cat << EOF
gawk - Free version of awk
gawk performs simple data reformatting tasks, such as making changes in
various text files whenever certain patterns appear or extracting data
from parts of certain lines while discarding the rest, with just a few
lines of code. It provides several useful extensions not found in other
implementations. It is upwardly compatible with the latest POSIX
specification of awk.
EOF
