Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Aug 2012 10:25:10 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170662: [NEW PORT] devel/pymunk: A easy-to-use pythonic 2d physics library built on top of Chipmunk
Message-ID:  <20120816082512.7FDB41065702@hub.freebsd.org>
Resent-Message-ID: <201208160830.q7G8UB3t098167@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170662
>Category:       ports
>Synopsis:       [NEW PORT] devel/pymunk: A easy-to-use pythonic 2d physics library built on top of Chipmunk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 16 08:30:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:
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

WWW: https://code.google.com/p/pymunk/

pymunk vision use new FreeBSD Port graphics/py-pyglet-devel

Generated and tested manually, tested with port test and with RedPorts (all RELEASES), sent with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pymunk
#	pymunk/Makefile
#	pymunk/pkg-descr
#	pymunk/distinfo
#	pymunk/pkg-plist
#
echo c - pymunk
mkdir -p pymunk > /dev/null 2>&1
echo x - pymunk/Makefile
sed 's/^X//' >pymunk/Makefile << 'fda5315ba8acb7aa9a6b227d5a7144c2'
X# New Ports collection makefile for:	pymunk
X# Date created:		2012-08-13
X# Whom:			nemysis@gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pymunk
XPORTVERSION=	2.1.0
XCATEGORIES=	devel
XMASTER_SITES=	GOOGLE_CODE
XDIST_SUBDIR=	python
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	A easy-to-use pythonic 2d physics library built on top of Chipmunk
X
XLICENSE=	BSD
XLICENSE_FILE=	${WRKSRC}/LICENSE.txt
X
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \
X		${PYTHON_SITELIBDIR}/pyglet/__init__.py:${PORTSDIR}/graphics/py-pyglet-devel
X
XOPTIONS_DEFINE=	DATA
XOPTIONS_DEFAULT=	DATA
X
XUSE_ZIP=	yes
XUSE_GL=		yes
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
XPORTDATA=	*
XPORTDOCS=	README.txt THANKS.txt
XDATADIR=	${PYTHON_SITELIBDIR}/${PORTNAME}
X
X.include <bsd.port.options.mk>
X
Xpost-install:
X#Data
X.if ${PORT_OPTIONS:MDATA}
X	${MKDIR} ${DATADIR}
X.  for d in chipmunk_src pymunk tests tools
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
X.  endfor
X.endif
X
X# Pixmaps
X	${INSTALL_DATA} ${WRKSRC}/docs/pymunk_logo_googlecode.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
X
X# Documentation
X.if ${PORT_OPTIONS:MDOCS}
X	${MKDIR} ${DOCSDIR}
X.  for f in ${PORTDOCS}
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.  endfor
X.endif
X
X# Examples
X	cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
X
X.include <bsd.port.mk>
fda5315ba8acb7aa9a6b227d5a7144c2
echo x - pymunk/pkg-descr
sed 's/^X//' >pymunk/pkg-descr << '23ed1a8113c75183806e4dd0185c57dd'
Xpymunk vision is a easy-to-use pythonic 2d physics library that can be used
Xwhenever you need 2d rigid body physics from Python.
XIt is built on top of the very nice 2d physics library Chipmunk
X
XWWW: https://code.google.com/p/pymunk/
23ed1a8113c75183806e4dd0185c57dd
echo x - pymunk/distinfo
sed 's/^X//' >pymunk/distinfo << 'e8d45947dde37d8be1d3c7a8d74c4e4d'
XSHA256 (python/pymunk-2.1.0.zip) = 5d19261d023522921f600e48f9b84933bf4edcf8d3c7c8805915e9e5d184766c
XSIZE (python/pymunk-2.1.0.zip) = 546972
e8d45947dde37d8be1d3c7a8d74c4e4d
echo x - pymunk/pkg-plist
sed 's/^X//' >pymunk/pkg-plist << 'b2a2dcf3d94033b1ab219b1d4acbeadf'
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/balls_and_lines.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic_test.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bouncing_balls.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box2d_pyramid.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/box2d_vertical_stack.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contact_and_no_flipy.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contact_with_friction.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/flipper.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/newtons_cradle.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/playground.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/point_query.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/polygon_triangulation.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/py2exe_setup__basic_test.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pymunk_logo_googlecode.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slide_and_pinjoint.py
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/using_sprites.py
Xshare/pixmaps/pymunk.png
X@dirrm %%PORTEXAMPLES%%%%EXAMPLESDIR%%
X@dirrmtry share/applications
X@dirrmtry %%PYTHON_SITELIBDIR%%/pymunk
X@dirrmtry %%PYTHON_SITELIBDIR%%
X@dirrmtry lib/python2.7
b2a2dcf3d94033b1ab219b1d4acbeadf
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120816082512.7FDB41065702>