diff options
author | tg <tg@FreeBSD.org> | 1998-09-23 20:40:25 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-09-23 20:40:25 +0800 |
commit | 0ab051b589f11731c525130d18ed13b93b749a72 (patch) | |
tree | 422c95f67f73a8984a51adf994eabbaa28f6b074 /x11-toolkits | |
parent | fe6c63a231d3468d913825c077826f0af285a05c (diff) | |
download | freebsd-ports-gnome-0ab051b589f11731c525130d18ed13b93b749a72.tar.gz freebsd-ports-gnome-0ab051b589f11731c525130d18ed13b93b749a72.tar.zst freebsd-ports-gnome-0ab051b589f11731c525130d18ed13b93b749a72.zip |
Upgrade to 0.5.2.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/py-gnome/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gnome/pkg-plist | 16 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/pkg-plist | 16 | ||||
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/py-gtk/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gtk/pkg-plist | 16 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 9 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-plist | 16 |
12 files changed, 84 insertions, 24 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index ae302b6ccd9c..aad95b33eeaa 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: pygtk -# Version required: 0.4.5 +# Version required: 0.5.2 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.10 1998/08/11 07:38:01 tg Exp $ # -DISTNAME= pygtk-0.4.5 -PKGNAME= py-gtk-0.4.5 +DISTNAME= pygtk-0.5.2 +PKGNAME= py-gtk-0.5.2 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ ftp://ftp.gimp.org/pub/gtk/python/ \ @@ -22,6 +22,7 @@ LIB_DEPENDS= Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk11-config ALL_TARGET= sharedmods MAKE_FLAGS= OPT="${CFLAGS}" diff --git a/x11-toolkits/py-gnome/distinfo b/x11-toolkits/py-gnome/distinfo index c4aec154011a..538294d0b670 100644 --- a/x11-toolkits/py-gnome/distinfo +++ b/x11-toolkits/py-gnome/distinfo @@ -1 +1 @@ -MD5 (pygtk-0.4.5.tar.gz) = 88b9a119576371d066464c22006fa64f +MD5 (pygtk-0.5.2.tar.gz) = aa69699ce7c952937a591eaecb231f35 diff --git a/x11-toolkits/py-gnome/pkg-plist b/x11-toolkits/py-gnome/pkg-plist index 71d00cd397aa..d9e17789a854 100644 --- a/x11-toolkits/py-gnome/pkg-plist +++ b/x11-toolkits/py-gnome/pkg-plist @@ -8,9 +8,22 @@ lib/python1.5/site-packages/GtkExtra.py lib/python1.5/site-packages/GtkExtra.pyc lib/python1.5/site-packages/Gtkinter.py lib/python1.5/site-packages/Gtkinter.pyc +lib/python1.5/site-packages/pyglade/build.py +lib/python1.5/site-packages/pyglade/build.pyc +lib/python1.5/site-packages/pyglade/style.py +lib/python1.5/site-packages/pyglade/style.pyc +lib/python1.5/site-packages/pyglade/xmlparse.py +lib/python1.5/site-packages/pyglade/xmlparse.pyc +lib/python1.5/site-packages/pyglade/__init__.py +lib/python1.5/site-packages/pyglade/__init__.pyc lib/python1.5/site-packages/_gdkimlibmodule.so -lib/python1.5/site-packages/gtkmodule.so +lib/python1.5/site-packages/_gtkmodule.so +@dirrm lib/python1.5/site-packages/pyglade share/doc/pygtk/README +share/examples/pygtk/glade/README +share/examples/pygtk/glade/glade.py +share/examples/pygtk/glade/test.glade +share/examples/pygtk/glade/test2.glade share/examples/pygtk/ide/README share/examples/pygtk/ide/break.xpm share/examples/pygtk/ide/browse.py @@ -56,5 +69,6 @@ share/examples/pygtk/testgtk/testgtkrc @dirrm share/examples/pygtk/neil @dirrm share/examples/pygtk/imlib @dirrm share/examples/pygtk/ide +@dirrm share/examples/pygtk/glade @dirrm share/examples/pygtk @dirrm share/doc/pygtk diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index ae302b6ccd9c..aad95b33eeaa 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: pygtk -# Version required: 0.4.5 +# Version required: 0.5.2 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.10 1998/08/11 07:38:01 tg Exp $ # -DISTNAME= pygtk-0.4.5 -PKGNAME= py-gtk-0.4.5 +DISTNAME= pygtk-0.5.2 +PKGNAME= py-gtk-0.5.2 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ ftp://ftp.gimp.org/pub/gtk/python/ \ @@ -22,6 +22,7 @@ LIB_DEPENDS= Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk11-config ALL_TARGET= sharedmods MAKE_FLAGS= OPT="${CFLAGS}" diff --git a/x11-toolkits/py-gnome2/distinfo b/x11-toolkits/py-gnome2/distinfo index c4aec154011a..538294d0b670 100644 --- a/x11-toolkits/py-gnome2/distinfo +++ b/x11-toolkits/py-gnome2/distinfo @@ -1 +1 @@ -MD5 (pygtk-0.4.5.tar.gz) = 88b9a119576371d066464c22006fa64f +MD5 (pygtk-0.5.2.tar.gz) = aa69699ce7c952937a591eaecb231f35 diff --git a/x11-toolkits/py-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist index 71d00cd397aa..d9e17789a854 100644 --- a/x11-toolkits/py-gnome2/pkg-plist +++ b/x11-toolkits/py-gnome2/pkg-plist @@ -8,9 +8,22 @@ lib/python1.5/site-packages/GtkExtra.py lib/python1.5/site-packages/GtkExtra.pyc lib/python1.5/site-packages/Gtkinter.py lib/python1.5/site-packages/Gtkinter.pyc +lib/python1.5/site-packages/pyglade/build.py +lib/python1.5/site-packages/pyglade/build.pyc +lib/python1.5/site-packages/pyglade/style.py +lib/python1.5/site-packages/pyglade/style.pyc +lib/python1.5/site-packages/pyglade/xmlparse.py +lib/python1.5/site-packages/pyglade/xmlparse.pyc +lib/python1.5/site-packages/pyglade/__init__.py +lib/python1.5/site-packages/pyglade/__init__.pyc lib/python1.5/site-packages/_gdkimlibmodule.so -lib/python1.5/site-packages/gtkmodule.so +lib/python1.5/site-packages/_gtkmodule.so +@dirrm lib/python1.5/site-packages/pyglade share/doc/pygtk/README +share/examples/pygtk/glade/README +share/examples/pygtk/glade/glade.py +share/examples/pygtk/glade/test.glade +share/examples/pygtk/glade/test2.glade share/examples/pygtk/ide/README share/examples/pygtk/ide/break.xpm share/examples/pygtk/ide/browse.py @@ -56,5 +69,6 @@ share/examples/pygtk/testgtk/testgtkrc @dirrm share/examples/pygtk/neil @dirrm share/examples/pygtk/imlib @dirrm share/examples/pygtk/ide +@dirrm share/examples/pygtk/glade @dirrm share/examples/pygtk @dirrm share/doc/pygtk diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index ae302b6ccd9c..aad95b33eeaa 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: pygtk -# Version required: 0.4.5 +# Version required: 0.5.2 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.10 1998/08/11 07:38:01 tg Exp $ # -DISTNAME= pygtk-0.4.5 -PKGNAME= py-gtk-0.4.5 +DISTNAME= pygtk-0.5.2 +PKGNAME= py-gtk-0.5.2 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ ftp://ftp.gimp.org/pub/gtk/python/ \ @@ -22,6 +22,7 @@ LIB_DEPENDS= Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk11-config ALL_TARGET= sharedmods MAKE_FLAGS= OPT="${CFLAGS}" diff --git a/x11-toolkits/py-gtk/distinfo b/x11-toolkits/py-gtk/distinfo index c4aec154011a..538294d0b670 100644 --- a/x11-toolkits/py-gtk/distinfo +++ b/x11-toolkits/py-gtk/distinfo @@ -1 +1 @@ -MD5 (pygtk-0.4.5.tar.gz) = 88b9a119576371d066464c22006fa64f +MD5 (pygtk-0.5.2.tar.gz) = aa69699ce7c952937a591eaecb231f35 diff --git a/x11-toolkits/py-gtk/pkg-plist b/x11-toolkits/py-gtk/pkg-plist index 71d00cd397aa..d9e17789a854 100644 --- a/x11-toolkits/py-gtk/pkg-plist +++ b/x11-toolkits/py-gtk/pkg-plist @@ -8,9 +8,22 @@ lib/python1.5/site-packages/GtkExtra.py lib/python1.5/site-packages/GtkExtra.pyc lib/python1.5/site-packages/Gtkinter.py lib/python1.5/site-packages/Gtkinter.pyc +lib/python1.5/site-packages/pyglade/build.py +lib/python1.5/site-packages/pyglade/build.pyc +lib/python1.5/site-packages/pyglade/style.py +lib/python1.5/site-packages/pyglade/style.pyc +lib/python1.5/site-packages/pyglade/xmlparse.py +lib/python1.5/site-packages/pyglade/xmlparse.pyc +lib/python1.5/site-packages/pyglade/__init__.py +lib/python1.5/site-packages/pyglade/__init__.pyc lib/python1.5/site-packages/_gdkimlibmodule.so -lib/python1.5/site-packages/gtkmodule.so +lib/python1.5/site-packages/_gtkmodule.so +@dirrm lib/python1.5/site-packages/pyglade share/doc/pygtk/README +share/examples/pygtk/glade/README +share/examples/pygtk/glade/glade.py +share/examples/pygtk/glade/test.glade +share/examples/pygtk/glade/test2.glade share/examples/pygtk/ide/README share/examples/pygtk/ide/break.xpm share/examples/pygtk/ide/browse.py @@ -56,5 +69,6 @@ share/examples/pygtk/testgtk/testgtkrc @dirrm share/examples/pygtk/neil @dirrm share/examples/pygtk/imlib @dirrm share/examples/pygtk/ide +@dirrm share/examples/pygtk/glade @dirrm share/examples/pygtk @dirrm share/doc/pygtk diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index ae302b6ccd9c..aad95b33eeaa 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: pygtk -# Version required: 0.4.5 +# Version required: 0.5.2 # Date created: 30 May 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.9 1998/08/07 23:56:51 asami Exp $ +# $Id: Makefile,v 1.10 1998/08/11 07:38:01 tg Exp $ # -DISTNAME= pygtk-0.4.5 -PKGNAME= py-gtk-0.4.5 +DISTNAME= pygtk-0.5.2 +PKGNAME= py-gtk-0.5.2 CATEGORIES= x11-toolkits python MASTER_SITES= ftp://ftp.daa.com.au/pub/james/python/ \ ftp://ftp.gimp.org/pub/gtk/python/ \ @@ -22,6 +22,7 @@ LIB_DEPENDS= Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib RUN_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gtk-config=${X11BASE}/bin/gtk11-config ALL_TARGET= sharedmods MAKE_FLAGS= OPT="${CFLAGS}" diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo index c4aec154011a..538294d0b670 100644 --- a/x11-toolkits/py-gtk2/distinfo +++ b/x11-toolkits/py-gtk2/distinfo @@ -1 +1 @@ -MD5 (pygtk-0.4.5.tar.gz) = 88b9a119576371d066464c22006fa64f +MD5 (pygtk-0.5.2.tar.gz) = aa69699ce7c952937a591eaecb231f35 diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist index 71d00cd397aa..d9e17789a854 100644 --- a/x11-toolkits/py-gtk2/pkg-plist +++ b/x11-toolkits/py-gtk2/pkg-plist @@ -8,9 +8,22 @@ lib/python1.5/site-packages/GtkExtra.py lib/python1.5/site-packages/GtkExtra.pyc lib/python1.5/site-packages/Gtkinter.py lib/python1.5/site-packages/Gtkinter.pyc +lib/python1.5/site-packages/pyglade/build.py +lib/python1.5/site-packages/pyglade/build.pyc +lib/python1.5/site-packages/pyglade/style.py +lib/python1.5/site-packages/pyglade/style.pyc +lib/python1.5/site-packages/pyglade/xmlparse.py +lib/python1.5/site-packages/pyglade/xmlparse.pyc +lib/python1.5/site-packages/pyglade/__init__.py +lib/python1.5/site-packages/pyglade/__init__.pyc lib/python1.5/site-packages/_gdkimlibmodule.so -lib/python1.5/site-packages/gtkmodule.so +lib/python1.5/site-packages/_gtkmodule.so +@dirrm lib/python1.5/site-packages/pyglade share/doc/pygtk/README +share/examples/pygtk/glade/README +share/examples/pygtk/glade/glade.py +share/examples/pygtk/glade/test.glade +share/examples/pygtk/glade/test2.glade share/examples/pygtk/ide/README share/examples/pygtk/ide/break.xpm share/examples/pygtk/ide/browse.py @@ -56,5 +69,6 @@ share/examples/pygtk/testgtk/testgtkrc @dirrm share/examples/pygtk/neil @dirrm share/examples/pygtk/imlib @dirrm share/examples/pygtk/ide +@dirrm share/examples/pygtk/glade @dirrm share/examples/pygtk @dirrm share/doc/pygtk |