          MODULE=sed
         VERSION=4.9
          SOURCE=$MODULE-$VERSION.tar.xz
   SOURCE_URL[0]=$GNU_URL/$MODULE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
      SOURCE_VFY=sha256:6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181
        WEB_SITE=http://www.gnu.org/software/sed/
         ENTERED=20010922
         UPDATED=20221125
           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
