diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-24 17:23:36 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-24 17:23:36 +0000 |
commit | 49ad3cbed15ac8e1546743d9ba3147bf0f79c4af (patch) | |
tree | fbabb3db968f1da687b5a0a66f6245877abb73e0 /games/spider | |
parent | ce19168e9201b7de2bbcc639639122f0a36fd034 (diff) | |
download | pkgsrc-49ad3cbed15ac8e1546743d9ba3147bf0f79c4af.tar.gz |
Initial import of games/spider provided by Greg A. Woods in PR pkg/19284:
Spider is a challenging double decked solitaire game. Unlike most
soilitaire games, skill is just as important as luck.
The X11 version of spider is based on the NeWS version by Don Woods,
and uses the same save file format and card images.
Diffstat (limited to 'games/spider')
-rw-r--r-- | games/spider/DESCR | 5 | ||||
-rw-r--r-- | games/spider/Makefile | 14 | ||||
-rw-r--r-- | games/spider/PLIST | 9 | ||||
-rw-r--r-- | games/spider/distinfo | 4 | ||||
-rw-r--r-- | games/spider/patches/patch-aa | 22 | ||||
-rw-r--r-- | games/spider/patches/patch-ab | 13 |
6 files changed, 67 insertions, 0 deletions
diff --git a/games/spider/DESCR b/games/spider/DESCR new file mode 100644 index 00000000000..97e84358675 --- /dev/null +++ b/games/spider/DESCR @@ -0,0 +1,5 @@ +Spider is a challenging double decked solitaire game. Unlike most +soilitaire games, skill is just as important as luck. + +The X11 version of spider is based on the NeWS version by Don Woods, +and uses the same save file format and card images. diff --git a/games/spider/Makefile b/games/spider/Makefile new file mode 100644 index 00000000000..d8b4039fa18 --- /dev/null +++ b/games/spider/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 17:23:36 jschauma Exp $ + +DISTNAME= spider +PKGNAME= spider-1.1 +CATEGORIES= games x11 +MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ + +MAINTAINER= tech-pkg@NetBSD.ORG +COMMENT= solitare card game from xcontrib + +USE_IMAKE= yes +INSTALL_TARGET= install install.doc + +.include "../../mk/bsd.pkg.mk" diff --git a/games/spider/PLIST b/games/spider/PLIST new file mode 100644 index 00000000000..8157442fa6b --- /dev/null +++ b/games/spider/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/24 17:23:36 jschauma Exp $ +bin/spider +man/cat1/spider.0 +share/doc/spider/doc.intro +share/doc/spider/doc.rules +share/doc/spider/doc.controls +share/doc/spider/doc.examples +share/doc/spider/doc.misc +share/doc/spider/doc.summary diff --git a/games/spider/distinfo b/games/spider/distinfo new file mode 100644 index 00000000000..f6ed261e54d --- /dev/null +++ b/games/spider/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/07/24 17:23:36 jschauma Exp $ + +SHA1 (patch-aa) = 204b8d75f8583fe71f89f18dfdd1774cd2042b2f +SHA1 (patch-ab) = 1ae99ebe79d79beee3bd0ebd62998f62c6fca51e diff --git a/games/spider/patches/patch-aa b/games/spider/patches/patch-aa new file mode 100644 index 00000000000..41359e4bad5 --- /dev/null +++ b/games/spider/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/07/24 17:23:37 jschauma Exp $ + +--- ./Imakefile.org Sat Sep 28 10:46:02 1991 ++++ ./Imakefile Tue Oct 3 04:19:58 1995 +@@ -8,7 +8,7 @@ + SPLIT = split + CAT = cat + /***** Note: probably want to define this to be something else *****/ +- HELPDIR = help ++ HELPDIR = $(PREFIX)/share/doc/spider + + /***** Note: Used to over-ride some declarations in the default Imakefile + configurations. If you want to use some of these things, then +@@ -16,7 +16,7 @@ + definitions to what you would like them to be below. Delete + or comment out those you do not wish to use *****/ + #ifndef OverrideDefs +-#define OverrideDefs YES ++#define OverrideDefs NO + #endif + + #if OverrideDefs diff --git a/games/spider/patches/patch-ab b/games/spider/patches/patch-ab new file mode 100644 index 00000000000..d1dca4830a1 --- /dev/null +++ b/games/spider/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/07/24 17:23:37 jschauma Exp $ + +--- ./spider.man.org Sat Sep 28 10:46:06 1991 ++++ ./spider.man Tue Oct 3 04:16:19 1995 +@@ -53,7 +53,7 @@ + Specifies the time (in microseconds) to pause between each move when + showing a Replay. The default is 200. + .TP 8 +-.B "roundsCards (\fPclass\fB RoundCards)" ++.B "roundCards (\fPclass\fB RoundCards)" + Specifies whether to use rounded cards are not. Rounded cards look + better, but are considerably slower. The default is "on". + .TP 8 |