Date: Wed, 22 Aug 2012 21:41:40 +0200 From: nemysis <nemysis@gmx.ch> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jgh@FreeBSD.org Subject: ports/170887: [NEW PORT] games/fightorperish: A dungeon-crawling game Message-ID: <20120822194144.B417E1065723@hub.freebsd.org> Resent-Message-ID: <201208221950.q7MJo7D7058732@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170887 >Category: ports >Synopsis: [NEW PORT] games/fightorperish: A dungeon-crawling 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: Wed Aug 22 19:50:06 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: Fight or Perish (FOP) is a dungeon-crawling game based on Jack Pavelich's Atari 8-bit computer game "Dandy", which was in turn the influence for Atari Games arcade game "Gauntlet". FOP uses concepts from both games, providing one- to four-player action in dungeons filled with creeping enemies. Collect and use bombs to wipe out screenfuls of enemies, keys to unlock doors, and gather food and treasure along the way to stay alive. Choose from four characters, each with different abilities and weaknesses. (The one with the strongest weapon also has the weakest health, the fastest one cannot shoot diagonally, etc.) WWW: http://www.newbreedsoftware.com/fop/ 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: # # fightorperish # fightorperish/Makefile # fightorperish/pkg-descr # fightorperish/distinfo # echo c - fightorperish mkdir -p fightorperish > /dev/null 2>&1 echo x - fightorperish/Makefile sed 's/^X//' >fightorperish/Makefile << '712732f595283c47015bbb820153246b' X# New Ports collection makefile for: fightorperish X# Date created: 2012-08-22 X# Whom: nemysis@gmx.ch X# X# $FreeBSD$ X# X XPORTNAME= fightorperish XPORTVERSION= 0.5 XCATEGORIES= games XMASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/fop/src/ XDISTNAME= fop-${DISTVERSION} X XMAINTAINER= nemysis@gmx.ch XCOMMENT= A dungeon-crawling game X XLICENSE= GPLv2 X XWRKSRC= ${WRKDIR}/fop-${DISTVERSION} X XUSE_GMAKE= yes XUSE_SDL= image mixer sdl XMAKE_JOBS_SAFE= yes X XPLIST_FILES= bin/${PORTNAME} \ X share/pixmaps/${PORTNAME}.png X XPORTDATA= * XPORTDOCS= CHANGES.txt README.txt TODO.txt X Xpost-patch: X# Fix data location X @${REINPLACE_CMD} -e 's!data/!${DATADIR}/data/!' \ X -e 's!char [256],!char [512],!' ${WRKSRC}/src/fop.c X# Fix CFLAGS/LDFLAGS X @${REINPLACE_CMD} -e 's!CFLAGS=-Wall -O2!CFLAGS+=!' \ X -e 's!SDL_CFLAGS=!SDL_CFLAGS+=!' \ X -e 's!SDL_LIBS=!SDL_LIBS+=!' ${WRKSRC}/Makefile X X.include <bsd.port.options.mk> X Xdo-install: X# Executable X ${INSTALL_PROGRAM} ${WRKSRC}/fop ${PREFIX}/bin/${PORTNAME} X X# Data X. for d in images maps sounds X @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${DATADIR}/data) X. endfor X X# Pixmaps X ${INSTALL_DATA} ${WRKSRC}/data/images/title.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}/docs/${f} ${DOCSDIR} X. endfor X.endif X X.include <bsd.port.mk> 712732f595283c47015bbb820153246b echo x - fightorperish/pkg-descr sed 's/^X//' >fightorperish/pkg-descr << '1ffa51df3f9788d06481c9b8b87884a7' XFight or Perish (FOP) is a dungeon-crawling game based on Jack Pavelich's XAtari 8-bit computer game "Dandy", which was in turn the influence for XAtari Games arcade game "Gauntlet". X XFOP uses concepts from both games, providing one- to four-player action in Xdungeons filled with creeping enemies. X XCollect and use bombs to wipe out screenfuls of enemies, keys to unlock doors, Xand gather food and treasure along the way to stay alive. X XChoose from four characters, each with different abilities and weaknesses. X(The one with the strongest weapon also has the weakest health, Xthe fastest one cannot shoot diagonally, etc.) X XWWW: http://www.newbreedsoftware.com/fop/ 1ffa51df3f9788d06481c9b8b87884a7 echo x - fightorperish/distinfo sed 's/^X//' >fightorperish/distinfo << 'd489a32d160e5c6d13b4d2562371ff2f' XSHA256 (fop-0.5.tar.gz) = 8711685e6cdc375bc57f8d6faf30ddbc6753103958b66141bc358960cca3852f XSIZE (fop-0.5.tar.gz) = 85875 d489a32d160e5c6d13b4d2562371ff2f 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?20120822194144.B417E1065723>