           SPELL=anubis
if [[ "${ANUBIS_CVS_AUTOUPDATE}" == "y" ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=cvs
fi
          SOURCE=${SPELL}-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.savannah.gnu.org:/sources/anubis:anubis
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
        WEB_SITE=http://www.gnu.org/software/anubis/
         ENTERED=20051231
         UPDATED=20051231
            DOCS="doc examples README NEWS COPYING TODO"
      LICENSE[0]=GPL
       BUILD_API=2
           SHORT="An SMTP message submission daemon."
cat << EOF
GNU Anubis is an SMTP message submission daemon. It represents an intermediate
layer between the mail user agent (MUA) and mail transport agent (MTA),
receiving messages from the MUA, applying to them a set of predefined changes,
and finally inserting modified messages into an MTA routing network. The
set of changes applied to a message is configurable on a system-wide and
per-user basis. The built-in configuration language used for defining sets
of changes allows for considerable flexibility and is easily extensible.
EOF
