Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jul 2012 23:46:20 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170057: [NEW PORT] games/nelly: Nelly's Rooftop Garden, A physics-based puzzle game
Message-ID:  <20120721214622.9F612106564A@hub.freebsd.org>
Resent-Message-ID: <201207212150.q6LLoEOS047566@freefall.freebsd.org>

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

>Number:         170057
>Category:       ports
>Synopsis:       [NEW PORT] games/nelly: Nelly's Rooftop Garden, A physics-based puzzle game
>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:   Sat Jul 21 21:50:14 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:
A physics-based puzzle game written in Python for PyWeek 2.
Features over 15 levels, a free-play mode and an integrated level editor.

WWW: http://www.partiallydisassembled.net/nelly/
     http://pyweek.org/e/rushed/

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:
#
#	nelly
#	nelly/pkg-descr
#	nelly/Makefile
#	nelly/distinfo
#
echo c - nelly
mkdir -p nelly > /dev/null 2>&1
echo x - nelly/pkg-descr
sed 's/^X//' >nelly/pkg-descr << '58669d9bb3f451a0144cce248b62eb59'
XA physics-based puzzle game written in Python for PyWeek 2.
XFeatures over 15 levels, a free-play mode and an integrated level editor.
X
XWWW: http://www.partiallydisassembled.net/nelly/
X     http://pyweek.org/e/rushed/
58669d9bb3f451a0144cce248b62eb59
echo x - nelly/Makefile
sed 's/^X//' >nelly/Makefile << '91d11f5863aefff0db394f7c8168db1d'
X# New Ports collection makefile for:	Nelly's Rooftop Garden
X# Date created:		2012-07-16
X# Whom:			nemysis@gmx.ch
X#
X# $FreeBSD$
X#
X
XPORTNAME=	nelly
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://www.partiallydisassembled.net/nelly/ \
X		http://media.pyweek.org/dl/2/rushed/
X
XMAINTAINER=	nemysis@gmx.ch
XCOMMENT=	Nelly's Rooftop Garden, A physics-based puzzle game
X
XRUN_DEPENDS=	${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \
X		${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl
X
XUSE_PYTHON=	yes
XNO_BUILD=	yes
X
XPLIST_FILES=	bin/${PORTNAME} \
X		share/pixmaps/${PORTNAME}.png
X
XPORTDATA=	*
XPORTDOCS=	README
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \
X		${WRKSRC}/*.py
X	@(cd ${WRKSRC} && ${RM} *.py.bak)
X
Xdo-install:
X# Scripts
X	@${PRINTF} "#!/bin/sh\n\ncd ${DATADIR} &&\
X		./${PORTNAME}.py\n" > ${WRKDIR}/${PORTNAME}.sh
X	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
X# Executable
X	${MKDIR} ${DATADIR}
X	${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR}
X
X# Data
X.if !defined (NOPORTDATA)
X.  for d in fonts levels textures
X	@(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR})
X.  endfor
X	${INSTALL_DATA} ${WRKSRC}/textures/menu.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
X.endif
X
X# Documentation
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
91d11f5863aefff0db394f7c8168db1d
echo x - nelly/distinfo
sed 's/^X//' >nelly/distinfo << '6b92998dfbec3568a64d360de6a8c793'
XSHA256 (nelly-1.0.tar.gz) = a62a959259645cf849275498d19e71348f08ec92f490f2f902697dbefff04620
XSIZE (nelly-1.0.tar.gz) = 516647
6b92998dfbec3568a64d360de6a8c793
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?20120721214622.9F612106564A>