FreeBSD Bugzilla – Attachment 48515 Details for
Bug 74244
Update port: graphics/white_dune to 0.28.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 19.68 KB, created by
tkato432
on 2004-11-22 15:10:19 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2004-11-22 15:10:19 UTC
Size:
19.68 KB
patch
obsolete
>diff -urN /usr/ports/graphics/white_dune/Makefile graphics/white_dune/Makefile >--- /usr/ports/graphics/white_dune/Makefile Tue Mar 16 19:08:11 2004 >+++ graphics/white_dune/Makefile Sat Nov 20 21:36:05 2004 >@@ -7,9 +7,8 @@ > # > > PORTNAME= white_dune >-PORTVERSION= 0.26.5 >+PORTVERSION= 0.28.1 > PORTEPOCH= 1 >-PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= http://www.csv.ica.uni-stuttgart.de/vrml/dune/ > DISTNAME= ${PORTNAME}-${PORTVERSION:R}pl${PORTVERSION:E} >@@ -18,7 +17,7 @@ > COMMENT= Graphical VRML97 Editor and animation tool > > LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ >- glut:${PORTSDIR}/graphics/libglut \ >+ glut.3:${PORTSDIR}/graphics/libglut \ > png.5:${PORTSDIR}/graphics/png > > USE_MOTIF= yes >@@ -31,12 +30,12 @@ > CONFIGURE_ARGS= --with-optimization \ > --without-devil \ > --with-helpurl="${DOCSDIR}/index.html" \ >- --with-nurbscurveprotourl="${DATADIR}/NurbsCurvePROTO.wrl" \ >- --with-nurbsgroupprotourl="${DATADIR}/NurbsGroupPROTO.wrl" \ >- --with-nurbssurfaceprotourl="${DATADIR}/NurbsSurfacePROTO.wrl" >+ --with-vrml97am1url="${DOCSDIR}/vrml97Amendment1" \ >+ --with-x3ddrafturl="${DOCSDIR}/x3dDraft" \ >+ --with-scriptednodesurl="${DOCSDIR}/scriptedNodes" > ALL_TARGET= # empty > >-MAN1= dune.1 >+MAN1= dune.1 illegal2vrml.1 > > CPPFLAGS= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` \ > -DUSBHID_UCR_DATA >@@ -50,11 +49,11 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune ${PREFIX}/bin >- ${INSTALL_PROGRAM} ${WRKSRC}/bin/dune4kids ${PREFIX}/bin >- ${INSTALL_MAN} ${WRKSRC}/man/dune.1 ${MANPREFIX}/man/man1 >- @${MKDIR} ${DATADIR} >-.for file in NurbsCurvePROTO.wrl NurbsGroupPROTO.wrl NurbsSurfacePROTO.wrl >- ${INSTALL_DATA} ${WRKSRC}/docs/vrml200x_nurbssurface/${file} ${DATADIR} >+.for file in dune4kids illegal2vrml >+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${PREFIX}/bin >+.endfor >+.for file in dune.1 illegal2vrml.1 >+ ${INSTALL_MAN} ${WRKSRC}/man/${file} ${MANPREFIX}/man/man1 > .endfor > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >diff -urN /usr/ports/graphics/white_dune/distinfo graphics/white_dune/distinfo >--- /usr/ports/graphics/white_dune/distinfo Thu Jan 29 20:26:51 2004 >+++ graphics/white_dune/distinfo Sat Nov 20 20:15:27 2004 >@@ -1,2 +1,2 @@ >-MD5 (white_dune-0.26pl5.tar.gz) = 7813ff68ede251aa764faf446ca4e264 >-SIZE (white_dune-0.26pl5.tar.gz) = 3262752 >+MD5 (white_dune-0.28pl1.tar.gz) = 57918c81764052328755565fa8042a13 >+SIZE (white_dune-0.28pl1.tar.gz) = 4172432 >diff -urN /usr/ports/graphics/white_dune/files/patch-configure graphics/white_dune/files/patch-configure >--- /usr/ports/graphics/white_dune/files/patch-configure Thu Jan 1 09:00:00 1970 >+++ graphics/white_dune/files/patch-configure Sat Nov 20 21:16:27 2004 >@@ -0,0 +1,54 @@ >+--- configure.orig Mon Sep 27 18:50:13 2004 >++++ configure Sat Nov 20 21:16:08 2004 >+@@ -2893,51 +2893,8 @@ >+ echo "$ac_t""no" 1>&6 >+ fi >+ >+- echo $ac_n "checking for hid_init in -lusb""... $ac_c" 1>&6 >+-echo "configure:2898: 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 2906 "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:2917: \"$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 -urN /usr/ports/graphics/white_dune/pkg-plist graphics/white_dune/pkg-plist >--- /usr/ports/graphics/white_dune/pkg-plist Mon Dec 22 13:29:36 2003 >+++ graphics/white_dune/pkg-plist Sat Nov 20 20:34:11 2004 >@@ -1,5 +1,12 @@ > bin/dune > bin/dune4kids >+bin/illegal2vrml >+%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/bubbles.wrl >+%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.png >+%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/flame.wrl >+%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.png >+%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/ParticleSourcePROTO/waterfall.wrl >+%%PORTDOCS%%%%DOCSDIR%%/VRML97protos_examples/PseudoCollision4ExaminePROTO/pseudoCollision.wrl > %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/animation_example.wrl > %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/index.html > %%PORTDOCS%%%%DOCSDIR%%/commandline_examples/joystick2.sh >@@ -24,6 +31,7 @@ > %%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/deutsch.jpg > %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dialog.jpg > %%PORTDOCS%%%%DOCSDIR%%/developer_docs/dune.png >@@ -35,17 +43,32 @@ > %%PORTDOCS%%%%DOCSDIR%%/english.jpg > %%PORTDOCS%%%%DOCSDIR%%/index.html > %%PORTDOCS%%%%DOCSDIR%%/russian.jpg >+%%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_example.wrl >+%%PORTDOCS%%%%DOCSDIR%%/scriptedNodes/supershape_example.wrl > %%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/increase_switch.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/on_off.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/oneshot_trigger_increase_switch.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/particles.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolator.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/planesensor2interpolatormophing.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/pseudoCollision4examine.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/sfimage.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple3Dmodeller.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/simple_stopwatch.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/superellipsoid.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/supershape.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleport_animation.wrl >+%%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/teleporter.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test1.jpg > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/test2.jpg > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/ecmascript/text_change.wrl >@@ -57,6 +80,7 @@ > %%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/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 >@@ -66,25 +90,32 @@ > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/touch_trigger.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/transform_animation.wrl > %%PORTDOCS%%%%DOCSDIR%%/typical_vrml_examples/visibilty_trigger.wrl >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6d.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/6dloc.jpg >+%%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/animation_onetime.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime2.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_onetime2.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_recording.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recorded.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/animation_single_recording.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/animationdialog.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_changed.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_dialog.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_result.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/array_start.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/box2nurbsdialog.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/cassettenrecorder.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/center.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/channelview.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/closedpeak.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle1.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/colorcircle2.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/controlpoint.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_dune.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/convex_freewrl.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cosmo_colorpervertex.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/cosmo_no_colorpervertex.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/crash.jpg >@@ -109,20 +140,27 @@ > %%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_interaktion.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_no_colorpervertex.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/dune_ru.html > %%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/fieldchange1.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/fieldchange2.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/hover.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/hover.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/illegal2vrml.1.html > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetappearance.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetcreaseangle.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetmaterial.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetonly.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesettexture.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/indexedfacesetwrongside.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlines.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform1.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/inlinetransform2.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/interpolator.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_move.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/joystick_3D_rot.jpg >@@ -131,8 +169,12 @@ > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface1side.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/mantasurface2side.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/mid_center.png >+%%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/navigation.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/near_far.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/near_far.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_invalid.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/node_add_valid.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/nurbs0.jpg >@@ -159,14 +201,23 @@ > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/preview2.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/recording_one.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rocket.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rot.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rocket.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/rot.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut1.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routecut2.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake1.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routemake2.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_animation.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_full.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_inline.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_jump.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/routeview_zoom.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scale.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_fields.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraph_multiple_target.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/scenegraphchange_copy.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_copy_ptr.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_invalid.jpg >@@ -175,7 +226,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_move.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scenegraphchange_valid.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sceneicon.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schieb.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/schieb.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scriptedit_icon1.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/scripteditor.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild1.jpg >@@ -189,6 +240,9 @@ > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild8.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/simple_scriptbuild9.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sixboxnurbs.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/slower.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth1.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/smooth2.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spaceball.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/sphere_sensor2.jpg >@@ -200,6 +254,21 @@ > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset4.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spherefaceset5.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/spheretransform.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2indexedfaceset.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_dialog.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid2nurbssurface_inexact.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_box_smooth.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_cylinder_smooth.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_sphere_half.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superellipsoid_tesselation_creaseangle.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/superextrusion.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape2nurbssurface.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape2nurbssurface_dialog.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/supershape_menu.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric1.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/symetric2.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/tess0.jpg >@@ -209,31 +278,51 @@ > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/timesensor.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/transform2.jpg >-%%PORTDOCS%%%%DOCSDIR%%/usage_docs/up_down.jpg >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/up_down.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/upload_copy.png > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/urledit.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/weight.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/windows.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/wrong_center.png >+%%PORTDOCS%%%%DOCSDIR%%/usage_docs/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/zfight.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight1.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfight2.jpg > %%PORTDOCS%%%%DOCSDIR%%/usage_docs/zfightok.jpg >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsCurve.wrl >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsCurvePROTO.wrl >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsGroup.wrl >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsGroupPROTO.wrl >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsSurface.wrl >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsSurfacePROTO.wrl >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/NurbsSurface_example.wrl >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/index.html >-%%PORTDOCS%%%%DOCSDIR%%/vrml200x_nurbssurface/nurbs.png >-%%DATADIR%%/NurbsCurvePROTO.wrl >-%%DATADIR%%/NurbsGroupPROTO.wrl >-%%DATADIR%%/NurbsSurfacePROTO.wrl >-@dirrm %%DATADIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/vrml200x_nurbssurface >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Contour2DPROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/CoordinateDeformerPROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/InlineLoadControlPROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurve2DPROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsCurvePROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroup.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsGroupPROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsPositionInterpolator.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsPositionInterpolatorPROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurfacePROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsSurface_example.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/NurbsTextureSurfacePROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/Polyline2DPROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/TrimmedSurfacePROTO.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/index.html >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/inlineloadcontrol_example.wrl >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/nurbs.png >+%%PORTDOCS%%%%DOCSDIR%%/vrml97Amendment1/testall.wrl >+%%PORTDOCS%%%%DOCSDIR%%/x3dDraft/LoadSensorPROTO.wrl >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/x3dDraft >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/vrml97Amendment1 > %%PORTDOCS%%@dirrm %%DOCSDIR%%/usage_docs > %%PORTDOCS%%@dirrm %%DOCSDIR%%/typical_vrml_examples/ecmascript > %%PORTDOCS%%@dirrm %%DOCSDIR%%/typical_vrml_examples >+%%PORTDOCS%%@dirrm %%DOCSDIR%%/scriptedNodes > %%PORTDOCS%%@dirrm %%DOCSDIR%%/developer_docs > %%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%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 74244
: 48515