# 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# X Xcd "%%DATADIR%%" Xexec /usr/bin/env python ./game.py 7793fff6c7e871011f3fa1e5f49edb69 echo x - bouncy/Makefile sed 's/^X//' >bouncy/Makefile << '3688f0cbcf311bb5e8ad12a37703cfc5' X# Created by: 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 XLICENSE= GPLv2 X XRUN_DEPENDS= ${PYGAME} \ 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 XDESKTOP_ENTRIES="Bouncy the Hungry Rabbit" "${COMMENT}" "${PORTNAME}" \ X "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} X XOPTIONS_DEFINE= SHADER XSHADER_DESC= Hardware shader support X X.include X Xpost-extract: X.if ${PORT_OPTIONS:MSHADER} X @${REINPLACE_CMD} -i '' '/#try/,/# print/s/#//' ${WRKSRC}/objects.py X.endif X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin X ${MKDIR} ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} X @(cd ${WRKSRC} && ${COPYTREE_SHARE} "data pyglyph" ${DATADIR}) X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/toon-shaded.jpg-thumb.png ${PREFIX}/share/pixmaps/${PORTNAME}.png X X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} X.endif X X.include 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