aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-01-19 21:26:38 +0800
committerpav <pav@FreeBSD.org>2011-01-19 21:26:38 +0800
commit886bc2b21b6f897ef55f5bb774cab0807341954a (patch)
treeefcb31518d74f52b955558480c6fde52078bd8a7 /graphics
parente20e66074ed90a260fe19c69bf936d29bbf33ae6 (diff)
downloadfreebsd-ports-gnome-886bc2b21b6f897ef55f5bb774cab0807341954a.tar.gz
freebsd-ports-gnome-886bc2b21b6f897ef55f5bb774cab0807341954a.tar.zst
freebsd-ports-gnome-886bc2b21b6f897ef55f5bb774cab0807341954a.zip
- Update to 0.30pl5
- Grant maintainership to submitter PR: ports/153823 Submitted by: Stas Timokhin <devel@stasyan.com> Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/white_dune/Makefile19
-rw-r--r--graphics/white_dune/distinfo5
-rw-r--r--graphics/white_dune/files/patch-configure54
-rw-r--r--graphics/white_dune/files/patch-src::Makefile.in22
-rw-r--r--graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in27
-rw-r--r--graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c51
-rw-r--r--graphics/white_dune/files/patch-src::swt::motif::Makefile.in11
-rw-r--r--graphics/white_dune/files/patch-src::swt::rc::Makefile.in10
-rw-r--r--graphics/white_dune/files/patch-src::swt::tests::Makefile.in12
-rw-r--r--graphics/white_dune/pkg-plist331
10 files changed, 396 insertions, 146 deletions
diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile
index fea4a94cbfd1..41efdbced48f 100644
--- a/graphics/white_dune/Makefile
+++ b/graphics/white_dune/Makefile
@@ -8,18 +8,21 @@
PORTNAME= white_dune
PORTVERSION= ${DISTVERSION:S/pl/./}
-DISTVERSION= 0.28pl14
-PORTREVISION= 4
+DISTVERSION= 0.30pl5
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= http://vrml.cip.ica.uni-stuttgart.de/dune/ CENKES
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= devel@stasyan.com
COMMENT= Graphical VRML97 Editor and animation tool
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.6:${PORTSDIR}/graphics/png
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USE_XORG= xft
USE_MOTIF= yes
USE_GL= gl glu glut
USE_SDL= sdl
@@ -32,7 +35,7 @@ CONFIGURE_ARGS= --with-optimization \
--with-vrml97am1url="${DOCSDIR}/vrml97Amendment1" \
--with-x3ddrafturl="${DOCSDIR}/x3dDraft" \
--with-scriptednodesurl="${DOCSDIR}/scriptedNodes"
-CPPFLAGS= `${SDL_CONFIG} --cflags` -DUSBHID_UCR_DATA -DUSBHID_NEW
+CPPFLAGS= `${SDL_CONFIG} --cflags` -DUSBHID_UCR_DATA -DUSBHID_NEW -D__FREEBSD__
LDFLAGS= `${SDL_CONFIG} --libs`
ALL_TARGET= dune
@@ -46,10 +49,4 @@ do-install:
@cd ${WRKSRC}/docs/&&${COPYTREE_SHARE} . ${DOCSDIR}/
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800064
-BROKEN= does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/white_dune/distinfo b/graphics/white_dune/distinfo
index 98cce9d2db3a..1b48fb3f8d48 100644
--- a/graphics/white_dune/distinfo
+++ b/graphics/white_dune/distinfo
@@ -1,3 +1,2 @@
-MD5 (white_dune-0.28pl14.tar.gz) = e346943fabda25d6c1e431be5f7e6d54
-SHA256 (white_dune-0.28pl14.tar.gz) = c74dd6dbbdaa4491b4556561cc6897eb91db8c6a6cae48fe50c2967251c5415b
-SIZE (white_dune-0.28pl14.tar.gz) = 4124846
+SHA256 (white_dune-0.30pl5.tar.gz) = e99a282a3b6b288d20fd81a9aff683a7741caa00a10bec079aaeee9acd63abe7
+SIZE (white_dune-0.30pl5.tar.gz) = 11741032
diff --git a/graphics/white_dune/files/patch-configure b/graphics/white_dune/files/patch-configure
deleted file mode 100644
index 33ce7c781a02..000000000000
--- a/graphics/white_dune/files/patch-configure
+++ /dev/null
@@ -1,54 +0,0 @@
---- configure.orig Sat Dec 18 09:56:14 2004
-+++ configure Sat Dec 18 18:43:28 2004
-@@ -2922,51 +2922,8 @@
- echo "$ac_t""no" 1>&6
- fi
-
-- echo $ac_n "checking for hid_init in -lusb""... $ac_c" 1>&6
--echo "configure:2927: checking for hid_init in -lusb" >&5
--ac_lib_var=`echo usb'_'hid_init | sed 'y%./+-%__p_%'`
--if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
-- ac_save_LIBS="$LIBS"
--LIBS="-lusb $LIBS"
--cat > conftest.$ac_ext <<EOF
--#line 2935 "configure"
--#include "confdefs.h"
--/* Override any gcc2 internal prototype to avoid an error. */
--/* We use char because int might match the return type of a gcc2
-- builtin and then its argument prototype would still apply. */
--char hid_init();
--
--int main() {
--hid_init()
--; return 0; }
--EOF
--if { (eval echo configure:2946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=yes"
--else
-- echo "configure: failed program was:" >&5
-- cat conftest.$ac_ext >&5
-- rm -rf conftest*
-- eval "ac_cv_lib_$ac_lib_var=no"
--fi
--rm -f conftest*
--LIBS="$ac_save_LIBS"
--
--fi
--if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
-- echo "$ac_t""yes" 1>&6
-- have_libusb=yes
--else
-- echo "$ac_t""no" 1>&6
--fi
--
- if test x$have_libusbhid = xyes; then
- SYSTEM_LIBS="$SYSTEM_LIBS -lusbhid"
-- fi
-- if test x$have_libusb = xyes; then
-- SYSTEM_LIBS="$SYSTEM_LIBS -lusb"
- fi
-
- ac_safe=`echo "usb.h" | sed 'y%./+-%__p_%'`
diff --git a/graphics/white_dune/files/patch-src::Makefile.in b/graphics/white_dune/files/patch-src::Makefile.in
index 09d7debf9044..0770250471f0 100644
--- a/graphics/white_dune/files/patch-src::Makefile.in
+++ b/graphics/white_dune/files/patch-src::Makefile.in
@@ -1,13 +1,13 @@
---- src/Makefile.in.orig Tue Nov 25 01:30:34 2003
-+++ src/Makefile.in Tue Nov 25 15:07:52 2003
-@@ -11,8 +11,8 @@
- # WARNINGS = -Wall -Wwrite-strings
- # WARNINGS = -woff 3303
- # LFLAGS = -woff 1167 -woff 1110 -woff 3322
--CFLAGS = @OPTIM@ $(WARNINGS) -I. -Iswt/include @CPPFLAGS@
--CXXFLAGS = $(CFLAGS)
-+CFLAGS = @CFLAGS@ $(WARNINGS) -I. -Iswt/include @CPPFLAGS@
+--- 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@ -Lswt/lib -lswt -LSDLjoystick @SDL_JOYSTICK_LIBS@ @LIBS@
+ 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::Makefile.in b/graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in
deleted file mode 100644
index 0693bd964728..000000000000
--- a/graphics/white_dune/files/patch-src::SDLjoystick::Makefile.in
+++ /dev/null
@@ -1,27 +0,0 @@
---- src/SDLjoystick/Makefile.in.orig Tue Nov 25 01:30:45 2003
-+++ src/SDLjoystick/Makefile.in Tue Nov 25 15:23:59 2003
-@@ -13,7 +13,7 @@
- SDL_JOYSTICK_SUBDIR = @SDL_JOYSTICK_SUBDIR@
- LIBS = @LIBS@
-
--CFLAGS = @CFLAGS@ -I$$PWD
-+CFLAGS = @CFLAGS@ -I$$PWD @CPPFLAGS@
- RANLIB = @RANLIB@
-
- OBJS = mini_SDL_joystick.o $(SDL_JOYSTICK_SUBDIR)/SDL_sysjoystick.o
-@@ -24,13 +24,13 @@
- $(RANLIB) $@
-
- joysticktest: joysticktest.c libSDLjoystick.a
-- cc -o $@ $(CFLAGS) joysticktest.c libSDLjoystick.a $(LIBS)
-+ $(CC) -o $@ $(CFLAGS) joysticktest.c libSDLjoystick.a $(LIBS)
-
- clean:
- rm -f joysticktest libSDLjoystick.a *.o */*.o
-
- depend:
-- cc -M -I$$PWD $(SDL_JOYSTICK_SUBDIR)/SDL_sysjoystick.c >> Makefile
-+ $(CC) -M -I$$PWD $(SDL_JOYSTICK_SUBDIR)/SDL_sysjoystick.c >> Makefile
-
- # do not delete
-
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
index 6a6878243655..85fd346ae684 100644
--- a/graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c
+++ b/graphics/white_dune/files/patch-src::SDLjoystick::bsd::SDL_sysjoystick.c
@@ -1,8 +1,8 @@
---- src/SDLjoystick/bsd/SDL_sysjoystick.c.orig Tue Nov 25 01:30:44 2003
-+++ src/SDLjoystick/bsd/SDL_sysjoystick.c Tue Nov 25 21:30:52 2003
-@@ -39,9 +39,6 @@
- #include <string.h>
- #include <errno.h>
+--- 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>
@@ -10,12 +10,51 @@
#include <dev/usb/usb.h>
#include <dev/usb/usbhid.h>
-@@ -51,6 +48,8 @@
+@@ -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::motif::Makefile.in b/graphics/white_dune/files/patch-src::swt::motif::Makefile.in
deleted file mode 100644
index 1e93e289e747..000000000000
--- a/graphics/white_dune/files/patch-src::swt::motif::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/swt/motif/Makefile.in.orig Tue Jul 16 23:42:39 2002
-+++ src/swt/motif/Makefile.in Tue Aug 20 05:05:49 2002
-@@ -8,7 +8,7 @@
- INCDIRS = -I../.. -I../include @CPPFLAGS@
- # WARNINGS = -Wall -Wwrite-strings
- FONT24 = @FONT24@
--CFLAGS = @OPTIM@ $(WARNINGS) $(INCDIRS) -DFONT24=\"$(FONT24)\"
-+CFLAGS = @CFLAGS@ $(WARNINGS) $(INCDIRS) -DFONT24=\"$(FONT24)\"
- DLIB = ../lib/libswt.so.0.1
- SLIB = ../lib/libswt.a
-
diff --git a/graphics/white_dune/files/patch-src::swt::rc::Makefile.in b/graphics/white_dune/files/patch-src::swt::rc::Makefile.in
index b9f0098fa9e3..84847cabc7dd 100644
--- a/graphics/white_dune/files/patch-src::swt::rc::Makefile.in
+++ b/graphics/white_dune/files/patch-src::swt::rc::Makefile.in
@@ -1,12 +1,10 @@
---- src/swt/rc/Makefile.in.orig Tue Jul 16 23:42:38 2002
-+++ src/swt/rc/Makefile.in Tue Aug 20 05:08:27 2002
-@@ -10,8 +10,8 @@
- LIBDIRS =
+--- 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 = -g $(WARNINGS) $(INCDIRS) @CFLAGS@
-MAKEDEPEND=gcc -MM
-+CFLAGS = @CFLAGS@ $(WARNINGS) $(INCDIRS)
+MAKEDEPEND=@CC@ -MM
YFLAGS = -d
diff --git a/graphics/white_dune/files/patch-src::swt::tests::Makefile.in b/graphics/white_dune/files/patch-src::swt::tests::Makefile.in
index cbe9b8575c30..989b3e61e789 100644
--- a/graphics/white_dune/files/patch-src::swt::tests::Makefile.in
+++ b/graphics/white_dune/files/patch-src::swt::tests::Makefile.in
@@ -1,13 +1,11 @@
---- src/swt/tests/Makefile.in.orig Tue Jul 16 23:42:38 2002
-+++ src/swt/tests/Makefile.in Tue Aug 20 05:04:37 2002
-@@ -12,8 +12,8 @@
- INCDIRS = -I../include
+--- 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)
+ CFLAGS = -g $(WARNINGS) $(INCDIRS) @COMMONFLAGS@ @CFLAGS@
-CXXFLAGS = $(CFLAGS)
-+CFLAGS = @CFLAGS@ $(WARNINGS) $(INCDIRS)
-+CXXFLAGS = @CXXFLAGS@ $(WARNINGS) $(INCDIRS)
++CXXFLAGS = @CXXFLAGS@
TARGETS = swTest text buttons doodle drawing tree restest draw1
diff --git a/graphics/white_dune/pkg-plist b/graphics/white_dune/pkg-plist
index 2e640b68faf1..b29243b411d9 100644
--- a/graphics/white_dune/pkg-plist
+++ b/graphics/white_dune/pkg-plist
@@ -13,6 +13,8 @@ bin/illegal2vrml
%%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
@@ -22,16 +24,47 @@ bin/illegal2vrml
%%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_m$windows.bat
-%%PORTDOCS%%%%DOCSDIR%%/commandline_examples/wingmanrumblepad_m$windows.bat.html
%%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/adding_a_new_node.txt
+%%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
@@ -41,20 +74,93 @@ bin/illegal2vrml
%%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
@@ -67,6 +173,8 @@ bin/illegal2vrml
%%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
@@ -80,22 +188,28 @@ bin/illegal2vrml
%%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
@@ -116,8 +230,6 @@ bin/illegal2vrml
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/controlpoint.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_dune.png
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_freewrl.png
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cosmo_colorpervertex.jpg
-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cosmo_no_colorpervertex.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crash.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/crashrestore.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cylinder.jpg
@@ -132,26 +244,112 @@ bin/illegal2vrml
%%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.1.html
+%%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_colorpervertex.jpg
+%%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_no_colorpervertex.jpg
+%%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/illegal2vrml_1.html
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetappearance.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetcreaseangle.jpg
%%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetmaterial.jpg
@@ -169,14 +367,28 @@ bin/illegal2vrml
%%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
@@ -195,14 +407,21 @@ bin/illegal2vrml
%%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
@@ -213,22 +432,37 @@ bin/illegal2vrml
%%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_up.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
@@ -265,11 +499,14 @@ bin/illegal2vrml
%%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
@@ -279,6 +516,11 @@ bin/illegal2vrml
%%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
@@ -286,10 +528,24 @@ bin/illegal2vrml
%%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
@@ -314,16 +570,71 @@ bin/illegal2vrml
%%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%%@dirrm %%DOCSDIR%%/x3dDraft
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/x3d
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/wonderland_module_export
%%PORTDOCS%%@dirrm %%DOCSDIR%%/vrml97Amendment1
%%PORTDOCS%%@dirrm %%DOCSDIR%%/usage_docs
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/typical_vrml_examples/xj3d_RigidBodyPhysics
%%PORTDOCS%%@dirrm %%DOCSDIR%%/typical_vrml_examples/ecmascript
%%PORTDOCS%%@dirrm %%DOCSDIR%%/typical_vrml_examples
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/scripted_Nodes
%%PORTDOCS%%@dirrm %%DOCSDIR%%/scriptedNodes
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/rendering_bugs/textures
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/rendering_bugs
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/hanim_history
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/fieldpipe_examples/C_example
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/fieldpipe_examples
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_java/jme/classes
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_java/jme
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_java/classes
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_java
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_c/libCRWD
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_c++/libC++RWD
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_c++
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/export_example_c
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/exportContainers
%%PORTDOCS%%@dirrm %%DOCSDIR%%/developer_docs
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/coverNodes
%%PORTDOCS%%@dirrm %%DOCSDIR%%/commandline_examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%/VRML97protos_examples/PseudoCollision4ExaminePROTO
%%PORTDOCS%%@dirrm %%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO
%%PORTDOCS%%@dirrm %%DOCSDIR%%/VRML97protos_examples
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/export_example_java/jme/classes
+%%PORTDOCS%%@exec mkdir -p %D/%%DOCSDIR%%/export_example_java/classes