From 162ee2233a750c4321a696742070af7cba02b630 Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 25 Jun 2007 22:16:32 +0000 Subject: Add a new port, pygtksourceview, I think it might be need by gedit 2.19.x. I will adding it in bsd.gnome.mk later tonight or so. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9078 df743ca5-7f9a-e211-a948-0013205c9059 --- x11-toolkits/py-gtksourceview/Makefile | 31 +++++++++++++++++++++++++++++++ x11-toolkits/py-gtksourceview/distinfo | 3 +++ x11-toolkits/py-gtksourceview/pkg-descr | 4 ++++ x11-toolkits/py-gtksourceview/pkg-plist | 4 ++++ 4 files changed, 42 insertions(+) create mode 100644 x11-toolkits/py-gtksourceview/Makefile create mode 100644 x11-toolkits/py-gtksourceview/distinfo create mode 100644 x11-toolkits/py-gtksourceview/pkg-descr create mode 100644 x11-toolkits/py-gtksourceview/pkg-plist (limited to 'x11-toolkits/py-gtksourceview') diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile new file mode 100644 index 000000000..4a754ccb5 --- /dev/null +++ b/x11-toolkits/py-gtksourceview/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: py-gtksourceview +# Date created: 25 June 2007 +# Whom: Mezz +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gtksourceview +PORTVERSION= 1.90.1 +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= gnome@FreeBSD.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 diff --git a/x11-toolkits/py-gtksourceview/distinfo b/x11-toolkits/py-gtksourceview/distinfo new file mode 100644 index 000000000..5d2011e02 --- /dev/null +++ b/x11-toolkits/py-gtksourceview/distinfo @@ -0,0 +1,3 @@ +MD5 (pygtksourceview-1.90.1.tar.bz2) = dcace16cfe05f7436c1c6c7f9b04f6fb +SHA256 (pygtksourceview-1.90.1.tar.bz2) = f2a32bfcd5242104c62f8cde8d6d7cf0677db682c9c854fa685d18d8dc97c8b9 +SIZE (pygtksourceview-1.90.1.tar.bz2) = 254494 diff --git a/x11-toolkits/py-gtksourceview/pkg-descr b/x11-toolkits/py-gtksourceview/pkg-descr new file mode 100644 index 000000000..2e25fb731 --- /dev/null +++ b/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 diff --git a/x11-toolkits/py-gtksourceview/pkg-plist b/x11-toolkits/py-gtksourceview/pkg-plist new file mode 100644 index 000000000..2512f1492 --- /dev/null +++ b/x11-toolkits/py-gtksourceview/pkg-plist @@ -0,0 +1,4 @@ +%%PYTHON_SITELIBDIR%%/gtksourceview2module.la +%%PYTHON_SITELIBDIR%%/gtksourceview2module.so +libdata/pkgconfig/pygtksourceview-2.0.pc +share/pygtk/2.0/defs/gtksourceview2.defs -- cgit v1.2.3