          MODULE=grep
         VERSION=2.12
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha1:0853e96b22050cc3ff11a60e5715ca0c9852a715
        WEB_SITE=http://www.gnu.org/software/grep/grep.html
         ENTERED=20010922
         UPDATED=20120429
           SHORT="grep finds lines that match specified patterns"

cat << EOF
grep - Finds lines that match entered patterns
Package includes the GNU 'grep', 'egrep', and 'fgrep', which find lines
that match entered patterns. By default, grep prints the matching lines.
GNU grep is based on a fast lazy-state deterministic matcher (about
twice as fast as the standard Unix grep) hybridized with a
Boyer-Moore-Gosper search for a fixed string that eliminates impossible
text from being considered by the full regexp match without having to
look at every chanracter; the result is usually many times faster than
UNIX 'grep' or 'egrep'.
EOF
