diff options
author | pav <pav@FreeBSD.org> | 2004-04-20 23:11:40 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-20 23:11:40 +0800 |
commit | d43890bdcc19a3702e13c111a4aacbc5c585cbc9 (patch) | |
tree | 8ce49c462332376217d521a7db5ff0b4f238bbfa /devel/subversion-python | |
parent | 42de7a8aa9fddefe119150e019912cec920df00f (diff) | |
download | freebsd-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/Makefile | 19 | ||||
-rw-r--r-- | devel/subversion-python/pkg-descr | 6 |
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/ |