          MODULE=gawk
         VERSION=4.0.1
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha1:9be956d124e0c0794836055846aea78d2dc547ad
        WEB_SITE=http://www.gnu.org/software/gawk/gawk.html
         ENTERED=20010922
         UPDATED=20120401
           SHORT="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
