diff --git a/graphics/reactphysics3d/Makefile b/graphics/reactphysics3d/Makefile index a2a61145c973..e49e72d9d23a 100644 --- a/graphics/reactphysics3d/Makefile +++ b/graphics/reactphysics3d/Makefile @@ -1,24 +1,26 @@ PORTNAME= reactphysics3d DISTVERSIONPREFIX= v -DISTVERSION= 0.8.0 +DISTVERSION= 0.9.0 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= C++ physics engine library in 3D LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= DanielChappuis -USE_LDCONFIG= yes + CMAKE_ON= BUILD_SHARED_LIBS do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DRP3D_COMPILE_TESTS=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ./test/tests .include diff --git a/graphics/reactphysics3d/distinfo b/graphics/reactphysics3d/distinfo index 7a684b577c00..5c5e2698cb9c 100644 --- a/graphics/reactphysics3d/distinfo +++ b/graphics/reactphysics3d/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591379412 -SHA256 (DanielChappuis-reactphysics3d-v0.8.0_GH0.tar.gz) = 501d10ed7729b114f0b10d14ec7141a3e4c0284231df3723143a7155a8045acf -SIZE (DanielChappuis-reactphysics3d-v0.8.0_GH0.tar.gz) = 2925751 +TIMESTAMP = 1641698336 +SHA256 (DanielChappuis-reactphysics3d-v0.9.0_GH0.tar.gz) = 90dbf375bb5e76aa2cfc63be31e9dd3aff3263e4f457bca7af5151944d16c9ef +SIZE (DanielChappuis-reactphysics3d-v0.9.0_GH0.tar.gz) = 4002769 diff --git a/graphics/reactphysics3d/pkg-plist b/graphics/reactphysics3d/pkg-plist index 1ea0f4ebe869..320c368b1583 100644 --- a/graphics/reactphysics3d/pkg-plist +++ b/graphics/reactphysics3d/pkg-plist @@ -1,115 +1,112 @@ include/reactphysics3d/body/CollisionBody.h include/reactphysics3d/body/RigidBody.h include/reactphysics3d/collision/Collider.h include/reactphysics3d/collision/CollisionCallback.h include/reactphysics3d/collision/ContactManifold.h include/reactphysics3d/collision/ContactManifoldInfo.h include/reactphysics3d/collision/ContactPair.h include/reactphysics3d/collision/ContactPointInfo.h include/reactphysics3d/collision/HalfEdgeStructure.h include/reactphysics3d/collision/OverlapCallback.h include/reactphysics3d/collision/PolygonVertexArray.h include/reactphysics3d/collision/PolyhedronMesh.h include/reactphysics3d/collision/RaycastInfo.h include/reactphysics3d/collision/TriangleMesh.h include/reactphysics3d/collision/TriangleVertexArray.h include/reactphysics3d/collision/broadphase/DynamicAABBTree.h include/reactphysics3d/collision/narrowphase/CapsuleVsCapsuleAlgorithm.h -include/reactphysics3d/collision/narrowphase/CapsuleVsCapsuleNarrowPhaseInfoBatch.h include/reactphysics3d/collision/narrowphase/CapsuleVsConvexPolyhedronAlgorithm.h include/reactphysics3d/collision/narrowphase/CollisionDispatch.h include/reactphysics3d/collision/narrowphase/ConvexPolyhedronVsConvexPolyhedronAlgorithm.h include/reactphysics3d/collision/narrowphase/GJK/GJKAlgorithm.h include/reactphysics3d/collision/narrowphase/GJK/VoronoiSimplex.h include/reactphysics3d/collision/narrowphase/NarrowPhaseAlgorithm.h include/reactphysics3d/collision/narrowphase/NarrowPhaseInfoBatch.h include/reactphysics3d/collision/narrowphase/NarrowPhaseInput.h include/reactphysics3d/collision/narrowphase/SAT/SATAlgorithm.h include/reactphysics3d/collision/narrowphase/SphereVsCapsuleAlgorithm.h -include/reactphysics3d/collision/narrowphase/SphereVsCapsuleNarrowPhaseInfoBatch.h include/reactphysics3d/collision/narrowphase/SphereVsConvexPolyhedronAlgorithm.h include/reactphysics3d/collision/narrowphase/SphereVsSphereAlgorithm.h -include/reactphysics3d/collision/narrowphase/SphereVsSphereNarrowPhaseInfoBatch.h include/reactphysics3d/collision/shapes/AABB.h include/reactphysics3d/collision/shapes/BoxShape.h include/reactphysics3d/collision/shapes/CapsuleShape.h include/reactphysics3d/collision/shapes/CollisionShape.h include/reactphysics3d/collision/shapes/ConcaveMeshShape.h include/reactphysics3d/collision/shapes/ConcaveShape.h include/reactphysics3d/collision/shapes/ConvexMeshShape.h include/reactphysics3d/collision/shapes/ConvexPolyhedronShape.h include/reactphysics3d/collision/shapes/ConvexShape.h include/reactphysics3d/collision/shapes/HeightFieldShape.h include/reactphysics3d/collision/shapes/SphereShape.h include/reactphysics3d/collision/shapes/TriangleShape.h include/reactphysics3d/components/BallAndSocketJointComponents.h include/reactphysics3d/components/ColliderComponents.h include/reactphysics3d/components/CollisionBodyComponents.h include/reactphysics3d/components/Components.h include/reactphysics3d/components/FixedJointComponents.h include/reactphysics3d/components/HingeJointComponents.h include/reactphysics3d/components/JointComponents.h include/reactphysics3d/components/RigidBodyComponents.h include/reactphysics3d/components/SliderJointComponents.h include/reactphysics3d/components/TransformComponents.h include/reactphysics3d/configuration.h include/reactphysics3d/constraint/BallAndSocketJoint.h include/reactphysics3d/constraint/ContactPoint.h include/reactphysics3d/constraint/FixedJoint.h include/reactphysics3d/constraint/HingeJoint.h include/reactphysics3d/constraint/Joint.h include/reactphysics3d/constraint/SliderJoint.h +include/reactphysics3d/containers/Array.h include/reactphysics3d/containers/Deque.h include/reactphysics3d/containers/LinkedList.h -include/reactphysics3d/containers/List.h include/reactphysics3d/containers/Map.h include/reactphysics3d/containers/Pair.h include/reactphysics3d/containers/Set.h include/reactphysics3d/containers/Stack.h include/reactphysics3d/containers/containers_common.h include/reactphysics3d/decimal.h include/reactphysics3d/engine/Entity.h include/reactphysics3d/engine/EntityManager.h include/reactphysics3d/engine/EventListener.h include/reactphysics3d/engine/Island.h include/reactphysics3d/engine/Islands.h include/reactphysics3d/engine/Material.h include/reactphysics3d/engine/OverlappingPairs.h include/reactphysics3d/engine/PhysicsCommon.h include/reactphysics3d/engine/PhysicsWorld.h -include/reactphysics3d/engine/Timer.h include/reactphysics3d/mathematics/Matrix2x2.h include/reactphysics3d/mathematics/Matrix3x3.h include/reactphysics3d/mathematics/Quaternion.h include/reactphysics3d/mathematics/Ray.h include/reactphysics3d/mathematics/Transform.h include/reactphysics3d/mathematics/Vector2.h include/reactphysics3d/mathematics/Vector3.h include/reactphysics3d/mathematics/mathematics.h +include/reactphysics3d/mathematics/mathematics_common.h include/reactphysics3d/mathematics/mathematics_functions.h include/reactphysics3d/memory/DefaultAllocator.h include/reactphysics3d/memory/HeapAllocator.h include/reactphysics3d/memory/MemoryAllocator.h include/reactphysics3d/memory/MemoryManager.h include/reactphysics3d/memory/PoolAllocator.h include/reactphysics3d/memory/SingleFrameAllocator.h include/reactphysics3d/reactphysics3d.h include/reactphysics3d/systems/BroadPhaseSystem.h include/reactphysics3d/systems/CollisionDetectionSystem.h include/reactphysics3d/systems/ConstraintSolverSystem.h include/reactphysics3d/systems/ContactSolverSystem.h include/reactphysics3d/systems/DynamicsSystem.h include/reactphysics3d/systems/SolveBallAndSocketJointSystem.h include/reactphysics3d/systems/SolveFixedJointSystem.h include/reactphysics3d/systems/SolveHingeJointSystem.h include/reactphysics3d/systems/SolveSliderJointSystem.h include/reactphysics3d/utils/DebugRenderer.h include/reactphysics3d/utils/DefaultLogger.h include/reactphysics3d/utils/Logger.h include/reactphysics3d/utils/Profiler.h lib/cmake/ReactPhysics3D/ReactPhysics3DConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/ReactPhysics3D/ReactPhysics3DConfig.cmake lib/cmake/ReactPhysics3D/ReactPhysics3DConfigVersion.cmake lib/libreactphysics3d.so -lib/libreactphysics3d.so.0.8 -lib/libreactphysics3d.so.0.8.0 +lib/libreactphysics3d.so.0.9 +lib/libreactphysics3d.so.0.9.0