           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.9.3
     SOURCE_HASH='sha512:36680630c8dd4dfea36fe905c0369261cbbf1756443899c430ab8adf9cec24853fb2020d8622c4a35cd2d8a785e56c00ad4109100c9dfab46aca63e1b08101c3'
          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
