Date: Thu, 06 Sep 2012 23:32:19 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jgh@FreeBSD.org Subject: ports/171391: [NEW PORT] games/py27-pytowerdefense: Tower Defense Game Message-ID: <20120906213222.BEDE61065670@hub.freebsd.org> Resent-Message-ID: <201209062140.q86Le2ME091844@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171391 >Category: ports >Synopsis: [NEW PORT] games/py27-pytowerdefense: Tower Defense Game >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: An Open-Source Tower Defense Game developed with Python and Pygame. WWW: http://sourceforge.net/projects/pytowerdefense/ WWW: http://baxemyr.se/programming/pytowerdefense/ 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: # # pytowerdefense # pytowerdefense/files # pytowerdefense/files/pytowerdefense.in # pytowerdefense/Makefile # pytowerdefense/pkg-descr # pytowerdefense/distinfo # echo c - pytowerdefense mkdir -p pytowerdefense > /dev/null 2>&1 echo c - pytowerdefense/files mkdir -p pytowerdefense/files > /dev/null 2>&1 echo x - pytowerdefense/files/pytowerdefense.in sed 's/^X//' >pytowerdefense/files/pytowerdefense.in << 'd4f88f64589b2aa64cd9dd474ca59a2f' X#!/bin/sh X# X# $FreeBSD$ X Xecho "PyTowerDefense: Starting up..." Xcd "%%DATADIR%%" Xpython ./main.py d4f88f64589b2aa64cd9dd474ca59a2f echo x - pytowerdefense/Makefile sed 's/^X//' >pytowerdefense/Makefile << 'bf55b8c8dc06330817cda92ebb3a4637' X# $FreeBSD$ X XPORTNAME= pytowerdefense XPORTVERSION= 0.5 XCATEGORIES= games python XMASTER_SITES= SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} XDISTNAME= ${PORTNAME}${DISTVERSION} XDIST_SUBDIR= python X XMAINTAINER= nemysis@gmx.ch XCOMMENT= Tower Defense Game X XLICENSE= GPLv3 X XEXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game X XUSE_ZIP= yes XUSE_PYTHON= yes XNO_BUILD= yes X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}.png X XPORTDATA= * XPORTDOCS= README modding.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} "audio images" ${DATADIR}) X X# Pixmaps X ${INSTALL_DATA} ${WRKSRC}/images/tower_square.png ${PREFIX}/share/pixmaps/${PORTNAME}.png 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> bf55b8c8dc06330817cda92ebb3a4637 echo x - pytowerdefense/pkg-descr sed 's/^X//' >pytowerdefense/pkg-descr << '2b4f44eb27aadb4c96a67dcaf9221a93' XAn Open-Source Tower Defense Game developed with Python and Pygame. X XWWW: http://sourceforge.net/projects/pytowerdefense/ XWWW: http://baxemyr.se/programming/pytowerdefense/ 2b4f44eb27aadb4c96a67dcaf9221a93 echo x - pytowerdefense/distinfo sed 's/^X//' >pytowerdefense/distinfo << 'b96b35c4680632a9e6e8f08f7d5d38b7' XSHA256 (python/pytowerdefense0.5.zip) = 932d783ccffbb6295f78aa5d0a113370e957c71261b84874302e5c59deeb46f8 XSIZE (python/pytowerdefense0.5.zip) = 3496958 b96b35c4680632a9e6e8f08f7d5d38b7 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?20120906213222.BEDE61065670>