diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-13 22:04:45 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-13 22:04:45 +0800 |
commit | e58cfb35bc25db44ad5d223e0a168fc1f989940b (patch) | |
tree | f0ec0d6f7883fd9593bbb51acab60bc70d8ceba3 | |
parent | 40d075979e2d22e15bbfc87322851108e67da4d2 (diff) | |
download | marcuscom-ports-e58cfb35bc25db44ad5d223e0a168fc1f989940b.tar marcuscom-ports-e58cfb35bc25db44ad5d223e0a168fc1f989940b.tar.gz marcuscom-ports-e58cfb35bc25db44ad5d223e0a168fc1f989940b.tar.bz2 marcuscom-ports-e58cfb35bc25db44ad5d223e0a168fc1f989940b.tar.lz marcuscom-ports-e58cfb35bc25db44ad5d223e0a168fc1f989940b.tar.xz marcuscom-ports-e58cfb35bc25db44ad5d223e0a168fc1f989940b.tar.zst marcuscom-ports-e58cfb35bc25db44ad5d223e0a168fc1f989940b.zip |
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12072 df743ca5-7f9a-e211-a948-0013205c9059
-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..de0b36875 --- /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$ +# + +PORTNAME= gtksourceview +PORTVERSION= 2.5.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..fde10e4b5 --- /dev/null +++ b/x11-toolkits/py-gtksourceview/distinfo @@ -0,0 +1,3 @@ +MD5 (pygtksourceview-2.5.0.tar.bz2) = e3d66310ce16bb138e216982ef6697ee +SHA256 (pygtksourceview-2.5.0.tar.bz2) = bfe5f63903644e1d143256de4b2ab56fc3be7ab13366027229cde744016c2e64 +SIZE (pygtksourceview-2.5.0.tar.bz2) = 271663 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 |