[Midnightbsd-cvs] mports: mports/devel: add subversion-perl binding

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 16 15:47:22 EDT 2008


Log Message:
-----------
add subversion-perl binding

Modified Files:
--------------
    mports/devel:
        Makefile (r1.264 -> r1.265)

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

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.264
retrieving revision 1.265
diff -L devel/Makefile -L devel/Makefile -u -r1.264 -r1.265
--- devel/Makefile
+++ devel/Makefile
@@ -11,7 +11,6 @@
     SUBDIR += anjuta
     SUBDIR += apache-ant
     SUBDIR += apr
-#    SUBDIR += apr-cvs2svn
     SUBDIR += apr-svn
     SUBDIR += autoconf-wrapper
     SUBDIR += autoconf213
@@ -231,10 +230,10 @@
     SUBDIR += p5-Time-HiRes
     SUBDIR += p5-Time-Local
     SUBDIR += p5-TimeDate
-    SUBDIR += p5-threads
     SUBDIR += p5-threads-shared
     SUBDIR += p5-UNIVERSAL-moniker
     SUBDIR += p5-UNIVERSAL-require
+    SUBDIR += p5-threads
     SUBDIR += p5-version
     SUBDIR += patch
     SUBDIR += pccts
@@ -300,6 +299,7 @@
     SUBDIR += st
     SUBDIR += stlport
     SUBDIR += subversion
+    SUBDIR += subversion-perl
     SUBDIR += subversion-python
     SUBDIR += svndelta
     SUBDIR += svnkit
--- /dev/null
+++ devel/subversion-perl/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 Perl bindings to Subversion.
+
+WWW: http://subversion.tigris.org/
--- /dev/null
+++ devel/subversion-perl/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for:   subversion-perl
+# Date Created:                October 2008
+# Whom:                        Lucas Holt
+#
+# $MidnightBSD: mports/devel/subversion-perl/Makefile,v 1.1 2008/10/16 19:47:19 laffer1 Exp $
+
+PKGNAMESUFFIX=	-perl
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Version control system with Perl bindings
+CONFLICTS=      subversion-[0-9]* subversion-python-[0-9]* subversion-ruby-[0-9]*
+
+MASTERDIR=	${.CURDIR}/../../devel/subversion
+PKGDIR=		${.CURDIR}
+PLIST=		${MASTERDIR}/pkg-plist
+
+WITH_PERL=	yes
+
+.include "${MASTERDIR}/Makefile"
+


More information about the Midnightbsd-cvs mailing list