From d8d6077fc44f8aa99a6b85a3192fb612d76a5a7c Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 5 May 2007 05:29:28 +0000 Subject: Update to 2.13.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8822 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/py-gobject/Makefile | 29 ++++++++++++++++ devel/py-gobject/distinfo | 3 ++ devel/py-gobject/files/patch-docs_Makefile.in | 11 ++++++ devel/py-gobject/pkg-descr | 4 +++ devel/py-gobject/pkg-plist | 50 +++++++++++++++++++++++++++ 5 files changed, 97 insertions(+) create mode 100644 devel/py-gobject/Makefile create mode 100644 devel/py-gobject/distinfo create mode 100644 devel/py-gobject/files/patch-docs_Makefile.in create mode 100644 devel/py-gobject/pkg-descr create mode 100644 devel/py-gobject/pkg-plist diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile new file mode 100644 index 000000000..ef451db64 --- /dev/null +++ b/devel/py-gobject/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: py-gobject +# Date created: 10 January 2006 +# Whom: Joe Marcus Clarke +# +# $FreeBSD$ +# $MCom: ports/devel/py-gobject/Makefile,v 1.17 2006/10/03 20:44:25 ahze Exp $ + +PORTNAME= gobject +PORTVERSION= 2.13.1 +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= pygobject-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Python bindings for GObject + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gnomehack glib20 +USE_PYTHON= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-docs + +CONFLICTS= py*-gtk-0* + +.include diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo new file mode 100644 index 000000000..13efd159a --- /dev/null +++ b/devel/py-gobject/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/pygobject-2.13.1.tar.bz2) = b51a3105de27eb20ddd3ff2b99ffe39c +SHA256 (gnome2/pygobject-2.13.1.tar.bz2) = 5d241000e63d44af67ca5aa31a92fce4639397cbb73d781d995b7d790dab758e +SIZE (gnome2/pygobject-2.13.1.tar.bz2) = 357021 diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in new file mode 100644 index 000000000..39d35befb --- /dev/null +++ b/devel/py-gobject/files/patch-docs_Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig Sat May 5 01:25:03 2007 ++++ docs/Makefile.in Sat May 5 01:25:39 2007 +@@ -223,7 +223,7 @@ XSL_FILES = \ + # fixxref cannot be included in XSL_FILES, because automake is touching it + # so the date is newer then the files in HTML_FILES + FIXXREF = xsl/fixxref.py +-TARGET_DIR = $(datadir)/gtk-doc/html/pygobject ++TARGET_DIR = $(prefix)/share/doc/pygobject + CSSdir = $(TARGET_DIR) + CSS_DATA = $(CSS_FILES) + XSLdir = $(datadir)/pygobject/xsl diff --git a/devel/py-gobject/pkg-descr b/devel/py-gobject/pkg-descr new file mode 100644 index 000000000..eded7fcd4 --- /dev/null +++ b/devel/py-gobject/pkg-descr @@ -0,0 +1,4 @@ +PyGObject provides a convenient wrapper for the GObject+ library for use +in Python programs, and takes care of many of the boring details such as +managing memory and type casting. When combined with PyGTK, PyORBit and +gnome-python, it can be used to write full featured Gnome applications. diff --git a/devel/py-gobject/pkg-plist b/devel/py-gobject/pkg-plist new file mode 100644 index 000000000..de86b146d --- /dev/null +++ b/devel/py-gobject/pkg-plist @@ -0,0 +1,50 @@ +include/pygtk-2.0/pygobject.h +%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.la +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.so +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/constants.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.pyo +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.py +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyc +%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/propertyhelper.pyo +%%PYTHON_SITELIBDIR%%/pygtk.pth +%%PYTHON_SITELIBDIR%%/pygtk.py +%%PYTHON_SITELIBDIR%%/pygtk.pyc +%%PYTHON_SITELIBDIR%%/pygtk.pyo +libdata/pkgconfig/pygobject-2.0.pc +share/doc/pygobject/class-gobject.html +share/doc/pygobject/class-gobjectgboxed.html +share/doc/pygobject/class-gobjectginterface.html +share/doc/pygobject/class-gobjectgpointer.html +share/doc/pygobject/class-gobjectmaincontext.html +share/doc/pygobject/class-gobjectmainloop.html +share/doc/pygobject/gobject-class-reference.html +share/doc/pygobject/gobject-constants.html +share/doc/pygobject/gobject-functions.html +share/doc/pygobject/index.html +share/doc/pygobject/index.sgml +share/doc/pygobject/pygobject-introduction.html +share/doc/pygobject/pygobject.devhelp +share/doc/pygobject/style.css +share/pygobject/xsl/common.xsl +share/pygobject/xsl/devhelp.xsl +share/pygobject/xsl/fixxref.py +share/pygobject/xsl/html.xsl +share/pygobject/xsl/pdf-style.xsl +share/pygobject/xsl/pdf.xsl +share/pygobject/xsl/ref-html-style.xsl +@dirrm share/pygobject/xsl +@dirrm share/pygobject +@dirrm share/doc/pygobject +@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject +@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 +@dirrmtry include/pygtk-2.0 -- cgit v1.2.3