ports/170662: [NEW PORT] devel/pymunk: A easy-to-use pythonic 2d physics library built on top of Chipmunk
nemysis
nemysis at gmx.ch
Thu Aug 16 14:00:24 UTC 2012
The following reply was made to PR ports/170662; it has been noted by GNATS.
From: nemysis <nemysis at gmx.ch>
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/170662: [NEW PORT] devel/pymunk: A easy-to-use pythonic
2d physics library built on top of Chipmunk
Date: Thu, 16 Aug 2012 15:57:09 +0200
--MP_/D6dF2ug13c1mGtsmlTgYyQ_
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
--MP_/D6dF2ug13c1mGtsmlTgYyQ_
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=pymunk.diff
diff -ruN pymunk.orig/Makefile pymunk/Makefile
--- pymunk.orig/Makefile 2012-08-16 13:24:49.000000000 +0200
+++ pymunk/Makefile 2012-08-16 13:25:22.000000000 +0200
@@ -12,7 +12,7 @@
DIST_SUBDIR= python
MAINTAINER= nemysis at gmx.ch
-COMMENT= A easy-to-use pythonic 2d physics library built on top of Chipmunk
+COMMENT= A easy-to-use pythonic 2d physics library built on top of Chipmunk-Physics
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
@@ -38,7 +38,7 @@
#Data
.if ${PORT_OPTIONS:MDATA}
${MKDIR} ${DATADIR}
-. for d in chipmunk_src pymunk tests tools
+. for d in pymunk tests tools
@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
. endfor
.endif
diff -ruN pymunk.orig/pkg-descr pymunk/pkg-descr
--- pymunk.orig/pkg-descr 2012-08-13 18:06:15.000000000 +0200
+++ pymunk/pkg-descr 2012-08-16 13:25:35.000000000 +0200
@@ -1,5 +1,5 @@
pymunk vision is a easy-to-use pythonic 2d physics library that can be used
whenever you need 2d rigid body physics from Python.
-It is built on top of the very nice 2d physics library Chipmunk
+It is built on top of the very nice 2d physics library Chipmunk-Physics.
WWW: https://code.google.com/p/pymunk/
--MP_/D6dF2ug13c1mGtsmlTgYyQ_--
More information about the freebsd-ports-bugs
mailing list