Bug 81667 - Update Port: moon-buggy
Summary: Update Port: moon-buggy
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-30 14:20 UTC by Ralf Becker
Modified: 2005-05-30 18:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Becker 2005-05-30 14:20:01 UTC
Update of the moon-buggy port to version 1.0

# 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
#	moon-buggy/Makefile
#	moon-buggy/distinfo
#	moon-buggy/pkg-plist
#	moon-buggy/pkg-descr
#
echo c - moon-buggy
mkdir -p moon-buggy > /dev/null 2>&1
echo x - moon-buggy/Makefile
sed 's/^X//' >moon-buggy/Makefile << 'END-of-moon-buggy/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/
X
XMAINTAINER=	ralf@akk.org
XCOMMENT=	Drive a buggy across the moons surface
X
XUSE_AUTOCONF_VER=	259
XCONFIGURE_ARGS= --prefix=${PREFIX} \
X		--sharedstatedir=/var/games\
X		--with-setgid=games
X
XMAN6=		moon-buggy.6
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/Makefile
echo x - moon-buggy/distinfo
sed 's/^X//' >moon-buggy/distinfo << 'END-of-moon-buggy/distinfo'
XMD5 (moon-buggy-1.0.tar.gz) = 4da97ea40eca686f6f8b164d8b927e38
XSIZE (moon-buggy-1.0.tar.gz) = 259734
END-of-moon-buggy/distinfo
echo x - moon-buggy/pkg-plist
sed 's/^X//' >moon-buggy/pkg-plist << 'END-of-moon-buggy/pkg-plist'
Xbin/moon-buggy
Xinfo/moon-buggy.info
END-of-moon-buggy/pkg-plist
echo x - moon-buggy/pkg-descr
sed 's/^X//' >moon-buggy/pkg-descr << 'END-of-moon-buggy/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
XWWW: http://www.seehuhn.de/comp/moon-buggy
END-of-moon-buggy/pkg-descr
exit
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-05-30 16:39:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

I'll handle this.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-05-30 18:11:26 UTC
State Changed
From-To: open->closed

Committed, thanks. 

I also fixed the port to use the INFO macro, and killed the resulting one-line 
plist by using the PLIST_FILES macro.