aboutsummaryrefslogtreecommitdiffstats
path: root/devel/subversion-python
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-04-20 23:11:40 +0800
committerpav <pav@FreeBSD.org>2004-04-20 23:11:40 +0800
commitd43890bdcc19a3702e13c111a4aacbc5c585cbc9 (patch)
tree8ce49c462332376217d521a7db5ff0b4f238bbfa /devel/subversion-python
parent42de7a8aa9fddefe119150e019912cec920df00f (diff)
downloadfreebsd-ports-gnome-d43890bdcc19a3702e13c111a4aacbc5c585cbc9.tar.gz
freebsd-ports-gnome-d43890bdcc19a3702e13c111a4aacbc5c585cbc9.tar.zst
freebsd-ports-gnome-d43890bdcc19a3702e13c111a4aacbc5c585cbc9.zip
Add subversion-python, a slave port that enables packaging of Subversion
with python bindings. PR: ports/65689 Submitted by: <thinker@branda.to>
Diffstat (limited to 'devel/subversion-python')
-rw-r--r--devel/subversion-python/Makefile19
-rw-r--r--devel/subversion-python/pkg-descr6
2 files changed, 25 insertions, 0 deletions
diff --git a/devel/subversion-python/Makefile b/devel/subversion-python/Makefile
new file mode 100644
index 000000000000..e97af8ee46a8
--- /dev/null
+++ b/devel/subversion-python/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/subversion-python/pkg-descr b/devel/subversion-python/pkg-descr
new file mode 100644
index 000000000000..c34d9f89e286
--- /dev/null
+++ b/devel/subversion-python/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/