Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jul 2020 09:35:16 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542484 - in head: . graphics graphics/wdune graphics/wdune/files
Message-ID:  <202007180935.06I9ZGJ3053194@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Jul 18 09:35:16 2020
New Revision: 542484
URL: https://svnweb.freebsd.org/changeset/ports/542484

Log:
  Resurrect port: graphics/wdune
  
  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.
  
  WWW: https://wdune.ourproject.org/
  
  PR:		248033
  Submitted by:	Joerg Scheurich <mufti11@web.de>

Added:
  head/graphics/wdune/
     - copied from r417941, head/graphics/white_dune/
Deleted:
  head/graphics/wdune/files/patch-src-pngLoad.c
  head/graphics/wdune/files/patch-src__Array.h
  head/graphics/wdune/files/patch-src__Makefile.in
Modified:
  head/MOVED
  head/graphics/Makefile
  head/graphics/wdune/Makefile
  head/graphics/wdune/distinfo
  head/graphics/wdune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c
  head/graphics/wdune/files/patch-src__swt__rc__Makefile.in
  head/graphics/wdune/files/patch-src__swt__tests__Makefile.in
  head/graphics/wdune/pkg-descr
  head/graphics/wdune/pkg-plist

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Jul 18 09:31:19 2020	(r542483)
+++ head/MOVED	Sat Jul 18 09:35:16 2020	(r542484)
@@ -8322,7 +8322,6 @@ japanese/jyuroku||2016-07-04|Has expired: Broken for m
 japanese/mtools||2016-07-04|Has expired: Broken for more than 6 months
 palm/pdbar||2016-07-04|Has expired: Broken for more than 6 months
 graphics/gplot||2016-07-04|Has expired: Broken for more than 6 months
-graphics/white_dune||2016-07-04|Has expired: Broken for more than 6 months
 graphics/whirlgif||2016-07-04|Has expired: Broken for more than 6 months
 graphics/libaux||2016-07-04|Has expired: Broken for more than 6 months
 graphics/import-pictures||2016-07-04|Has expired: Broken for more than 6 months
@@ -15153,3 +15152,4 @@ audio/aucatctl|audio/sndio|2020-07-12|Use sndioctl fro
 devel/py-freenas.dispatcher||2020-07-14|Uses deprecated version of python
 textproc/scancode-toolkit||2020-07-14|Uses deprecated version of python
 www/py-kallithea||2020-07-14|Uses deprecated version of python
+graphics/white_dune|graphics/wdune|2020-07-18|Expired in 2016, brought back under new name

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Jul 18 09:31:19 2020	(r542483)
+++ head/graphics/Makefile	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1068,6 +1068,7 @@
     SUBDIR += wayland-info
     SUBDIR += wayland-protocols
     SUBDIR += waylandpp
+    SUBDIR += wdune
     SUBDIR += webp
     SUBDIR += webp-pixbuf-loader
     SUBDIR += wings

Modified: head/graphics/wdune/Makefile
==============================================================================
--- head/graphics/white_dune/Makefile	Sat Jul  2 20:01:22 2016	(r417941)
+++ head/graphics/wdune/Makefile	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1,49 +1,39 @@
 # Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	white_dune
-PORTVERSION=	${DISTVERSION:S/pl/./}
-DISTVERSION=	0.30pl5
-PORTREVISION=	8
-PORTEPOCH=	1
+PORTNAME=	wdune
+PORTVERSION=	1.921
 CATEGORIES=	graphics
-MASTER_SITES=	http://vrml.cip.ica.uni-stuttgart.de/dune/
+MASTER_SITES=	ftp://ftp.ourproject.org/pub/wdune/
 
-MAINTAINER=	devel@stasyan.com
+MAINTAINER=	pi@FreeBSD.org
 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
+BUILD_DEPENDS=	cgal>0:math/cgal
+LIB_DEPENDS=	libpng.so:graphics/png \
+		libswresample.so:multimedia/ffmpeg \
+		libexpat.so:textproc/expat2 \
+		libcurl.so:ftp/curl \
+		libfreetype.so:print/freetype2 \
+		libosdCPU.so:graphics/opensubdiv
+
+USES=		gl jpeg motif sdl tar:bzip2 xorg
+USE_XORG=	x11 xft xi xmu xext xt
 USE_GL=		gl glu glut
 USE_SDL=	sdl
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	YACC="/usr/bin/byacc"
-CONFIGURE_ARGS=	--with-optimization \
+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`
+		--with-cgalheaders \
+		--with-helpurl="${DOCSDIR}/index.html"
+CPPFLAGS+=	-I${LOCALBASE}/include/freetype2 -D__FREEBSD__
+LDFLAGS+=	-L${LOCALBASE}/lib
 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 \
@@ -51,6 +41,6 @@ do-install:
 	cd ${WRKSRC}/man && ${INSTALL_MAN} dune.1 illegal2vrml.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 do-install-DOCS-on:
-	@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>

Modified: head/graphics/wdune/distinfo
==============================================================================
--- head/graphics/white_dune/distinfo	Sat Jul  2 20:01:22 2016	(r417941)
+++ head/graphics/wdune/distinfo	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1,2 +1,3 @@
-SHA256 (white_dune-0.30pl5.tar.gz) = e99a282a3b6b288d20fd81a9aff683a7741caa00a10bec079aaeee9acd63abe7
-SIZE (white_dune-0.30pl5.tar.gz) = 11741032
+TIMESTAMP = 1595009914
+SHA256 (wdune-1.921.tar.bz2) = a7157eb0c9c5468ab78c8ecbb1ef8417870a34328d3340769d005a3ebf44a485
+SIZE (wdune-1.921.tar.bz2) = 45656432

Modified: head/graphics/wdune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c
==============================================================================
--- head/graphics/white_dune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c	Sat Jul  2 20:01:22 2016	(r417941)
+++ head/graphics/wdune/files/patch-src__SDLjoystick__bsd__SDL_sysjoystick.c	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1,6 +1,6 @@
---- 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 @@
+--- 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"
  
@@ -10,23 +10,25 @@
  #include <dev/usb/usb.h>
  #include <dev/usb/usbhid.h>
  
-@@ -53,6 +50,15 @@
+@@ -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
-+
+ #endif
+ 
 +#ifdef __FREEBSD__
 +#ifndef __DragonFly__
 +#include <osreldate.h>
 +#endif
 +#include <sys/joystick.h>
- #endif
- 
++#endif
++
  #include "SDL_error.h"
-@@ -64,6 +70,13 @@
+ #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)
  
@@ -40,7 +42,7 @@
  struct report {
      struct usb_ctl_report *buf;  /* Buffer */
      size_t size;  /* Buffer size */
-@@ -120,7 +133,7 @@
+@@ -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 *);
  
@@ -49,7 +51,7 @@
  #define REP_BUF_DATA(rep) ((rep)->buf->ucr_data)
  #else
  #define REP_BUF_DATA(rep) ((rep)->buf->data)
-@@ -132,7 +145,7 @@
+@@ -132,7 +145,7 @@ SDL_SYS_JoystickInit(void)
      char s[16];
      int i, fd;
  

Modified: head/graphics/wdune/files/patch-src__swt__rc__Makefile.in
==============================================================================
--- head/graphics/white_dune/files/patch-src__swt__rc__Makefile.in	Sat Jul  2 20:01:22 2016	(r417941)
+++ head/graphics/wdune/files/patch-src__swt__rc__Makefile.in	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1,6 +1,6 @@
---- 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 @@
+--- 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@

Modified: head/graphics/wdune/files/patch-src__swt__tests__Makefile.in
==============================================================================
--- head/graphics/white_dune/files/patch-src__swt__tests__Makefile.in	Sat Jul  2 20:01:22 2016	(r417941)
+++ head/graphics/wdune/files/patch-src__swt__tests__Makefile.in	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1,6 +1,6 @@
---- 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 @@
+--- 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@ 

Modified: head/graphics/wdune/pkg-descr
==============================================================================
--- head/graphics/white_dune/pkg-descr	Sat Jul  2 20:01:22 2016	(r417941)
+++ head/graphics/wdune/pkg-descr	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1,5 +1,8 @@
-White_dune is a low level tool, it can read VRML97 files, display and let
+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.
 
-WWW: http://vrml.cip.ica.uni-stuttgart.de/dune/
+WWW: https://wdune.ourproject.org/

Modified: head/graphics/wdune/pkg-plist
==============================================================================
--- head/graphics/white_dune/pkg-plist	Sat Jul  2 20:01:22 2016	(r417941)
+++ head/graphics/wdune/pkg-plist	Sat Jul 18 09:35:16 2020	(r542484)
@@ -1,8 +1,3 @@
-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
@@ -10,6 +5,8 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -22,7 +19,6 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -61,13 +57,13 @@ man/man1/illegal2vrml.1.gz
 %%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/deutsch.jpg
 %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dialog.jpg
 %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune.png
 %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune_developer.html
@@ -76,46 +72,166 @@ man/man1/illegal2vrml.1.gz
 %%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++/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/opengl_example.anjuta
+%%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/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_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/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%%/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
@@ -123,6 +239,7 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -136,20 +253,12 @@ man/man1/illegal2vrml.1.gz
 %%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/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
@@ -195,8 +304,8 @@ man/man1/illegal2vrml.1.gz
 %%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/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
@@ -204,36 +313,261 @@ man/man1/illegal2vrml.1.gz
 %%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%%/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
@@ -245,6 +579,7 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -252,6 +587,18 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -264,9 +611,12 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -275,16 +625,116 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -304,9 +754,7 @@ man/man1/illegal2vrml.1.gz
 %%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
@@ -350,7 +798,98 @@ man/man1/illegal2vrml.1.gz
 %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog55.png
 %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog56.jpg
 %%PORTDOCS%%%%DOCSDIR%%/usage_docs/frog57.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game1.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game10.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game11.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game12.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game13.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game14.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game15.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game16.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game17.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game19.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game2.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game20.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game21.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game3.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game4.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game5.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game6.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game7.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game8.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/game9.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/gimp_commandline.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/gimp_errormessage.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider1.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider10.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider11.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider11a.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider12.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider13.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider14.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider15.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider16.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider17.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider18.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider19.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider2.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider20.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider21.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider22.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider23.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider24.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider25.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider26.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider27.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider28.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider29.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider3.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider30.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31a.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider31b.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider32.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider33.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider34.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider35.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider36.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider37.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider38.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider39.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider4.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider40.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider41.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider41a.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider42.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider42a.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider45.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider46.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider47.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48a.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider48b.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider49.png
+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/glider5.png

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007180935.06I9ZGJ3053194>