Date: Wed, 16 May 2012 19:40:51 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167974: [NEW PORT] games/mopesnake: A classic snake game in which you attempt to eat all the pain Message-ID: <20120516174054.B040D1065670@hub.freebsd.org> Resent-Message-ID: <201205161750.q4GHo1lb096369@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167974 >Category: ports >Synopsis: [NEW PORT] games/mopesnake: A classic snake game in which you attempt to eat all the pain >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: Wed May 16 17:50:01 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: Master Of Pain (Eating) - Snake Is a classic snake game in which you attempt to eat all the pain in the world, bravely accepting the inevitable consequences for your waistline. mop(e)snake features an innovative single-finger control method, as well as the normal four-directional control system familiar to fans of snake. The game doesn't feature any of the extra features, bonuses, wrap-around levels and other featuritis that ruins most versions of snake. WWW: http://mopesnake.sourceforge.net/ Generated manually, tested with RedPorts and port test, 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: # # mopesnake # mopesnake/Makefile # mopesnake/pkg-descr # mopesnake/distinfo # echo c - mopesnake mkdir -p mopesnake > /dev/null 2>&1 echo x - mopesnake/Makefile sed 's/^X//' >mopesnake/Makefile << 'fe3e353aa097e677ec7bdc902c79d085' X# New Ports collection makefile for: mopesnake X# Date created: 2012-05-16 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= mopesnake XPORTVERSION= 0.5 XCATEGORIES= games XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} XDISTNAME= ${PORTNAME}-pc-${DISTVERSION} X XMAINTAINER= nemysis@gmx.ch XCOMMENT= A classic snake game in which you attempt to eat all the pain X XLICENSE= GPLv2 X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game X XUSE_ZIP= yes XUSE_PYTHON= yes XNO_BUILD= yes X XPLIST_FILES= bin/mopesnake \ X share/pixmaps/${PORTNAME}.png X XPORTDATA= * XPORTDOCS= TODO.txt index.html X Xpost-patch: X# Fix path to python interpreter X @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ X ${WRKSRC}/*.py ${WRKSRC}/mopelib/*.py X @(cd ${WRKSRC} && ${RM} *.py.bak mopelib/*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 X# Executable X ${MKDIR} ${DATADIR} X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${DATADIR} X X# Data X @(cd ${WRKSRC} && ${COPYTREE_SHARE} "images mopelib music sounds" ${DATADIR}) X X# Pixmaps and version X ${INSTALL_DATA} ${WRKSRC}/doc/screenshot1.png ${PREFIX}/share/pixmaps/${PORTNAME}.png X ${INSTALL_DATA} ${WRKSRC}/version ${DATADIR} X X# Documentation X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} X. endfor X.endif X X.include <bsd.port.mk> fe3e353aa097e677ec7bdc902c79d085 echo x - mopesnake/pkg-descr sed 's/^X//' >mopesnake/pkg-descr << '68cbd8a068b82cfe0e3db1f1c4c0d000' XMaster Of Pain (Eating) - Snake XIs a classic snake game in which you attempt to eat all the pain in the world, Xbravely accepting the inevitable consequences for your waistline. Xmop(e)snake features an innovative single-finger control method, Xas well as the normal four-directional control system familiar to fans of snake. XThe game doesn't feature any of the extra features, bonuses, wrap-around levels Xand other featuritis that ruins most versions of snake. X XWWW: http://mopesnake.sourceforge.net/ 68cbd8a068b82cfe0e3db1f1c4c0d000 echo x - mopesnake/distinfo sed 's/^X//' >mopesnake/distinfo << '457e72dd2349038175b4791672920776' XSHA256 (mopesnake-pc-0.5.zip) = 1bc270e7dc63ad40bb2280ac5d3dec8527b2d902b272f2b42bfd35d265d339d4 XSIZE (mopesnake-pc-0.5.zip) = 1426226 457e72dd2349038175b4791672920776 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?20120516174054.B040D1065670>