Port details |
- xmahjongg Chinese game of Mahjongg for X11
- 3.7_4 games
=10 3.7_4Version of this port present on the latest quarterly branch. - Maintainer: joerg@FreeBSD.org
 - Port Added: unknown
- Last Update: 2024-03-09 11:04:54
- Commit Hash: ad7f4e9
- People watching this port, also watch:: gettext, nasm, libmng, libxml2, aalib
- License: GPLv2
- WWW:
- https://www.lcdf.org/xmahjongg/
- Description:
- Mah jongg is an ancient chinese game usually played by four players
with tiles similar to dominos. This is an X windows version for
the solitaire game originally seen on the PC and later ported to
SunView, and later on completely rewritten by Eddie Kohler.
THEORY OF PLAY
The object of the game is to remove all the tiles from the board.
Tiles are removed in by matching two identical tiles which have
either an open left edge or open right edge. The only exception
to this rule is that any open "flower" tile (bamboo, orchid, plum,
or chrysanthemum) matches any other open "flower" tile and any open
"season" tile (spring, summer, autumn, or winter) matches any other
open "season" tile.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xmahjongg>0:games/xmahjongg
- To install the port:
- cd /usr/ports/games/xmahjongg/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xmahjongg
- pkg install xmahjongg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmahjongg
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmahjongg-3.7.tar.gz) = 243d63681cc25b97b30fee76aac98f1923f4734e772c57335b911f4c8647ffcf
SIZE (xmahjongg-3.7.tar.gz) = 551834
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_xmahjongg
- USES:
- 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 |
3.7_4 09 Mar 2024 11:04:54
    |
Nuno Teixeira (eduardo)  |
games/xmahjongg: Move man pages to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.7_3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.7_3 20 Jul 2022 14:21:58
    |
Tobias C. Berner (tcberner)  |
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.7_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.7_3 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. |
3.7_3 09 Jul 2018 08:29:45
  |
joerg  |
Fix build errors seen by recent C++ compilers.
While being here, add LICENSE. |
3.7_2 18 Jan 2015 21:23:19
  |
amdmi3  |
- Drop @dirrm* from and add empty directories to plists
Approved by: portmgr blanket |
3.7_2 16 Feb 2014 16:17:30
  |
miwi  |
- Stage support |
3.7_2 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.7_2 25 Dec 2010 16:55:41
 |
sunpoet  |
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: ports/152844
Submitted by: sunpoet (myself)
Approved by: miwi (with portmgr hat) |
3.7_2 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
3.7_2 23 Mar 2008 23:03:18
 |
miwi  |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
3.7_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}. |
3.7 22 Jan 2006 11:18:58
 |
edwin  |
SHA256ify
Approved by: krion@ |
3.7 01 Aug 2005 04:56:40
 |
joerg  |
Upgrade to version 3.7
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
PR: ports/84403 |
3.6.1 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
3.6.1 07 Mar 2003 06:03:01
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
3.6.1 20 Sep 2002 07:21:17
 |
ijliao  |
upgrade to 3.6.1
PR: 42904
Submitted by: Ports Fury |
22 Jul 2001 07:28:10
    |
joerg  |
Upgrade to version 3.5. According to the changes file on the Web site, this
is a bugfix-only upgrade. |
08 Oct 2000 03:48:59
    |
asami  |
Convert category games to new layout. |