1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to 1.99.16.

Submitted by:	Mezz bsdforums.org <reigncracks@hotmail.com>
This commit is contained in:
Joe Marcus Clarke 2003-04-04 07:58:03 +00:00
parent 797d91cad6
commit 6db1607ba7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78147
9 changed files with 106 additions and 96 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= py-gnome
PORTVERSION= 1.99.15
PORTREVISION= 1
PORTVERSION= 1.99.16
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-python/1.99

View File

@ -1 +1 @@
MD5 (gnome/gnome-python-1.99.15.tar.bz2) = ac558f9045866eb519333e88c6418f92
MD5 (gnome/gnome-python-1.99.16.tar.bz2) = 93634d31730b3495a36750101b17c987

View File

@ -1,6 +1,6 @@
--- configure.orig Sun Feb 9 22:46:03 2003
+++ configure Sun Feb 9 22:46:32 2003
@@ -7758,6 +7758,7 @@
--- configure.orig Mon Mar 24 00:00:55 2003
+++ configure Mon Mar 24 00:02:13 2003
@@ -7806,6 +7806,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

View File

@ -1,6 +1,9 @@
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/__init__.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/_bonobomodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/activationmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/bonobo/uimodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gconfmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/__init__.pyc
@ -8,15 +11,20 @@
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/_gnomemodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/appletmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/canvasmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/nautilusmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/uimodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/vfsmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnome/zvtmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/__init__.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/_printmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/printuimodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gnomeprint/uimodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtkhtml2module.so
libdata/pkgconfig/gnome-python-2.0.pc
%%PORTDOCS%%share/examples/py-gnome/applet/GNOME_PythonAppletSample.server
%%PORTDOCS%%share/examples/py-gnome/applet/README
%%PORTDOCS%%share/examples/py-gnome/applet/applet.py
%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/Bonobo_Sample_Hello.xml
%%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui/hello.py
%%PORTDOCS%%share/examples/py-gnome/bonobo/echo/README
@ -25,6 +33,7 @@ libdata/pkgconfig/gnome-python-2.0.pc
%%PORTDOCS%%share/examples/py-gnome/gconf/basic-gconf-app.py
%%PORTDOCS%%share/examples/py-gnome/gconf/simple-controller.py
%%PORTDOCS%%share/examples/py-gnome/gconf/simple-view.py
%%PORTDOCS%%share/examples/py-gnome/gnomeprint/test-print.py
%%PORTDOCS%%share/examples/py-gnome/gtkhtml2/simple-browser.py
%%PORTDOCS%%share/examples/py-gnome/nautilus/Nautilus_View_pysample.server
%%PORTDOCS%%share/examples/py-gnome/nautilus/README
@ -53,9 +62,11 @@ share/pygtk/2.0/defs/zvt.defs
@dirrm %%PORTDOCS%%share/examples/py-gnome/vfs
@dirrm %%PORTDOCS%%share/examples/py-gnome/nautilus
@dirrm %%PORTDOCS%%share/examples/py-gnome/gtkhtml2
@dirrm %%PORTDOCS%%share/examples/py-gnome/gnomeprint
@dirrm %%PORTDOCS%%share/examples/py-gnome/gconf
@dirrm %%PORTDOCS%%share/examples/py-gnome/canvas
@dirrm %%PORTDOCS%%share/examples/py-gnome/bonobo/echo
@dirrm %%PORTDOCS%%share/examples/py-gnome/bonobo/bonoboui
@dirrm %%PORTDOCS%%share/examples/py-gnome/bonobo
@dirrm %%PORTDOCS%%share/examples/py-gnome/applet
@dirrm %%PORTDOCS%%share/examples/py-gnome

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= gtk
PORTVERSION= 1.99.15
PORTVERSION= 1.99.16
CATEGORIES= x11-toolkits python
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/pygtk/1.99
@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= A set of Python bindings for GTK
LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \
gtkgl-2.0:${PORTSDIR}/x11-toolkits/gtkglarea2
gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2
RUN_DEPENDS= ${PYNUMERIC}
USE_BZIP2= yes

View File

@ -1 +1 @@
MD5 (gnome2/pygtk-1.99.15.tar.bz2) = 6b6840a367516851dad7043d0b209052
MD5 (gnome2/pygtk-1.99.16.tar.bz2) = ae7fa3161942cc719712df42551ddfea

View File

@ -1,6 +1,6 @@
--- configure.orig Sat Oct 12 17:21:22 2002
+++ configure Sat Oct 12 17:21:49 2002
@@ -7487,6 +7487,7 @@
--- configure.orig Sun Mar 23 21:43:20 2003
+++ configure Sun Mar 23 21:43:42 2003
@@ -7958,6 +7958,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

View File

@ -1,10 +1,10 @@
--- ltmain.sh.orig Mon May 27 06:33:15 2002
+++ ltmain.sh Fri Nov 8 20:57:04 2002
@@ -1073,8 +1073,16 @@
--- ltmain.sh.orig Sun Mar 23 21:36:18 2003
+++ ltmain.sh Sun Mar 23 21:38:57 2003
@@ -1085,8 +1085,16 @@
continue
;;
+ -pthread)
+ -pthread)
+ compile_command="$compile_command -pthread"
+ finalize_command="$finalize_command -pthread"
+ compiler_flags="$compiler_flags -pthread"

View File

@ -1,21 +1,21 @@
bin/pygtk-codegen-2.0
include/pygtk-2.0/pygtk/pygtk.h
include/pygtk-2.0/pygobject.h
include/pygtk-2.0/pygtk/pygtk.h
%%PYTHON_SITELIBDIR%%/gtk-2.0/atkmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gobjectmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/_gtkmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glademodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/glmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.py
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyc
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/__init__.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/keysyms.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/gtk/compat.pyo
%%PYTHON_SITELIBDIR%%/gtk-2.0/gobjectmodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/pangomodule.so
%%PYTHON_SITELIBDIR%%/gtk-2.0/atkmodule.so
%%PYTHON_SITELIBDIR%%/pygtk.pth
%%PYTHON_SITELIBDIR%%/pygtk.py
%%PYTHON_SITELIBDIR%%/pygtk.pyc
@ -31,24 +31,25 @@ libdata/pkgconfig/pygtk-2.0.pc
%%PORTDOCS%%share/examples/py-gtk/glade/README
%%PORTDOCS%%share/examples/py-gtk/glade/glade-demo.py
%%PORTDOCS%%share/examples/py-gtk/glade/test.glade
%%PORTDOCS%%share/examples/py-gtk/gobject/signal.py
%%PORTDOCS%%share/examples/py-gtk/gobject/properties.py
%%PORTDOCS%%share/examples/py-gtk/gobject/signal.py
%%PORTDOCS%%share/examples/py-gtk/ide/README
%%PORTDOCS%%share/examples/py-gtk/ide/break.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/browse.py
%%PORTDOCS%%share/examples/py-gtk/ide/continue.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/edit.py
%%PORTDOCS%%share/examples/py-gtk/ide/edit.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/gtkcons.py
%%PORTDOCS%%share/examples/py-gtk/ide/gtkdb.py
%%PORTDOCS%%share/examples/py-gtk/ide/edit.py
%%PORTDOCS%%share/examples/py-gtk/ide/browse.py
%%PORTDOCS%%share/examples/py-gtk/ide/minibreak.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/README
%%PORTDOCS%%share/examples/py-gtk/ide/gtkprof.py
%%PORTDOCS%%share/examples/py-gtk/ide/pyide.py
%%PORTDOCS%%share/examples/py-gtk/ide/break.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/return.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/minibreak.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/next.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/continue.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/step.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/edit.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/run.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/pyide.py
%%PORTDOCS%%share/examples/py-gtk/ide/quit.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/return.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/run.xpm
%%PORTDOCS%%share/examples/py-gtk/ide/step.xpm
%%PORTDOCS%%share/examples/py-gtk/neil/README
%%PORTDOCS%%share/examples/py-gtk/neil/TAppli.py
%%PORTDOCS%%share/examples/py-gtk/neil/TAppli2.py
%%PORTDOCS%%share/examples/py-gtk/neil/TAppli3.py
@ -56,17 +57,16 @@ libdata/pkgconfig/pygtk-2.0.pc
%%PORTDOCS%%share/examples/py-gtk/neil/TAppli5.py
%%PORTDOCS%%share/examples/py-gtk/neil/bomb.xpm
%%PORTDOCS%%share/examples/py-gtk/neil/gtk-logo.xpm
%%PORTDOCS%%share/examples/py-gtk/neil/question.xpm
%%PORTDOCS%%share/examples/py-gtk/neil/notebook.py
%%PORTDOCS%%share/examples/py-gtk/neil/README
%%PORTDOCS%%share/examples/py-gtk/neil/question.xpm
%%PORTDOCS%%share/examples/py-gtk/pango/utf8-demo.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/__init__.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/__init__.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/appwindow.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/buttonbox.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/colorsel.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/dialogs.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/dndpixmap.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/dnd.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/dndpixmap.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/itemfactory.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/list_store.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/menu.py
@ -75,77 +75,77 @@ libdata/pkgconfig/pygtk-2.0.pc
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/toolbar.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/demos/treemodel.py
%%PORTDOCS%%share/examples/py-gtk/pygtk-demo/pygtk-demo.py
%%PORTDOCS%%share/examples/py-gtk/simple/hello.py
%%PORTDOCS%%share/examples/py-gtk/simple/simple.py
%%PORTDOCS%%share/examples/py-gtk/simple/tooltip.py
%%PORTDOCS%%share/examples/py-gtk/simple/scribble.py
%%PORTDOCS%%share/examples/py-gtk/simple/README
%%PORTDOCS%%share/examples/py-gtk/simple/dnd.py
%%PORTDOCS%%share/examples/py-gtk/simple/dndpixmap.py
%%PORTDOCS%%share/examples/py-gtk/simple/README
%%PORTDOCS%%share/examples/py-gtk/simple/hello.py
%%PORTDOCS%%share/examples/py-gtk/simple/scribble.py
%%PORTDOCS%%share/examples/py-gtk/simple/simple.py
%%PORTDOCS%%share/examples/py-gtk/simple/tooltip.py
%%PORTDOCS%%share/pygtk/2.0/codegen/__init__.py
%%PORTDOCS%%share/pygtk/2.0/codegen/argtypes.py
%%PORTDOCS%%share/pygtk/2.0/codegen/codegen.py
%%PORTDOCS%%share/pygtk/2.0/codegen/definitions.py
%%PORTDOCS%%share/pygtk/2.0/codegen/defsparser.py
%%PORTDOCS%%share/pygtk/2.0/codegen/docextract.py
%%PORTDOCS%%share/pygtk/2.0/codegen/docgen.py
%%PORTDOCS%%share/pygtk/2.0/codegen/h2def.py
%%PORTDOCS%%share/pygtk/2.0/codegen/mergedefs.py
%%PORTDOCS%%share/pygtk/2.0/codegen/mkskel.py
%%PORTDOCS%%share/pygtk/2.0/codegen/override.py
%%PORTDOCS%%share/pygtk/2.0/codegen/scmexpr.py
%%PORTDOCS%%share/pygtk/2.0/codegen/__init__.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/argtypes.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/codegen.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/definitions.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/defsparser.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/docextract.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/docgen.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/h2def.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/mergedefs.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/mkskel.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/override.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/scmexpr.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/__init__.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/argtypes.py
%%PORTDOCS%%share/pygtk/2.0/codegen/argtypes.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/argtypes.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/codegen.py
%%PORTDOCS%%share/pygtk/2.0/codegen/codegen.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/codegen.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/definitions.py
%%PORTDOCS%%share/pygtk/2.0/codegen/definitions.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/definitions.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/defsparser.py
%%PORTDOCS%%share/pygtk/2.0/codegen/defsparser.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/defsparser.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/docextract.py
%%PORTDOCS%%share/pygtk/2.0/codegen/docextract.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/docextract.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/docgen.py
%%PORTDOCS%%share/pygtk/2.0/codegen/docgen.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/docgen.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/h2def.py
%%PORTDOCS%%share/pygtk/2.0/codegen/h2def.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/h2def.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/mergedefs.py
%%PORTDOCS%%share/pygtk/2.0/codegen/mergedefs.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/mergedefs.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/mkskel.py
%%PORTDOCS%%share/pygtk/2.0/codegen/mkskel.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/mkskel.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/override.py
%%PORTDOCS%%share/pygtk/2.0/codegen/override.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/override.pyo
%%PORTDOCS%%share/pygtk/2.0/codegen/scmexpr.py
%%PORTDOCS%%share/pygtk/2.0/codegen/scmexpr.pyc
%%PORTDOCS%%share/pygtk/2.0/codegen/scmexpr.pyo
%%PORTDOCS%%share/pygtk/2.0/defs/gtk.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gtk-types.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gtk-extrafuncs.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gdk.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gdk-types.defs
%%PORTDOCS%%share/pygtk/2.0/defs/libglade.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gtkgl.defs
%%PORTDOCS%%share/pygtk/2.0/defs/pango.defs
%%PORTDOCS%%share/pygtk/2.0/defs/pango-types.defs
%%PORTDOCS%%share/pygtk/2.0/defs/atk.defs
%%PORTDOCS%%share/pygtk/2.0/defs/atk-types.defs
@dirrm include/pygtk-2.0/pygtk
@dirrm include/pygtk-2.0
@dirrm lib/python2.2/site-packages/gtk-2.0/gtk
@dirrm lib/python2.2/site-packages/gtk-2.0
%%PORTDOCS%%@dirrm share/doc/py-gtk
%%PORTDOCS%%@dirrm share/examples/py-gtk/atk
%%PORTDOCS%%@dirrm share/examples/py-gtk/gl
%%PORTDOCS%%@dirrm share/examples/py-gtk/glade
%%PORTDOCS%%@dirrm share/examples/py-gtk/gobject
%%PORTDOCS%%@dirrm share/examples/py-gtk/ide
%%PORTDOCS%%@dirrm share/examples/py-gtk/neil
%%PORTDOCS%%@dirrm share/examples/py-gtk/pango
%%PORTDOCS%%@dirrm share/examples/py-gtk/pygtk-demo/demos
%%PORTDOCS%%@dirrm share/examples/py-gtk/pygtk-demo
%%PORTDOCS%%@dirrm share/examples/py-gtk/simple
%%PORTDOCS%%@dirrm share/examples/py-gtk
%%PORTDOCS%%@dirrm share/pygtk/2.0/codegen
%%PORTDOCS%%share/pygtk/2.0/defs/atk.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gdk-types.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gdk.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gtk-extrafuncs.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gtk-types.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gtk.defs
%%PORTDOCS%%share/pygtk/2.0/defs/gtkgl.defs
%%PORTDOCS%%share/pygtk/2.0/defs/libglade.defs
%%PORTDOCS%%share/pygtk/2.0/defs/pango-types.defs
%%PORTDOCS%%share/pygtk/2.0/defs/pango.defs
%%PORTDOCS%%@dirrm share/pygtk/2.0/defs
%%PORTDOCS%%@dirrm share/pygtk/2.0/codegen
%%PORTDOCS%%@dirrm share/pygtk/2.0
%%PORTDOCS%%@dirrm share/pygtk
%%PORTDOCS%%@dirrm share/examples/py-gtk/simple
%%PORTDOCS%%@dirrm share/examples/py-gtk/pygtk-demo/demos
%%PORTDOCS%%@dirrm share/examples/py-gtk/pygtk-demo
%%PORTDOCS%%@dirrm share/examples/py-gtk/pango
%%PORTDOCS%%@dirrm share/examples/py-gtk/neil
%%PORTDOCS%%@dirrm share/examples/py-gtk/ide
%%PORTDOCS%%@dirrm share/examples/py-gtk/gobject
%%PORTDOCS%%@dirrm share/examples/py-gtk/glade
%%PORTDOCS%%@dirrm share/examples/py-gtk/gl
%%PORTDOCS%%@dirrm share/examples/py-gtk/atk
%%PORTDOCS%%@dirrm share/examples/py-gtk
%%PORTDOCS%%@dirrm share/doc/py-gtk
@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk
@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0
@dirrm include/pygtk-2.0/pygtk
@dirrm include/pygtk-2.0