[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/grep/grep.desc [COPY] Copyright (C) 2004 - 2023 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] This is GNU grep, the "fastest grep in the west" [T] GNU grep is based on a fast lazy-state deterministic matcher [T] (about twice as fast as stock Unix egrep) hybridized with a [T] Boyer-Moore-Gosper search for a fixed string that eliminates [T] impossible text from being considered by the full regexp [T] matcher without necessarily having to look at every character. The [T] result is typically many times faster than Unix grep or [T] egrep. [U] http://www.gnu.org/software/grep/ [A] Alain Magloire {Current Maintainer} [M] Rene Rebe [C] base/tool [F] CROSS DIETLIBC [L] GPL [S] Stable [V] 3.11 [P] X --2--5---9 107.900 # because we do not have pcre in Stage-2 or on the boot disk ... [O] var_append confopt " " "--bindir=/bin" [O] atstage native || var_append confopt " " "--disable-perl-regexp" # the configure adds -std=gnu99 to CC; otherwise we get missing pthread symbols [O] var_remove_regex makeopt ' ' 'CC=.*' [D] 9f396cea73fb40fb6a247e3e598d1a469188b920b7529c6619fea40b grep-3.11.tar.xz http://ftp.gnu.org/pub/gnu/grep/