[Midnightbsd-cvs] mports: mports/x11-toolkits: add a missing dependancy for gedit 2.20

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 22:12:10 EDT 2008


Log Message:
-----------
add a missing dependancy for gedit 2.20 (magus)

Modified Files:
--------------
    mports/x11-toolkits:
        Makefile (r1.38 -> r1.39)

Added Files:
-----------
    mports/x11-toolkits/py-gtksourceview:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -L x11-toolkits/Makefile -L x11-toolkits/Makefile -u -r1.38 -r1.39
--- x11-toolkits/Makefile
+++ x11-toolkits/Makefile
@@ -38,6 +38,7 @@
     SUBDIR += py-gnome2
     SUBDIR += py-gnome-desktop
     SUBDIR += py-gtk2
+    SUBDIR += py-gtksourceview
     SUBDIR += qt33
     SUBDIR += renaissance
     SUBDIR += tk82
--- /dev/null
+++ x11-toolkits/py-gtksourceview/pkg-descr
@@ -0,0 +1,4 @@
+This archive contains python bindings for the version 2 of the
+GtkSourceView library.
+
+WWW: http://www.gnome.org
--- /dev/null
+++ x11-toolkits/py-gtksourceview/pkg-plist
@@ -0,0 +1,4 @@
+%%PYTHON_SITELIBDIR%%/gtksourceview2.la
+%%PYTHON_SITELIBDIR%%/gtksourceview2.so
+libdata/pkgconfig/pygtksourceview-2.0.pc
+share/pygtk/2.0/defs/gtksourceview2.defs
--- /dev/null
+++ x11-toolkits/py-gtksourceview/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for:	py-gtksourceview
+# Date created:				25 June 2007
+# Whom:					Mezz <mezz at FreeBSD.org>
+#
+# $MidnightBSD: mports/x11-toolkits/py-gtksourceview/Makefile,v 1.1 2008/03/22 02:12:08 laffer1 Exp $
+# $FreeBSD: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.1 2007/10/24 23:37:20 marcus Exp $
+#   $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.6 2007/09/17 13:46:28 ahze Exp $
+#
+
+PORTNAME=	gtksourceview
+PORTVERSION=	2.0.0
+CATEGORIES=	x11-toolkits gnome
+MASTER_SITES=	${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR=	sources/pygtksourceview/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	pygtksourceview-${PORTVERSION}
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	A python bindings for the version 2 of the GtkSourceView library
+
+USE_BZIP2=	yes
+USE_GMAKE=	yes
+USE_GNOME=	gnomehack gnomeprefix gnometarget gtksourceview2 pygtk2
+USE_PYTHON=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-docs
+
+post-patch:
+	@${REINPLACE_CMD} -e 's| == x| = x|g' \
+		${WRKSRC}/configure
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-toolkits/py-gtksourceview/distinfo
@@ -0,0 +1,3 @@
+MD5 (pygtksourceview-2.0.0.tar.bz2) = a4947108e7a669b67ff0ff157a132728
+SHA256 (pygtksourceview-2.0.0.tar.bz2) = 749075c118a029efc51c58f4a49afbf0ec969a1c1f9ee8c25782ea08b3f9c649
+SIZE (pygtksourceview-2.0.0.tar.bz2) = 255507


More information about the Midnightbsd-cvs mailing list