FreeBSD Bugzilla – Attachment 93311 Details for
Bug 131191
[NEW PORT] games/linux-candycruncher-demo: Candy Cruncher Demo - a fast puzzle game with lots of candies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
linux-candycruncher-demo-1.53.shar
linux-candycruncher-demo-1.53.shar (text/plain), 4.46 KB, created by
Marcus von Appen
on 2009-01-31 10:20:02 UTC
(
hide
)
Description:
linux-candycruncher-demo-1.53.shar
Filename:
MIME Type:
Creator:
Marcus von Appen
Created:
2009-01-31 10:20:02 UTC
Size:
4.46 KB
patch
obsolete
># 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-candycruncher-demo ># linux-candycruncher-demo/files ># linux-candycruncher-demo/files/candycruncher.in ># linux-candycruncher-demo/pkg-descr ># linux-candycruncher-demo/Makefile ># linux-candycruncher-demo/pkg-plist ># linux-candycruncher-demo/distinfo ># >echo c - linux-candycruncher-demo >mkdir -p linux-candycruncher-demo > /dev/null 2>&1 >echo c - linux-candycruncher-demo/files >mkdir -p linux-candycruncher-demo/files > /dev/null 2>&1 >echo x - linux-candycruncher-demo/files/candycruncher.in >sed 's/^X//' >linux-candycruncher-demo/files/candycruncher.in << '2e0094255f3a35f8b9dee3aeeedf38c6' >X#!/bin/sh >X >Xcd %%DATADIR%% || exit 1 >Xexec ./Bin/candycruncher_demo "$@" >2e0094255f3a35f8b9dee3aeeedf38c6 >echo x - linux-candycruncher-demo/pkg-descr >sed 's/^X//' >linux-candycruncher-demo/pkg-descr << '4e0489201a363397c0f4a50df4adc887' >XCandy Cruncher is a fast puzzle game with a lot of candy inside. Move candies >Xaround the board to complete rows and columns, so they crunch away and do >Xnot exceed the time limit! >X >XWWW: http://www.linuxgamepublishing.com/info.php?id=10 >4e0489201a363397c0f4a50df4adc887 >echo x - linux-candycruncher-demo/Makefile >sed 's/^X//' >linux-candycruncher-demo/Makefile << '964e7da0322ba6514371f0f9cf9c34db' >X# New ports collection makefile for: linux-candycruncher-demo >X# Date created: 2009-01-30 >X# Whom: Marcus von Appen <mva@sysfault.org> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= candycruncher-demo >XPORTVERSION= 1.53 >XCATEGORIES= games linux >XMASTER_SITES= http://demofiles.linuxgamepublishing.com/candycruncher/ >XPKGNAMEPREFIX= linux- >XDISTNAME= candycruncher_demo >XEXTRACT_SUFX= .run >X >XMAINTAINER= mva@sysfault.org >XCOMMENT= Candy Cruncher Demo - a fast puzzle game with lots of candies >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= candycruncher >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/Bin/candycruncher_demo >X ${BRANDELF} -t Linux ${WRKSRC}/bin/Linux/x86/Bin/candycruncher_demo.dynamic >X >Xdo-install: >X @${MKDIR} ${DATADIR}/Bin >X @cd ${WRKSRC}/bin/Linux/x86/Bin && \ >X ${INSTALL_PROGRAM} candycruncher_demo candycruncher_demo.dynamic ${DATADIR}/Bin >X @${INSTALL_PROGRAM} ${WRKDIR}/candycruncher ${PREFIX}/bin/${PKGNAMEPREFIX}candycruncher >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> >964e7da0322ba6514371f0f9cf9c34db >echo x - linux-candycruncher-demo/pkg-plist >sed 's/^X//' >linux-candycruncher-demo/pkg-plist << '7f6cc914ba4b3f83a9af094f68d5f145' >Xbin/linux-candycruncher >X%%DATADIR%%/Bin/candycruncher_demo >X%%DATADIR%%/Bin/candycruncher_demo.dynamic >X%%DATADIR%%/Resources/cruncher.pyz >X%%DATADIR%%/Resources/pyrogon.ttf >X%%PORTDOCS%%%%DOCSDIR%%/README >X%%PORTDOCS%%%%DOCSDIR%%/README.licenses >X%%PORTDOCS%%%%DOCSDIR%%/README.unixthanks >X%%PORTDOCS%%%%DOCSDIR%%/license.txt >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X@dirrm %%DATADIR%%/Bin >X@dirrm %%DATADIR%%/Resources >X@dirrm %%DATADIR%% >7f6cc914ba4b3f83a9af094f68d5f145 >echo x - linux-candycruncher-demo/distinfo >sed 's/^X//' >linux-candycruncher-demo/distinfo << '935c007b1fecb0e3d7e855fcbe381859' >XMD5 (candycruncher_demo.run) = 0682dd0d67710e2ad7ba001973e57d9b >XSHA256 (candycruncher_demo.run) = dc138ea0ad7e6be8fbb6e33c7de8bf40c60c27ce3209b82576d038a0996a5ccc >XSIZE (candycruncher_demo.run) = 5593297 >935c007b1fecb0e3d7e855fcbe381859 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 131191
: 93311