summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deskutils/gnote/Makefile4
-rw-r--r--deskutils/gnote/files/patch-src_utils.cpp11
-rw-r--r--graphics/agave/Makefile42
-rw-r--r--graphics/agave/distinfo3
-rw-r--r--graphics/agave/files/patch-src_dialogs_gcs-save-chooser.cc12
-rw-r--r--graphics/agave/pkg-descr9
-rw-r--r--graphics/agave/pkg-plist40
-rw-r--r--graphics/py-visual/Makefile62
-rw-r--r--graphics/py-visual/distinfo3
-rw-r--r--graphics/py-visual/files/patch-bin-vpython.in12
-rw-r--r--graphics/py-visual/files/patch-configure14
-rw-r--r--graphics/py-visual/files/patch-src-python-cvisualmodule.cpp11
-rw-r--r--graphics/py-visual/files/patch-src-python-vector_array.cpp10
-rw-r--r--graphics/py-visual/files/patch-src_gtk_display.cpp11
-rw-r--r--graphics/py-visual/pkg-descr10
-rw-r--r--graphics/py-visual/pkg-plist132
16 files changed, 2 insertions, 384 deletions
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
index fa905115c..1c567dc29 100644
--- a/deskutils/gnote/Makefile
+++ b/deskutils/gnote/Makefile
@@ -3,12 +3,12 @@
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gnote/Makefile,v 1.2 2009/08/13 14:19:04 kwm Exp $
+# $MCom: ports/deskutils/gnote/Makefile,v 1.3 2009/09/27 11:56:39 kwm Exp $
#
PORTNAME= gnote
PORTVERSION= 0.6.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
diff --git a/deskutils/gnote/files/patch-src_utils.cpp b/deskutils/gnote/files/patch-src_utils.cpp
deleted file mode 100644
index bcfa47a2a..000000000
--- a/deskutils/gnote/files/patch-src_utils.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/utils.cpp.orig 2009-09-27 13:43:28.000000000 +0200
-+++ src/utils.cpp 2009-09-27 13:46:05.000000000 +0200
-@@ -744,7 +744,7 @@ namespace gnote {
- if (!group_cycling) {
- activate();
- }
-- else if (can_focus()) {
-+ else if (get_can_focus()) {
- grab_focus();
- }
-
diff --git a/graphics/agave/Makefile b/graphics/agave/Makefile
deleted file mode 100644
index 836ada894..000000000
--- a/graphics/agave/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: gnome-colorscheme
-# Date created: 30 August 2005
-# Whom: Piotr Smyrak <smyru@heron.pl>
-#
-# $FreeBSD: ports/graphics/agave/Makefile,v 1.13 2009/07/31 13:51:57 dinoex Exp $
-#
-
-PORTNAME= agave
-PORTVERSION= 0.4.2
-PORTREVISION= 6
-CATEGORIES= graphics gnome
-MASTER_SITES= http://download.gna.org/colorscheme/releases/
-
-MAINTAINER= smyru@heron.pl
-COMMENT= A color scheme builder for the GNOME desktop
-
-LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
- boost_thread.4:${PORTSDIR}/devel/boost-libs
-
-# --disable-gnome option is broken in 0.4.2
-#OPTIONS= GNOME "Adds GNOME support" on
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gnomedocutils intlhack
-GCONF_SCHEMAS= agave.schemas
-INSTALLS_ICONS= yes
-INSTALLS_OMF= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-#.if defined(WITHOUT_GNOME)
-#CONFIGURE_ARGS+= --disable-gnome --disable-gconf
-#.else
-USE_GNOME+= libgnomeui
-LIB_DEPENDS+= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26
-#.endif
-
-.include <bsd.port.post.mk>
diff --git a/graphics/agave/distinfo b/graphics/agave/distinfo
deleted file mode 100644
index 1499b0643..000000000
--- a/graphics/agave/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (agave-0.4.2.tar.bz2) = eb0801cc951c93f5a8fefb4b1c8afb09
-SHA256 (agave-0.4.2.tar.bz2) = d34aaca056b3b2f097bb38e90dce7d2b6b9aab3ebe05dea9368fd5f48c7d2bde
-SIZE (agave-0.4.2.tar.bz2) = 306607
diff --git a/graphics/agave/files/patch-src_dialogs_gcs-save-chooser.cc b/graphics/agave/files/patch-src_dialogs_gcs-save-chooser.cc
deleted file mode 100644
index dfe9587b2..000000000
--- a/graphics/agave/files/patch-src_dialogs_gcs-save-chooser.cc
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/dialogs/gcs-save-chooser.cc.orig 2009-09-27 01:26:32.000000000 +0200
-+++ src/dialogs/gcs-save-chooser.cc 2009-09-27 12:00:37.000000000 +0200
-@@ -40,7 +40,8 @@ namespace gcs
- m_cancelButton = add_button(Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
- m_okButton = add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK);
- set_do_overwrite_confirmation();
-- m_okButton->can_default();
-+ if (m_okButton->get_can_default())
-+ m_okButton->set_can_default();
-
- // update the last saved location in gconf whenever the user
- // presses the "OK" button on the SaveChooser dialog
diff --git a/graphics/agave/pkg-descr b/graphics/agave/pkg-descr
deleted file mode 100644
index c6b349ea1..000000000
--- a/graphics/agave/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-GNOME Colorscheme is a color scheme builder for the GNOME desktop. It is
-useful for web creation as well as room painting. It supports 6 various types
-of color schemes: Complements, Split Complements, Triads, Tetrads, Analogous,
-and Monochromatic.
-
-The user can lighten/darken the whole colorscheme or increase/decrease its
-saturation.
-
-WWW: http://home.gna.org/colorscheme/
diff --git a/graphics/agave/pkg-plist b/graphics/agave/pkg-plist
deleted file mode 100644
index 006094a7d..000000000
--- a/graphics/agave/pkg-plist
+++ /dev/null
@@ -1,40 +0,0 @@
-bin/agave
-share/applications/agave.desktop
-share/agave/palettes/Gnome-Palette.gpl
-share/agave/palettes/Tango-Palette.gpl
-share/agave/palettes/Visibone.gpl
-share/agave/palettes/Web.gpl
-share/agave/pixmaps/darken.png
-share/agave/pixmaps/desaturate.png
-share/agave/pixmaps/lighten.png
-share/agave/pixmaps/saturate.png
-share/agave/ui/agave.glade
-share/agave/ui/agave.ui
-share/agave/ui/bookmarkspopup.ui
-share/gnome/help/agave/C/agave.xml
-share/gnome/help/agave/C/figures/gtk-color-selector.png
-share/gnome/help/agave/C/figures/main-window.png
-share/gnome/help/agave/C/legal.xml
-share/omf/agave/agave-C.omf
-share/icons/hicolor/48x48/apps/agave-icon.png
-share/icons/hicolor/scalable/apps/agave-icon.svg
-share/locale/bg/LC_MESSAGES/agave.mo
-share/locale/ca/LC_MESSAGES/agave.mo
-share/locale/cs/LC_MESSAGES/agave.mo
-share/locale/de/LC_MESSAGES/agave.mo
-share/locale/es_ES/LC_MESSAGES/agave.mo
-share/locale/it/LC_MESSAGES/agave.mo
-share/locale/nl/LC_MESSAGES/agave.mo
-share/locale/pt_BR/LC_MESSAGES/agave.mo
-share/locale/ru/LC_MESSAGES/agave.mo
-share/locale/sv/LC_MESSAGES/agave.mo
-share/locale/zh_TW/LC_MESSAGES/agave.mo
-@dirrm share/omf/agave
-@dirrm share/gnome/help/agave/C/figures
-@dirrm share/gnome/help/agave/C
-@dirrm share/gnome/help/agave
-@dirrm share/agave/ui
-@dirrm share/agave/pixmaps
-@dirrm share/agave/palettes
-@dirrm share/agave
-@dirrmtry share/applications
diff --git a/graphics/py-visual/Makefile b/graphics/py-visual/Makefile
deleted file mode 100644
index d9c852d76..000000000
--- a/graphics/py-visual/Makefile
+++ /dev/null
@@ -1,62 +0,0 @@
-# New ports collection makefile for: py-visual
-# Date created: 2005-07-13
-# Whom: Nicola Vitale <nivit@email.it>
-#
-# $FreeBSD: ports/graphics/py-visual/Makefile,v 1.22 2009/08/22 00:23:07 amdmi3 Exp $
-#
-
-PORTNAME= visual
-PORTVERSION= 4.b26
-PORTREVISION= 3
-CATEGORIES= graphics python
-MASTER_SITES= SF/${PORTNAME}python/${PORTNAME}-module/VPython%204.beta26
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/}
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= A python module that offers real 3D visual output
-
-BUILD_DEPENDS= ${PYNUMPY} \
- bjam:${PORTSDIR}/devel/boost-jam
-LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea \
- gtkglextmm-x11-1.2:${PORTSDIR}/x11-toolkits/gtkglextmm \
- glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
- boost_python.4:${PORTSDIR}/devel/boost-python-libs
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= gtk12
-USE_PYTHON= 2.3+
-
-OPTIONS= EXAMPLES "install example files" on
-OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} --disable-dependency-tracking
-.if defined(NOPORTDOCS)
-CONFIGURE_ARGS+= --disable-docs
-.endif
-CONFIGURE_ENV= PYTHONPATH=${PYTHON_LIBDIR}
-CFLAGS+= ${PTHREAD_CFLAGS}
-MAKE_ENV= LDFLAGS="${LDFLAGS} ${PTREAD_LIBS}"
-
-VPYTHON_SCRIPT= bin/vpython.in
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITH_EXAMPLES)
-CONFIGURE_ARGS+= --disable-examples
-PLIST_SUB+= PORTEXAMPLES="@comment "
-.else
-CONFIGURE_ARGS+= --with-example-dir=${EXAMPLESDIR}
-PLIST_SUB+= PORTEXAMPLES=""
-.endif
-
-post-patch:
- @cd ${WRKSRC}; \
- ${REINPLACE_CMD} -e 's|%%PYTHONBASE%%|${PYTHONBASE}|g' \
- -e 's|%%PYTHON_VERSION%%|${PYTHON_VER}|g' \
- ${VPYTHON_SCRIPT}
-
-.include <bsd.port.post.mk>
diff --git a/graphics/py-visual/distinfo b/graphics/py-visual/distinfo
deleted file mode 100644
index e6ede9629..000000000
--- a/graphics/py-visual/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (visual-4.beta26.tar.bz2) = e06e55117825f4d77435339c03a0bf36
-SHA256 (visual-4.beta26.tar.bz2) = 9d55a4fb1d3a84659ef7d8514a52447863176160b51c6771f11bebebdd4c931c
-SIZE (visual-4.beta26.tar.bz2) = 614231
diff --git a/graphics/py-visual/files/patch-bin-vpython.in b/graphics/py-visual/files/patch-bin-vpython.in
deleted file mode 100644
index 77eecde05..000000000
--- a/graphics/py-visual/files/patch-bin-vpython.in
+++ /dev/null
@@ -1,12 +0,0 @@
-$FreeBSD: ports/graphics/py-visual/files/patch-bin-vpython.in,v 1.1 2005/07/19 19:58:07 pav Exp $
---- bin/vpython.in Fri Feb 25 21:39:38 2005
-+++ bin/vpython.in.port Tue Jul 19 10:35:23 2005
-@@ -2,7 +2,7 @@
- # Variables determined by configure.
- PYTHON=@PYTHON@
- visualexampledir=@visualexampledir@
--IDLE=idle
-+IDLE=%%PYTHONBASE%%/bin/idle%%PYTHON_VERSION%%
- PYTHONPATH=@PYTHONPATH@
- export PYTHONPATH
-
diff --git a/graphics/py-visual/files/patch-configure b/graphics/py-visual/files/patch-configure
deleted file mode 100644
index 72187d893..000000000
--- a/graphics/py-visual/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure Sat Dec 30 20:15:57 2006
-+++ configure.port Wed Mar 7 18:11:26 2007
-@@ -20104,11 +20104,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
-
-- if $PYTHON -c 'import numpy ; numpy.array' 1>&5 2>&5; then
- eval "py_cv_mod_$py_mod_var=yes"
-- else
-- eval "py_cv_mod_$py_mod_var=no"
-- fi
-
- fi
-
diff --git a/graphics/py-visual/files/patch-src-python-cvisualmodule.cpp b/graphics/py-visual/files/patch-src-python-cvisualmodule.cpp
deleted file mode 100644
index 4400d2207..000000000
--- a/graphics/py-visual/files/patch-src-python-cvisualmodule.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-$FreeBSD: ports/graphics/py-visual/files/patch-src-python-cvisualmodule.cpp,v 1.1 2007/03/09 17:15:06 nivit Exp $
---- src/python/cvisualmodule.cpp Tue Mar 6 11:45:52 2007
-+++ src/python/cvisualmodule.cpp.port Tue Mar 6 11:46:04 2007
-@@ -5,6 +5,7 @@
- // See the file license.txt for complete license terms.
- // See the file authors.txt for a complete list of contributors.
-
-+#include <iostream>
- #include <stdexcept>
- #include <exception>
-
diff --git a/graphics/py-visual/files/patch-src-python-vector_array.cpp b/graphics/py-visual/files/patch-src-python-vector_array.cpp
deleted file mode 100644
index f37720a04..000000000
--- a/graphics/py-visual/files/patch-src-python-vector_array.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/python/vector_array.cpp Tue Mar 6 12:39:10 2007
-+++ src/python/vector_array.cpp.port Tue Mar 6 12:20:51 2007
-@@ -1,6 +1,7 @@
- // Copyright (c) 2000, 2001, 2002, 2003 by David Scherer and others.
- // See the file license.txt for complete license terms.
- // See the file authors.txt for a complete list of contributors.
-+#include <iostream>
- #include "python/vector_array.hpp"
- #include "python/scalar_array.hpp"
-
diff --git a/graphics/py-visual/files/patch-src_gtk_display.cpp b/graphics/py-visual/files/patch-src_gtk_display.cpp
deleted file mode 100644
index 7d839d43b..000000000
--- a/graphics/py-visual/files/patch-src_gtk_display.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gtk2/display.cpp.orig 2009-09-28 01:08:27.000000000 +0200
-+++ src/gtk2/display.cpp 2009-09-28 01:08:43.000000000 +0200
-@@ -400,7 +400,7 @@ display::create()
- window->fullscreen();
- active = true;
- area->grab_focus();
-- assert( area->can_focus());
-+ assert( area->get_can_focus());
- while (Gtk::Main::events_pending())
- Gtk::Main::iteration();
- }
diff --git a/graphics/py-visual/pkg-descr b/graphics/py-visual/pkg-descr
deleted file mode 100644
index dfacc3929..000000000
--- a/graphics/py-visual/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-With this Python module a program can create 3D objects (such as spheres,
-curves, etc.) and position them in 3D space. Visual, running in a separate
-thread, automatically updates a 3D scene many times per second, to reflect
-the current positions of the objects.
-The programmer does not need to deal with display management, but can focus
-on the computational aspects of the program.
-The user can navigate in the 3D scene by using the mouse to zoom and rotate
-while the program is running. Visual supports full vector algebra.
-
-WWW: http://www.vpython.org/
diff --git a/graphics/py-visual/pkg-plist b/graphics/py-visual/pkg-plist
deleted file mode 100644
index 75e15ad7b..000000000
--- a/graphics/py-visual/pkg-plist
+++ /dev/null
@@ -1,132 +0,0 @@
-@comment $FreeBSD: ports/graphics/py-visual/pkg-plist,v 1.6 2008/04/18 16:44:03 nivit Exp $
-bin/vpython
-%%PYTHON_SITELIBDIR%%/cvisualmodule.la
-%%PYTHON_SITELIBDIR%%/cvisualmodule.so
-%%PYTHON_SITELIBDIR%%/cvisualmodule.so.3
-%%PYTHON_SITELIBDIR%%/visual/__init__.py
-%%PYTHON_SITELIBDIR%%/visual/__init__.pyc
-%%PYTHON_SITELIBDIR%%/visual/__init__.pyo
-%%PYTHON_SITELIBDIR%%/visual/array_backend.py
-%%PYTHON_SITELIBDIR%%/visual/array_backend.pyc
-%%PYTHON_SITELIBDIR%%/visual/array_backend.pyo
-%%PYTHON_SITELIBDIR%%/visual/controls.py
-%%PYTHON_SITELIBDIR%%/visual/controls.pyc
-%%PYTHON_SITELIBDIR%%/visual/controls.pyo
-%%PYTHON_SITELIBDIR%%/visual/crayola.py
-%%PYTHON_SITELIBDIR%%/visual/crayola.pyc
-%%PYTHON_SITELIBDIR%%/visual/crayola.pyo
-%%PYTHON_SITELIBDIR%%/visual/factorial.py
-%%PYTHON_SITELIBDIR%%/visual/factorial.pyc
-%%PYTHON_SITELIBDIR%%/visual/factorial.pyo
-%%PYTHON_SITELIBDIR%%/visual/graph.py
-%%PYTHON_SITELIBDIR%%/visual/graph.pyc
-%%PYTHON_SITELIBDIR%%/visual/graph.pyo
-%%PYTHON_SITELIBDIR%%/visual/logo_t.gif
-%%PYTHON_SITELIBDIR%%/visual/pan.png
-%%PYTHON_SITELIBDIR%%/visual/primitives.py
-%%PYTHON_SITELIBDIR%%/visual/primitives.pyc
-%%PYTHON_SITELIBDIR%%/visual/primitives.pyo
-%%PYTHON_SITELIBDIR%%/visual/text.py
-%%PYTHON_SITELIBDIR%%/visual/text.pyc
-%%PYTHON_SITELIBDIR%%/visual/text.pyo
-%%PYTHON_SITELIBDIR%%/visual/ui.py
-%%PYTHON_SITELIBDIR%%/visual/ui.pyc
-%%PYTHON_SITELIBDIR%%/visual/ui.pyo
-%%PYTHON_SITELIBDIR%%/visual/vpython.glade
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualIntro.css
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualIntro.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef-1.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef-2.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef-3.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef-4.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef-5.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef-6.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef-7.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/VisualRef.css
-%%PORTDOCS%%%%DOCSDIR%%/visual/arrow.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/axes.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/box.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/color.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/cone.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/controls.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/convex.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/curve.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/cylinder.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/defaults.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/delete.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/display.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/ellipsoid.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/faces.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/factorial.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/float.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/frame.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/graph.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/helix.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/icons/blank.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/icons/contents.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/icons/index.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/icons/modules.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/icons/next.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/icons/previous.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/icons/up.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/index.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/keyboard.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/label.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/license.txt
-%%PORTDOCS%%%%DOCSDIR%%/visual/mouse.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/mouse_click.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/mouse_drag.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/options.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/pyramid.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/rate.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/ring.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/rotation.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/sphere.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/spherebox.gif
-%%PORTDOCS%%%%DOCSDIR%%/visual/texture-opacity-lighting.html
-%%PORTDOCS%%%%DOCSDIR%%/visual/vector.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Tk-Visual.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/boxlighttest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bounce.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bounce2.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/colorsliders.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controlstest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/convex.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crossproduct.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/crystal.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dipole.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/doublependulum.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/drape.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faces_cone.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/faces_heightfield.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flower128.vpt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gas.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glinfo.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/graphtest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gyro.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gyro2.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hanoi.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/labels.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lathe.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lorenz.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mandelbrot.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/orbit.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/planar.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/randombox.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stars.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stonehenge.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texttest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texture_and_lighting.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/texturetest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tictac.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tictacdat.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toroid.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/toroid_drag.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wave.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/wood256lum.vpt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/visual/icons
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/visual
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-@dirrm %%PYTHON_SITELIBDIR%%/visual