Port details |
- xvmines Simple minesweeper game for X Window System
- 1.0_2 games
=0 1.0_2Version of this port present on the latest quarterly branch.
- DEPRECATED: 64-bit unsupported
This port expired on: 2020-05-05
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2020-05-05 15:38:12
- SVN Revision: 534093
- License: not specified in port
- Description:
- XVmines is a simple minesweeper game for X Window System.
xvmines creates a rectangle on the screen, divided into equally sized
cells. Each cell may contain a mine (hence the name xvmines), contain a
number indicating the number of mines present in the 8-neighboring cells
or be empty.
Initially, all cells are covered with tiles. A tile can be removed,
uncovering the cell below, by clicking the left mouse button on it. In
addition, a cell can be marked as containing a mine by clicking the
right mouse button on it. Note however that marking a cell as containing
a mine does not necessarily mean that the cell really contains a mine!
Clicking the middle mouse button on a tile, marks it with a question
mark, acting as a reminder mechanism. The user can use the numbers in
the uncovered cells to find (or sometimes guess ...) which cells contain
mines and which do not.
A game ends when all cells not containing mines have been uncovered and
all cells containing mines have been marked, or when a cell containing a
mine is uncovered.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: xvmines
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xvmines-1.0.tar.Z) = a6604471562595ad838eebd7b660fbf75356406280d58a677fd3d34e8b0248ad
SIZE (xvmines-1.0.tar.Z) = 24727
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libxview.so : x11-toolkits/xview
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xvmines-1.0_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- imake tar:Z xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_2 05 May 2020 15:38:12 |
rene |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
1.0_2 05 Apr 2020 14:46:11 |
cy |
Chase r530745.
Openlook and Xview have been scheduledfor deorbit for their lack of
64-bit support. This commit also deprecates and expires ports that
depend on Xview.
Reported by: antoine
Thanked by: mcl |
1.0_2 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
1.0_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0_2 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.0_2 28 Jul 2014 19:39:51 |
adamw |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
1.0_2 16 Nov 2013 01:34:37 |
danilo |
- Add stage support |
1.0_2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
1.0_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.0_2 28 Jun 2013 11:51:06 |
bapt |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
1.0_2 30 Mar 2013 08:32:40 |
miwi |
- Unbreak build
Reported by: pointyhat
Approved by: portmgr (myself) |
1.0_2 04 Feb 2013 14:25:08 |
miwi |
- Update MASTER_SITES
- Support PLIST_FILES
- Add MAKE_JOBS_SAFE
- Reformat pkg-descr
PR: 175588
Submitted by: Ports Fury |
1.0_2 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.0_2 09 Jun 2009 15:33:28 |
amdmi3 |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
1.0_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.0 24 Nov 2005 19:28:01 |
pav |
- Add SHA256 |
1.0 24 Dec 2004 22:20:37 |
lesi |
Revert rev. 1.11 so nonexisting html manpage is not installed.
Noticed by: kris |
1.0 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.0 31 Oct 2003 16:57:06 |
linimon |
Per distfile survey, remove mastersite that disappeared in 2000. |
1.0 20 Feb 2003 17:32:26 |
knu |
De-pkg-comment. |
23 Dec 2001 16:48:52 |
dirk |
Install xvmines.6.html, too and thus unbreak make package. |
23 Sep 2001 20:50:43 |
dwcjr |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer
exists. |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |