./games/xdemineur, Minesweeper game for the X Window System

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.1nb2, Package name: xdemineur-2.1.1nb2, Maintainer: bouyer

Xdemineur 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).


Required to run:
[x11/libXpm]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites: (Expand)

Filesize: 15.267 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2015-11-03 21:57:10 by Alistair G. Crooks | Files touched by this commit (350)
Log message:
Add SHA512 digests for distfiles for games category

Problems found locating distfiles:
	Package blokus: missing distfile blokus-1.1.tar.gz
	Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz
	Package dungeon: missing distfile dungeon-gdt-glk.tar.gz
	Package gate88: missing distfile Gate88_Mar19_05.tar.gz
	Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz
	Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip
	Package rollemup: missing distfile Rollemup.tar.gz
	Package tscp: missing distfile tscp181.zip
	Package xbat: missing distfile xev111.tar.gz
	Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz
	Package xrick: missing distfile xrick-021212.tgz
	Package xskat: missing distfile xskat-cards.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2012-10-06 13:55:05 by Aleksej Saushev | Files touched by this commit (310)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993)
Log message:
Add DESTDIR support.
   2007-12-02 01:02:07 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove ex-MASTER_SITE. From Zafer Aydogan.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2006-12-27 14:37:47 by Joerg Sonnenberger | Files touched by this commit (210)
Log message:
- fine grained X11 dependencies for packages which have either USE_IMAKE
  or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.