ports/103005: new port: games/gish-demo A platform game with a gelatinous 12-pound ball of tar

Jona Joachim walkingshadow at grummel.net
Thu Sep 7 23:00:42 UTC 2006


>Number:         103005
>Category:       ports
>Synopsis:       new port: games/gish-demo A platform game with a gelatinous 12-pound ball of tar
>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:   Thu Sep 07 23:00:40 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jona Joachim
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD nirvana.lan.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jul 21 18:52:28 CEST 2006 default at nirvana.lan.net:/usr/obj/usr/src/sys/HYPOCENTER i386
>Description:
This is the demo version of the game Gish by Chronic Logic. You can
play the first four levels.
It's a very cool game IMHO because of the physics engine which is
based on a spring model.

--jona
>How-To-Repeat:
>Fix:
--- gish-demo.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:
#
#	gish-demo
#	gish-demo/pkg-descr
#	gish-demo/Makefile
#	gish-demo/distinfo
#	gish-demo/files
#	gish-demo/files/rungish.sh.in
#	gish-demo/pkg-plist
#
echo c - gish-demo
mkdir -p gish-demo > /dev/null 2>&1
echo x - gish-demo/pkg-descr
sed 's/^X//' >gish-demo/pkg-descr << 'END-of-gish-demo/pkg-descr'
X"Gish isn't your average hero, in fact he's not your average
Xanything... see Gish is a ball of tar. A Sunday stroll with his
Xlady friend Brea goes awry when a shadowy figure emerges from an
Xopen man hole and pulls Brea into the ground below. Following
XBrea's calls for help Gish suddenly finds himself in the
Xsubterranean sewers of Dross, a long forgotten city filled with
Xtwisting corridors, evil traps and some of the most demented
Xcreatures imaginable."
X
XThis is the demo version of the game. Visit the website to buy
Xthe full version.
X
XWWW: http://www.chroniclogic.com/index.htm?gish.htm
END-of-gish-demo/pkg-descr
echo x - gish-demo/Makefile
sed 's/^X//' >gish-demo/Makefile << 'END-of-gish-demo/Makefile'
X# New ports collection makefile for:	gish-demo
X# Date created:        04 September 2006
X# Whom:                Jona Joachim <walkingshadow at grummel.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gish-demo
XPORTVERSION=	1.2
XCATEGORIES=	games linux
XMASTER_SITES=	http://s159260531.onlinehome.us/demos/
XDISTNAME=	gishdemo
X
XMAINTAINER=	walkingshadow at grummel.net
XCOMMENT=	A platform game with a gelatinous 12-pound ball of tar named Gish (Demo version)
X
XRUN_DEPENDS=	${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis \
X		${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal \
X		${LINUXBASE}/usr/lib/libalut.so.0:${PORTSDIR}/audio/linux-freealut \
X		${LINUXBASE}/usr/X11R6/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux_dri
X
XWRKSRC=			${WRKDIR}/${DISTNAME}
XONLY_FOR_ARCHS=		i386 amd64
XUSE_LINUX=		yes
XNO_BUILD=		yes
XSUB_FILES=		rungish.sh
XSUB_LIST=		LINUXBASE=${LINUXBASE}
X
Xdo-install:
X	@${CP} -R ${WRKSRC} ${PREFIX}/
X	@${BRANDELF} -t Linux ${PREFIX}/${DISTNAME}/gish
X	@${MV} ${WRKDIR}/rungish.sh ${PREFIX}/${DISTNAME}/
X	@${CHMOD} 755 ${PREFIX}/${DISTNAME}/rungish.sh
X	@${LN} ${PREFIX}/${DISTNAME}/rungish.sh ${PREFIX}/bin/gish
X
X.include <bsd.port.mk>
END-of-gish-demo/Makefile
echo x - gish-demo/distinfo
sed 's/^X//' >gish-demo/distinfo << 'END-of-gish-demo/distinfo'
XMD5 (gishdemo.tar.gz) = 4b8dc9c5fb61fcf11151e7a79c3961d3
XSHA256 (gishdemo.tar.gz) = f3c1db89733457b51e6e569a6d5542c03c33f9b3b36f1719d734d1cbaf3dcdc7
XSIZE (gishdemo.tar.gz) = 13564186
END-of-gish-demo/distinfo
echo c - gish-demo/files
mkdir -p gish-demo/files > /dev/null 2>&1
echo x - gish-demo/files/rungish.sh.in
sed 's/^X//' >gish-demo/files/rungish.sh.in << 'END-of-gish-demo/files/rungish.sh.in'
X#!/bin/sh
X
Xcd %%PREFIX%%/gishdemo
XLD_PRELOAD=%%LINUXBASE%%/usr/lib/libalut.so.0 ./gish
END-of-gish-demo/files/rungish.sh.in
echo x - gish-demo/pkg-plist
sed 's/^X//' >gish-demo/pkg-plist << 'END-of-gish-demo/pkg-plist'
Xbin/gish
Xgishdemo/animation/bibatk01.tga
Xgishdemo/animation/bibatk02.tga
Xgishdemo/animation/bibatk03.tga
Xgishdemo/animation/bibatk04.tga
Xgishdemo/animation/bibatk05.tga
Xgishdemo/animation/bibatk06.tga
Xgishdemo/animation/bibatk07.tga
Xgishdemo/animation/bibatk08.tga
Xgishdemo/animation/bibatk09.tga
Xgishdemo/animation/bibsta01.tga
Xgishdemo/animation/bibsta02.tga
Xgishdemo/animation/bibsta03.tga
Xgishdemo/animation/bibsta04.tga
Xgishdemo/animation/bibsta05.tga
Xgishdemo/animation/bibsta06.tga
Xgishdemo/animation/bibwlk01.tga
Xgishdemo/animation/bibwlk02.tga
Xgishdemo/animation/bibwlk03.tga
Xgishdemo/animation/bibwlk04.tga
Xgishdemo/animation/bibwlk05.tga
Xgishdemo/animation/bibwlk06.tga
Xgishdemo/animation/bibwlk07.tga
Xgishdemo/animation/bibwlk08.tga
Xgishdemo/animation/bibwlk09.tga
Xgishdemo/animation/frkatk01.tga
Xgishdemo/animation/frkatk02.tga
Xgishdemo/animation/frkatk03.tga
Xgishdemo/animation/frkatk04.tga
Xgishdemo/animation/frkatk05.tga
Xgishdemo/animation/frkatk06.tga
Xgishdemo/animation/frkatk07.tga
Xgishdemo/animation/frkatk08.tga
Xgishdemo/animation/frkatk09.tga
Xgishdemo/animation/frkdie01.tga
Xgishdemo/animation/frkdie02.tga
Xgishdemo/animation/frkdie03.tga
Xgishdemo/animation/frkdie04.tga
Xgishdemo/animation/frkdie05.tga
Xgishdemo/animation/frkdie06.tga
Xgishdemo/animation/frkdie07.tga
Xgishdemo/animation/frkdie08.tga
Xgishdemo/animation/frkdie09.tga
Xgishdemo/animation/frkhed01.tga
Xgishdemo/animation/frkhed02.tga
Xgishdemo/animation/frkhed03.tga
Xgishdemo/animation/frkhed04.tga
Xgishdemo/animation/frkhed05.tga
Xgishdemo/animation/frkhed06.tga
Xgishdemo/animation/frksta01.tga
Xgishdemo/animation/frksta02.tga
Xgishdemo/animation/frksta03.tga
Xgishdemo/animation/frksta04.tga
Xgishdemo/animation/frksta05.tga
Xgishdemo/animation/frksta06.tga
Xgishdemo/animation/frkwlk01.tga
Xgishdemo/animation/frkwlk02.tga
Xgishdemo/animation/frkwlk03.tga
Xgishdemo/animation/frkwlk04.tga
Xgishdemo/animation/frkwlk05.tga
Xgishdemo/animation/frkwlk06.tga
Xgishdemo/animation/frkwlk07.tga
Xgishdemo/animation/frkwlk08.tga
Xgishdemo/animation/frkwlk09.tga
Xgishdemo/animation/frkwlk10.tga
Xgishdemo/animation/nibatk01.tga
Xgishdemo/animation/nibatk02.tga
Xgishdemo/animation/nibatk03.tga
Xgishdemo/animation/nibatk04.tga
Xgishdemo/animation/nibatk05.tga
Xgishdemo/animation/nibatk06.tga
Xgishdemo/animation/nibatk07.tga
Xgishdemo/animation/nibatk08.tga
Xgishdemo/animation/nibatk09.tga
Xgishdemo/animation/nibdie01.tga
Xgishdemo/animation/nibdie02.tga
Xgishdemo/animation/nibdie03.tga
Xgishdemo/animation/nibdie04.tga
Xgishdemo/animation/nibdie05.tga
Xgishdemo/animation/nibdie06.tga
Xgishdemo/animation/nibdie07.tga
Xgishdemo/animation/nibdie08.tga
Xgishdemo/animation/nibdie09.tga
Xgishdemo/animation/nibsta01.tga
Xgishdemo/animation/nibsta02.tga
Xgishdemo/animation/nibsta03.tga
Xgishdemo/animation/nibsta04.tga
Xgishdemo/animation/nibsta05.tga
Xgishdemo/animation/nibsta06.tga
Xgishdemo/animation/nibwlk01.tga
Xgishdemo/animation/nibwlk02.tga
Xgishdemo/animation/nibwlk03.tga
Xgishdemo/animation/nibwlk04.tga
Xgishdemo/animation/nibwlk05.tga
Xgishdemo/animation/nibwlk06.tga
Xgishdemo/animation/nibwlk07.tga
Xgishdemo/animation/nibwlk08.tga
Xgishdemo/animation/nibwlk09.tga
Xgishdemo/gish
Xgishdemo/gish.bmp
Xgishdemo/gishmanual.html
Xgishdemo/leveldemo/bathhouse.lvl
Xgishdemo/leveldemo/cave2.lvl
Xgishdemo/leveldemo/co06.lvl
Xgishdemo/leveldemo/co10.lvl
Xgishdemo/leveldemo/egypt1.lvl
Xgishdemo/leveldemo/playroom.lvl
Xgishdemo/leveldemo/sewer1.lvl
Xgishdemo/leveldemo/sewer7.lvl
Xgishdemo/manual3.swf
Xgishdemo/music/intro.ogg
Xgishdemo/music/sewer.ogg
Xgishdemo/replay/demo01.gre
Xgishdemo/replay/demo02.gre
Xgishdemo/replay/demo03.gre
Xgishdemo/replay/demo04.gre
Xgishdemo/rungish.sh
Xgishdemo/sound/amber.wav
Xgishdemo/sound/blockbreak.wav
Xgishdemo/sound/bobattack.wav
Xgishdemo/sound/chainbreak.wav
Xgishdemo/sound/fleshhit.wav
Xgishdemo/sound/gishhit.wav
Xgishdemo/sound/gishhurt.wav
Xgishdemo/sound/lava.wav
Xgishdemo/sound/necksnap.wav
Xgishdemo/sound/nibattack.wav
Xgishdemo/sound/points.wav
Xgishdemo/sound/rockfriction.wav
Xgishdemo/sound/rockhit.wav
Xgishdemo/sound/ropebreak.wav
Xgishdemo/sound/secrets1.wav
Xgishdemo/sound/secrets2.wav
Xgishdemo/sound/splash.wav
Xgishdemo/sound/squish.wav
Xgishdemo/sound/switch.wav
Xgishdemo/sound/tarball.wav
Xgishdemo/sound/visattack.wav
Xgishdemo/texture/0.tga
Xgishdemo/texture/1.tga
Xgishdemo/texture/10.tga
Xgishdemo/texture/11.tga
Xgishdemo/texture/12.tga
Xgishdemo/texture/2.tga
Xgishdemo/texture/3.tga
Xgishdemo/texture/4.tga
Xgishdemo/texture/5.tga
Xgishdemo/texture/6.tga
Xgishdemo/texture/7.tga
Xgishdemo/texture/8.tga
Xgishdemo/texture/9.tga
Xgishdemo/texture/amber.tga
Xgishdemo/texture/amber1.tga
Xgishdemo/texture/amber2.tga
Xgishdemo/texture/amber3.tga
Xgishdemo/texture/bastalk.tga
Xgishdemo/texture/blank.tga
Xgishdemo/texture/blood.tga
Xgishdemo/texture/border.tga
Xgishdemo/texture/breatalk.tga
Xgishdemo/texture/bubble.tga
Xgishdemo/texture/buynow.tga
Xgishdemo/texture/cage1.tga
Xgishdemo/texture/cage2.tga
Xgishdemo/texture/cage3.tga
Xgishdemo/texture/cage4.tga
Xgishdemo/texture/cave.tga
Xgishdemo/texture/chain.tga
Xgishdemo/texture/chronic.tga
Xgishdemo/texture/complete.tga
Xgishdemo/texture/demolevel.tga
Xgishdemo/texture/dust.tga
Xgishdemo/texture/egypt.tga
Xgishdemo/texture/eyes.tga
Xgishdemo/texture/face.tga
Xgishdemo/texture/faceb1.tga
Xgishdemo/texture/faceb2.tga
Xgishdemo/texture/faceh1.tga
Xgishdemo/texture/faceh2.tga
Xgishdemo/texture/faceh3.tga
Xgishdemo/texture/faceh4.tga
Xgishdemo/texture/facem1.tga
Xgishdemo/texture/facem2.tga
Xgishdemo/texture/facem3.tga
Xgishdemo/texture/facem4.tga
Xgishdemo/texture/fight.tga
Xgishdemo/texture/font00.tga
Xgishdemo/texture/font01.tga
Xgishdemo/texture/font02.tga
Xgishdemo/texture/font03.tga
Xgishdemo/texture/gameover.tga
Xgishdemo/texture/gface.tga
Xgishdemo/texture/gfaceb1.tga
Xgishdemo/texture/gfaceb2.tga
Xgishdemo/texture/gfaceh01.tga
Xgishdemo/texture/gfaceh02.tga
Xgishdemo/texture/gfaceh03.tga
Xgishdemo/texture/gfacem1.tga
Xgishdemo/texture/gfacem2.tga
Xgishdemo/texture/gfacem3.tga
Xgishdemo/texture/gfacem4.tga
Xgishdemo/texture/gishhud.tga
Xgishdemo/texture/gishhurt.tga
Xgishdemo/texture/gishtalk.tga
Xgishdemo/texture/gishtitle.tga
Xgishdemo/texture/gishwin.tga
Xgishdemo/texture/gishy.tga
Xgishdemo/texture/grayhurt.tga
Xgishdemo/texture/graywin.tga
Xgishdemo/texture/greyhud.tga
Xgishdemo/texture/key.tga
Xgishdemo/texture/level.tga
Xgishdemo/texture/loading03.tga
Xgishdemo/texture/lvlcomplete.tga
Xgishdemo/texture/mouse00.tga
Xgishdemo/texture/mouse01.tga
Xgishdemo/texture/oneup.tga
Xgishdemo/texture/piston1.tga
Xgishdemo/texture/piston2.tga
Xgishdemo/texture/poop.tga
Xgishdemo/texture/ready.tga
Xgishdemo/texture/rope.tga
Xgishdemo/texture/sewer.tga
Xgishdemo/texture/storymode.tga
Xgishdemo/texture/sumo.tga
Xgishdemo/texture/tar.tga
Xgishdemo/texture/tar2.tga
Xgishdemo/texture/tarball.tga
Xgishdemo/texture/tarballs.tga
Xgishdemo/texture/text000.tga
Xgishdemo/texture/text001.tga
Xgishdemo/texture/text002.tga
Xgishdemo/texture/text003.tga
Xgishdemo/texture/text004.tga
Xgishdemo/texture/text005.tga
Xgishdemo/texture/text006.tga
Xgishdemo/texture/text007.tga
Xgishdemo/texture/text008.tga
Xgishdemo/texture/text009.tga
Xgishdemo/texture/text010.tga
Xgishdemo/texture/text011.tga
Xgishdemo/texture/text012.tga
Xgishdemo/texture/text013.tga
Xgishdemo/texture/text014.tga
Xgishdemo/texture/text015.tga
Xgishdemo/texture/text016.tga
Xgishdemo/texture/text017.tga
Xgishdemo/texture/text018.tga
Xgishdemo/texture/text019.tga
Xgishdemo/texture/text020.tga
Xgishdemo/texture/text021.tga
Xgishdemo/texture/text022.tga
Xgishdemo/texture/text023.tga
Xgishdemo/texture/text024.tga
Xgishdemo/texture/text025.tga
Xgishdemo/texture/text026.tga
Xgishdemo/texture/text027.tga
Xgishdemo/texture/text028.tga
Xgishdemo/texture/text029.tga
Xgishdemo/texture/text030.tga
Xgishdemo/texture/text031.tga
Xgishdemo/texture/text032.tga
Xgishdemo/texture/text033.tga
Xgishdemo/texture/text034.tga
Xgishdemo/texture/text035.tga
Xgishdemo/texture/text036.tga
Xgishdemo/texture/text037.tga
Xgishdemo/texture/text038.tga
Xgishdemo/texture/text039.tga
Xgishdemo/texture/text040.tga
Xgishdemo/texture/text041.tga
Xgishdemo/texture/text042.tga
Xgishdemo/texture/text043.tga
Xgishdemo/texture/text046.tga
Xgishdemo/texture/text047.tga
Xgishdemo/texture/text048.tga
Xgishdemo/texture/text049.tga
Xgishdemo/texture/text052.tga
Xgishdemo/texture/text053.tga
Xgishdemo/texture/text054.tga
Xgishdemo/texture/text055.tga
Xgishdemo/texture/text056.tga
Xgishdemo/texture/text058.tga
Xgishdemo/texture/text059.tga
Xgishdemo/texture/text060.tga
Xgishdemo/texture/text061.tga
Xgishdemo/texture/text062.tga
Xgishdemo/texture/text063.tga
Xgishdemo/texture/turbo.tga
Xgishdemo/texture/vsmode.tga
X at dirrm gishdemo/texture
X at dirrm gishdemo/sound
X at dirrm gishdemo/replay
X at dirrm gishdemo/music
X at dirrm gishdemo/leveldemo
X at dirrm gishdemo/animation
X at dirrm gishdemo
END-of-gish-demo/pkg-plist
exit
--- gish-demo.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list