SPELL=httpd-dev 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 WEB_SITE=http://httpd.apache.org/ GATHER_DOCS=off ENTERED=20020802 UPDATED=20050122 KEYWORDS="http" 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 .