diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-07 22:40:05 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-07 22:40:05 +0800 |
commit | 5d1db67f980109e2d9548764a0d42b92db23dd08 (patch) | |
tree | fb7be22691a185f6cc8043d46e0b7a33d4bad596 /graphics | |
parent | 4dff4ee84aa4603869abbb88850703c85a031904 (diff) | |
download | marcuscom-ports-5d1db67f980109e2d9548764a0d42b92db23dd08.tar marcuscom-ports-5d1db67f980109e2d9548764a0d42b92db23dd08.tar.gz marcuscom-ports-5d1db67f980109e2d9548764a0d42b92db23dd08.tar.bz2 marcuscom-ports-5d1db67f980109e2d9548764a0d42b92db23dd08.tar.lz marcuscom-ports-5d1db67f980109e2d9548764a0d42b92db23dd08.tar.xz marcuscom-ports-5d1db67f980109e2d9548764a0d42b92db23dd08.tar.zst marcuscom-ports-5d1db67f980109e2d9548764a0d42b92db23dd08.zip |
Update to 0.10.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12573 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/clutter-box2d/Makefile | 29 | ||||
-rw-r--r-- | graphics/clutter-box2d/distinfo | 3 | ||||
-rw-r--r-- | graphics/clutter-box2d/pkg-descr | 18 | ||||
-rw-r--r-- | graphics/clutter-box2d/pkg-plist | 29 |
4 files changed, 79 insertions, 0 deletions
diff --git a/graphics/clutter-box2d/Makefile b/graphics/clutter-box2d/Makefile new file mode 100644 index 000000000..5bfed6f96 --- /dev/null +++ b/graphics/clutter-box2d/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: clutter-box2d +# Date created: 2008-12-25 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD: ports/graphics/clutter-box2d/Makefile,v 1.2 2009/03/04 07:37:49 marcus Exp $ +# + +PORTNAME= clutter-box2d +PORTVERSION= 0.10.0 +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/0.10/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Clutter Box2D integration library + +LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter + +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:22 +USE_GNOME= gnomehack ltverhack gnomeprefix +USE_XORG= xp x11 +USE_LDCONFIG= yes +CONFIGURE_ARGS= --enable-introspection=no +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.include <bsd.port.mk> diff --git a/graphics/clutter-box2d/distinfo b/graphics/clutter-box2d/distinfo new file mode 100644 index 000000000..63f714655 --- /dev/null +++ b/graphics/clutter-box2d/distinfo @@ -0,0 +1,3 @@ +MD5 (clutter-box2d-0.10.0.tar.gz) = 293912473cc5fcb9f0ad8b2da1be1b79 +SHA256 (clutter-box2d-0.10.0.tar.gz) = 21d3a9b74f9fc4417914b5a4d61f503f77cc732f1ef565586b358dd275e3cc5b +SIZE (clutter-box2d-0.10.0.tar.gz) = 491980 diff --git a/graphics/clutter-box2d/pkg-descr b/graphics/clutter-box2d/pkg-descr new file mode 100644 index 000000000..4d113c3a5 --- /dev/null +++ b/graphics/clutter-box2d/pkg-descr @@ -0,0 +1,18 @@ +A glue layer between clutter and box2d that provides a special group where the +actors can be set to be static or dynamic in regard to a physics simulation. The +source tree currently contains an embedded version of box2d trunk. + +Features: +- Children of the ClutterBox2d group can be simulated as static or dynamic + rigid bodies. Collision detection. +- Specifying the gravity of the world. +- play/pause control over the box2d physics engine +- Setting linear and angular velocities of simulated children. +- automatic position synchronization between clutter and box2d. +- joints +- prismatic. +- revolute. +- distance (spring) +- mouse (for dragging objects around and manipulating them). + +WWW: http://clutter-project.org/ diff --git a/graphics/clutter-box2d/pkg-plist b/graphics/clutter-box2d/pkg-plist new file mode 100644 index 000000000..0caba7fba --- /dev/null +++ b/graphics/clutter-box2d/pkg-plist @@ -0,0 +1,29 @@ +include/clutter-1.0/clutter-box2d/clutter-box2d-collision.h +include/clutter-1.0/clutter-box2d/clutter-box2d-contact.h +include/clutter-1.0/clutter-box2d/clutter-box2d-joint.h +include/clutter-1.0/clutter-box2d/clutter-box2d-marshal.h +include/clutter-1.0/clutter-box2d/clutter-box2d-util.h +include/clutter-1.0/clutter-box2d/clutter-box2d.h +lib/libclutter-box2d-0.10.a +lib/libclutter-box2d-0.10.la +lib/libclutter-box2d-0.10.so +lib/libclutter-box2d-0.10.so.0 +libdata/pkgconfig/clutter-box2d-0.10.pc +%%DOCSDIR%%/ClutterBox2D.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/clutter-box2d-ClutterBox2D-Actor.html +%%DOCSDIR%%/clutter-box2d-ClutterBox2D-Joint.html +%%DOCSDIR%%/clutter-box2d.devhelp +%%DOCSDIR%%/clutter-box2d.devhelp2 +%%DOCSDIR%%/home.png +%%DOCSDIR%%/index.html +%%DOCSDIR%%/index.sgml +%%DOCSDIR%%/left.png +%%DOCSDIR%%/license.html +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/up.png +@dirrmtry %%DOCSDIR%% +@dirrm include/clutter-1.0/clutter-box2d +@dirrmtry include/clutter-1.0 |