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:
parent
46646a9695
commit
b0658eefed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107725
@ -1179,6 +1179,7 @@
|
||||
SUBDIR += styx
|
||||
SUBDIR += subversion
|
||||
SUBDIR += subversion-perl
|
||||
SUBDIR += subversion-python
|
||||
SUBDIR += svk
|
||||
SUBDIR += swarm
|
||||
SUBDIR += swig11
|
||||
|
19
devel/py-subversion/Makefile
Normal file
19
devel/py-subversion/Makefile
Normal 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"
|
6
devel/py-subversion/pkg-descr
Normal file
6
devel/py-subversion/pkg-descr
Normal 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/
|
19
devel/subversion-python/Makefile
Normal file
19
devel/subversion-python/Makefile
Normal 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"
|
6
devel/subversion-python/pkg-descr
Normal file
6
devel/subversion-python/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user