From owner-cvs-all@FreeBSD.ORG Fri Dec 26 22:05:40 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 789BB1065678; Fri, 26 Dec 2008 22:05:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 68AAF8FC08; Fri, 26 Dec 2008 22:05:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBQM5exD099898; Fri, 26 Dec 2008 22:05:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBQM5ekf099897; Fri, 26 Dec 2008 22:05:40 GMT (envelope-from miwi) Message-Id: <200812262205.mBQM5ekf099897@repoman.freebsd.org> From: Martin Wilke Date: Fri, 26 Dec 2008 22:05:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/clutter-box2d Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Dec 2008 22:05:40 -0000 miwi 2008-12-26 22:05:40 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/clutter-box2d Makefile distinfo pkg-descr pkg-plist Log: 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/ Revision Changes Path 1.1205 +1 -0 ports/graphics/Makefile 1.1 +28 -0 ports/graphics/clutter-box2d/Makefile (new) 1.1 +3 -0 ports/graphics/clutter-box2d/distinfo (new) 1.1 +18 -0 ports/graphics/clutter-box2d/pkg-descr (new) 1.1 +25 -0 ports/graphics/clutter-box2d/pkg-plist (new)