1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics

library written in C. It's licensed under the unrestrictive, OSI approved MIT
license.

WWW: http://chipmunk-physics.net/

PR:		ports/174465
Submitted by:	"Tim &#268;as" <ports@stdrand.com>
This commit is contained in:
Bryan Drewery 2012-12-28 15:57:37 +00:00
parent 3eda15b483
commit 442ff315e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309574
5 changed files with 61 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# Created by: Tim Cas <ports@stdrand.com>
# $FreeBSD$
PORTNAME= ChipmunkPhysics
PORTVERSION= 6.1.2
CATEGORIES= devel
MASTER_SITES= http://chipmunk-physics.net/release/Chipmunk-6.x/ \
http://files.libsiege.org/chipmunk/
DISTNAME= Chipmunk-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@stdrand.com
COMMENT= 2D physics engine written in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_CMAKE= yes
CMAKE_ARGS= -DBUILD_DEMOS=OFF
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Chipmunk-6.1.2.tgz) = f9d3e7d2480e50b034081613c18fa90421d5bf002af813ef1443e832dac43fc2
SIZE (Chipmunk-6.1.2.tgz) = 324892

View File

@ -0,0 +1,5 @@
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics
library written in C. It's licensed under the unrestrictive, OSI approved MIT
license.
WWW: http://chipmunk-physics.net/

View File

@ -0,0 +1,30 @@
lib/libchipmunk.so.6.1.2
lib/libchipmunk.so
lib/libchipmunk.a
include/chipmunk/cpBody.h
include/chipmunk/chipmunk_unsafe.h
include/chipmunk/cpVect.h
include/chipmunk/cpSpatialIndex.h
include/chipmunk/chipmunk_ffi.h
include/chipmunk/chipmunk.h
include/chipmunk/cpShape.h
include/chipmunk/cpSpace.h
include/chipmunk/cpPolyShape.h
include/chipmunk/chipmunk_types.h
include/chipmunk/cpArbiter.h
include/chipmunk/cpBB.h
include/chipmunk/chipmunk_private.h
include/chipmunk/constraints/cpConstraint.h
include/chipmunk/constraints/util.h
include/chipmunk/constraints/cpGearJoint.h
include/chipmunk/constraints/cpGrooveJoint.h
include/chipmunk/constraints/cpSlideJoint.h
include/chipmunk/constraints/cpDampedRotarySpring.h
include/chipmunk/constraints/cpPivotJoint.h
include/chipmunk/constraints/cpDampedSpring.h
include/chipmunk/constraints/cpRatchetJoint.h
include/chipmunk/constraints/cpSimpleMotor.h
include/chipmunk/constraints/cpRotaryLimitJoint.h
include/chipmunk/constraints/cpPinJoint.h
@dirrm include/chipmunk/constraints
@dirrm include/chipmunk

View File

@ -4,6 +4,7 @@
COMMENT = Development utilities COMMENT = Development utilities
SUBDIR += 9base SUBDIR += 9base
SUBDIR += ChipmunkPhysics
SUBDIR += ElectricFence SUBDIR += ElectricFence
SUBDIR += ORBit SUBDIR += ORBit
SUBDIR += ORBit2 SUBDIR += ORBit2