           SPELL=thttpd
         VERSION=2.25b
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.acme.com/software/$SPELL/$SPELL-$VERSION.tar.gz
#     SOURCE_HASH=sha512:1b7ca7db009b4b2e0700ce8e4d1edb1b7a9edff821400229d33c8ccc095d48ab7cd0dc8e2252e0fd82d45eb52ce2461675d6ca6f8092880ea4931a58b8cbf405
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=BSD
        WEB_SITE=http://www.acme.com/software/$SPELL/
         ENTERED=20021006
         UPDATED=20031028
        KEYWORDS="http"
           SHORT="tiny/turbo/throttling HTTP server"
cat << EOF
thttpd is a simple, small, portable, fast, and secure HTTP server.

Simple:
    It handles only the minimum necessary to implement HTTP/1.1. Well, 
    maybe a little more than the minimum. 
Small:
    See the comparison chart. It also has a very small run-time size, 
    since it does not fork and is very careful about memory allocation. 
Portable:
    It compiles cleanly on most any Unix-like OS, specifically 
    including FreeBSD, SunOS 4, Solaris 2, BSD/OS, Linux, OSF. 
Fast:
    In typical use it's about as fast as the best full-featured servers 
    (Apache, NCSA, Netscape). Under extreme load it's much faster. 
Secure:
    It goes to great lengths to protect the web server machine against 
    attacks and breakins from other sites. 

It also has one extremely useful feature (URL-traffic-based throttling) 
that no other server currently has. Plus, it supports IPv6 out of the 
box, no patching required. 
EOF
