           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
   SOURCE_IGNORE=volatile
    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.2.0
     SOURCE_HASH='sha512:794967267e5247089a3f6afba3ad2e24785b6dee6c48933086b44303bfe3c127e1510d9beccfe646eecec1eeb383df6989ad99783fefc4cb7f2eac84153ac627'
          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
