From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 6 21:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6C28A1065672 for ; Thu, 6 Sep 2012 21:40:03 +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 3DA168FC1B for ; Thu, 6 Sep 2012 21:40:03 +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 q86Le3p1091957 for ; Thu, 6 Sep 2012 21:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q86Le3sY091944; Thu, 6 Sep 2012 21:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 6 Sep 2012 21:40:03 GMT Resent-Message-Id: <201209062140.q86Le3sY091944@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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49EA31065670 for ; Thu, 6 Sep 2012 21:32:35 +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 ADD378FC15 for ; Thu, 6 Sep 2012 21:32:34 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2012 21:32:32 -0000 Received: from 201-230.4-85.cust.bluewin.ch (EHLO something.email.com) [85.4.230.201] by mail.gmx.net (mp070) with SMTP; 06 Sep 2012 23:32:32 +0200 Received: by something.email.com (sSMTP sendmail emulation); Thu, 06 Sep 2012 23:32:32 +0200 Message-Id: <20120906213235.49EA31065670@hub.freebsd.org> Date: Thu, 06 Sep 2012 23:32:32 +0200 From: nemysis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: jgh@FreeBSD.org Subject: ports/171392: [NEW PORT] games/py27-super_mario_bros_python: Clone of the original Super Mario Bros 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: Thu, 06 Sep 2012 21:40:03 -0000 >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 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 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: