summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-17 13:47:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-17 13:47:32 +0800
commit071259b735f45289a389b252107e16865c9f3cde (patch)
tree1e8129f00ec53f6ec775fb7ecd908a228b8c3de4
parentb21d595cc76a25682318d87630bd9078cf0f1495 (diff)
downloadmarcuscom-ports-071259b735f45289a389b252107e16865c9f3cde.tar
marcuscom-ports-071259b735f45289a389b252107e16865c9f3cde.tar.gz
marcuscom-ports-071259b735f45289a389b252107e16865c9f3cde.tar.bz2
marcuscom-ports-071259b735f45289a389b252107e16865c9f3cde.tar.lz
marcuscom-ports-071259b735f45289a389b252107e16865c9f3cde.tar.xz
marcuscom-ports-071259b735f45289a389b252107e16865c9f3cde.tar.zst
marcuscom-ports-071259b735f45289a389b252107e16865c9f3cde.zip
Update to 2.9.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5414 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/py-gobject/Makefile28
-rw-r--r--devel/py-gobject/distinfo3
-rw-r--r--devel/py-gobject/pkg-descr4
-rw-r--r--devel/py-gobject/pkg-plist9
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile
new file mode 100644
index 000000000..671e20fc9
--- /dev/null
+++ b/devel/py-gobject/Makefile
@@ -0,0 +1,28 @@
+# 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.9.1
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/pygobject/2.9
+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
+USE_AUTOTOOLS= libtool:15
+
+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..e93d7f7cc
--- /dev/null
+++ b/devel/py-gobject/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/pygobject-2.9.1.tar.bz2) = 24f25386aec890f31ae826a5f8e4ae87
+SHA256 (gnome2/pygobject-2.9.1.tar.bz2) = 283b3c9eb17ea4a367a62153af7f131616a7aab861e5fbc263eaeb497eb36f8d
+SIZE (gnome2/pygobject-2.9.1.tar.bz2) = 280529
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..6a749433f
--- /dev/null
+++ b/devel/py-gobject/pkg-plist
@@ -0,0 +1,9 @@
+include/pygtk-2.0/pygobject.h
+%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject.so
+%%PYTHON_SITELIBDIR%%/pygtk.pth
+%%PYTHON_SITELIBDIR%%/pygtk.py
+%%PYTHON_SITELIBDIR%%/pygtk.pyc
+%%PYTHON_SITELIBDIR%%/pygtk.pyo
+libdata/pkgconfig/pygobject-2.0.pc
+@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0
+@dirrm include/pygtk-2.0