summaryrefslogtreecommitdiffstats
path: root/devel/py-gobject
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /devel/py-gobject
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/py-gobject')
-rw-r--r--devel/py-gobject/Makefile29
-rw-r--r--devel/py-gobject/distinfo3
-rw-r--r--devel/py-gobject/files/patch-docs_Makefile.in11
-rw-r--r--devel/py-gobject/pkg-descr4
-rw-r--r--devel/py-gobject/pkg-plist45
5 files changed, 0 insertions, 92 deletions
diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile
deleted file mode 100644
index bd50240fb..000000000
--- a/devel/py-gobject/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# New ports collection makefile for: py-gobject
-# Date created: 10 January 2006
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/py-gobject/Makefile,v 1.16 2006/09/05 00:34:31 ahze Exp $
-
-PORTNAME= gobject
-PORTVERSION= 2.12.2
-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 <bsd.port.mk>
diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo
deleted file mode 100644
index c83fa0cb3..000000000
--- a/devel/py-gobject/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/pygobject-2.12.2.tar.bz2) = 394999abd1921ceff653c98165c713a0
-SHA256 (gnome2/pygobject-2.12.2.tar.bz2) = 83787be6e11f6c7a45c111fa37f674a153274c45c2ab3f4b38b3b6dad933fcda
-SIZE (gnome2/pygobject-2.12.2.tar.bz2) = 337829
diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in
deleted file mode 100644
index 76edf5de1..000000000
--- a/devel/py-gobject/files/patch-docs_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- docs/Makefile.in.orig Thu Aug 24 23:34:38 2006
-+++ docs/Makefile.in Thu Aug 24 23:35:02 2006
-@@ -218,7 +218,7 @@ XSL_FILES = \
-
- CSSdir = $(HTMLdir)
- CSS_DATA = $(CSS_FILES)
--HTMLdir = $(datadir)/gtk-doc/html/pygobject
-+HTMLdir = $(prefix)/share/doc/pygobject
- HTML_DATA = $(HTML_FILES)
- XSLdir = $(datadir)/pygobject/xsl
- XSL_DATA = $(XSL_FILES)
diff --git a/devel/py-gobject/pkg-descr b/devel/py-gobject/pkg-descr
deleted file mode 100644
index eded7fcd4..000000000
--- a/devel/py-gobject/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index d623216ad..000000000
--- a/devel/py-gobject/pkg-plist
+++ /dev/null
@@ -1,45 +0,0 @@
-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/option.py
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.pyc
-%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.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-reference-copyright.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