aboutsummaryrefslogtreecommitdiff
path: root/games/xmine/pkg-descr
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1994-12-26 15:26:04 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1994-12-26 15:26:04 +0000
commit36849aae92509041aaab402329e3f7353ef83bef (patch)
tree67b1de0d54902be4a3521b13534878b0ee6e34d3 /games/xmine/pkg-descr
parent2e2449e118ebd64f41c56693326ec4d5caa8088b (diff)
downloadports-36849aae92509041aaab402329e3f7353ef83bef.tar.gz
ports-36849aae92509041aaab402329e3f7353ef83bef.zip
The new-style port for Paul Falstad's xminesweeper, here
my Xaw-only version.
Notes
Notes: svn path=/head/; revision=618
Diffstat (limited to 'games/xmine/pkg-descr')
-rw-r--r--games/xmine/pkg-descr50
1 files changed, 50 insertions, 0 deletions
diff --git a/games/xmine/pkg-descr b/games/xmine/pkg-descr
new file mode 100644
index 000000000000..78940a81b9a7
--- /dev/null
+++ b/games/xmine/pkg-descr
@@ -0,0 +1,50 @@
+xmine is an X11-based version of the popular PC game Minesweeper. The
+object is to place flags on mines on the game board without exposing
+them.
+
+xmine is freely redistributable. It's mostly Xlib-based, but it
+requires Motif libraries for the menus.
+
+Author: Paul Falstad (pf@z-code.com)
+===
+
+This version of xmine is based on Paul Falstad's version 1.0.3, as
+published in comp.sources.x. It has been heavily munged to work
+without OSF/Motif.
+
+Almost everything needed was already in the Athena Widget Set, with
+the exception of a Canvas Widget (or DrawingAreaWidget in Motif
+terms). Hence i have included a copy of the Canvas Widget of the Free
+Widget Foundation, only slightly modified to take the #include's from
+the current directory. If anybody is unlucky with the GPL conditions
+applying to the FWF code, she is free to drop in own versions of a
+Canvas Widget (really not much of code).
+
+I originally intented to #ifdef Paul's version for use with the Athena
+Widget Set, but realized that this would have resulted in too much of
+spagghetti code. That's why i hacked a separate source out of it. I
+cleaned it up a bit, so it will compile now without complaints with
+the -Wall flag set under gcc.
+
+Since the game itself has some 3D look, linking against the famous
+Xaw3d library is highly recommended.
+
+
+ACKNOWLEDGEMENTS:
+=================
+
+For X11:
+ The X Consortium, MIT, DEC, ...
+
+For the original OSF/Motif version of xmine:
+ Paul Falstad (pf@z-code.com)
+
+For the three-D lookalike Athena Widget set:
+ Kaleb S. Keithley (kaleb@jpl-devvax.jpl.nasa.gov)
+
+For the Canvas Widget of the Free Widget Foundation:
+ Robert H. Forsman Jr.
+
+---
+enjoy,
+ Joerg Wunsch <joerg_wunsch@uriah.sax.de>