Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2005 00:15:25 +0000 (UTC)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/libx3dtk Makefile distinfo pkg-descr pkg-plist ports/graphics/libx3dtk/files X3DAbstractNodeForward.h patch-MESH_SFDirectEdge.inl patch-MESH_SFEdge.inl patch-MESH_SFIndirectEdge.inl patch-MESH_SceneGraphTypes.h ...
Message-ID:  <200511180015.jAI0FPJF036902@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pav         2005-11-18 00:15:25 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/libx3dtk    Makefile distinfo pkg-descr pkg-plist 
    graphics/libx3dtk/files X3DAbstractNodeForward.h 
                            patch-MESH_SFDirectEdge.inl 
                            patch-MESH_SFEdge.inl 
                            patch-MESH_SFIndirectEdge.inl 
                            patch-MESH_SceneGraphTypes.h 
                            patch-X3DAbstractNode.h 
                            patch-X3DAttributeRecorder.inl 
                            patch-X3DMFNodeFunctor.inl 
                            patch-X3DMFNodeRecorder.inl 
                            patch-X3DSFNodeFunctor.inl 
                            patch-X3DSFNodeRecorder.inl 
                            patch-examples-X3DViewer-Viewer.cpp 
                            patch-examples-examples.pro 
                            patch-examples-glNormalViewer-Viewer.cpp 
                            patch-examples-icosahedronViewer-Viewer.cpp 
                            patch-examples-infoReader-X3D_Info.cpp 
                            patch-examples-infoReader-infoReader.pro 
                            patch-examples-meshCreation-meshCreation.pro 
                            patch-examples-meshExtension-meshExtension.pro 
                            patch-examples-meshTransformComputer-meshTransformComputer.pro 
                            patch-examples-meshViewer-Viewer.cpp 
                            patch-examples-myMemReleaser-myMemReleaser.pro 
                            patch-examples-myStructureComputer-myStructureComputer.pro 
                            patch-examples-newNodeViewer-Viewer.cpp 
                            patch-examples-nodeCounter-nodeCounter.pro 
                            patch-examples-redefineNodeTester-redefineNodeTester.pro 
                            patch-examples-simpleAnimationViewer-Viewer.cpp 
                            patch-examples-simpleNodeCounter-simpleNodeCounter.pro 
                            patch-examples-simplifiedMeshViewer-Viewer.cpp 
                            patch-src-X3DMFNodeFunctor.inl 
                            patch-src-X3DSFNodeFunctor.inl 
  Log:
  X3DToolKit is a portable LGPL free C++ toolkit for loading, displaying and
  processing X3D models
  
  PR:             ports/88184
  Submitted by:   German Tischler <tanis@gaspode.franken.de>
  
  Revision  Changes    Path
  1.880     +1 -0      ports/graphics/Makefile
  1.1       +540 -0    ports/graphics/libx3dtk/Makefile (new)
  1.1       +3 -0      ports/graphics/libx3dtk/distinfo (new)
  1.1       +24 -0     ports/graphics/libx3dtk/files/X3DAbstractNodeForward.h (new)
  1.1       +103 -0    ports/graphics/libx3dtk/files/patch-MESH_SFDirectEdge.inl (new)
  1.1       +33 -0     ports/graphics/libx3dtk/files/patch-MESH_SFEdge.inl (new)
  1.1       +103 -0    ports/graphics/libx3dtk/files/patch-MESH_SFIndirectEdge.inl (new)
  1.1       +206 -0    ports/graphics/libx3dtk/files/patch-MESH_SceneGraphTypes.h (new)
  1.1       +21 -0     ports/graphics/libx3dtk/files/patch-X3DAbstractNode.h (new)
  1.1       +27 -0     ports/graphics/libx3dtk/files/patch-X3DAttributeRecorder.inl (new)
  1.1       +53 -0     ports/graphics/libx3dtk/files/patch-X3DMFNodeFunctor.inl (new)
  1.1       +27 -0     ports/graphics/libx3dtk/files/patch-X3DMFNodeRecorder.inl (new)
  1.1       +65 -0     ports/graphics/libx3dtk/files/patch-X3DSFNodeFunctor.inl (new)
  1.1       +27 -0     ports/graphics/libx3dtk/files/patch-X3DSFNodeRecorder.inl (new)
  1.1       +22 -0     ports/graphics/libx3dtk/files/patch-examples-X3DViewer-Viewer.cpp (new)
  1.1       +23 -0     ports/graphics/libx3dtk/files/patch-examples-examples.pro (new)
  1.1       +22 -0     ports/graphics/libx3dtk/files/patch-examples-glNormalViewer-Viewer.cpp (new)
  1.1       +22 -0     ports/graphics/libx3dtk/files/patch-examples-icosahedronViewer-Viewer.cpp (new)
  1.1       +19 -0     ports/graphics/libx3dtk/files/patch-examples-infoReader-X3D_Info.cpp (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-infoReader-infoReader.pro (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-meshCreation-meshCreation.pro (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-meshExtension-meshExtension.pro (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-meshTransformComputer-meshTransformComputer.pro (new)
  1.1       +22 -0     ports/graphics/libx3dtk/files/patch-examples-meshViewer-Viewer.cpp (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-myMemReleaser-myMemReleaser.pro (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-myStructureComputer-myStructureComputer.pro (new)
  1.1       +22 -0     ports/graphics/libx3dtk/files/patch-examples-newNodeViewer-Viewer.cpp (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-nodeCounter-nodeCounter.pro (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-redefineNodeTester-redefineNodeTester.pro (new)
  1.1       +22 -0     ports/graphics/libx3dtk/files/patch-examples-simpleAnimationViewer-Viewer.cpp (new)
  1.1       +13 -0     ports/graphics/libx3dtk/files/patch-examples-simpleNodeCounter-simpleNodeCounter.pro (new)
  1.1       +22 -0     ports/graphics/libx3dtk/files/patch-examples-simplifiedMeshViewer-Viewer.cpp (new)
  1.1       +60 -0     ports/graphics/libx3dtk/files/patch-src-X3DMFNodeFunctor.inl (new)
  1.1       +57 -0     ports/graphics/libx3dtk/files/patch-src-X3DSFNodeFunctor.inl (new)
  1.1       +5 -0      ports/graphics/libx3dtk/pkg-descr (new)
  1.1       +464 -0    ports/graphics/libx3dtk/pkg-plist (new)



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