summaryrefslogtreecommitdiffstats
path: root/utils/grep/DETAILS
blob: f2d1c58443b4888dba9dc3de0379707d7063b9e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
           SPELL=grep
         VERSION=2.10
          SOURCE=$SPELL-$VERSION.tar.xz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
  SOURCE2_URL[1]=ftp://ftp.gnu.org/pub/gnu/$SPELL/$SOURCE2
      SOURCE_GPG=gnu-verified.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/grep/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="utils"
           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 that
UNIX 'grep' or 'egrep.'
EOF