Date: Thu, 30 Aug 2012 14:24:45 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jgh@FreeBSD.org Subject: ports/171184: [NEW PORT] games/pacmanarena: A Pacman clone in full 3D with a few surprises Message-ID: <20120830122448.38DFA106566C@hub.freebsd.org> Resent-Message-ID: <201208301230.q7UCU8VN069219@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 171184 >Category: ports >Synopsis: [NEW PORT] games/pacmanarena: A Pacman clone in full 3D with a few surprises >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 Aug 30 12:30:07 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: Pacman Arena is a Pacman clone in full 3D with a few surprises. Rockets, bombs and explosions abound. A Pacman clone gone mad Yes, it's Pacman. With rockets. And bombs. And spoiled gameplay. And in full 3D. Finally, a version of Pacman which will bring your shiny new machine down to it's knees. WWW: http://pacmanarena.sourceforge.net/ 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: # # pacmanarena # pacmanarena/Makefile # pacmanarena/pkg-descr # pacmanarena/distinfo # echo c - pacmanarena mkdir -p pacmanarena > /dev/null 2>&1 echo x - pacmanarena/Makefile sed 's/^X//' >pacmanarena/Makefile << '0ced1da1b778a152e9a7a46122d7dcf6' X# New Ports collection makefile for: pacmanarena X# Date created: 2012-08-27 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= pacmanarena XPORTVERSION= 0.15 XCATEGORIES= games XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v0.0/ \ X SF/nemysisfreebsdp/:icons XDISTFILES= ${DISTNAME:S/na/n-a/}.tar.bz2 \ X ${PORTNAME:S/arena/-data/}-0.0.zip \ X ${PORTNAME}_icons.tar.gz:icons X XMAINTAINER= nemysis@gmx.ch XCOMMENT= A Pacman clone in full 3D with a few surprises X XLICENSE= GPLv2 X XEXTRACT_DEPENDS=zip:${PORTSDIR}/archivers/zip X XWRKSRC= ${WRKDIR}/${PORTNAME:S/arena//} X XUSE_AUTOTOOLS= aclocal ${AUTOMAKE} ${AUTOCONF} XUSE_SDL= mixer net sdl X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}_48.png \ X share/pixmaps/${PORTNAME}_64.png \ X share/pixmaps/${PORTNAME}_72.png \ X share/pixmaps/${PORTNAME}_96.png X XPORTDATA= * XPORTDOCS= README X Xpost-patch: X# Fix data location X @${REINPLACE_CMD} -e 's|@prefix@|${DATADIR}|' \ X -e 's|@datadir@/pacman|${DATADIR}|' ${WRKSRC}/Makefile.in X X.include <bsd.port.options.mk> X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:S/arena//} ${PREFIX}/bin/${PORTNAME} X X# Data X ${MKDIR} ${DATADIR} X.for d in gfx sfx X @(cd ${WRKSRC}/../ && ${COPYTREE_SHARE} ${d} ${DATADIR}) X.endfor X X# Pixmaps X ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png ${PREFIX}/share/pixmaps X X# Documentation X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} X.endif X X.include <bsd.port.mk> 0ced1da1b778a152e9a7a46122d7dcf6 echo x - pacmanarena/pkg-descr sed 's/^X//' >pacmanarena/pkg-descr << '1eaaa1c490cd6316a30dae652e78ecfb' XPacman Arena is a Pacman clone in full 3D with a few surprises. XRockets, bombs and explosions abound. X XA Pacman clone gone mad X XYes, it's Pacman. With rockets. And bombs. And spoiled gameplay. And in full 3D. XFinally, a version of Pacman which will bring your shiny new machine Xdown to it's knees. X XWWW: http://pacmanarena.sourceforge.net/ 1eaaa1c490cd6316a30dae652e78ecfb echo x - pacmanarena/distinfo sed 's/^X//' >pacmanarena/distinfo << 'f3e0fc1b025151c2fcd1b6ea6bf1365c' XSHA256 (pacman-arena-0.15.tar.bz2) = 3f151518f3d4a9595ea03f9ef681e8a8829e88e76fb5d39bab0249906121fc23 XSIZE (pacman-arena-0.15.tar.bz2) = 100112 XSHA256 (pacman-data-0.0.zip) = 7949f080ca0ba4c02d737c5bb365856c3e66f103838329be8c1857d6c297b9b8 XSIZE (pacman-data-0.0.zip) = 11994364 XSHA256 (pacmanarena_icons.tar.gz) = 55a6e8e4144f4fc3c49597a11bb9482ff980935d43f993da9080db837fdcc3d7 XSIZE (pacmanarena_icons.tar.gz) = 14848 f3e0fc1b025151c2fcd1b6ea6bf1365c 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?20120830122448.38DFA106566C>