Date: Sun, 1 Feb 2009 14:55:08 +0100 (CET) From: Marcus von Appen <mva@sysfault.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131254: [NEW PORT] games/linux-hdb-demo: Hyperspace Delivery Boy Demo - deliver mail and packages Message-ID: <200902011355.n11Dt8pn074713@medusa.sysfault.org> Resent-Message-ID: <200902011400.n11E0CVw076907@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131254 >Category: ports >Synopsis: [NEW PORT] games/linux-hdb-demo: Hyperspace Delivery Boy Demo - deliver mail and packages >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: Sun Feb 01 14:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Marcus von Appen >Release: FreeBSD 7.1-STABLE i386 >Organization: >Environment: System: FreeBSD medusa.sysfault.org 7.1-STABLE FreeBSD 7.1-STABLE #5: Tue Jan 6 10:31:53 CET >Description: Guy Carrington works as a courier for the Hyperspace Delivery Service. He has to get mail and packages to those who need them, no matter where they are. Fight evil enemies, solve unique puzzles and try to save your big love. WWW: http://www.linuxgamepublishing.com/info.php?id=17 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- linux-hdb-demo-1.0.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: # # linux-hdb-demo # linux-hdb-demo/files # linux-hdb-demo/files/hdb.in # linux-hdb-demo/pkg-descr # linux-hdb-demo/Makefile # linux-hdb-demo/pkg-plist # linux-hdb-demo/distinfo # echo c - linux-hdb-demo mkdir -p linux-hdb-demo > /dev/null 2>&1 echo c - linux-hdb-demo/files mkdir -p linux-hdb-demo/files > /dev/null 2>&1 echo x - linux-hdb-demo/files/hdb.in sed 's/^X//' >linux-hdb-demo/files/hdb.in << '5a23a6f258de97bfbacb3819e45d9351' X#!/bin/sh X Xcd %%DATADIR%% || exit 1 Xexec ./hdb_demo "$@" 5a23a6f258de97bfbacb3819e45d9351 echo x - linux-hdb-demo/pkg-descr sed 's/^X//' >linux-hdb-demo/pkg-descr << '8204f449d90dbe1605d562ab72f7caff' XGuy Carrington works as a courier for the Hyperspace Delivery Service. He has Xto get mail and packages to those who need them, no matter where they are. XFight evil enemies, solve unique puzzles and try to save your big love. X XWWW: http://www.linuxgamepublishing.com/info.php?id=17 8204f449d90dbe1605d562ab72f7caff echo x - linux-hdb-demo/Makefile sed 's/^X//' >linux-hdb-demo/Makefile << '8357c3208755b59e3455bea88b9d5cc3' X# New ports collection makefile for: linux-hdb-demo X# Date created: 2009-02-01 X# Whom: Marcus von Appen <mva@sysfault.org> X# X# $FreeBSD$ X# X XPORTNAME= hdb-demo XPORTVERSION= 1.0 XCATEGORIES= games linux XMASTER_SITES= http://demofiles.linuxgamepublishing.com/hdb/ XPKGNAMEPREFIX= linux- XDISTNAME= hdb_demo XEXTRACT_SUFX= .run X XMAINTAINER= mva@sysfault.org XCOMMENT= Hyperspace Delivery Boy Demo - deliver mail and packages X XRUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ X ${LINUXBASE}/usr/lib/libSDL_mixer-1.2.so.0:${PORTSDIR}/audio/linux-sdl_mixer \ X ${LINUXBASE}/usr/lib/libmikmod.so.2:${PORTSDIR}/audio/linux-mikmod \ X ${LINUXBASE}/usr/lib/libogg.so.0:${PORTSDIR}/audio/linux-libogg \ X ${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis X XONLY_FOR_ARCHS= i386 XUSE_LINUX= yes XUSE_XLIB= yes XNO_CDROM= Redistribution is limited, see license XNO_BUILD= yes X XDATADIR= ${PREFIX}/lib/${PKGNAMEPREFIX}${PORTNAME} XSUB_FILES= hdb XDOCFILES= README README.licenses README.unixthanks license.txt X X.include <bsd.port.pre.mk> X Xdo-extract: X @${MKDIR} ${WRKSRC} X @cd ${WRKSRC} && ${TAIL} +377 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ X ${TAR} jxf - X Xdo-build: X ${BRANDELF} -t Linux ${WRKSRC}/bin/Linux/x86/hdb_demo X ${BRANDELF} -t Linux ${WRKSRC}/bin/Linux/x86/hdb_demo.dynamic X Xdo-install: X @${MKDIR} ${DATADIR} X @cd ${WRKSRC}/bin/Linux/x86 && \ X ${INSTALL_PROGRAM} hdb_demo hdb_demo.dynamic ${DATADIR} X @${INSTALL_PROGRAM} ${WRKDIR}/hdb ${PREFIX}/bin/${PKGNAMEPREFIX}hdb X @${CP} -R ${WRKSRC}/Resources ${DATADIR} X @${CP} -R ${WRKSRC}/music ${DATADIR} X @${INSTALL_DATA} ${WRKSRC}/hyperdemo.mpc ${DATADIR} X.if !defined (NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in ${DOCFILES} X @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}/${file} X.endfor X.endif X X.include <bsd.port.post.mk> 8357c3208755b59e3455bea88b9d5cc3 echo x - linux-hdb-demo/pkg-plist sed 's/^X//' >linux-hdb-demo/pkg-plist << 'b0a934128c9b2ea5a8495f046dd2b7cc' Xbin/linux-hdb X%%DATADIR%%/hdb_demo X%%DATADIR%%/hdb_demo.dynamic X%%DATADIR%%/music/jungle.ogg X%%DATADIR%%/music/low_techno.ogg X%%DATADIR%%/music/mysterious_quiet.ogg X%%DATADIR%%/music/on_a_mission.ogg X%%DATADIR%%/music/jaround.ogg X%%DATADIR%%/hyperdemo.mpc X%%DATADIR%%/Resources/pyrogon.ttf X%%DATADIR%%/Resources/cruncher.pyz X%%PORTDOCS%%%%DOCSDIR%%/license.txt X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/README.unixthanks X%%PORTDOCS%%%%DOCSDIR%%/README.licenses X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm %%DATADIR%%/music X@dirrm %%DATADIR%%/Resources X@dirrm %%DATADIR%% b0a934128c9b2ea5a8495f046dd2b7cc echo x - linux-hdb-demo/distinfo sed 's/^X//' >linux-hdb-demo/distinfo << 'fd4de2fcef5b7b239178928efe4458e9' XMD5 (hdb_demo.run) = cd185998c355022e950f009a970a835c XSHA256 (hdb_demo.run) = 77bf539ca025795b26e365b25c5aebb37adcdb9c7485652fb9c9d305e113fc21 XSIZE (hdb_demo.run) = 12672665 fd4de2fcef5b7b239178928efe4458e9 exit --- linux-hdb-demo-1.0.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?200902011355.n11Dt8pn074713>