           SPELL=subversion
         VERSION=1.4.4
if [[ "$SVN_HEAD" == y ]]; then VERSION=${VERSION%.*}-HEAD; fi
          SOURCE=$SPELL-$VERSION.tar.bz2
if [[ "$SVN_HEAD" == y ]]; then
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn://svn.collab.net/repos/svn/trunk/:$SPELL-$VERSION
   SOURCE_IGNORE='volatile'
else
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://subversion.tigris.org/downloads/$SOURCE
     SOURCE_HASH=sha512:f2a4499e58ceaad94618b4ecfe73527e707c49fd39f50c7608491b5e694975e3b7d2aca142419678353edd76d9c3d3919f82fda6271fc84accbe98999bc76a5d
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://subversion.tigris.org/
         ENTERED=20020528
      LICENSE[0]=APACHE
            DOCS='doc/*'
      PATCHLEVEL=1
        KEYWORDS="cvs collab"
           SHORT='Compelling replacement for CVS'
cat << EOF
The goal of the Subversion project is write a version control system that takes
over CVS's current and future user base 1. The first release has all the major
features of CVS, plus certain new features that CVS users often wish they had.
In general, Subversion works like CVS, except where there's a compelling reason
to be different.
EOF
