           SPELL=syslog-ng
         VERSION=2.0.5
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.balabit.com/downloads/files/syslog-ng/sources/stable/src/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=balabit.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.balabit.hu
      LICENSE[0]=GPL
         ENTERED=20020203
        KEYWORDS="utils logger"
           SHORT="syslog-ng is an enhanced sysklogd replacement"
cat << EOF
syslog-ng, as the name shows, is a syslogd replacement, but with new
functionality for the new generation. The original syslogd allows
messages only to be sorted based on priority/facility pairs;
syslog-ng adds the possibility to filter based on message contents
using regular expressions. The new configuration scheme is intuitive
and powerful. Forwarding logs over TCP and remembering all forwarding 
hops makes it ideal for firewalled environments.
EOF
