diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-18 11:43:07 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-18 11:43:07 +0800 |
commit | 54fad095a1ea9a67be94648235f5c13f8813d8ef (patch) | |
tree | 2f92cc2debe059e6e433d00aa34753082baae07e /x11-toolkits/py-gtksourceview | |
parent | 34b098d2b271b9827942a64f7ce3787e5bdce60b (diff) | |
download | marcuscom-ports-54fad095a1ea9a67be94648235f5c13f8813d8ef.tar marcuscom-ports-54fad095a1ea9a67be94648235f5c13f8813d8ef.tar.gz marcuscom-ports-54fad095a1ea9a67be94648235f5c13f8813d8ef.tar.bz2 marcuscom-ports-54fad095a1ea9a67be94648235f5c13f8813d8ef.tar.lz marcuscom-ports-54fad095a1ea9a67be94648235f5c13f8813d8ef.tar.xz marcuscom-ports-54fad095a1ea9a67be94648235f5c13f8813d8ef.tar.zst marcuscom-ports-54fad095a1ea9a67be94648235f5c13f8813d8ef.zip |
Update to 2.7.0
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12661 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gtksourceview')
-rw-r--r-- | x11-toolkits/py-gtksourceview/Makefile | 31 | ||||
-rw-r--r-- | x11-toolkits/py-gtksourceview/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gtksourceview/pkg-descr | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gtksourceview/pkg-plist | 4 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile new file mode 100644 index 000000000..f9ee651b5 --- /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 <mezz@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/x11-toolkits/py-gtksourceview/Makefile,v 1.17 2009/03/24 13:38:04 kwm Exp $ +# + +PORTNAME= gtksourceview +PORTVERSION= 2.7.0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= 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 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> diff --git a/x11-toolkits/py-gtksourceview/distinfo b/x11-toolkits/py-gtksourceview/distinfo new file mode 100644 index 000000000..547e05890 --- /dev/null +++ b/x11-toolkits/py-gtksourceview/distinfo @@ -0,0 +1,3 @@ +MD5 (pygtksourceview-2.7.0.tar.bz2) = cc6512592ddadc86fb12c0a53fe1ba9e +SHA256 (pygtksourceview-2.7.0.tar.bz2) = bb6f8e9894754cc4a2804b5d69a7c2307a66289a2f33aa6ac0720b4ac6a14592 +SIZE (pygtksourceview-2.7.0.tar.bz2) = 270944 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..579b96136 --- /dev/null +++ b/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 |