1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/sed/sed.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 the GNU implementation of the POSIX stream editor
15 [T] The sed (Stream EDitor) editor is a stream or batch
16 [T] (non-interactive) editor. Sed takes text as input, performs an
17 [T] operation or set of operations on the text and outputs the modified
18 [T] text. The operations that sed performs (substitutions,
19 [T] deletions, insertions, etc.) can be specified in a script file or
20 [T] from the command line.
22 [A] Jay Fenlason <hack@gnu.org> {Original Author}
23 [A] Tom Lord <lord@gnu.org> {Maintainer in the middle}
24 [A] Ken Pizzini <ken@gnu.org> {Current Maintainer}
25 [M] Rene Rebe <rene@t2-project.org>
33 [P] X --2--5---9 108.000
35 [O] var_append GCC_WRAPPER_APPEND ' ' "-std=c99"
36 # workaround for sed configure getline disabling in stage 1
37 [O] hook_add preconf 5 "echo am_cv_func_working_getline=yes >> config.cache"
38 [O] hook_add postmake 5 "mv -v $root/usr/bin/sed $root/bin/sed"
39 [D] 68fb13fe22b4f8e90d7025e4a9796e0b69526589be4d7aa326f55041 sed-4.8.tar.xz ftp://ftp.gnu.org/pub/gnu/sed/