           SPELL=httpd-dev
if [[ "$HTTPD_CHECKOUT" == y ]]; then
  if [[ "$HTTPD_DAILY" == y ]]; then
         VERSION=2.1-$(date +%Y%m%d)
  else
         VERSION=2.1-SVN
  fi
          MD5[0]=IGNORE
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn://svn.apache.org/repos/asf/httpd/httpd/trunk:${SPELL%-*}-trunk
  FORCE_DOWNLOAD=1
          SOURCE=${SPELL%-*}-trunk.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%-*}-trunk
else
         VERSION=2.1.8-beta
     SOURCE_HASH='sha1:9ac314f58d01819e035495d8a9ee241d23532147'
          SOURCE=${SPELL%-*}-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%-*}-$VERSION
   SOURCE_URL[0]="$APACHE_URL/httpd/$SOURCE"
fi
        WEB_SITE=http://httpd.apache.org/
     GATHER_DOCS=off
       BUILD_API=2
         ENTERED=20020802
         UPDATED=20050122
           SHORT='Apache 2.1 HTTP server development trunk'
cat << EOF
This is the development snapshot of Apache 2 HTTP server taken directly from
the CVS repository. It is also guaranteed to build all available modules, so
if there is a module that can be built but is not, please report a bug.

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