[Midnightbsd-cvs] mports: mports/devel:

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 14 19:40:11 EST 2007


Log Message:
-----------


Modified Files:
--------------
    mports/devel:
        Makefile (r1.172 -> r1.173)

Added Files:
-----------
    mports/devel/subversion-python:
        Makefile (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.172
retrieving revision 1.173
diff -L devel/Makefile -L devel/Makefile -u -r1.172 -r1.173
--- devel/Makefile
+++ devel/Makefile
@@ -209,6 +209,7 @@
     SUBDIR += st
     SUBDIR += stlport
     SUBDIR += subversion
+    SUBDIR += subversion-python
     SUBDIR += sysconftool
     SUBDIR += t1lib
     SUBDIR += tmake
--- /dev/null
+++ 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/
--- /dev/null
+++ devel/subversion-python/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for:   subversion-python
+# Date Created:                Nov 14 2007
+# Whom:                        Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/devel/subversion-python/Makefile,v 1.1 2007/11/15 00:40:09 laffer1 Exp $
+#
+
+PKGNAMESUFFIX=	-python
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Version control system with Python bindings
+LICENSE=	agg
+# this depends on a slew of software and it's effectively a slave port
+
+MASTERDIR=	${.CURDIR}/../../devel/subversion
+PKGDIR=		${.CURDIR}
+PLIST=		${MASTERDIR}/pkg-plist
+
+WITH_PYTHON=	yes
+
+.include "${MASTERDIR}/Makefile"


More information about the Midnightbsd-cvs mailing list