Subject: pkg/19284: new package entry: games/spider -- the solitare game from xcontrib
To: None <gnats-bugs@gnats.netbsd.org>
From: Greg A. Woods <woods@weird.com>
List: netbsd-bugs
Date: 12/04/2002 20:21:57
>Number: 19284
>Category: pkg
>Synopsis: new package entry: games/spider -- the solitare game from xcontrib
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Dec 04 17:22:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Greg A. Woods
>Release: pkgsrc
>Organization:
Planix, Inc.; Toronto, Ontario; Canada
>Environment:
System: NetBSD 1.5W
Architecture: i386
Machine: i386
>Description:
the "spider" solitare card game from xcontrib
>How-To-Repeat:
>Fix:
derived, very quickly, by hand, from the FreeBSD port....
# 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:
#
# DESCR
# Makefile
# PLIST
# patches
# patches/patch-aa
# patches/patch-ab
#
echo x - DESCR
sed 's/^X//' >DESCR << 'END-of-DESCR'
XSpider is a challenging double decked solitaire game. Unlike most
Xsoilitaire games, skill is just as important as luck.
X
XThe X11 version of spider is based on the NeWS version by Don Woods,
Xand uses the same save file format and card images.
END-of-DESCR
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X
XDISTNAME= spider
XPKGNAME= spider-1.1
XCATEGORIES= games
XMASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
X
XMAINTAINER= pkgsrc@NetBSD.ORG
X
XUSE_IMAKE= yes
XINSTALL_TARGET= install install.doc
X
X.include "../../mk/bsd.pkg.mk"
END-of-Makefile
echo x - PLIST
sed 's/^X//' >PLIST << 'END-of-PLIST'
Xbin/spider
Xman/cat1/spider.0
Xshare/doc/spider/doc.intro
Xshare/doc/spider/doc.rules
Xshare/doc/spider/doc.controls
Xshare/doc/spider/doc.examples
Xshare/doc/spider/doc.misc
Xshare/doc/spider/doc.summary
END-of-PLIST
echo c - patches
mkdir -p patches > /dev/null 2>&1
echo x - patches/patch-aa
sed 's/^X//' >patches/patch-aa << 'END-of-patches/patch-aa'
X+++ ./Imakefile Tue Oct 3 04:19:58 1995
X@@ -8,7 +8,7 @@
X SPLIT = split
X CAT = cat
X /***** Note: probably want to define this to be something else *****/
X- HELPDIR = help
X+ HELPDIR = $(PREFIX)/share/doc/spider
X
X /***** Note: Used to over-ride some declarations in the default Imakefile
X configurations. If you want to use some of these things, then
X@@ -16,7 +16,7 @@
X definitions to what you would like them to be below. Delete
X or comment out those you do not wish to use *****/
X #ifndef OverrideDefs
X-#define OverrideDefs YES
X+#define OverrideDefs NO
X #endif
X
X #if OverrideDefs
END-of-patches/patch-aa
echo x - patches/patch-ab
sed 's/^X//' >patches/patch-ab << 'END-of-patches/patch-ab'
X+++ ./spider.man Tue Oct 3 04:16:19 1995
X@@ -53,7 +53,7 @@
X Specifies the time (in microseconds) to pause between each move when
X showing a Replay. The default is 200.
X .TP 8
X-.B "roundsCards (\fPclass\fB RoundCards)"
X+.B "roundCards (\fPclass\fB RoundCards)"
X Specifies whether to use rounded cards are not. Rounded cards look
X better, but are considerably slower. The default is "on".
X .TP 8
END-of-patches/patch-ab
exit
>Release-Note:
>Audit-Trail:
>Unformatted: