1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/grep/grep.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] This is GNU grep, the "fastest grep in the west"
15 [T] GNU grep is based on a fast lazy-state deterministic matcher
16 [T] (about twice as fast as stock Unix egrep) hybridized with a
17 [T] Boyer-Moore-Gosper search for a fixed string that eliminates
18 [T] impossible text from being considered by the full regexp
19 [T] matcher without necessarily having to look at every character. The
20 [T] result is typically many times faster than Unix grep or
23 [U] http://www.gnu.org/software/grep/
25 [A] Alain Magloire <alainm@rcsm.ee.mcgill.ca> {Current Maintainer}
26 [M] Rene Rebe <rene@t2-project.org>
34 [P] X --2--5---9 107.900
37 # because we do not have pcre in Stage-2 or on the boot disk ...
38 [O] var_append confopt " " "--bindir=/bin"
39 [O] atstage native || var_append confopt " " "--disable-perl-regexp"
40 # the configure adds -std=gnu99 to CC; otherwise we get missing pthread symbols
41 [O] var_remove_regex makeopt ' ' 'CC=.*'
42 [D] 29861f3f5f26fb7f4550a7c11ef1530c64b840c3879bcf3d37eec245 grep-3.7.tar.xz ftp://ftp.gnu.org/pub/gnu/grep/