math/openmesh: Update 7.1 -> 8.0
This commit is contained in:
parent
69ebb89db7
commit
3ed70e56a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507491
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openmesh
|
||||
DISTVERSION= 7.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 8.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.openmesh.org/media/Releases/${DISTVERSION}/
|
||||
DISTNAME= OpenMesh-${DISTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1540164884
|
||||
SHA256 (OpenMesh-7.1.tar.gz) = 4c53f284ed2a59b93a2add84fbce5873f3ab5193960db79ebb17a71163f34c9a
|
||||
SIZE (OpenMesh-7.1.tar.gz) = 24860170
|
||||
TIMESTAMP = 1564278933
|
||||
SHA256 (OpenMesh-8.0.tar.gz) = 8974d44026cacaa37b171945b5c96a284bfd32c9df9d671d62931050d057ec82
|
||||
SIZE (OpenMesh-8.0.tar.gz) = 26373362
|
||||
|
@ -12,10 +12,11 @@ bin/commandlineSubdivider
|
||||
bin/mconvert
|
||||
bin/mkbalancedpm
|
||||
include/OpenMesh/Core/Geometry/Config.hh
|
||||
include/OpenMesh/Core/Geometry/EigenVectorT.hh
|
||||
include/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh
|
||||
include/OpenMesh/Core/Geometry/MathDefs.hh
|
||||
include/OpenMesh/Core/Geometry/NormalConeT.cc
|
||||
include/OpenMesh/Core/Geometry/NormalConeT.hh
|
||||
include/OpenMesh/Core/Geometry/NormalConeT_impl.hh
|
||||
include/OpenMesh/Core/Geometry/Plane3d.hh
|
||||
include/OpenMesh/Core/Geometry/QuadricT.hh
|
||||
include/OpenMesh/Core/Geometry/Vector11T.hh
|
||||
@ -27,7 +28,7 @@ include/OpenMesh/Core/IO/IOManager.hh
|
||||
include/OpenMesh/Core/IO/MeshIO.hh
|
||||
include/OpenMesh/Core/IO/OFFFormat.hh
|
||||
include/OpenMesh/Core/IO/OMFormat.hh
|
||||
include/OpenMesh/Core/IO/OMFormatT.cc
|
||||
include/OpenMesh/Core/IO/OMFormatT_impl.hh
|
||||
include/OpenMesh/Core/IO/Options.hh
|
||||
include/OpenMesh/Core/IO/SR_binary.hh
|
||||
include/OpenMesh/Core/IO/SR_binary_spec.hh
|
||||
@ -57,7 +58,7 @@ include/OpenMesh/Core/IO/writer/STLWriter.hh
|
||||
include/OpenMesh/Core/IO/writer/VTKWriter.hh
|
||||
include/OpenMesh/Core/Mesh/ArrayItems.hh
|
||||
include/OpenMesh/Core/Mesh/ArrayKernel.hh
|
||||
include/OpenMesh/Core/Mesh/ArrayKernelT.cc
|
||||
include/OpenMesh/Core/Mesh/ArrayKernelT_impl.hh
|
||||
include/OpenMesh/Core/Mesh/AttribKernelT.hh
|
||||
include/OpenMesh/Core/Mesh/Attributes.hh
|
||||
include/OpenMesh/Core/Mesh/BaseKernel.hh
|
||||
@ -68,14 +69,15 @@ include/OpenMesh/Core/Mesh/FinalMeshItemsT.hh
|
||||
include/OpenMesh/Core/Mesh/Handles.hh
|
||||
include/OpenMesh/Core/Mesh/IteratorsT.hh
|
||||
include/OpenMesh/Core/Mesh/PolyConnectivity.hh
|
||||
include/OpenMesh/Core/Mesh/PolyMeshT.cc
|
||||
include/OpenMesh/Core/Mesh/PolyMeshT.hh
|
||||
include/OpenMesh/Core/Mesh/PolyMeshT_impl.hh
|
||||
include/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh
|
||||
include/OpenMesh/Core/Mesh/Status.hh
|
||||
include/OpenMesh/Core/Mesh/Tags.hh
|
||||
include/OpenMesh/Core/Mesh/Traits.hh
|
||||
include/OpenMesh/Core/Mesh/TriConnectivity.hh
|
||||
include/OpenMesh/Core/Mesh/TriMeshT.cc
|
||||
include/OpenMesh/Core/Mesh/TriMeshT.hh
|
||||
include/OpenMesh/Core/Mesh/TriMeshT_impl.hh
|
||||
include/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh
|
||||
include/OpenMesh/Core/Mesh/gen/circulators_header.hh
|
||||
include/OpenMesh/Core/Mesh/gen/circulators_template.hh
|
||||
@ -92,39 +94,40 @@ include/OpenMesh/Core/Utils/AutoPropertyHandleT.hh
|
||||
include/OpenMesh/Core/Utils/BaseProperty.hh
|
||||
include/OpenMesh/Core/Utils/Endian.hh
|
||||
include/OpenMesh/Core/Utils/GenProg.hh
|
||||
include/OpenMesh/Core/Utils/HandleToPropHandle.hh
|
||||
include/OpenMesh/Core/Utils/Noncopyable.hh
|
||||
include/OpenMesh/Core/Utils/Property.hh
|
||||
include/OpenMesh/Core/Utils/PropertyContainer.hh
|
||||
include/OpenMesh/Core/Utils/PropertyManager.hh
|
||||
include/OpenMesh/Core/Utils/RandomNumberGenerator.hh
|
||||
include/OpenMesh/Core/Utils/SingletonT.cc
|
||||
include/OpenMesh/Core/Utils/SingletonT.hh
|
||||
include/OpenMesh/Core/Utils/SingletonT_impl.hh
|
||||
include/OpenMesh/Core/Utils/color_cast.hh
|
||||
include/OpenMesh/Core/Utils/vector_cast.hh
|
||||
include/OpenMesh/Core/Utils/vector_traits.hh
|
||||
include/OpenMesh/Tools/Decimater/BaseDecimaterT.cc
|
||||
include/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
|
||||
include/OpenMesh/Tools/Decimater/BaseDecimaterT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/CollapseInfoT.hh
|
||||
include/OpenMesh/Tools/Decimater/DecimaterT.cc
|
||||
include/OpenMesh/Tools/Decimater/DecimaterT.hh
|
||||
include/OpenMesh/Tools/Decimater/McDecimaterT.cc
|
||||
include/OpenMesh/Tools/Decimater/DecimaterT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/McDecimaterT.hh
|
||||
include/OpenMesh/Tools/Decimater/MixedDecimaterT.cc
|
||||
include/OpenMesh/Tools/Decimater/McDecimaterT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/MixedDecimaterT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModAspectRatioT.cc
|
||||
include/OpenMesh/Tools/Decimater/MixedDecimaterT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/ModAspectRatioT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModAspectRatioT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/ModBaseT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc
|
||||
include/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModHausdorffT.cc
|
||||
include/OpenMesh/Tools/Decimater/ModEdgeLengthT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/ModHausdorffT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModHausdorffT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModProgMeshT.cc
|
||||
include/OpenMesh/Tools/Decimater/ModProgMeshT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModQuadricT.cc
|
||||
include/OpenMesh/Tools/Decimater/ModProgMeshT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/ModQuadricT.hh
|
||||
include/OpenMesh/Tools/Decimater/ModQuadricT_impl.hh
|
||||
include/OpenMesh/Tools/Decimater/ModRoundnessT.hh
|
||||
include/OpenMesh/Tools/Decimater/Observer.hh
|
||||
include/OpenMesh/Tools/Dualizer/meshDualT.hh
|
||||
@ -137,24 +140,26 @@ include/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh
|
||||
include/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh
|
||||
include/OpenMesh/Tools/Kernel_OSG/bindT.hh
|
||||
include/OpenMesh/Tools/Kernel_OSG/color_cast.hh
|
||||
include/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc
|
||||
include/OpenMesh/Tools/SmartTagger/SmartTaggerT.hh
|
||||
include/OpenMesh/Tools/SmartTagger/SmartTaggerT_impl.hh
|
||||
include/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh
|
||||
include/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc
|
||||
include/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT_impl.hh
|
||||
include/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh
|
||||
include/OpenMesh/Tools/Smoother/SmootherT.cc
|
||||
include/OpenMesh/Tools/Smoother/LaplaceSmootherT_impl.hh
|
||||
include/OpenMesh/Tools/Smoother/SmootherT.hh
|
||||
include/OpenMesh/Tools/Smoother/SmootherT_impl.hh
|
||||
include/OpenMesh/Tools/Smoother/smooth_mesh.hh
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT_impl.hh
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT_impl.hh
|
||||
include/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT_impl.hh
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT_impl.hh
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh
|
||||
include/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh
|
||||
@ -169,11 +174,11 @@ include/OpenMesh/Tools/Utils/Config.hh
|
||||
include/OpenMesh/Tools/Utils/GLConstAsString.hh
|
||||
include/OpenMesh/Tools/Utils/Gnuplot.hh
|
||||
include/OpenMesh/Tools/Utils/HeapT.hh
|
||||
include/OpenMesh/Tools/Utils/MeshCheckerT.cc
|
||||
include/OpenMesh/Tools/Utils/MeshCheckerT.hh
|
||||
include/OpenMesh/Tools/Utils/MeshCheckerT_impl.hh
|
||||
include/OpenMesh/Tools/Utils/NumLimitsT.hh
|
||||
include/OpenMesh/Tools/Utils/StripifierT.cc
|
||||
include/OpenMesh/Tools/Utils/StripifierT.hh
|
||||
include/OpenMesh/Tools/Utils/StripifierT_impl.hh
|
||||
include/OpenMesh/Tools/Utils/TestingFramework.hh
|
||||
include/OpenMesh/Tools/Utils/Timer.hh
|
||||
include/OpenMesh/Tools/Utils/conio.hh
|
||||
@ -187,6 +192,6 @@ include/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh
|
||||
include/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
|
||||
include/OpenMesh/Tools/VDPM/ViewingParameters.hh
|
||||
lib/libOpenMeshCore.so
|
||||
lib/libOpenMeshCore.so.7.1
|
||||
lib/libOpenMeshCore.so.8.0
|
||||
lib/libOpenMeshTools.so
|
||||
lib/libOpenMeshTools.so.7.1
|
||||
lib/libOpenMeshTools.so.8.0
|
||||
|
Loading…
Reference in New Issue
Block a user