          MODULE=sed
         VERSION=4.2.1
          SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
      SOURCE_VFY=sha1:502f5fa9aff891f0383baaeb1958b66dbc4b05c8
        WEB_SITE=http://www.gnu.org/software/sed
         ENTERED=20010922
         UPDATED=20090628
           SHORT="A stream-oriented non-interactive text editor"

cat << EOF
sed - A stream-oriented non-interactive text editor.
Takes text input, performs some operation (or set of operations) on it
and outputs the modified text. Sed is typically used for extracting part
of a file using pattern matching or substituting multiple occurences of
a string within a file.
EOF
