Date: Sat, 01 Sep 2012 03:02:35 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jgh@FreeBSD.org Subject: ports/171224: [NEW PORT] games/bouncy: You are a hungry rabbit. Eat food to complete the level Message-ID: <20120901010239.A2CF61065674@hub.freebsd.org> Resent-Message-ID: <201209010110.q811A7Zn006691@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171224 >Category: ports >Synopsis: [NEW PORT] games/bouncy: You are a hungry rabbit. Eat food to complete the level >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 Sep 01 01:10:06 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: You play Bouncy the Hungry Rabbit. You're in a garden with yummy veggies and a farmer who's not keen on you eating them. You can hide (and move around) under the ground. Bouncy was written so it could be enjoyed by my daughter, who is about to turn 3, and by older gamers. Hence it's not a violent game and "easy" is really, really easy, and "hard" is challenging. WWW: http://pyweek.org/e/bouncy/ 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: # # bouncy # bouncy/files # bouncy/files/bouncy.in # bouncy/Makefile # bouncy/pkg-descr # bouncy/distinfo # echo c - bouncy mkdir -p bouncy > /dev/null 2>&1 echo c - bouncy/files mkdir -p bouncy/files > /dev/null 2>&1 echo x - bouncy/files/bouncy.in sed 's/^X//' >bouncy/files/bouncy.in << '7793fff6c7e871011f3fa1e5f49edb69' X#!/bin/sh X# X# $FreeBSD$ X Xecho "Bouncy the Hungry Rabbit: Starting up..." Xcd "%%DATADIR%%" Xpython ./game.py 7793fff6c7e871011f3fa1e5f49edb69 echo x - bouncy/Makefile sed 's/^X//' >bouncy/Makefile << '3688f0cbcf311bb5e8ad12a37703cfc5' X# New Ports collection makefile for: bouncy X# Date created: 2012-09-01 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= bouncy XPORTVERSION= r6 XCATEGORIES= games python XMASTER_SITES= http://media.pyweek.org/dl/3/bouncy/ XDISTFILES= ${PORTNAME}-post-${DISTVERSION}.tgz \ X toon-shaded.jpg-thumb.png XDIST_SUBDIR= python XEXTRACT_ONLY= ${PORTNAME}-post-${DISTVERSION}.tgz X XMAINTAINER= nemysis@gmx.ch XCOMMENT= You are a hungry rabbit. Eat food to complete the level X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ X ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl X XWRKSRC= ${WRKDIR}/${PORTNAME}-post-${DISTVERSION} X XUSE_PYTHON= yes XNO_BUILD= yes X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}.png X XPORTDATA= * XPORTDOCS= README.txt X XSUB_FILES= ${PORTNAME} X X.include <bsd.port.options.mk> X Xdo-install: X# Scripts X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin X X# Executable X ${MKDIR} ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} X X# Data X.for d in data pyglyph X @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) X.endfor X X# Pixmaps X @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/toon-shaded.jpg-thumb.png ${PREFIX}/share/pixmaps/${PORTNAME}.png X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} X.endif X X.include <bsd.port.mk> 3688f0cbcf311bb5e8ad12a37703cfc5 echo x - bouncy/pkg-descr sed 's/^X//' >bouncy/pkg-descr << '65b5f54a89cac9a4a8e658f779c81f8a' XYou play Bouncy the Hungry Rabbit. XYou're in a garden with yummy veggies and a farmer who's not keen on you Xeating them. You can hide (and move around) under the ground. X XBouncy was written so it could be enjoyed by my daughter, Xwho is about to turn 3, and by older gamers. Hence it's not a violent game Xand "easy" is really, really easy, and "hard" is challenging. X XWWW: http://pyweek.org/e/bouncy/ 65b5f54a89cac9a4a8e658f779c81f8a echo x - bouncy/distinfo sed 's/^X//' >bouncy/distinfo << '08c69c98510f996e18e3841e5a7512d1' XSHA256 (python/bouncy-post-r6.tgz) = 0aeb48bd4c90fe814798b74d93cd760500cfe66018c1285283a122b96ad44d81 XSIZE (python/bouncy-post-r6.tgz) = 413823 XSHA256 (python/toon-shaded.jpg-thumb.png) = 7e7fe7d9b87bd1c8895bc489cf1e017f8f8381a1fa8110dc217ea9c905cb2de4 XSIZE (python/toon-shaded.jpg-thumb.png) = 68071 08c69c98510f996e18e3841e5a7512d1 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?20120901010239.A2CF61065674>