summaryrefslogtreecommitdiff
path: root/games/xdemineur
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>1998-01-29 11:46:05 +0000
committerbouyer <bouyer@pkgsrc.org>1998-01-29 11:46:05 +0000
commit75c7a1f95a98ad8d15055aafbedf37f4338081bb (patch)
tree6d1a9b5149f08529525637bbb80431d6cc5aab47 /games/xdemineur
parent3715ac69eddd95d9182f00f24c76f8aeaef0bd9d (diff)
downloadpkgsrc-75c7a1f95a98ad8d15055aafbedf37f4338081bb.tar.gz
Package for xdemineur, a minesweeper game for X.
Diffstat (limited to 'games/xdemineur')
-rw-r--r--games/xdemineur/Makefile23
-rw-r--r--games/xdemineur/files/md51
-rw-r--r--games/xdemineur/pkg/COMMENT1
-rw-r--r--games/xdemineur/pkg/DESCR73
-rw-r--r--games/xdemineur/pkg/PLIST3
5 files changed, 101 insertions, 0 deletions
diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile
new file mode 100644
index 00000000000..e5f0665353b
--- /dev/null
+++ b/games/xdemineur/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xdemineur
+# Version required: 2.0
+# Date created: 29 Jan 1998
+# Whom: bouyer
+#
+# $NetBSD: Makefile,v 1.1 1998/01/29 11:46:05 bouyer Exp $
+#
+
+DISTNAME= xdemineur-2.0
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB} \
+ ftp://ftp.agm-ita.ensta.fr/pub/babafou
+MASTER_SITE_SUBDIR= games
+
+MAINTAINER= bouyer@netbsd.org
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+USE_IMAKE= yes
+
+CAT1= xdemineur.0
+
+.include <bsd.port.mk>
diff --git a/games/xdemineur/files/md5 b/games/xdemineur/files/md5
new file mode 100644
index 00000000000..16273e9f3a8
--- /dev/null
+++ b/games/xdemineur/files/md5
@@ -0,0 +1 @@
+MD5 (xdemineur-2.0.tar.gz) = 89ef084852b25aeaff90611248c36ea6
diff --git a/games/xdemineur/pkg/COMMENT b/games/xdemineur/pkg/COMMENT
new file mode 100644
index 00000000000..9df5f6cd8cf
--- /dev/null
+++ b/games/xdemineur/pkg/COMMENT
@@ -0,0 +1 @@
+Minesweeper game for the X Window System.
diff --git a/games/xdemineur/pkg/DESCR b/games/xdemineur/pkg/DESCR
new file mode 100644
index 00000000000..14459a7ab87
--- /dev/null
+++ b/games/xdemineur/pkg/DESCR
@@ -0,0 +1,73 @@
+README file for xdémineur
+=========================
+
+Xdémineur is a minesweeper game for the X Window System.
+
+The object of this game is to find the location of the mines
+hidden in the minefield and to mark their location by placing a
+warning flag. You have exactly as many flags as there are mines.
+The number of flags that remain to be placed is displayed in the
+top left corner of the window and a timer is displayed in the top
+right corner.
+
+The game is played using a three buttons mouse, as usual with the
+X Window System. The left button (button 1) is used to uncover
+the square on which you click (hoping that a mine is not hidden
+there). The number displayed in an uncovered square indicates
+how many mines are located around this square (for example, a 3
+means that there are three mines within the 8 surrounding
+squares). The whole game relies on the right use of these
+numbers. The right button (button 3) is used to place a flag on
+a square (this indicates that there is a mine here). If you
+click again with the right button on a square that has a flag,
+the flag is changed into a question mark: this is useful if you
+are trying to guess the possible location of some mine, you can
+use question marks to think about it. One more click with the
+right button and the question mark disappears. Clicking with the
+middle button (button 2) on an uncovered square which has all its
+flags placed around uncovers the surrounding cells which have no
+flags (this will save a lot of time).
+
+Finally, to start a new game, just click on the yellow face above
+the minefield.
+
+FTP sites
+---------
+
+You can get the latest version of xdémineur by anonymous FTP
+from:
+
+<URL:ftp://ftp.agm-ita.ensta.fr/pub/babafou/>
+<URL:ftp://ftp.x.org/contrib/games/>
+
+Installation
+------------
+
+See the INSTALL file.
+
+Bugs
+----
+
+Please report any bug you could find in xdémineur to
+<babafou@agm-ita.ensta.fr>. Also, you should tell me the
+customizations you may have done, such as adding new functions to
+the game or making modifications to allow the game to run on your
+system.
+
+Copyright
+---------
+
+Copyright © 1993-1998 Marc Baudoin <babafou@agm-ita.ensta.fr>
+
+Permission to use, copy, modify, and distribute this software and
+its documentation for any purpose and without fee is hereby
+granted, provided that the above copyright notice appear in all
+copies and that both that copyright notice and this permission
+notice appear in supporting documentation. The author makes no
+representations about the suitability of this software for any
+purpose. It is provided "as is" without express or implied
+warranty.
+
+--
+Marc Baudoin
+<babafou@agm-ita.ensta.fr>
diff --git a/games/xdemineur/pkg/PLIST b/games/xdemineur/pkg/PLIST
new file mode 100644
index 00000000000..8f53d9bd239
--- /dev/null
+++ b/games/xdemineur/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 1998/01/29 11:46:10 bouyer Exp $
+bin/xdemineur
+man/cat1/xdemineur.0