Date: Thu, 06 Sep 2012 23:32:32 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jgh@FreeBSD.org Subject: ports/171392: [NEW PORT] games/py27-super_mario_bros_python: Clone of the original Super Mario Bros Message-ID: <20120906213235.49EA31065670@hub.freebsd.org> Resent-Message-ID: <201209062140.q86Le3sY091944@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171392 >Category: ports >Synopsis: [NEW PORT] games/py27-super_mario_bros_python: Clone of the original Super Mario Bros >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: Thu Sep 06 21:40:02 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: Super Mario Bros. Python is a clone of the original Super Mario Bros 1985 NES. It is written in Python using pygame. WWW: http://sourceforge.net/projects/supermariobrosp/ 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: # # super_mario_bros_python # super_mario_bros_python/files # super_mario_bros_python/files/super_mario_bros_python.in # super_mario_bros_python/Makefile # super_mario_bros_python/pkg-descr # super_mario_bros_python/distinfo # echo c - super_mario_bros_python mkdir -p super_mario_bros_python > /dev/null 2>&1 echo c - super_mario_bros_python/files mkdir -p super_mario_bros_python/files > /dev/null 2>&1 echo x - super_mario_bros_python/files/super_mario_bros_python.in sed 's/^X//' >super_mario_bros_python/files/super_mario_bros_python.in << '63fb8881bcee9b1654674365fa7b7c23' X#!/bin/sh X# X# $FreeBSD$ X Xecho "Super Mario Bros. Python: Starting up..." Xcd "%%DATADIR%%" Xpython ./start.py 63fb8881bcee9b1654674365fa7b7c23 echo x - super_mario_bros_python/Makefile sed 's/^X//' >super_mario_bros_python/Makefile << '74a8b0a0cb1892f48bff5a5c9331b803' X# $FreeBSD$ X XPORTNAME= super_mario_bros_python XPORTVERSION= 0.1 XCATEGORIES= games python XMASTER_SITES= SF/supermariobrosp/ \ X SF/nemysisfreebsdp/:icons XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTFILES= Super-Mario-Bros-Python-v${DISTVERSION}release${EXTRACT_SUFX} \ X ${PORTNAME}.png:icons XDIST_SUBDIR= python XEXTRACT_ONLY= Super-Mario-Bros-Python-v${DISTVERSION}release${EXTRACT_SUFX} X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Clone of the original Super Mario Bros X XLICENSE= GPLv3 X XEXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game X XWRKSRC= ${WRKDIR}/Super-Mario-Bros-Python-v${DISTVERSION}release X XUSE_ZIP= yes XUSE_PYTHON= yes XNO_BUILD= yes X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}.png X XPORTDATA= * XPORTDOCS= changelog.txt 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 @(cd ${WRKSRC} && ${COPYTREE_SHARE} "data gamelib" ${DATADIR}) X X# Pixmaps X ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X. for f in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include <bsd.port.mk> 74a8b0a0cb1892f48bff5a5c9331b803 echo x - super_mario_bros_python/pkg-descr sed 's/^X//' >super_mario_bros_python/pkg-descr << '88f7d77df10fabf2c87455f6f154a818' XSuper Mario Bros. Python is a clone of the original Super Mario Bros 1985 NES. XIt is written in Python using pygame. X XWWW: http://sourceforge.net/projects/supermariobrosp/ 88f7d77df10fabf2c87455f6f154a818 echo x - super_mario_bros_python/distinfo sed 's/^X//' >super_mario_bros_python/distinfo << '6d50c73c6b386652b106d254c451f4ab' XSHA256 (python/Super-Mario-Bros-Python-v0.1release.zip) = 9cf0ced589756d30b01d27ef82c4eb773f8bfc264badf0bd67648fe1ec054c1d XSIZE (python/Super-Mario-Bros-Python-v0.1release.zip) = 11103492 XSHA256 (python/super_mario_bros_python.png) = 4d732825509bff5fd1e6eab7a449af44882acd6d6d6ef003b8ed4fd8866436e2 XSIZE (python/super_mario_bros_python.png) = 4229 6d50c73c6b386652b106d254c451f4ab 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?20120906213235.49EA31065670>