           SPELL=trac
if [[ "${TRAC_HEAD}" == "y" ]]; then
  if [[ "${TRAC_HEAD_AUTOUPDATE}" == "y" ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=HEAD
  fi
   SOURCE_IGNORE='volatile'
          SOURCE="$SPELL-$VERSION.tar.bz2"
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]="svn://svn.edgewall.com/repos/trac/trunk/:$SPELL-$VERSION"
  FORCE_DOWNLOAD=on
else
         VERSION=0.9b2
     SOURCE_HASH='sha1:89109c3c502822d41b7424c4d30d807985b20c46'
          SOURCE="$SPELL-$VERSION.tar.gz"
   SOURCE_URL[0]="http://ftp.edgewall.com/pub/trac/$SOURCE"
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://www.edgewall.com/$SPELL/"
   FRESHMEAT_URL="http://freshmeat.net/projects/$SPELL/"
      LICENSE[0]='GPL'
         UPDATED=20050730
       BUILD_API=2
     GATHER_DOCS=off
           SHORT='A combined issue tracker, Subversion interface, and Wiki'
cat << EOF
Trac is a minimalistic but highly useful issue tracker and software project environment based around an integrated Wiki engine. Features include an interface to Subversion (source revision control), a bug/issue tracking database, and convenient report facilities.
EOF
## Auto-generated from Freshmeat.net's project descriptor
