           SPELL=boa
         VERSION=0.94.14rc18
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.boa.org/$SOURCE
     SOURCE_HASH=sha512:4c16961bd1cd82ae139e042d53decd7fd1e6df2952e23bf625a9ec83f7142daadb89614b3739c48c1aac54bb651a9ae4e4e164eb1df12308f874d029c635a8d1
        WEB_SITE=http://www.boa.org/
         ENTERED=20040223
      LICENSE[0]=GPL
        KEYWORDS="http"
       BUILD_API=1
           SHORT="Lightweight and High Performance WebServer"
cat << EOF
Boa is a single-tasking HTTP server. That means that unlike traditional web
servers, it does not fork for each incoming connection, nor does it fork many
copies of itself to handle multiple connections. It internally multiplexes
all of the ongoing HTTP connections, and forks only for CGI programs (which
must be separate processes), automatic directory generation, and automatic
file gunzipping.
EOF
