diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-09-16 01:02:46 +0000 |
commit | db3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch) | |
tree | 29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /x11-toolkits/py-gtk2 | |
parent | Fix compilation problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes:
svn path=/head/; revision=47856
svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 52 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/files/patch-..::ltmain.sh | 18 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-descr | 10 | ||||
-rw-r--r-- | x11-toolkits/py-gtk2/pkg-plist | 126 |
6 files changed, 0 insertions, 208 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile deleted file mode 100644 index 4b5159f09896..000000000000 --- a/x11-toolkits/py-gtk2/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: py-gtk -# Date created: 09/14/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= py-gtk -PORTVERSION= 0.6.8 -CATEGORIES= x11-toolkits python -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-python -DISTNAME= gnome-python-1.4.1 - -MAINTAINER= gnome@FreeBSD.org - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric -LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric - -WRKSRC= ${WRKDIR}/${DISTNAME}/pygtk - -USE_GMAKE= yes -USE_GNOME= yes -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= PYTHON=${PYTHON_CMD} -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \ - --datadir=${PREFIX}/share - -EG_SRC_DIR= ${WRKSRC}/examples -EG_DST_DIR= ${PREFIX}/share/examples/py-gtk - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${EG_DST_DIR} - ${TAR} -C ${EG_SRC_DIR} -cf - . | ${TAR} -C ${EG_DST_DIR} -xvf - - ${CHOWN} -R ${BINOWN}:${BINGRP} ${EG_DST_DIR} - find ${EG_DST_DIR} -type d -print | xargs ${CHMOD} 0555 - find ${EG_DST_DIR} -type f -print | xargs ${CHMOD} 0444 - ${MKDIR} ${PREFIX}/share/doc/py-gtk - ${INSTALL_DATA} ${WRKSRC}/MAPPING ${PREFIX}/share/doc/py-gtk -.else -PLIST= ${WRKDIR}/PLIST.nodocs -pre-install: - ${RM} -f ${PLIST} - ${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \ - ${PKGDIR}/pkg-plist > ${PLIST} -.endif - -.include <bsd.port.mk> diff --git a/x11-toolkits/py-gtk2/distinfo b/x11-toolkits/py-gtk2/distinfo deleted file mode 100644 index 321d29ecd05d..000000000000 --- a/x11-toolkits/py-gtk2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-python-1.4.1.tar.gz) = 52f8b5ef4cbdaba3c00c08e28702be69 diff --git a/x11-toolkits/py-gtk2/files/patch-..::ltmain.sh b/x11-toolkits/py-gtk2/files/patch-..::ltmain.sh deleted file mode 100644 index a269fa9ddf37..000000000000 --- a/x11-toolkits/py-gtk2/files/patch-..::ltmain.sh +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- ../ltmain.sh 2001/07/03 13:03:22 1.1 -+++ ../ltmain.sh 2001/07/03 13:03:38 -@@ -4136,10 +4136,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/x11-toolkits/py-gtk2/pkg-comment b/x11-toolkits/py-gtk2/pkg-comment deleted file mode 100644 index bbe813f51cac..000000000000 --- a/x11-toolkits/py-gtk2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A set of Python bindings for GTK diff --git a/x11-toolkits/py-gtk2/pkg-descr b/x11-toolkits/py-gtk2/pkg-descr deleted file mode 100644 index 20d9d60c6159..000000000000 --- a/x11-toolkits/py-gtk2/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Excerpt from the README: - - PyGTK - ===== - Author: James Henstridge <james@daa.com.au> - - This archive contains modules that allow you to use gtk in Python - programs. At present, it is a fairly complete set of bindings. - --- Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/x11-toolkits/py-gtk2/pkg-plist b/x11-toolkits/py-gtk2/pkg-plist deleted file mode 100644 index f2da33df3ebb..000000000000 --- a/x11-toolkits/py-gtk2/pkg-plist +++ /dev/null @@ -1,126 +0,0 @@ -bin/pygtk-codegen-1.2 -include/pygtk/pygdkimlib.h -include/pygtk/pygdkpixbuf.h -include/pygtk/pygtk.h -lib/%%PYTHON_VERSION%%/site-packages/GDK.py -lib/%%PYTHON_VERSION%%/site-packages/GDK.pyc -lib/%%PYTHON_VERSION%%/site-packages/GDK.pyo -lib/%%PYTHON_VERSION%%/site-packages/GTK.py -lib/%%PYTHON_VERSION%%/site-packages/GTK.pyc -lib/%%PYTHON_VERSION%%/site-packages/GTK.pyo -lib/%%PYTHON_VERSION%%/site-packages/GdkImlib.py -lib/%%PYTHON_VERSION%%/site-packages/GdkImlib.pyc -lib/%%PYTHON_VERSION%%/site-packages/GdkImlib.pyo -lib/%%PYTHON_VERSION%%/site-packages/GtkExtra.py -lib/%%PYTHON_VERSION%%/site-packages/GtkExtra.pyc -lib/%%PYTHON_VERSION%%/site-packages/GtkExtra.pyo -lib/%%PYTHON_VERSION%%/site-packages/_gdkimlibmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_gtkglmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_gtkmodule.so -lib/%%PYTHON_VERSION%%/site-packages/_libglademodule.so -lib/%%PYTHON_VERSION%%/site-packages/gdkpixbufmodule.so -lib/%%PYTHON_VERSION%%/site-packages/gtk.py -lib/%%PYTHON_VERSION%%/site-packages/gtk.pyc -lib/%%PYTHON_VERSION%%/site-packages/gtk.pyo -lib/%%PYTHON_VERSION%%/site-packages/gtkgl.py -lib/%%PYTHON_VERSION%%/site-packages/gtkgl.pyc -lib/%%PYTHON_VERSION%%/site-packages/gtkgl.pyo -lib/%%PYTHON_VERSION%%/site-packages/libglade.py -lib/%%PYTHON_VERSION%%/site-packages/libglade.pyc -lib/%%PYTHON_VERSION%%/site-packages/libglade.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/__init__.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/__init__.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/__init__.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/build.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/build.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/build.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/style.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/style.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/style.pyo -lib/%%PYTHON_VERSION%%/site-packages/pyglade/xmlparse.py -lib/%%PYTHON_VERSION%%/site-packages/pyglade/xmlparse.pyc -lib/%%PYTHON_VERSION%%/site-packages/pyglade/xmlparse.pyo -share/doc/py-gtk/MAPPING -share/examples/py-gtk/gl/README -share/examples/py-gtk/gl/cone.py -share/examples/py-gtk/gl/dots.py -share/examples/py-gtk/gl/gears.py -share/examples/py-gtk/glade/README -share/examples/py-gtk/glade/glade.py -share/examples/py-gtk/glade/test.glade -share/examples/py-gtk/glade/test2.glade -share/examples/py-gtk/ide/README -share/examples/py-gtk/ide/break.xpm -share/examples/py-gtk/ide/browse.py -share/examples/py-gtk/ide/continue.xpm -share/examples/py-gtk/ide/edit.py -share/examples/py-gtk/ide/edit.xpm -share/examples/py-gtk/ide/gtkcons.py -share/examples/py-gtk/ide/gtkdb.py -share/examples/py-gtk/ide/gtkprof.py -share/examples/py-gtk/ide/minibreak.xpm -share/examples/py-gtk/ide/next.xpm -share/examples/py-gtk/ide/pyide.py -share/examples/py-gtk/ide/quit.xpm -share/examples/py-gtk/ide/return.xpm -share/examples/py-gtk/ide/run.xpm -share/examples/py-gtk/ide/step.xpm -share/examples/py-gtk/imlib/view.py -share/examples/py-gtk/neil/README -share/examples/py-gtk/neil/TAppli.py -share/examples/py-gtk/neil/TAppli2.py -share/examples/py-gtk/neil/TAppli3.py -share/examples/py-gtk/neil/TAppli4.py -share/examples/py-gtk/neil/TAppli5.py -share/examples/py-gtk/neil/bomb.xpm -share/examples/py-gtk/neil/gtk-logo.xpm -share/examples/py-gtk/neil/notebook.py -share/examples/py-gtk/neil/question.xpm -share/examples/py-gtk/simple/README -share/examples/py-gtk/simple/dnd.py -share/examples/py-gtk/simple/dndpixmap.py -share/examples/py-gtk/simple/hello1.py -share/examples/py-gtk/simple/hello2.py -share/examples/py-gtk/simple/scribble.py -share/examples/py-gtk/simple/simple1.py -share/examples/py-gtk/simple/simple2.py -share/examples/py-gtk/simple/tooltip1.py -share/examples/py-gtk/simple/tooltip2.py -share/examples/py-gtk/testgtk/README -share/examples/py-gtk/testgtk/test.xpm -share/examples/py-gtk/testgtk/testgtk.py -share/examples/py-gtk/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 -@dirrm share/examples/py-gtk/testgtk -@dirrm share/examples/py-gtk/simple -@dirrm share/examples/py-gtk/neil -@dirrm share/examples/py-gtk/imlib -@dirrm share/examples/py-gtk/ide -@dirrm share/examples/py-gtk/glade -@dirrm share/examples/py-gtk/gl -@dirrm share/examples/py-gtk -@dirrm share/doc/py-gtk -@dirrm lib/%%PYTHON_VERSION%%/site-packages/pyglade -@dirrm include/pygtk |