Date: Tue, 20 Jul 2010 14:53:28 +0200 (CEST) From: Frederic Culot <frederic@culot.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/148789: New port: games/oldrunner Message-ID: <201007201253.o6KCrSG7006165@ks28346.kimsufi.com> Resent-Message-ID: <201007201320.o6KDK1lQ080976@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 148789 >Category: ports >Synopsis: New port: games/oldrunner >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: Tue Jul 20 13:20:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Frederic Culot >Release: FreeBSD 8.0-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD ks28346.kimsufi.com 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #0: Mon Jul 12 20:55:11 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Remake of Broderbund's LodeRunner which contains the 150 original game levels. It is written in C and has a textmode interface. I am the author of this humble game, please feel free to add it to the ports tree if you believe it is worth it. Regards, Frederic >How-To-Repeat: >Fix: # 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: # # oldrunner # oldrunner/distinfo # oldrunner/Makefile # oldrunner/pkg-descr # oldrunner/pkg-plist # oldrunner/files # oldrunner/files/patch-cfg.h # echo c - oldrunner mkdir -p oldrunner > /dev/null 2>&1 echo x - oldrunner/distinfo sed 's/^X//' >oldrunner/distinfo << '8cb466f5ecca689a078d4ef8e68a2965' XMD5 (oldrunner-20100717.tar.gz) = f41ae6a41be9b86a3129ff01af47d323 XSHA256 (oldrunner-20100717.tar.gz) = bb10a0ac1d151093f6054f7279c6dd926166c0e42616608361d32f9d0802719e XSIZE (oldrunner-20100717.tar.gz) = 41258 8cb466f5ecca689a078d4ef8e68a2965 echo x - oldrunner/Makefile sed 's/^X//' >oldrunner/Makefile << '9f71dab4e1c909cd0f479cf8b4b433ef' X# New ports collection makefile for: oldrunner X# Date created: 20 July 2010 X# Whom: Frederic Culot <frederic@culot.org> X# X# $FreeBSD$ X# X XPORTNAME= oldrunner XPORTVERSION= 20100717 XCATEGORIES= games XMASTER_SITES= ftp://ftp2.culot.org/culot/ X XMAINTAINER= frederic@culot.org XCOMMENT= A textmode remake of Broderbund's LodeRunner X XHAS_CONFIGURE= yes XUSE_GMAKE= yes XMAKEFILE= GNUmakefile X XMAN6= oldrunner.6 XWRKSRC= ${WRKDIR}/${PORTNAME} X X.include <bsd.port.pre.mk> X Xdo-install: X @${MKDIR} ${DATADIR}/ X @${INSTALL_PROGRAM} ${WRKSRC}/oldrunner ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/levels/original.lvl ${DATADIR} X @${INSTALL_MAN} ${WRKSRC}/oldrunner.6 ${MANPREFIX}/man/man6 X X.include <bsd.port.post.mk> 9f71dab4e1c909cd0f479cf8b4b433ef echo x - oldrunner/pkg-descr sed 's/^X//' >oldrunner/pkg-descr << '18cea59787626d5bd4314a3f275e514d' XOldrunner is a remake of Broderbund's Loderunner which contains the 150 Xoriginal game levels. It is written in C and has a textmode interface. X XWWW: http://culot.org/public/Code/oldrunner.html 18cea59787626d5bd4314a3f275e514d echo x - oldrunner/pkg-plist sed 's/^X//' >oldrunner/pkg-plist << 'c28fa2a15a57facde6f5abf2fd13ef80' X%%DATADIR%%/original.lvl Xbin/oldrunner X@dirrm %%DATADIR%% c28fa2a15a57facde6f5abf2fd13ef80 echo c - oldrunner/files mkdir -p oldrunner/files > /dev/null 2>&1 echo x - oldrunner/files/patch-cfg.h sed 's/^X//' >oldrunner/files/patch-cfg.h << '2319cfc041b9051e1f185d8f44c003d2' X--- cfg.h.orig 2010-07-20 12:04:52.252243199 +0200 X+++ cfg.h 2010-07-20 13:51:34.642563477 +0200 X@@ -59,3 +59,4 @@ X * X * #define LEVELS_PATH "/usr/local/share/games/oldrunner/levels" X */ X+#define LEVELS_PATH "/usr/local/share/oldrunner" 2319cfc041b9051e1f185d8f44c003d2 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007201253.o6KCrSG7006165>