git: a61c4d4f0fd3 - main - graphics/wdune: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 13:13:03 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a61c4d4f0fd39099f66dbf077a3b777ef6448fef

commit a61c4d4f0fd39099f66dbf077a3b777ef6448fef
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-30 13:12:59 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-30 13:12:59 +0000

    graphics/wdune: Remove expired port
    
    2024-06-30 graphics/wdune: upstream no longer maintained
---
 MOVED                                              |    1 +
 graphics/Makefile                                  |    1 -
 graphics/wdune/Makefile                            |   56 -
 graphics/wdune/distinfo                            |    3 -
 .../patch-src__SDLjoystick__bsd__SDL_sysjoystick.c |   62 -
 .../wdune/files/patch-src__swt__rc__Makefile.in    |   11 -
 .../wdune/files/patch-src__swt__tests__Makefile.in |   11 -
 graphics/wdune/pkg-descr                           |    6 -
 graphics/wdune/pkg-plist                           | 1359 --------------------
 9 files changed, 1 insertion(+), 1509 deletions(-)

diff --git a/MOVED b/MOVED
index d4e4d3a6a33e..e55654a331ff 100644
--- a/MOVED
+++ b/MOVED
@@ -3370,3 +3370,4 @@ www/py-django32||2024-06-30|Has expired: Django 3.2 is now in Extended Support,
 net/haproxy20||2024-06-30|Has expired: Upstream EOL reaches on 2024-06-30
 lang/gcc9||2024-06-30|Has expired: Unsupported by upstream. Use GCC 10 or newer instead
 security/p5-Protocol-ACME||2024-06-30|Has expired: upstream maintainer indicated that it is no longer suitable for use
+graphics/wdune||2024-06-30|Has expired: upstream no longer maintained
diff --git a/graphics/Makefile b/graphics/Makefile
index f596f8206e25..cb59532bc108 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1213,7 +1213,6 @@
     SUBDIR += wayland-protocols
     SUBDIR += wayland-utils
     SUBDIR += waylandpp
-    SUBDIR += wdune
     SUBDIR += webp
     SUBDIR += webp-pixbuf-loader
     SUBDIR += wings
diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile
deleted file mode 100644
index 1463a9c5bf94..000000000000
--- a/graphics/wdune/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-PORTNAME=	wdune
-PORTVERSION=	1.956
-PORTREVISION=	4
-CATEGORIES=	graphics
-MASTER_SITES=	ftp://ftp.ourproject.org/pub/wdune/
-
-MAINTAINER=	pi@FreeBSD.org
-COMMENT=	Graphical VRML97 editor and animation tool
-WWW=		https://wdune.ourproject.org/
-
-LICENSE=	GPLv2
-
-DEPRECATED=	upstream no longer maintained
-EXPIRATION_DATE=2024-06-30
-
-BUILD_DEPENDS=	cgal>0:math/cgal
-LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libexpat.so:textproc/expat2 \
-		libfreetype.so:print/freetype2 \
-		libgmp.so:math/gmp \
-		libmpfr.so:math/mpfr \
-		libosdCPU.so:graphics/opensubdiv \
-		libpng.so:graphics/png \
-		libswresample.so.3:multimedia/ffmpeg4
-
-USES=		compiler:c++11-lang gl jpeg localbase:ldflags motif sdl tar:bzip2 xorg
-USE_CXXSTD=	c++14
-USE_GL=		gl glu glut
-USE_SDL=	sdl
-USE_XORG=	x11 xft xi xmu xext xt
-
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-optimization \
-		--without-devil \
-		--with-cgalheaders \
-		--with-helpurl="${DOCSDIR}/index.html"
-
-ALL_TARGET=	dune
-
-CPPFLAGS+=	-I${LOCALBASE}/ffmpeg4/include -I${LOCALBASE}/include/freetype2 -D__FREEBSD__
-LDFLAGS+=	-L${LOCALBASE}/ffmpeg4/lib
-
-CONFLICTS_INSTALL=	ocaml-dune
-
-OPTIONS_DEFINE=	DOCS
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${STAGEDIR}${PREFIX}/bin
-	cd ${WRKSRC}/bin && ${INSTALL_SCRIPT} dune4kids illegal2vrml \
-		${STAGEDIR}${PREFIX}/bin
-	cd ${WRKSRC}/man && ${INSTALL_MAN} dune.1 illegal2vrml.1 ${STAGEDIR}${PREFIX}/share/man/man1
-
-do-install-DOCS-on:
-	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/graphics/wdune/distinfo b/graphics/wdune/distinfo
deleted file mode 100644
index 6bcb36601e23..000000000000
--- a/graphics/wdune/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1678734348
-SHA256 (wdune-1.956.tar.bz2) = f6b098b3340122a38e678ba1c67daf59439396ab7649b8b7bd31d834cf70216f
-SIZE (wdune-1.956.tar.bz2) = 52076499
diff --git a/graphics/wdune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c b/graphics/wdune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c
deleted file mode 100644
index 6a3796b8b56c..000000000000
--- a/graphics/wdune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c
+++ /dev/null
@@ -1,62 +0,0 @@
---- src/SDLjoystick/bsd/SDL_sysjoystick.c.orig	2020-07-15 22:53:38 UTC
-+++ src/SDLjoystick/bsd/SDL_sysjoystick.c
-@@ -41,9 +41,6 @@ static char rcsid =
- 
- #include "mysnprintf.h"
- 
--#if defined(HAVE_USB_H)
--#include <usb.h>
--#endif
- #include <dev/usb/usb.h>
- #include <dev/usb/usbhid.h>
- 
-@@ -53,8 +50,17 @@ static char rcsid =
- #include <libusb.h>
- #elif defined(HAVE_LIBUSBHID_H)
- #include <libusbhid.h>
-+#elif defined(HAVE_USB_H)
-+#include <usb.h>
- #endif
- 
-+#ifdef __FREEBSD__
-+#ifndef __DragonFly__
-+#include <osreldate.h>
-+#endif
-+#include <sys/joystick.h>
-+#endif
-+
- #include "SDL_error.h"
- #include "SDL_joystick.h"
- #include "SDL_sysjoystick.h"
-@@ -64,6 +70,13 @@ static char rcsid =
- #define MAX_JOY_JOYS 2
- #define MAX_JOYS (MAX_UHID_JOYS + MAX_JOY_JOYS)
- 
-+#if defined(__FREEBSD__) && (__FreeBSD_version > 800063)
-+struct usb_ctl_report {
-+	int ucr_report;
-+	u_char ucr_data[1024]; /* filled data size will vary */
-+    };
-+#endif
-+
- struct report {
-     struct usb_ctl_report *buf;  /* Buffer */
-     size_t size;  /* Buffer size */
-@@ -120,7 +133,7 @@ static char *joydevnames[MAX_JOYS];
- static int report_alloc(struct report *, struct report_desc *, int);
- static void report_free(struct report *);
- 
--#ifdef USBHID_UCR_DATA
-+#if defined(USBHID_UCR_DATA) || (defined(__FREEBSD__) && (__FreeBSD_version > 800063))
- #define REP_BUF_DATA(rep) ((rep)->buf->ucr_data)
- #else
- #define REP_BUF_DATA(rep) ((rep)->buf->data)
-@@ -132,7 +145,7 @@ SDL_SYS_JoystickInit(void)
-     char s[16];
-     int i, fd;
- 
--    SDL_numjoysticks = 0;
-+    int SDL_numjoysticks = 0;
- 
-     memset(joynames, NULL, sizeof(joynames));
-     memset(joydevnames, NULL, sizeof(joydevnames));
diff --git a/graphics/wdune/files/patch-src__swt__rc__Makefile.in b/graphics/wdune/files/patch-src__swt__rc__Makefile.in
deleted file mode 100644
index a1cb86212438..000000000000
--- a/graphics/wdune/files/patch-src__swt__rc__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/swt/rc/Makefile.in.orig	2020-07-15 22:53:38 UTC
-+++ src/swt/rc/Makefile.in
-@@ -11,7 +11,7 @@ LIBDIRS =
- INCDIRS = -I../include
- # WARNINGS = -Wall -Wwrite-strings
- CFLAGS = -g $(WARNINGS) $(INCDIRS) @CFLAGS@
--MAKEDEPEND=gcc -MM
-+MAKEDEPEND=@CC@ -MM
- YFLAGS = -d
- 
- TARGET = rc
diff --git a/graphics/wdune/files/patch-src__swt__tests__Makefile.in b/graphics/wdune/files/patch-src__swt__tests__Makefile.in
deleted file mode 100644
index b9baf00b1fc1..000000000000
--- a/graphics/wdune/files/patch-src__swt__tests__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/swt/tests/Makefile.in.orig	2020-07-15 22:53:38 UTC
-+++ src/swt/tests/Makefile.in
-@@ -13,7 +13,7 @@ INCDIRS = -I../include
- 
- # WARNINGS = -Wall -Wwrite-strings
- CFLAGS = -g $(WARNINGS) $(INCDIRS) @COMMONFLAGS@ @CFLAGS@ 
--CXXFLAGS = $(CFLAGS)
-+CXXFLAGS = @CXXFLAGS@
- 
- TARGETS = swTest text buttons doodle drawing tree restest draw1
- 
diff --git a/graphics/wdune/pkg-descr b/graphics/wdune/pkg-descr
deleted file mode 100644
index 3cffa3856757..000000000000
--- a/graphics/wdune/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-wdune is a graphical VRML97/X3D editor, simple NURBS/Superformula 3D
-modeller, animation tool and VRML97/X3DV commandline compiler.
-
-It is a low level tool, it can read VRML97 files, display them and let
-the user change the scenegraph/fields. Unlike most highlevel tools, it uses
-a lightning model based on the VRML97 standard.
diff --git a/graphics/wdune/pkg-plist b/graphics/wdune/pkg-plist
deleted file mode 100644
index ecea4df0197f..000000000000
--- a/graphics/wdune/pkg-plist
+++ /dev/null
@@ -1,1359 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/bubbles.wrl
-%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.png
-%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.wrl
-%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.png
-%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.wrl
-%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/PseudoCollision4ExaminePROTO/pseudoCollision.wrl
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/animation_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/create_movie.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/create_movie.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/index.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/joystick2.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/joystick2.sh.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/nostereo.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/nostereo.sh.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/saitekp430.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/saitekp880.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/sidewinder3dpro.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/sidewinder3dpro.sh.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_joystick_example.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_joystick_example.sh.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/spaceball_solaris8.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad.sh.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_linux_SDLjoystick.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_macosx.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_mswindows.bat
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_mswindows.bat.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_example.sh.html
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_irix6.2_example.sh
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/xinput_xorg_linux.sh
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/ARSensorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/COVERPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/COVER_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexture.png
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexturePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/CubeTexture_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SkyPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SpaceSensorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SpaceSensor_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/SteeringWheelPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIButtonPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIComboBoxPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIElementPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIFloatSliderPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIFramePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUILabelPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIListBoxPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIMapPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIProgressBarPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUISliderPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUISplitterPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUITabFolderPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUITabPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/TUIToggleButtonPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/VehiclePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/WavePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/coverNodes/nodesRef.html
-%%PORTDOCS%%%%DOCSDIR%%/deutsch.jpg
-%%PORTDOCS%%%%DOCSDIR%%/deutsche_tutorials.html
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/Doxyfile.in
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeExample.cpp
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeExample.h
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeGeometryExample.cpp
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/NodeGeometryExample.h
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/dialog.jpg
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune.png
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune_developer.html
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/man2html.sh
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/mkdoxygen.sh
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/png2jpg.sh
-%%PORTDOCS%%%%DOCSDIR%%/developer_docs/standard.jpg
-%%PORTDOCS%%%%DOCSDIR%%/english.jpg
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/GUIElements.fl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/GUIMain.cxx
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/OpenGLWindow.cxx
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/OpenGLWindow.h
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/fluid_fltk_opengl_example/callbacksToVrml.cxx
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD.h
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/README_fedora.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/fin.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/fire.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/main.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_example/robot.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/ScriptingExample.wrl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/opengl_scripting_example/main.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/Untitled.wrl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/callbacksToVrml.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/glwidget.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/glwidget.h
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/main.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.h
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.pro
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.pro.user
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/qt_opengl_example/qt_opengl_example.ui
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/Makefile.in
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/helloWorld.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/helloWorld2.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/simple_example/mainHelloWorld.cc
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD.h
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Untitled.wrl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/Untitled2.wrl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_example/main.c
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/ScriptingExample.wrl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/main.c
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/opengl_scripting_example/test2.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/Makefile.in
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/helloWorld.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/helloWorld2.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/simple_example/mainHelloWorld.c
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/fin.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/fire.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/main.java
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/properties.cfg
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme2_example/robot.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/Extra.java
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/fin.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/fire.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/robot.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_example/x3d.java
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jogl_simple_scripting_example/ScriptingExample.wrl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/Makefile.in
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/helloWorld.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/helloWorld2.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/simple_example/mainHelloWorld.java
-%%PORTDOCS%%%%DOCSDIR%%/fieldpipe_examples/C_example/main.c
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/6d.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_3dmodelling_workshop_description.odt
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_before.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_computeranimation_workshop_description.odt
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_kinematic_workshop_description.odt
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_window.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/animation_workshops_background_teacher.odt
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/arrows.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/aufstehen.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen.wrl
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augen_falsch.wrl
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/augenfalsch.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/examine_navigation.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/fly_maus.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/follow_maus.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk.wrl
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk1.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk2.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk3.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk4.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk5.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk6.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk7.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenk_trick.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/gelenkanimation.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/geschwindigkeit.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes.wrl
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/holes3d.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kamera1.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kamera2.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/kameras.wrl
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/nurbs1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/nurbs2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/polygons.jpg
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/roll_maus.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/rotate.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/route_cut.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/route_from_script.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/routecut.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/scale.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/schiefer_wurf.wrl
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/serpens_appendicis_04.jpg
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/supershapes.jpg
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/symetric.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/textur.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/textur_tileable.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/transform.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/translate.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/turnpoint.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/verformbar.jpg
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml1.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml2.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/vrml3.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/walk_maus.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/white_dune_4kids.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/white_dune_full.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/wuerfelmaennchen.png
-%%PORTDOCS%%%%DOCSDIR%%/german_workshop_documents/wuerfelmaennchen.wrl
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/build.awk
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess.wrl
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess_proto.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess_useproto.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/laufmess.wrl
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/laufmess.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/cylindersensor_cylinder_rotation.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/cylindersensor_disk_rotation.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/keysensor_pressed.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/open_wonderland_export_howto.txt
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/planesensor_slider.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/proximitysensor_follower.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/simple_sliders_example.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/sphere_sensor_example.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/stringsensor.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/touchsensor_pressed_released.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/interactive_open_wonderland_examples/touchsensor_start_stop.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/italian.jpg
-%%PORTDOCS%%%%DOCSDIR%%/ldraw_dat_export.wrl
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/README
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_pure_white.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_pure_white.wrl
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_z_oriented.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/background_z_oriented.wrl
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/non_convex_face.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/non_convex_face.wrl
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/proto_animation_error.wrl
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/rendering_errors.html
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/text_textured.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/text_textured.wrl
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/textures/pure_white.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/textures/test_texture.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/triangle_fan_strips_smoothing.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/triangle_fan_strips_smoothing.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_background_pure_white.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_background_z_oriented.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_non_convex_face.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_text_textured.png
-%%PORTDOCS%%%%DOCSDIR%%/rendering_bugs/white_dune_triangle_fan_strips_smoothing.png
-%%PORTDOCS%%%%DOCSDIR%%/russian.jpg
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/CurveAnimationPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperEllipsoidPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperExtrusionPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperRevolverPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/SuperShapePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/curveanimation_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superellipsoid_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superextrusion_donut_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/superextrusion_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/supershape_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/vrmlcut_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/README
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/billboard.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/bubble.wav
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/camera_animation.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/checker_planesensor.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/checker_touchsensor.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/door_cylindersensor.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/endless_world.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/increase_switch.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/on_off.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/oneshot_trigger_increase_switch.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/particles.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolator.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolatormophing.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/pseudoCollision4examine.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/sfimage.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple3Dmodeller.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple_stopwatch.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/superellipsoid.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/supershape.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/switching_animations.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/switching_animations_NURBS.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleport_animation.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleporter.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/text_change.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/texture_change.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/worldcoordmessurement.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/elevator_proximity_trigger.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_animation.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/forward_kinematic_spheresensor.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/headupdisplay_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/image.gif
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/index.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ldraw_dat_export.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/loadsensor.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/material_animation.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/misc_animation.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/movie.mpg
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/movie_trigger.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/rigidBodyPhysics/spherecrash.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/sound_transform.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/sound_trigger.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/touch_trigger.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_animation.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_human_motioncapture_run.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_human_motioncapture_walk.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/visibilty_trigger.wrl
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/README
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/billboard.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/bubble.wav
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/camera_animation.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/checker_planesensor.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/door_cylindersensor.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/forward_kinematic_animation.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/forward_kinematic_spheresensor.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/headupdisplay_example.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/index.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/loadsensor.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/material_animation.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/misc_animation.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/touch_trigger.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_animation.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_human_motioncapture_run.html
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples_x3dom/transform_human_motioncapture_walk.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/2d_guibuilder4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/3dmodell.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6d.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dloc.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_right3.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dlocal_wrong.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/DOME.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/ProximityProtoExample.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien10.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien11.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien12.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien13.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien14.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien15.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien16.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien17.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien18.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien19.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien20.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien21.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien22.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien23.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien24.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien25.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien8.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/alien9.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal10.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal100.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal101.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal102.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal103.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal104.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal105.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal107.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal108.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal109.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal11.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal110.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal111.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal112.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal113.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal114.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal115.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal116.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal117.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal118.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal12.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal13.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal14.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal15.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal16.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal17.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal18.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal19.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal20.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal21.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal22.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal23.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal24.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal25.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal26.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal27.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal28.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal29.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal30.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal31.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal32.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal33.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal34.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal35.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal36.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal37.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal38.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal39.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal40.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal41.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal42.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal43.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal44.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal45.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal46.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal47.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal48.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal49.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal50.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal51.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal52.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal52a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal53.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal54.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal55.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal56.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal57.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal58.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal59.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal60.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal61.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal62.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal63.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal64.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal65.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal66.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal67.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal68.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal69.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal70.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal71.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal72.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal72a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal73.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal74.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal75.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal76.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal77.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal78.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal79.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal8.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal80.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal81.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal82.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal83.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal84.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal85.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal86.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal87.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal88.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal89.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal9.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal90.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal91.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal92.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal93.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal94.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal95.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal96.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal97.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal98.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animal99.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_recording.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recorded.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recording.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animationdialog.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/ant_deploy.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_changed.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_result.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_start.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild10.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild11.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild12.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild13.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild14.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild15.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild16.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild17.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild18.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild19.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild20.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild21.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild22.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild23.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild25.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild26.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild8.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bild9.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool10.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool11.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool12.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool13.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool8.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/bool9.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2nurbsdialog.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box_and_sphere.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box_wonderland.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/building_script.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/center.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/channelview.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/closedpeak.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/controlpoint.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_dune.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_freewrl.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_after3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_before.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_hull_before2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crash.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crashrestore.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cuvex_hull_before.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinder.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinderedge.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset3.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/degree1faceset4.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/delete_keys3.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dials_default.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dials_normal.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/door.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/doubleobject.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_alien_gesicht_de.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_animal_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_fisch.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_fish_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_extrusion_de.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_glider_extrusion_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_movie_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_quallen.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_schiff.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_start_de.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_start_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_tutorial_de.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune4kids_tutorial_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_1.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_animation.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_commandline_de.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_exercise.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_opengl_game.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_de_tutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_elements.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_exercise.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_opengl_game.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_tutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_end_de.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_end_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_interaktion.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_it.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_java_export.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_ru.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_4kids_de.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_4kids_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_de.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_start_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dunes.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_after.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_before.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/elevate_target.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/examine.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion10.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion8.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/extrusion9.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/faster.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/file_save.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish10.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish10_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish11.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish12.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish13.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish14.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish15.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish16.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish17.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish18.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish19.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish19_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish1b.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish20.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish21.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish22.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish23.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish24.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish25.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish26.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish27.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish28.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish29.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish31.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish32.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish33b.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish34.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish35.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish36.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish37.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish38.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish39.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish40.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish41b.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish42.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish43.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish44.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish44a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish45.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish45a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish46.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish46a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish47a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish48a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish49a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish4_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish50a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish51a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish8.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish8_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish9.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fish_save.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower10.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower11.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower12.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower13.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower14.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower15.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower16.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower17.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower18.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower19.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower7.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower8.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower8a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/flower9.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog00.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog00_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog01.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog01_en.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02b.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog02c.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog03.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog03b.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog04.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog04a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog05.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog05a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog06.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog06a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog07.png
*** 610 LINES SKIPPED ***