aboutsummaryrefslogtreecommitdiff
path: root/graphics/white_dune
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-07-04 20:48:23 +0000
committerRene Ladan <rene@FreeBSD.org>2016-07-04 20:48:23 +0000
commit19f31a471be151c3b37c2a53435168e9ee3e74cf (patch)
tree239999706f3f6d8d0babe480ab358d7675c96f78 /graphics/white_dune
parent8c8c4d9eb88ee2827497807f6f0030ce52dae781 (diff)
downloadports-19f31a471be151c3b37c2a53435168e9ee3e74cf.tar.gz
ports-19f31a471be151c3b37c2a53435168e9ee3e74cf.zip
Notes
Diffstat (limited to 'graphics/white_dune')
-rw-r--r--graphics/white_dune/Makefile56
-rw-r--r--graphics/white_dune/distinfo2
-rw-r--r--graphics/white_dune/files/patch-src-pngLoad.c11
-rw-r--r--graphics/white_dune/files/patch-src__Array.h11
-rw-r--r--graphics/white_dune/files/patch-src__Makefile.in13
-rw-r--r--graphics/white_dune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c60
-rw-r--r--graphics/white_dune/files/patch-src__swt__rc__Makefile.in11
-rw-r--r--graphics/white_dune/files/patch-src__swt__tests__Makefile.in11
-rw-r--r--graphics/white_dune/pkg-descr5
-rw-r--r--graphics/white_dune/pkg-plist611
10 files changed, 0 insertions, 791 deletions
diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile
deleted file mode 100644
index ed2ea05541c0..000000000000
--- a/graphics/white_dune/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= white_dune
-PORTVERSION= ${DISTVERSION:S/pl/./}
-DISTVERSION= 0.30pl5
-PORTREVISION= 8
-PORTEPOCH= 1
-CATEGORIES= graphics
-MASTER_SITES= http://vrml.cip.ica.uni-stuttgart.de/dune/
-
-MAINTAINER= devel@stasyan.com
-COMMENT= Graphical VRML97 editor and animation tool
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-LIB_DEPENDS= libpng.so:graphics/png
-
-LICENSE= GPLv2
-
-USES= jpeg motif
-USE_XORG= xft
-USE_GL= gl glu glut
-USE_SDL= sdl
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= YACC="/usr/bin/byacc"
-CONFIGURE_ARGS= --with-optimization \
- --without-devil \
- --with-helpurl="${DOCSDIR}/index.html" \
- --with-vrml97am1url="${DOCSDIR}/vrml97Amendment1" \
- --with-x3ddrafturl="${DOCSDIR}/x3dDraft" \
- --with-scriptednodesurl="${DOCSDIR}/scriptedNodes"
-CPPFLAGS+= `${SDL_CONFIG} --cflags` -DUSBHID_UCR_DATA -DUSBHID_NEW \
- -D__FREEBSD__
-LDFLAGS+= `${SDL_CONFIG} --libs`
-ALL_TARGET= dune
-REINPLACE_ARGS= -i ''
-
-OPTIONS_DEFINE= DOCS
-
-# Try to fix parallel builds (-jX) by calling submakes correctly
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile\* | ${XARGS} ${REINPLACE_CMD} -E \
- 's,cd (.+) *(;|&&) *(make|\$$\(MAKE\)),$$(MAKE) -C \1,'
-
-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}${MAN1PREFIX}/man/man1
-
-do-install-DOCS-on:
- @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/graphics/white_dune/distinfo b/graphics/white_dune/distinfo
deleted file mode 100644
index 1b48fb3f8d48..000000000000
--- a/graphics/white_dune/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (white_dune-0.30pl5.tar.gz) = e99a282a3b6b288d20fd81a9aff683a7741caa00a10bec079aaeee9acd63abe7
-SIZE (white_dune-0.30pl5.tar.gz) = 11741032
diff --git a/graphics/white_dune/files/patch-src-pngLoad.c b/graphics/white_dune/files/patch-src-pngLoad.c
deleted file mode 100644
index a95df605f2ad..000000000000
--- a/graphics/white_dune/files/patch-src-pngLoad.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/pngLoad.c.orig 2010-12-09 08:36:57.000000000 +0100
-+++ src/pngLoad.c 2012-05-05 08:32:20.000000000 +0200
-@@ -139,7 +139,7 @@
- * the normal method of doing things with libpng). REQUIRED unless you
- * set up your own error handlers in the png_create_read_struct() earlier.
- */
-- if (setjmp(png_ptr->jmpbuf))
-+ if (setjmp(png_jmpbuf(png_ptr)))
- {
- /* If we get here, we had a problem reading the file */
- return 0;
diff --git a/graphics/white_dune/files/patch-src__Array.h b/graphics/white_dune/files/patch-src__Array.h
deleted file mode 100644
index c9c7b76f007a..000000000000
--- a/graphics/white_dune/files/patch-src__Array.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Array.h.orig Sat Aug 14 12:22:02 2004
-+++ src/Array.h Sat Aug 14 12:22:40 2004
-@@ -19,6 +19,8 @@
- * Cambridge, MA 02139, USA.
- */
-
-+#include <cassert>
-+
- #ifndef _ARRAY_H
- #define _ARRAY_H
-
diff --git a/graphics/white_dune/files/patch-src__Makefile.in b/graphics/white_dune/files/patch-src__Makefile.in
deleted file mode 100644
index 0770250471f0..000000000000
--- a/graphics/white_dune/files/patch-src__Makefile.in
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/Makefile.in.orig 2011-01-09 16:54:56.000000000 +0600
-+++ src/Makefile.in 2011-01-09 16:56:12.000000000 +0600
-@@ -34,8 +34,8 @@
- CPPFLAGS= -I. -Iswt/include @CPPFLAGS@
- COMMON_FLAGS = $(WARNINGS) -I. -Iswt/include @CPPFLAGS@ @COMMONFLAGS@
- CFLAGS_BIG = @OPTBIG@ $(COMMON_FLAGS) @CFLAGS@ @CXXFLAGS@
--CFLAGS = @OPTIM@ $(COMMON_FLAGS) @CFLAGS@
--CXXFLAGS = $(CFLAGS) @CXXFLAGS@
-+CFLAGS = @CFLAGS@ $(COMMON_FLAGS) @CFLAGS@
-+CXXFLAGS = @CXXFLAGS@ $(WARNINGS) -I. -Iswt/include @CPPFLAGS@
- LIBS = @STATIC@ @LDFLAGS@ -Lswt/lib -lswt -LSDLjoystick @SDL_JOYSTICK_LIBS@ @LIBS@
- NEBULA = @NEBULA@
- PARSER_CPP_CFLAG = @PARSER_CPP_CFLAG@
diff --git a/graphics/white_dune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c b/graphics/white_dune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c
deleted file mode 100644
index 85fd346ae684..000000000000
--- a/graphics/white_dune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c
+++ /dev/null
@@ -1,60 +0,0 @@
---- src/SDLjoystick/bsd/SDL_sysjoystick.c.orig 2010-12-09 13:36:53.000000000 +0600
-+++ src/SDLjoystick/bsd/SDL_sysjoystick.c 2011-01-08 20:40:24.000000000 +0600
-@@ -41,9 +41,6 @@
-
- #include "mysnprintf.h"
-
--#if defined(HAVE_USB_H)
--#include <usb.h>
--#endif
- #include <dev/usb/usb.h>
- #include <dev/usb/usbhid.h>
-
-@@ -53,6 +50,15 @@
- #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"
-@@ -64,6 +70,13 @@
- #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 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 @@
- 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/white_dune/files/patch-src__swt__rc__Makefile.in b/graphics/white_dune/files/patch-src__swt__rc__Makefile.in
deleted file mode 100644
index 84847cabc7dd..000000000000
--- a/graphics/white_dune/files/patch-src__swt__rc__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/swt/rc/Makefile.in.orig 2011-01-09 16:58:56.000000000 +0600
-+++ src/swt/rc/Makefile.in 2011-01-09 16:59:34.000000000 +0600
-@@ -11,7 +11,7 @@
- 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/white_dune/files/patch-src__swt__tests__Makefile.in b/graphics/white_dune/files/patch-src__swt__tests__Makefile.in
deleted file mode 100644
index 989b3e61e789..000000000000
--- a/graphics/white_dune/files/patch-src__swt__tests__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/swt/tests/Makefile.in.orig 2011-01-09 17:00:17.000000000 +0600
-+++ src/swt/tests/Makefile.in 2011-01-09 17:00:49.000000000 +0600
-@@ -13,7 +13,7 @@
-
- # 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/white_dune/pkg-descr b/graphics/white_dune/pkg-descr
deleted file mode 100644
index 1bb0edf36419..000000000000
--- a/graphics/white_dune/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-White_dune is a low level tool, it can read VRML97 files, display and let
-the user change the scenegraph/fields. Unlike most highlevel tools, it uses
-a lightning model based on the VRML97 standard.
-
-WWW: http://vrml.cip.ica.uni-stuttgart.de/dune/
diff --git a/graphics/white_dune/pkg-plist b/graphics/white_dune/pkg-plist
deleted file mode 100644
index a7bbf85a4ae5..000000000000
--- a/graphics/white_dune/pkg-plist
+++ /dev/null
@@ -1,611 +0,0 @@
-bin/dune
-bin/dune4kids
-bin/illegal2vrml
-man/man1/dune.1.gz
-man/man1/illegal2vrml.1.gz
-%%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/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/wingmancordlessgamepad.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%%/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/deutsch.jpg
-%%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%%/exportContainers/CattExportRecPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/exportContainers/CattExportSrcPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/exportContainers/LdrawDatExportPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/Makefile.in
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/helloWorld.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/helloWorld2.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD/libC++RWD.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD/libC++RWD.h
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/libC++RWD/main.cpp
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c++/mainHelloWorld.cc
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/Makefile.in
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/helloWorld.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/helloWorld.x3dv,v
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/helloWorld2.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD/README.txt
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD/libCRWD.c
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD/libCRWD.h
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/libCRWD/main.c
-%%PORTDOCS%%%%DOCSDIR%%/export_example_c/mainHelloWorld.c
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/Makefile.in
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/helloWorld.java
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/helloWorld.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/helloWorld2.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme/Makefile
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme/fire.png
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme/main.java
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme/properties.cfg
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/jme/robot.x3dv
-%%PORTDOCS%%%%DOCSDIR%%/export_example_java/mainHelloWorld.java
-%%PORTDOCS%%%%DOCSDIR%%/fieldpipe_examples/C_example/main.c
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/gehmess.wrl
-%%PORTDOCS%%%%DOCSDIR%%/hanim_history/laufmess.wrl
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/italian.jpg
-%%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/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%%/scriptedNodes/NurbsCurveAnimatorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/SuperEllipsoidPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/SuperExtrusionPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/SuperShapePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/superellipsoid_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/superextrusion_donut_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/superextrusion_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/supershape_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/vrmlcut_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/scripted_Nodes/NurbsCurveAnimatorPROTO.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/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.mpg.gop
-%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/movie_trigger.wrl
-%%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/xj3d_RigidBodyPhysics/spherecrash.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/ProximityProtoExample.wrl
-%%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/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/box.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2nurbsdialog.jpg
-%%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/convex_dune.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_freewrl.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crash.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crashrestore.jpg
-%%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/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/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_tutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_en_exercise.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_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/faster.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog00.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog01.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
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog07a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog08b.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog09.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog09a.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog10.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog11.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog12.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog14.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog15.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog16.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog17.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog18.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog19.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog20.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog21.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog22.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog23.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog24.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog25.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog26.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog27.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog28.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog29.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog30.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog31.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog32.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog33.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog34.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog35.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog36.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog37.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog38.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog39.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog40.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog41.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog42.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog43.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog44.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog45.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog46.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog47.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog48.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog49.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog51.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog52.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog53.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog54.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog55.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog56.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog57.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/hover.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/illegal2vrml_1.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetappearance.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetcreaseangle.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetmaterial.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetonly.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesettexture.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetwrongside.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlines.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/interpolator.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_move.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_rot.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_sidewinder.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/knot.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface1side.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface2side.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mffieldpiperesult.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mffieldpipeselect.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mid_center.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/middle_mouse_de.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_last.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_result.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/morphing_start.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/multihandle.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation_inputdevice.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/navigation_mouse.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/near_far.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/new_box.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/no_only.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_invalid.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_valid.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonconvex1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonconvex2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonflat1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nonflat2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbs0.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurve_scenegraph.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurvedialog.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotation2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbscurverotationy.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup3.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup4.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup5.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsgroup6.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationdialog.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsrotationsurface2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbssmall.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbsurface2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.lcd
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials_de.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/nxtdials_en.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/oneboxnurbs.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/order.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/pfeil.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/preview1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/preview2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording_one.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rocket.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rot.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rotate_icon.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_animation.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_full.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_inline.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_jump.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_zoom.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scale.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scale_icon.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_fields.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_target.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_create1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_create2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_start.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_transform.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_up1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphbranch_up2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_copy.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_copy_ptr.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_delete3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_invalid.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_link.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_link_ptr.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform2.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform3.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform4.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform5.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move_transform6.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_valid.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sceneicon.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schieb.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scriptedit_icon1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scripteditor.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/self_intersecting.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sffieldpipeselect.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild10.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild3.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild4.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild5.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild6.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild7.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild8.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild9.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sixboxnurbs.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/slower.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth1.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spaceball.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor_mkroute.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor_routes.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset3.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset4.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset5.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/spheretransform.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2indexedfaceset.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_inexact.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_box_smooth.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder_smooth.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere_half.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_tesselation_creaseangle.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superextrusion.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superrevolver.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superrevolver_pieceofcake.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape2nurbssurface.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape_menu.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershapes.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershapes.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess0.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess11.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess181.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess3.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/timesensor.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/translate_icon.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/triangulated_intersection.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/turnpoint_icon.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/uniform_scale.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/uniform_scale_icon.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/up_down.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload_copy.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/urledit.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/weight.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/windows.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/wrong_center.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xml_parser.html
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xsymetric_mouse_de.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwing_planet.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.wings
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xwings.wrl
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xyz.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xyzonly.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xz_only.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/xzonly.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/y_only.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly_1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/yonly_2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight1.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight2.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfightok.jpg
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Contour2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/CoordinateDeformerPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/InlineLoadControlPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurvePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroup.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroupPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsPositionInterpolator.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsPositionInterpolatorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurfacePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsTextureSurfacePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Polyline2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/TrimmedSurfacePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/index.html
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/inlineloadcontrol_example.wrl
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/nurbs.png
-%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/testall.wrl
-%%PORTDOCS%%%%DOCSDIR%%/wonderland_module_export/wonderland_export.txt
-%%PORTDOCS%%%%DOCSDIR%%/x3d/Arc2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/ArcClose2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanFilterPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanSequencerExample.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanSequencerPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanTogglePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/BooleanTriggerPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/CADGeometryPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/Circle2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/ColorRGBAPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/CoordinateInterpolator2DExample.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/CoordinateInterpolator2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/Disk2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/FillPropertiesPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/IntegerSequencerPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/IntegerTriggerPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/KeySensorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/LinePropertiesPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/LoadSensorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/MultiTexturePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/NurbsPatchSurfacePROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/NurbsPositionInterpolatorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/Polyline2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/Polypoint2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/PositionInterpolator2DExample.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/PositionInterpolator2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/Rectangle2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/StringSensorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/TimeTriggerPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3d/TriangleSet2DPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/FillPropertiesPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/LinePropertiesPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/LoadSensorPROTO.wrl
-%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/MultiTexturePROTO.wrl
-%%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/jme/classes
-%%PORTDOCS%%@dir %%DOCSDIR%%/export_example_java/classes