summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-04 07:28:48 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-05-04 07:28:48 +0800
commit73b8577d392263d3c8e681537906ab09da140036 (patch)
tree9e08219cd3cb33f8d888b801a597cb48cefafd92 /devel
parentcbf307adf5969be9fbd40e575c9d809b5abec6e2 (diff)
downloadmarcuscom-ports-73b8577d392263d3c8e681537906ab09da140036.tar
marcuscom-ports-73b8577d392263d3c8e681537906ab09da140036.tar.gz
marcuscom-ports-73b8577d392263d3c8e681537906ab09da140036.tar.bz2
marcuscom-ports-73b8577d392263d3c8e681537906ab09da140036.tar.lz
marcuscom-ports-73b8577d392263d3c8e681537906ab09da140036.tar.xz
marcuscom-ports-73b8577d392263d3c8e681537906ab09da140036.tar.zst
marcuscom-ports-73b8577d392263d3c8e681537906ab09da140036.zip
Update to 2.17.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12248 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/py-gobject/Makefile31
-rw-r--r--devel/py-gobject/distinfo3
-rw-r--r--devel/py-gobject/files/patch-docs_Makefile.in11
-rw-r--r--devel/py-gobject/files/patch-pygobject-2.0.pc.in11
-rw-r--r--devel/py-gobject/pkg-descr4
-rw-r--r--devel/py-gobject/pkg-plist173
6 files changed, 233 insertions, 0 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile
new file mode 100644
index 000000000..fb2c5e9dd
--- /dev/null
+++ b/devel/py-gobject/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: py-gobject
+# Date created: 10 January 2006
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gobject
+PORTVERSION= 2.17.0
+CATEGORIES= devel python
+MASTER_SITES= 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
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --disable-docs
+
+CONFLICTS= py*-gtk-0*
+
+.include <bsd.port.mk>
diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo
new file mode 100644
index 000000000..6b4de2e00
--- /dev/null
+++ b/devel/py-gobject/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/pygobject-2.17.0.tar.bz2) = 0ff7f166cb6b41b89ddf2d7e156e6360
+SHA256 (gnome2/pygobject-2.17.0.tar.bz2) = b6bec93917d4db6d2f8e4d5c1dcd8fda26550034cd40910af19e4dfb03341240
+SIZE (gnome2/pygobject-2.17.0.tar.bz2) = 617141
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/files/patch-pygobject-2.0.pc.in b/devel/py-gobject/files/patch-pygobject-2.0.pc.in
new file mode 100644
index 000000000..76ee71ccd
--- /dev/null
+++ b/devel/py-gobject/files/patch-pygobject-2.0.pc.in
@@ -0,0 +1,11 @@
+--- pygobject-2.0.pc.in.orig 2008-09-03 15:31:23.000000000 +0000
++++ pygobject-2.0.pc.in 2008-09-03 15:31:43.000000000 +0000
+@@ -10,7 +10,7 @@
+ # install additional headers.
+ pygtkincludedir=${includedir}/pygtk-2.0
+ fixxref=${datadir}/pygobject/xsl/fixxref.py
+-pygdocs=${datadir}/gtk-doc/html/pygobject
++pygdocs=${datadir}/doc/pygobject
+ defsdir=${datadir}/pygobject/2.0/defs
+ codegendir=${datadir}/pygobject/2.0/codegen
+
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..2e5429743
--- /dev/null
+++ b/devel/py-gobject/pkg-plist
@@ -0,0 +1,173 @@
+bin/pygobject-codegen-2.0
+include/pygtk-2.0/pyglib.h
+include/pygtk-2.0/pygobject.h
+lib/libpyglib-2.0.la
+lib/libpyglib-2.0.so
+lib/libpyglib-2.0.so.0
+%%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/gio/__init__.py
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyc
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/__init__.pyo
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/_gio.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gio/unix.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.py
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyc
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/__init__.pyo
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.la
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/_glib.so
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.py
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.pyc
+%%PYTHON_SITELIBDIR%%/gtk-2.0/glib/option.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/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-gioappinfo.html
+share/doc/pygobject/class-gioapplaunchcontext.html
+share/doc/pygobject/class-gioasyncresult.html
+share/doc/pygobject/class-giocancellable.html
+share/doc/pygobject/class-giodrive.html
+share/doc/pygobject/class-gioemblem.html
+share/doc/pygobject/class-gioemblemedicon.html
+share/doc/pygobject/class-giofile.html
+share/doc/pygobject/class-giofileattributeinfo.html
+share/doc/pygobject/class-giofileenumerator.html
+share/doc/pygobject/class-giofileicon.html
+share/doc/pygobject/class-gioicon.html
+share/doc/pygobject/class-giomount.html
+share/doc/pygobject/class-gioseekable.html
+share/doc/pygobject/class-giosimpleasyncresult.html
+share/doc/pygobject/class-giovolume.html
+share/doc/pygobject/class-giovolumemonitor.html
+share/doc/pygobject/class-glibmaincontext.html
+share/doc/pygobject/class-glibmainloop.html
+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/gio-class-reference.html
+share/doc/pygobject/gio-constants.html
+share/doc/pygobject/glib-class-reference.html
+share/doc/pygobject/glib-constants.html
+share/doc/pygobject/glib-functions.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/2.0/codegen/__init__.py
+share/pygobject/2.0/codegen/__init__.pyc
+share/pygobject/2.0/codegen/__init__.pyo
+share/pygobject/2.0/codegen/argtypes.py
+share/pygobject/2.0/codegen/argtypes.pyc
+share/pygobject/2.0/codegen/argtypes.pyo
+share/pygobject/2.0/codegen/code-coverage.py
+share/pygobject/2.0/codegen/code-coverage.pyc
+share/pygobject/2.0/codegen/code-coverage.pyo
+share/pygobject/2.0/codegen/codegen.py
+share/pygobject/2.0/codegen/codegen.pyc
+share/pygobject/2.0/codegen/codegen.pyo
+share/pygobject/2.0/codegen/createdefs.py
+share/pygobject/2.0/codegen/createdefs.pyc
+share/pygobject/2.0/codegen/createdefs.pyo
+share/pygobject/2.0/codegen/definitions.py
+share/pygobject/2.0/codegen/definitions.pyc
+share/pygobject/2.0/codegen/definitions.pyo
+share/pygobject/2.0/codegen/defsconvert.py
+share/pygobject/2.0/codegen/defsconvert.pyc
+share/pygobject/2.0/codegen/defsconvert.pyo
+share/pygobject/2.0/codegen/defsgen.py
+share/pygobject/2.0/codegen/defsgen.pyc
+share/pygobject/2.0/codegen/defsgen.pyo
+share/pygobject/2.0/codegen/defsparser.py
+share/pygobject/2.0/codegen/defsparser.pyc
+share/pygobject/2.0/codegen/defsparser.pyo
+share/pygobject/2.0/codegen/docextract_to_xml.py
+share/pygobject/2.0/codegen/docextract_to_xml.pyc
+share/pygobject/2.0/codegen/docextract_to_xml.pyo
+share/pygobject/2.0/codegen/docextract.py
+share/pygobject/2.0/codegen/docextract.pyc
+share/pygobject/2.0/codegen/docextract.pyo
+share/pygobject/2.0/codegen/docgen.py
+share/pygobject/2.0/codegen/docgen.pyc
+share/pygobject/2.0/codegen/docgen.pyo
+share/pygobject/2.0/codegen/h2def.py
+share/pygobject/2.0/codegen/h2def.pyc
+share/pygobject/2.0/codegen/h2def.pyo
+share/pygobject/2.0/codegen/mergedefs.py
+share/pygobject/2.0/codegen/mergedefs.pyc
+share/pygobject/2.0/codegen/mergedefs.pyo
+share/pygobject/2.0/codegen/missingdefs.py
+share/pygobject/2.0/codegen/missingdefs.pyc
+share/pygobject/2.0/codegen/missingdefs.pyo
+share/pygobject/2.0/codegen/mkskel.py
+share/pygobject/2.0/codegen/mkskel.pyc
+share/pygobject/2.0/codegen/mkskel.pyo
+share/pygobject/2.0/codegen/override.py
+share/pygobject/2.0/codegen/override.pyc
+share/pygobject/2.0/codegen/override.pyo
+share/pygobject/2.0/codegen/reversewrapper.py
+share/pygobject/2.0/codegen/reversewrapper.pyc
+share/pygobject/2.0/codegen/reversewrapper.pyo
+share/pygobject/2.0/codegen/scanvirtuals.py
+share/pygobject/2.0/codegen/scanvirtuals.pyc
+share/pygobject/2.0/codegen/scanvirtuals.pyo
+share/pygobject/2.0/codegen/scmexpr.py
+share/pygobject/2.0/codegen/scmexpr.pyc
+share/pygobject/2.0/codegen/scmexpr.pyo
+share/pygobject/2.0/defs/gappinfo.override
+share/pygobject/2.0/defs/gapplaunchcontext.override
+share/pygobject/2.0/defs/gdrive.override
+share/pygobject/2.0/defs/gfile.override
+share/pygobject/2.0/defs/gfileattribute.override
+share/pygobject/2.0/defs/gfileenumerator.override
+share/pygobject/2.0/defs/gfileinfo.override
+share/pygobject/2.0/defs/gicon.override
+share/pygobject/2.0/defs/ginputstream.override
+share/pygobject/2.0/defs/gio-types.defs
+share/pygobject/2.0/defs/gio.defs
+share/pygobject/2.0/defs/gio.override
+share/pygobject/2.0/defs/gmount.override
+share/pygobject/2.0/defs/goutputstream.override
+share/pygobject/2.0/defs/gvolume.override
+share/pygobject/2.0/defs/gvolumemonitor.override
+share/pygobject/2.0/defs/unix-types.defs
+share/pygobject/2.0/defs/unix.defs
+share/pygobject/2.0/defs/unix.override
+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/2.0/defs
+@dirrm share/pygobject/2.0/codegen
+@dirrm share/pygobject/2.0
+@dirrm share/pygobject
+@dirrm share/doc/pygobject
+@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject
+@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/glib
+@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gio
+@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0
+@dirrmtry include/pygtk-2.0