1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Add subversion-python, a slave port that enables packaging of Subversion

with python bindings.

PR:		ports/65689
Submitted by:	<thinker@branda.to>
This commit is contained in:
Pav Lucistnik 2004-04-20 15:11:40 +00:00
parent 46646a9695
commit b0658eefed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107725
5 changed files with 51 additions and 0 deletions

View File

@ -1179,6 +1179,7 @@
SUBDIR += styx
SUBDIR += subversion
SUBDIR += subversion-perl
SUBDIR += subversion-python
SUBDIR += svk
SUBDIR += swarm
SUBDIR += swig11

View File

@ -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"

View File

@ -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/

View File

@ -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"

View File

@ -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/