From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 16 17:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35B5E106566B for ; Wed, 16 May 2012 17:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 09A0C8FC0C for ; Wed, 16 May 2012 17:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4GHo1AI096371 for ; Wed, 16 May 2012 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4GHo1lb096369; Wed, 16 May 2012 17:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 16 May 2012 17:50:01 GMT Resent-Message-Id: <201205161750.q4GHo1lb096369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B040D1065670 for ; Wed, 16 May 2012 17:40:54 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 317FA8FC16 for ; Wed, 16 May 2012 17:40:53 +0000 (UTC) Received: (qmail invoked by alias); 16 May 2012 17:40:51 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp017) with SMTP; 16 May 2012 19:40:51 +0200 Received: by something.email.com (sSMTP sendmail emulation); Wed, 16 May 2012 19:40:51 +0200 Message-Id: <20120516174054.B040D1065670@hub.freebsd.org> Date: Wed, 16 May 2012 19:40:51 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167974: [NEW PORT] games/mopesnake: A classic snake game in which you attempt to eat all the pain X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 17:50:02 -0000 >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 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: