svn commit: r309574 - in head/devel: . ChipmunkPhysics
Bryan Drewery
bdrewery at freebsd.org
Fri Dec 28 15:59:41 UTC 2012
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
>
> Log:
> 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 Čas" <ports at stdrand.com>
>
> 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
>
> Added: head/devel/ChipmunkPhysics/Makefile
> ==============================================================================
> --- /dev/null 00:00:00 1970 (empty, because file is newly added)
> +++ head/devel/ChipmunkPhysics/Makefile Fri Dec 28 15:57:37 2012 (r309574)
> @@ -0,0 +1,23 @@
> +# Created by: Tim Cas <ports at 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 at stdrand.com
> +COMMENT= 2D physics engine written in C
> +
> +LICENSE= MIT
> +LICENSE_FILE= ${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
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
--
Regards,
Bryan Drewery
bdrewery at freenode/EFNet
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 897 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20121228/772395f0/attachment.sig>
More information about the svn-ports-head
mailing list