Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2005 15:13:33 +0200
From:      Charlie & <root@its.uni-karlsruhe.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/81668: New port: games/moon-buggy-esound
Message-ID:  <E1Dck5F-000PNW-BA@itstsv9.its.uni-karlsruhe.de>
Resent-Message-ID: <200505301320.j4UDK21K052029@freefall.freebsd.org>

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

>Number:         81668
>Category:       ports
>Synopsis:       New port: games/moon-buggy-esound
>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:   Mon May 30 13:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ralf Becker & ralf@akk.org
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
AKK - Arbeitskreis Kultur und Kommunikation
>Environment:
System: FreeBSD itstsv9.its.uni-karlsruhe.de 4.11-STABLE FreeBSD 4.11-STABLE #0: Tue Mar 22 14:50:34 CET 2005 root@itstsv9.its.uni-karlsruhe.de:/usr/src/sys/compile/local070704 i386
>Description:
	additional port of moon-buggy with esound support
# 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:
#
#	moon-buggy-esound
#	moon-buggy-esound/pkg-plist
#	moon-buggy-esound/distinfo
#	moon-buggy-esound/Makefile
#	moon-buggy-esound/pkg-descr
#	moon-buggy-esound/files
#	moon-buggy-esound/files/patch-configure.ac
#
echo c - moon-buggy-esound
mkdir -p moon-buggy-esound > /dev/null 2>&1
echo x - moon-buggy-esound/pkg-plist
sed 's/^X//' >moon-buggy-esound/pkg-plist << 'END-of-moon-buggy-esound/pkg-plist'
Xbin/moon-buggy
Xinfo/moon-buggy.info
Xshare/moon-buggy/jump.wav
Xshare/moon-buggy/laser.wav
Xshare/moon-buggy/crash.wav
X@dirrm share/moon-buggy
END-of-moon-buggy-esound/pkg-plist
echo x - moon-buggy-esound/distinfo
sed 's/^X//' >moon-buggy-esound/distinfo << 'END-of-moon-buggy-esound/distinfo'
XMD5 (moon-buggy-1.0.tar.gz) = 4da97ea40eca686f6f8b164d8b927e38
XSIZE (moon-buggy-1.0.tar.gz) = 259734
XMD5 (moon-buggy-sound-1.0.tar.gz) = ea3a5b7035cb86c1489e8a5c2c962702
XSIZE (moon-buggy-sound-1.0.tar.gz) = 13252
END-of-moon-buggy-esound/distinfo
echo x - moon-buggy-esound/Makefile
sed 's/^X//' >moon-buggy-esound/Makefile << 'END-of-moon-buggy-esound/Makefile'
X# New ports collection Makefile for: moon-buggy
X# Date created:		10 January 2002
X# Whom:			Ralf Becker <ralf@akk.org>
X#
X# $FreeBSD: ports/games/moon-buggy/Makefile,v 1.2 2004/03/14 06:16:33 ade Exp $
X#
X
XPORTNAME=	moon-buggy
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://www.seehuhn.de/data/
XDISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
X		 moon-buggy-sound-1.0.tar.gz
X
XMAINTAINER=	ralf@akk.org
XCOMMENT=	port of moon-buggy with esound support
X
XLIB_DEPENDS=	esd:${PORTSDIR}/audio/esound:install
X
XUSE_AUTOCONF_VER=	259
XCONFIGURE_ARGS= --prefix=${PREFIX} \
X		--sharedstatedir=/var/games\
X		--with-setgid=games
X
XMAN6=		moon-buggy.6
X
Xpre-patch:
X	cd ${WRKSRC} && ${PATCH} -p1 < sound.patch
X
X# make package will fail without doing this
Xpost-install:
X	${CHMOD} u+r ${PREFIX}/bin/moon-buggy
X
X.include <bsd.port.mk>
END-of-moon-buggy-esound/Makefile
echo x - moon-buggy-esound/pkg-descr
sed 's/^X//' >moon-buggy-esound/pkg-descr << 'END-of-moon-buggy-esound/pkg-descr'
XMoon-buggy is a simple character graphics game, where you drive
Xsome kind of car across the moon's surface.
XUnfortunately there are dangerous craters there.
XFortunately your car can jump over them!
X
XThis version of the game comes with esound support.
X
XWWW: http://www.seehuhn.de/comp/moon-buggy
END-of-moon-buggy-esound/pkg-descr
echo c - moon-buggy-esound/files
mkdir -p moon-buggy-esound/files > /dev/null 2>&1
echo x - moon-buggy-esound/files/patch-configure.ac
sed 's/^X//' >moon-buggy-esound/files/patch-configure.ac << 'END-of-moon-buggy-esound/files/patch-configure.ac'
X*** configure.ac	Mon May 30 13:36:12 2005
X--- configure.ac.orig	Mon May 30 13:35:21 2005
X***************
X*** 67,73 ****
X  
X  AM_CONDITIONAL(short_getopt, test "x$ac_cv_func_getopt_long" != xyes)
X  
X! SOUND_DIR='$(datadir)/sounds/moon-buggy'
X  AC_SUBST(SOUND_DIR)
X  
X  AC_CONFIG_FILES([Makefile])
X--- 67,73 ----
X  
X  AM_CONDITIONAL(short_getopt, test "x$ac_cv_func_getopt_long" != xyes)
X  
X! SOUND_DIR='$(datadir)/moon-buggy'
X  AC_SUBST(SOUND_DIR)
X  
X  AC_CONFIG_FILES([Makefile])
END-of-moon-buggy-esound/files/patch-configure.ac
exit

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Dck5F-000PNW-BA>