           SPELL=apache2
         VERSION=2.0.63
          SOURCE=httpd-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
     SOURCE_GPG="apache.gpg:${SOURCE}.asc:UPSTREAM_KEY"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/httpd-$VERSION
   SOURCE_URL[0]=$APACHE_URL/httpd/$SOURCE
   SOURCE_URL[1]=http://www.apache.org/dist/httpd/$SOURCE
  SOURCE2_URL[0]=$APACHE_URL/httpd/$SOURCE2
  SOURCE2_URL[1]=http://www.apache.org/dist/httpd/$SOURCE2
  SOURCE2_IGNORE=signature
  SECURITY_PATCH=3
      PATCHLEVEL=0
      LICENSE[0]=APACHE
        KEYWORDS="http"
        WEB_SITE=http://www.apache.org/
         ENTERED=20020422
           SHORT="Apache 2 HTTP server"
cat << EOF
The Apache Group is proud to announce the release the first GA release of
Apache 2.0. Apache 2.0 has been running on the Apache.org website since
December of 2000 and has proven to be very reliable.

Apache 2.0 offers numerous enhancements, improvements and performance
boosts over the 1.3 codebase. The most visible and noteworthy addition
is the ability to run Apache in a hybrid thread/process mode on any
platform that supports both threads and processes. This has shown to
improve the scalability of the Apache HTTP Server significantly in our
testing. Apache 2.0 also includes support for filtered I/O. This allows
modules to modify the output of other modules before it is sent to the
client. We have also included support for IPv6 on any platform that
supports IPv6.

Apache is the world's most popular HTTP server, being quite possibly
the best around in terms of functionality, efficiency, security and
speed.
EOF
