summaryrefslogtreecommitdiffstats
path: root/collab/subversion/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/subversion/DETAILS')
-rwxr-xr-xcollab/subversion/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/collab/subversion/DETAILS b/collab/subversion/DETAILS
new file mode 100755
index 0000000000..ce8b8ea37a
--- /dev/null
+++ b/collab/subversion/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=subversion
+ VERSION=1.2.3
+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_URL[0]=http://subversion.tigris.org/tarballs/$SOURCE
+ SOURCE_HASH='sha1:513a217ba4a8045ea3daba5c3b0816f80ce0041b'
+fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://subversion.tigris.org/
+ ENTERED=20020528
+ UPDATED=20050711
+ LICENSE[0]=APACHE
+ BUILD_API=2
+ DOCS='doc/*'
+ 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