aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED2
-rw-r--r--chinese/Makefile1
-rw-r--r--chinese/pyDict/Makefile51
-rw-r--r--chinese/pyDict/distinfo2
-rw-r--r--chinese/pyDict/files/gtkrc.zh_TW.big5.sample6
-rw-r--r--chinese/pyDict/files/patch-dict.py50
-rw-r--r--chinese/pyDict/files/pkg-message.in8
-rw-r--r--chinese/pyDict/pkg-descr7
-rw-r--r--chinese/pyDict/pkg-plist36
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/py-gtk/Makefile53
-rw-r--r--x11-toolkits/py-gtk/distinfo2
-rw-r--r--x11-toolkits/py-gtk/files/patch-configure53
-rw-r--r--x11-toolkits/py-gtk/pkg-descr10
-rw-r--r--x11-toolkits/py-gtk/pkg-plist132
15 files changed, 2 insertions, 412 deletions
diff --git a/MOVED b/MOVED
index 47c00175293a..7d6ca63b2092 100644
--- a/MOVED
+++ b/MOVED
@@ -3930,3 +3930,5 @@ www/p5-Sledge-Plugin-XSLT||2012-11-28|Has expired: depends on mod_perl 1 which i
www/p5-Sledge-SessionManager-CookieStore||2012-11-28|Removed depends on mod_perl 1 which is gone
www/p5-Sledge-Template-Expr||2012-11-28|Removed depends on mod_perl 1 which is gone
mail/vchkuser|mail/qmail-spamcontrol|2012-11-28|Has expired: mail/qmail-spamcontrol replaces this port
+chinese/pyDict||2012-11-28|Removed: Depends on the expired gtkglarea through py-gtk
+x11-toolkits/py-gtk||2012-11-28|Has expired: Depends on the expired gtkglarea
diff --git a/chinese/Makefile b/chinese/Makefile
index ed026d5a2639..0bf4a52f4105 100644
--- a/chinese/Makefile
+++ b/chinese/Makefile
@@ -116,7 +116,6 @@
SUBDIR += phpbb3-tw
SUBDIR += pine4
SUBDIR += py-cconv
- SUBDIR += pyDict
SUBDIR += qe
SUBDIR += qt4-codecs-cn
SUBDIR += qt4-codecs-tw
diff --git a/chinese/pyDict/Makefile b/chinese/pyDict/Makefile
deleted file mode 100644
index 06a492c7f49f..000000000000
--- a/chinese/pyDict/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# New ports collection makefile for: pyDict
-# Date created: 25 Oct 1999
-# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pyDict
-PORTVERSION= 0.2.6.3
-PORTREVISION= 8
-CATEGORIES= chinese
-MASTER_SITES= LOCAL/chinsan/pyDict/ \
- http://www.525183.com/freebsd/pyDict/ \
- http://www.chinatinco.com/freebsd/pyDict/ \
- http://525183.serverbox.org/freebsd/pyDict/
-
-MAINTAINER= sunrychen@gmail.com
-COMMENT= A Chinese <-> English dictionary under both, console and X11
-
-RUN_DEPENDS= ${LOCALBASE}/include/pygtk/pygtk.h:${PORTSDIR}/x11-toolkits/py-gtk \
- ${LOCALBASE}/lib/X11/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf
-
-WRKSRC= ${WRKDIR}/dict
-NO_BUILD= yes
-SHAREMODE= 644
-DICTDIR= ${PREFIX}/lib/X11/pyDict
-DOCDIR= ${PREFIX}/share/doc/pyDict
-PKGMESSAGE= ${WRKDIR}/pkg-message
-SUB_FILES= pkg-message
-
-.include <bsd.port.pre.mk>
-
-pre-patch:
- ${REINPLACE_CMD} -e 's,/bin/grep,${GREP},g' \
- -e 's,--after-context=20,-A 20,g' \
- -e 's,/usr/X11R6,${PREFIX},g' ${WRKSRC}/dict.py
-
-do-install:
- @${MKDIR} ${DICTDIR}
- @${INSTALL_DATA} ${WRKSRC}/[a-z].lib ${WRKSRC}/dict.xpm ${WRKSRC}/yaba.xpm ${WRKSRC}/HELP ${DICTDIR}
- @${INSTALL_DATA} ${FILESDIR}/gtkrc.zh_TW.big5.sample ${DICTDIR}
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCDIR}
- @${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${WRKSRC}/COPYING ${WRKSRC}/README ${DOCDIR}
-.endif
- @${INSTALL_SCRIPT} ${WRKSRC}/dict.py ${PREFIX}/bin/pydict
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
diff --git a/chinese/pyDict/distinfo b/chinese/pyDict/distinfo
deleted file mode 100644
index 637bf6ac4ef5..000000000000
--- a/chinese/pyDict/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pyDict-0.2.6.3.tar.gz) = 78b9ef026c57873eaf4625cd4cc31612e7eb3a41fbb2f239d8ef1ba7cbf1524a
-SIZE (pyDict-0.2.6.3.tar.gz) = 2817984
diff --git a/chinese/pyDict/files/gtkrc.zh_TW.big5.sample b/chinese/pyDict/files/gtkrc.zh_TW.big5.sample
deleted file mode 100644
index 205a26cb8b7f..000000000000
--- a/chinese/pyDict/files/gtkrc.zh_TW.big5.sample
+++ /dev/null
@@ -1,6 +0,0 @@
-style "default" {
- fontset = "-adobe-helvetica-medium-r-normal--14-100-100-100-p-76-iso8859-1,\
- -*-medium-r-normal--14-*-*-*-*-*-big5-0"
-}
-class "GtkWidget" style "default"
-
diff --git a/chinese/pyDict/files/patch-dict.py b/chinese/pyDict/files/patch-dict.py
deleted file mode 100644
index 731397e038df..000000000000
--- a/chinese/pyDict/files/patch-dict.py
+++ /dev/null
@@ -1,50 +0,0 @@
---- ./dict.py.orig Wed Oct 17 22:02:16 2007
-+++ ./dict.py Tue Nov 6 18:28:47 2007
-@@ -1,4 +1,5 @@
- #!/usr/bin/env python
-+# -*- coding: big5 -*-
- #-------------------------------------------------
- # this is a program that utilize the library of xdict.
- # Made by Daniel Gau <r90057@im.ntu.edu.tw>
-@@ -322,16 +323,17 @@
- """Get the word this object describes."""
- return self.word
-
--from gtk import *
--from GDK import *
-+prop = [" "," "," ","<<形容詞>>","<<副詞>>","art. ","<<連接詞>>","int. ","<<名詞>>"," "," ","num. ", "prep. "," ","pron. ","<<動詞>>","<<助動詞>>","<<非及物動詞>>","<<及物動詞>>","vbl. "," ","st. ", "pr. ","<<過去分詞>>","<<複數>>","ing. "," ","<<形容詞>>","<<副詞>>","pla. ","pn. "," "]
-+
- from string import split,replace,strip,lstrip,find,lower
--import GtkExtra
- import sys,os,string
-+if os.environ.has_key('DISPLAY') and len(sys.argv) == 1:
-+ from gtk import *
-+ from GDK import *
-+ import GtkExtra
-
-
--prop = [" "," "," ","<<形容詞>>","<<副詞>>","art. ","<<連接詞>>","int. ","<<名詞>>"," "," ","num. ", "prep. "," ","pron. ","<<動詞>>","<<助動詞>>","<<非及物動詞>>","<<及物動詞>>","vbl. "," ","st. ", "pr. ","<<過去分詞>>","<<複數>>","ing. "," ","<<形容詞>>","<<副詞>>","pla. ","pn. "," "]
--
--class Pref(GtkDialog):
-+ class Pref(GtkDialog):
- def __init__(self,modal=TRUE,app=None):
- GtkDialog.__init__(self)
- self.connect("destroy", self.quit)
-@@ -482,7 +484,7 @@
- def quit(self,w=None,event=None):
- self.hide()
-
--class HelpDialog(GtkDialog):
-+ class HelpDialog(GtkDialog):
- def __init__(self,modal=TRUE,file=None):
- GtkDialog.__init__(self)
- self.set_title("pyDict Help")
-@@ -542,7 +544,7 @@
- self.quit()
-
-
--class App(GtkWindow):
-+ class App(GtkWindow):
- def __init__(self):
- GtkWindow.__init__(self,WINDOW_TOPLEVEL)
- self.create_vars()
diff --git a/chinese/pyDict/files/pkg-message.in b/chinese/pyDict/files/pkg-message.in
deleted file mode 100644
index 9f572dd8cba5..000000000000
--- a/chinese/pyDict/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-
----------------------------------------------------------
-If you experience problems displaying Chinese, first make
-sure that you have correct locale settings, then copy
-%%PREFIX%%/lib/X11/pyDict/gtkrc.zh_TW.big5.sample to
-~/.gtkrc.zh_TW.big5 and try again.
----------------------------------------------------------
-
diff --git a/chinese/pyDict/pkg-descr b/chinese/pyDict/pkg-descr
deleted file mode 100644
index 1de873c2631a..000000000000
--- a/chinese/pyDict/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-pyDict is a Chinese(Big5) <-> English dictionary, written in Python.
-It can be used as a console app or X11 window(with -x option). The
-data is prepared by TurboLinux in simplified Chinese, then converted
-to traditional Chinese by CLE(Chinese Linux Extension) team.
-
-Author: Daniel Gau <plateau@pagic.net>
-WWW: http://sourceforge.net/projects/pydict/
diff --git a/chinese/pyDict/pkg-plist b/chinese/pyDict/pkg-plist
deleted file mode 100644
index dfe459a1ea07..000000000000
--- a/chinese/pyDict/pkg-plist
+++ /dev/null
@@ -1,36 +0,0 @@
-bin/pydict
-lib/X11/pyDict/HELP
-lib/X11/pyDict/gtkrc.zh_TW.big5.sample
-lib/X11/pyDict/a.lib
-lib/X11/pyDict/b.lib
-lib/X11/pyDict/c.lib
-lib/X11/pyDict/d.lib
-lib/X11/pyDict/dict.xpm
-lib/X11/pyDict/e.lib
-lib/X11/pyDict/f.lib
-lib/X11/pyDict/g.lib
-lib/X11/pyDict/h.lib
-lib/X11/pyDict/i.lib
-lib/X11/pyDict/j.lib
-lib/X11/pyDict/k.lib
-lib/X11/pyDict/l.lib
-lib/X11/pyDict/m.lib
-lib/X11/pyDict/n.lib
-lib/X11/pyDict/o.lib
-lib/X11/pyDict/p.lib
-lib/X11/pyDict/q.lib
-lib/X11/pyDict/r.lib
-lib/X11/pyDict/s.lib
-lib/X11/pyDict/t.lib
-lib/X11/pyDict/u.lib
-lib/X11/pyDict/v.lib
-lib/X11/pyDict/w.lib
-lib/X11/pyDict/x.lib
-lib/X11/pyDict/y.lib
-lib/X11/pyDict/yaba.xpm
-lib/X11/pyDict/z.lib
-%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/X11/pyDict
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 08db1254b9c7..0e6b502e6a10 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -195,7 +195,6 @@
SUBDIR += py-gnome-desktop
SUBDIR += py-gnome-extras
SUBDIR += py-gnome2
- SUBDIR += py-gtk
SUBDIR += py-gtk2
SUBDIR += py-gtkglext
SUBDIR += py-gtksourceview
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile
deleted file mode 100644
index 9c412d398a7b..000000000000
--- a/x11-toolkits/py-gtk/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: nectar@FreeBSD.org
-# $FreeBSD$
-
-PORTNAME= gtk
-PORTVERSION= 0.6.11
-PORTREVISION= 11
-CATEGORIES= x11-toolkits python
-MASTER_SITES= GNOME
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= gnome-python-1.4.4
-DIST_SUBDIR= gnome
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A set of Python bindings for GTK
-
-DEPRECATED= Depends on the expired gtkglarea
-EXPIRATION_DATE= 2012-11-28
-
-BUILD_DEPENDS= ${PYNUMERIC}
-LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
-RUN_DEPENDS= ${PYNUMERIC}
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gnomelibs gdkpixbuf libglade
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= PYTHON=${PYTHON_CMD}
-
-PORTDOCS= MAPPING
-EG_SRC_DIR= ${WRKSRC}/examples
-
-CONFLICTS= py*-gtk-2* py*-gobject-[0-9]*
-
-post-patch:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/MAPPING ${DOCSDIR}
-.endif
-.if !defined(NOPORTEXAMPLES)
- ${MKDIR} ${EXAMPLESDIR}
- ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EXAMPLESDIR} -xvf -
- ${CHOWN} -R ${BINOWN}:${BINGRP} ${EXAMPLESDIR}
- ${FIND} ${EXAMPLESDIR} -type d -print | ${XARGS} ${CHMOD} 0555
- ${FIND} ${EXAMPLESDIR} -type f -print | ${XARGS} ${CHMOD} 0444
-.endif
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/py-gtk/distinfo b/x11-toolkits/py-gtk/distinfo
deleted file mode 100644
index a8528966fa28..000000000000
--- a/x11-toolkits/py-gtk/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome/gnome-python-1.4.4.tar.bz2) = 4ed42a6fbfddaf8500412b3f0331168a88c8c275dcc54c3963b38c4a63eeda7c
-SIZE (gnome/gnome-python-1.4.4.tar.bz2) = 550412
diff --git a/x11-toolkits/py-gtk/files/patch-configure b/x11-toolkits/py-gtk/files/patch-configure
deleted file mode 100644
index 1c563506f27c..000000000000
--- a/x11-toolkits/py-gtk/files/patch-configure
+++ /dev/null
@@ -1,53 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Sat Aug 24 10:37:08 2002
-+++ configure Wed Aug 28 20:20:53 2002
-@@ -8888,6 +8889,7 @@
- #line $LINENO "configure"
- #include "confdefs.h"
- $ac_includes_default
-+#include <Python.h>
- #include <arrayobject.h>
- _ACEOF
- rm -f conftest.$ac_objext
-@@ -8918,6 +8920,7 @@
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- #include "confdefs.h"
-+#include <Python.h>
- #include <arrayobject.h>
- _ACEOF
- if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-@@ -8999,6 +9002,7 @@
- #line $LINENO "configure"
- #include "confdefs.h"
- $ac_includes_default
-+#include <Python.h>
- #include <Extensions/arrayobject.h>
- _ACEOF
- rm -f conftest.$ac_objext
-@@ -9029,6 +9033,7 @@
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- #include "confdefs.h"
-+#include <Python.h>
- #include <Extensions/arrayobject.h>
- _ACEOF
- if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-@@ -9110,6 +9115,7 @@
- #line $LINENO "configure"
- #include "confdefs.h"
- $ac_includes_default
-+#include <Python.h>
- #include <Numeric/arrayobject.h>
- _ACEOF
- rm -f conftest.$ac_objext
-@@ -9140,6 +9146,7 @@
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
- #include "confdefs.h"
-+#include <Python.h>
- #include <Numeric/arrayobject.h>
- _ACEOF
- if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
diff --git a/x11-toolkits/py-gtk/pkg-descr b/x11-toolkits/py-gtk/pkg-descr
deleted file mode 100644
index e4a65d0eed0d..000000000000
--- a/x11-toolkits/py-gtk/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Excerpt from the README:
-
- PyGTK
- =====
-
- This archive contains modules that allow you to use gtk in Python
- programs. At present, it is a fairly complete set of bindings.
-
-Author: James Henstridge <james@daa.com.au>
-WWW: http://www.pygtk.org/
diff --git a/x11-toolkits/py-gtk/pkg-plist b/x11-toolkits/py-gtk/pkg-plist
deleted file mode 100644
index 8175de54347c..000000000000
--- a/x11-toolkits/py-gtk/pkg-plist
+++ /dev/null
@@ -1,132 +0,0 @@
-bin/pygtk-codegen-1.2
-include/pygtk/pygdkimlib.h
-include/pygtk/pygdkpixbuf.h
-include/pygtk/pygtk.h
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GDK.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GDK.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GDK.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GTK.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GTK.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GTK.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GdkImlib.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GdkImlib.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GdkImlib.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GtkExtra.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GtkExtra.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/GtkExtra.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_gdkimlibmodule.la
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_gdkimlibmodule.so
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkglmodule.la
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkglmodule.so
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkmodule.la
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_gtkmodule.so
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_libglademodule.la
-%%PYTHON_SITELIBDIR%%/gtk-1.2/_libglademodule.so
-%%PYTHON_SITELIBDIR%%/gtk-1.2/gdkpixbufmodule.la
-%%PYTHON_SITELIBDIR%%/gtk-1.2/gdkpixbufmodule.so
-%%PYTHON_SITELIBDIR%%/gtk-1.2/gtk.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkgl.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkgl.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/gtkgl.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/libglade.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/libglade.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/libglade.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/__init__.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/__init__.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/__init__.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/build.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/build.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/build.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/style.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/style.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/style.pyo
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/xmlparse.py
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/xmlparse.pyc
-%%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade/xmlparse.pyo
-%%PYTHON_SITELIBDIR%%/pygtk.pth
-%%PYTHON_SITELIBDIR%%/pygtk.py
-%%PYTHON_SITELIBDIR%%/pygtk.pyc
-%%PYTHON_SITELIBDIR%%/pygtk.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gl/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gl/cone.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gl/dots.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gl/gears.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/glade.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test.glade
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glade/test2.glade
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/break.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/browse.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/continue.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/edit.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkcons.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkdb.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/gtkprof.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/minibreak.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/next.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/pyide.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/quit.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/return.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/run.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ide/step.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imlib/view.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/TAppli.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/TAppli2.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/TAppli3.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/TAppli4.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/TAppli5.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/bomb.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/gtk-logo.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/notebook.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/neil/question.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dnd.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/dndpixmap.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/hello1.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/hello2.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/scribble.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple1.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/simple2.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/tooltip1.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/tooltip2.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testgtk/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testgtk/test.xpm
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testgtk/testgtk.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testgtk/testgtkrc
-share/pygtk/1.2/codegen/generate.py
-share/pygtk/1.2/codegen/generate.pyc
-share/pygtk/1.2/codegen/generate.pyo
-share/pygtk/1.2/codegen/scmexpr.py
-share/pygtk/1.2/codegen/scmexpr.pyc
-share/pygtk/1.2/codegen/scmexpr.pyo
-share/pygtk/1.2/defs/gtk.defs
-share/pygtk/1.2/defs/gtkbase.defs
-share/pygtk/1.2/defs/gtkcontainers.defs
-share/pygtk/1.2/defs/gtkdata.defs
-share/pygtk/1.2/defs/gtkdnd.defs
-share/pygtk/1.2/defs/gtkedit.defs
-share/pygtk/1.2/defs/gtkenums.defs
-share/pygtk/1.2/defs/gtkgl.defs
-share/pygtk/1.2/defs/gtklists.defs
-share/pygtk/1.2/defs/gtkmenus.defs
-share/pygtk/1.2/defs/gtkmisc.defs
-share/pygtk/1.2/defs/gtkranges.defs
-share/pygtk/1.2/defs/libglade.defs
-@dirrm share/pygtk/1.2/defs
-@dirrm share/pygtk/1.2/codegen
-@dirrm share/pygtk/1.2
-@dirrm share/pygtk
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/testgtk
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/neil
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/imlib
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ide
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/glade
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gl
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%PYTHON_SITELIBDIR%%/gtk-1.2/pyglade
-@dirrm %%PYTHON_SITELIBDIR%%/gtk-1.2
-@dirrm include/pygtk