summaryrefslogtreecommitdiff
path: root/devel/py-subversion
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-04-20 15:11:40 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-04-20 15:11:40 +0000
commitb0658eefed6f49d6db78187a9fbb2d5bf0d1be37 (patch)
treebe56bcd3b16ab64326ee54d8885390eb809489c9 /devel/py-subversion
parentFix typos and outdated statements. (diff)
Add subversion-python, a slave port that enables packaging of Subversion
with python bindings. PR: ports/65689 Submitted by: <thinker@branda.to>
Notes
Notes: svn path=/head/; revision=107725
Diffstat (limited to 'devel/py-subversion')
-rw-r--r--devel/py-subversion/Makefile19
-rw-r--r--devel/py-subversion/pkg-descr6
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-subversion/Makefile b/devel/py-subversion/Makefile
new file mode 100644
index 000000000000..e97af8ee46a8
--- /dev/null
+++ b/devel/py-subversion/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: subversion-python
+# Date Created: April 17 2004
+# Whom: thinker@branda.to
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -python
+
+MAINTAINER= thinker@branda.to
+COMMENT= Version control system with Python bindings
+
+MASTERDIR= ${.CURDIR}/../../devel/subversion
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+
+WITH_PYTHON= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/py-subversion/pkg-descr b/devel/py-subversion/pkg-descr
new file mode 100644
index 000000000000..c34d9f89e286
--- /dev/null
+++ b/devel/py-subversion/pkg-descr
@@ -0,0 +1,6 @@
+Subversion is a version control system designed to be as similar to cvs(1)
+as possible, while fixing many outstanding problems with cvs(1).
+
+This slave port adds Python bindings to Subversion.
+
+WWW: http://subversion.tigris.org/