          MODULE=sed
         VERSION=4.0.3
        #VERSION=4.0.1
          SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
   SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
        WEB_SITE=unknown
         ENTERED=20010922
         UPDATED=20021124
           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
