           SPELL=sed
         VERSION=4.1.5
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=${GNU_URL}/sed/${SOURCE}
  SOURCE2_URL[0]=${GNU_URL}/sed/${SOURCE2}
      SOURCE_GPG=gnu.gpg:${SOURCE2}
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/sed/sed.html
         ENTERED=20010922
         UPDATED=20030923
      LICENSE[0]=GPL
        KEYWORDS="editors"
           SHORT="sed is 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 occurances of
a string within a file.
EOF
