From owner-svn-ports-head@FreeBSD.ORG Fri Dec 28 15:59:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0489CB0F for ; Fri, 28 Dec 2012 15:59:41 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CC7A18FC0C for ; Fri, 28 Dec 2012 15:59:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBSFxeP6033592 for ; Fri, 28 Dec 2012 15:59:40 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBSFxenr033588 for svn-ports-head@freebsd.org; Fri, 28 Dec 2012 15:59:40 GMT (envelope-from bdrewery) Received: (qmail 18432 invoked from network); 28 Dec 2012 09:59:39 -0600 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 28 Dec 2012 09:59:39 -0600 Message-ID: <50DDC1D9.1090602@FreeBSD.org> Date: Fri, 28 Dec 2012 09:59:21 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r309574 - in head/devel: . ChipmunkPhysics References: <201212281557.qBSFvc1F055331@svn.freebsd.org> In-Reply-To: <201212281557.qBSFvc1F055331@svn.freebsd.org> X-Enigmail-Version: 1.4.6 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC253F67A5483F415081E3E24" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2012 15:59:41 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC253F67A5483F415081E3E24 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 12/28/2012 9:57 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Fri Dec 28 15:57:37 2012 > New Revision: 309574 > URL: http://svnweb.freebsd.org/changeset/ports/309574 >=20 > Log: > Chipmunk is a simple, lightweight, fast and portable 2D rigid body ph= ysics > library written in C. It's licensed under the unrestrictive, OSI appr= oved MIT > license. > =20 > WWW: http://chipmunk-physics.net/ > =20 > PR: ports/174465 > Submitted by: "Tim Čas" >=20 > Added: > head/devel/ChipmunkPhysics/ > head/devel/ChipmunkPhysics/Makefile (contents, props changed) > head/devel/ChipmunkPhysics/distinfo (contents, props changed) > head/devel/ChipmunkPhysics/pkg-descr (contents, props changed) > head/devel/ChipmunkPhysics/pkg-plist (contents, props changed) > Modified: > head/devel/Makefile >=20 > Added: head/devel/ChipmunkPhysics/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/ChipmunkPhysics/Makefile Fri Dec 28 15:57:37 2012 (r3095= 74) > @@ -0,0 +1,23 @@ > +# Created by: Tim Cas > +# $FreeBSD$ > + > +PORTNAME=3D ChipmunkPhysics > +PORTVERSION=3D 6.1.2 > +CATEGORIES=3D devel > +MASTER_SITES=3D http://chipmunk-physics.net/release/Chipmunk-6.x/ \ > + http://files.libsiege.org/chipmunk/ > +DISTNAME=3D Chipmunk-${PORTVERSION} > +EXTRACT_SUFX=3D .tgz > + > +MAINTAINER=3D ports@stdrand.com > +COMMENT=3D 2D physics engine written in C > + > +LICENSE=3D MIT > +LICENSE_FILE=3D ${WRKSRC}/LICENSE.txt The LICENSE was left in as it contains a copyright notice required to be distributed. > Copyright (c) 2007 Scott Lembcke and Howling Moon Software >=20 > Permission is hereby granted, free of charge, to any person obtaining a= copy > of this software and associated documentation files (the "Software"), t= o deal > in the Software without restriction, including without limitation the r= ights > to use, copy, modify, merge, publish, distribute, sublicense, and/or se= ll > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: >=20 > The above copyright notice and this permission notice shall be included= in > all copies or substantial portions of the Software. --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet --------------enigC253F67A5483F415081E3E24 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJQ3cHdAAoJEG54KsA8mwz5+YoP/3gqI5p+YmzTlxrbF9/BTNGV j9azrdf6GXYG9A2e3+jDyphi0GU0BJ4XN89Uyau98ldVJctfr3UGGoSul0ancQEs PnUqn/pNG2M6ZWIG6mw/K3bd5ALocyJvZtmNj7P7nIDmZ36OYVGZBuEc/8vMhO7D e56us18Rg4i8EU01XfM4MY1+BVF1qkShRa5GG87MC0JMDRCqaA/Vs8yt97RjO8Y6 fKQ6+yGFgYssdkBzxa3HYLzNJq4DfMmMK3rxcSVdP2hcPw/3D3ZhyHT2KV5SODu7 6ymZk9iDuNEWfFPsF9KrBb2PpdPGhclRrKS5/2LiF1PL6JdndsmASwEKU1hkrl6K 6n8fbJX0Cej980B5d6gnP910armVQ3FytpK0u3WxYon2x0TVdz4aOjZUB1UKZnH/ V5dCr5vV0oHHG+NlOxNEURIHixLiqcjBLxB6o0gYRn4w7Cf8zv/Pca8mE3fkaocH TonJkhWJeu7iOytm13YkHPryGA8KNW/9S+NvzuLhfzaFvPvLWg5VGEe6IPTFGrGN SosSuvdFwdk3jlrexvo9w0WINBZp1P2XowP4c4AcGZELJV6mfOry3GwF00CY8wQG zSer/OpqITpaICLYbUuY83Kkt5lhXkfyTxhnN0IrK1nwEP7wNEPeYN1u7DjrmnDK ahGSPEcfK2E9yK6pxzo+ =qbrb -----END PGP SIGNATURE----- --------------enigC253F67A5483F415081E3E24--