           SPELL=libevent
         VERSION=1.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.monkey.org/~provos/$SOURCE
          MD5[0]=4008171f85ea7498ac9e463b62f40c9d
        WEB_SITE=http://www.monkey.org/~provos/libevent/
         ENTERED=20030419
         UPDATED=20030419
      LICENSE[0]=BSD
       BUILD_API=2
           SHORT="Event notification library for network servers"
cat << EOF
The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout
has been reached. Furthermore, libevent also support callbacks due to
signals or regular timeouts.
 
libevent is meant to replace the event loop found in event driven
network servers. An application just needs to call event_dispatch()
and then adds or removes events dynamically without having to change
the event loop.
EOF
