Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2009 11:11:19 +0100 (CET)
From:      Marcus von Appen <mva@sysfault.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/131191: [NEW PORT] games/linux-candycruncher-demo: Candy Cruncher Demo - a fast puzzle game with lots of candies
Message-ID:  <200901311011.n0VABJNo023524@medusa.sysfault.org>
Resent-Message-ID: <200901311020.n0VAK3sq017923@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         131191
>Category:       ports
>Synopsis:       [NEW PORT] games/linux-candycruncher-demo: Candy Cruncher Demo - a fast puzzle game with lots of candies
>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 10:20:02 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:
Candy Cruncher is a fast puzzle game with a lot of candy inside. Move candies
around the board to complete rows and columns, so they crunch away and do
not exceed the time limit!

WWW:	http://www.linuxgamepublishing.com/info.php?id=10

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- linux-candycruncher-demo-1.53.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-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
--- linux-candycruncher-demo-1.53.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?200901311011.n0VABJNo023524>