Date: Sat, 31 Jan 2009 11:55:04 +0100 (CET) From: Marcus von Appen <mva@sysfault.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/131194: [NEW PORT] games/linux-ningpo-demo: NingPo Mahjong Demo - a feature rich Mahjong game Message-ID: <200901311055.n0VAt4Je032758@medusa.sysfault.org> Resent-Message-ID: <200901311100.n0VB0Evs051322@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131194 >Category: ports >Synopsis: [NEW PORT] games/linux-ningpo-demo: NingPo Mahjong Demo - a feature rich Mahjong 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: Sat Jan 31 11:00:14 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: The classic Mahjong game with hundreds of play variations, various board styles and nine tile sets. WWW: http://www.linuxgamepublishing.com/info.php?id=15 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- linux-ningpo-demo-1.05.04.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-ningpo-demo # linux-ningpo-demo/files # linux-ningpo-demo/files/ningpo.in # linux-ningpo-demo/pkg-descr # linux-ningpo-demo/Makefile # linux-ningpo-demo/pkg-plist # linux-ningpo-demo/distinfo # echo c - linux-ningpo-demo mkdir -p linux-ningpo-demo > /dev/null 2>&1 echo c - linux-ningpo-demo/files mkdir -p linux-ningpo-demo/files > /dev/null 2>&1 echo x - linux-ningpo-demo/files/ningpo.in sed 's/^X//' >linux-ningpo-demo/files/ningpo.in << 'f20d4b98404982b19411f1e49ae845ed' X#!/bin/sh X Xcd %%DATADIR%% || exit 1 Xexec ./Bin/ningpo_demo "$@" f20d4b98404982b19411f1e49ae845ed echo x - linux-ningpo-demo/pkg-descr sed 's/^X//' >linux-ningpo-demo/pkg-descr << '6534ce1ce648d5e2d25a4a0f0c9934c5' XThe classic Mahjong game with hundreds of play variations, various board Xstyles and nine tile sets. X XWWW: http://www.linuxgamepublishing.com/info.php?id=15 6534ce1ce648d5e2d25a4a0f0c9934c5 echo x - linux-ningpo-demo/Makefile sed 's/^X//' >linux-ningpo-demo/Makefile << 'dd7ee39152fe4e35b15f4c25361acd6f' X# New ports collection makefile for: linux-ningpo-demo X# Date created: 2009-01-31 X# Whom: Marcus von Appen <mva@sysfault.org> X# X# $FreeBSD$ X# X XPORTNAME= ningpo-demo XPORTVERSION= 1.05.04 XCATEGORIES= games linux XMASTER_SITES= http://demofiles.linuxgamepublishing.com/ningpo/ XPKGNAMEPREFIX= linux- XDISTNAME= ningpo_demo XEXTRACT_SUFX= .run X XMAINTAINER= mva@sysfault.org XCOMMENT= NingPo Mahjong Demo - a feature rich Mahjong game X XRUN_DEPENDS= ${LINUXBASE}/usr/lib/libSDL-1.2.so.0:${PORTSDIR}/devel/linux-sdl12 \ X ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \ 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 ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib 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= ningpo XDOCFILES= README README.licenses 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/Bin/ningpo_demo X ${BRANDELF} -t Linux ${WRKSRC}/bin/Linux/x86/Bin/ningpo_demo.dynamic X Xdo-install: X @${MKDIR} ${DATADIR}/Bin X @cd ${WRKSRC}/bin/Linux/x86/Bin && \ X ${INSTALL_PROGRAM} ningpo_demo ningpo_demo.dynamic ${DATADIR}/Bin X @${INSTALL_PROGRAM} ${WRKDIR}/ningpo ${PREFIX}/bin/${PKGNAMEPREFIX}ningpo X @${CP} -R ${WRKSRC}/Resources ${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> dd7ee39152fe4e35b15f4c25361acd6f echo x - linux-ningpo-demo/pkg-plist sed 's/^X//' >linux-ningpo-demo/pkg-plist << '51f95a7a208268b3d7421ea6459221c1' Xbin/linux-ningpo X%%DATADIR%%/Bin/ningpo_demo X%%DATADIR%%/Bin/ningpo_demo.dynamic X%%DATADIR%%/Resources/ningpo.pyz X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/README.licenses X%%PORTDOCS%%%%DOCSDIR%%/license.txt X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm %%DATADIR%%/Bin X@dirrm %%DATADIR%%/Resources X@dirrm %%DATADIR%% 51f95a7a208268b3d7421ea6459221c1 echo x - linux-ningpo-demo/distinfo sed 's/^X//' >linux-ningpo-demo/distinfo << '91a1da6ce97f707e7ef3ecb23e5ef8df' XMD5 (ningpo_demo.run) = a0df73754437ee7c4c51c074b979a294 XSHA256 (ningpo_demo.run) = 93186f53ab80a64717f8b1d80717e4faaf3afc21c6cb3c7f8de057e47077a943 XSIZE (ningpo_demo.run) = 6610552 91a1da6ce97f707e7ef3ecb23e5ef8df exit --- linux-ningpo-demo-1.05.04.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?200901311055.n0VAt4Je032758>