           SPELL=gnustep-webserver
         VERSION=1.1.0
          SOURCE=WebServer-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/WebServer-$VERSION
   SOURCE_URL[0]=ftp://ftp.gnustep.org/pub/gnustep/libs/$SOURCE
     SOURCE_HASH=sha512:e20342e773dce21373e43fad1428d283a81cd16a7ae5965160e179eaed464e8b40532a8fd6a8df7596195ea434041f8897496a2fb0bbe7b94f9741a017b344f5
        WEB_SITE=http://www.gnustep.org
      LICENSE[0]=LGPL
         ENTERED=20060227
        KEYWORDS="gnustep libs"
           SHORT="This library provides a single main WebServer class."
     TAR_OPTIONS="--no-same-owner"

cat << EOF
This library provides a single main WebServer class which works with a
framework to support the use of loadable bundles to handle requests
on particular URLs.
The main of the library is to make it easy for you to write programs
which can act as web servers (eg. and XMLRPC server) or simply provide
a web-based user interface so that your application can be controlled
from a web browser.
Incoming requests may by handled by a delegate, or passed to a bundle
loaded at runtime on the basis of the URL requested.
Convenience methods are provided to vend static pages or vend template
pages where values provided by your code are inserted into the templates.
EOF



