summaryrefslogtreecommitdiffstats
path: root/collab/trac/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/trac/DETAILS')
-rwxr-xr-xcollab/trac/DETAILS30
1 files changed, 30 insertions, 0 deletions
diff --git a/collab/trac/DETAILS b/collab/trac/DETAILS
new file mode 100755
index 0000000000..12eb3ce4b3
--- /dev/null
+++ b/collab/trac/DETAILS
@@ -0,0 +1,30 @@
+ 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