Port details |
- xmemory Multi-player memory game
- 3.7_4 games
=5 3.7_4Version of this port present on the latest quarterly branch. - 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: 2024-01-09 15:41:04
- Commit Hash: e10e202
- People watching this port, also watch:: mplayer, xvid, unzip, ffmpeg, unace
- License: not specified in port
- Description:
- XMemory is a multi player memory game. It can be played simultaneously on
several X Displays, which have to be listed on the command-line. Like in
the traditional memory game, the players have to find similar tiles on the
table to get the tiles. The main difference to this game is, that the
players really play simultaneous and therefor the whole game gets
some kind of an action game.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/games/xmemory/ && make install clean
- To add the package, run one of these commands:
- pkg install games/xmemory
- pkg install xmemory
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xmemory
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmemory-3.7.tgz) = 90855947c8dc2255438c86c34d58eb79f0e52ce5e261e02b29b41c1dab37c388
SIZE (xmemory-3.7.tgz) = 224347
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:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_xmemory
- USES:
- imake tar:tgz 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 Jan 2024 15:41:04
    |
Baptiste Daroussin (bapt)  |
MAN[1-5]PREFIX: eleminate its usage and move man to share/man |
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 07 Jul 2018 21:23:07
  |
tobik  |
games/xmemory: Fix build with Clang 6
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p473790_s335878/logs/xmemory-3.7_3.log |
3.7_3 01 Feb 2017 12:25:46
  |
jbeich  |
games/xmemory: unbreak with libc++ 3.9
gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const
char *'
name = strrchr(filename,'/');
^ ~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
3.7_2 03 Dec 2014 13:37:17
  |
amdmi3  |
- Simplify MASTER_SITES
- Place data files into ${DATADIR}
- Fix default font name
- Simplify installation and plist |
3.7_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) |
3.7_2 28 Jul 2014 19:39:51
  |
adamw  |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
3.7_2 13 Nov 2013 20:06:15
  |
danilo  |
- Add 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 28 Jun 2013 21:48:59
  |
bapt  |
Convert to USES=imake
While here:
Trim headers
Remove indefinite articles
Mark as broken ports not building with gcc or clang
Convert to optionsng |
3.7_2 11 Jun 2013 19:40:18
  |
bsam  |
. fix build with clang;
. trim Makefile headers. |
3.7_2 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
3.7_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) |
3.7_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) |
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 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
3.7 15 Jun 2004 11:53:03
 |
kris  |
Mail to maintainer is returned with:
----- The following addresses had permanent fatal errors -----
<bsdport@ddm.wox.org>
(reason: 550 <bsdport@ddm.wox.org>: User has moved to bsdport-nospam@... due
to excessive spam
+sent to the bs...are occasion when someone needs to send real mail they can
re-send it. Sorry for
+the inconvenience.)
but repeated emails to the redirected account are not acknowledged. Reset
maintainer. |
3.7 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
3.7 21 Feb 2003 12:06:01
 |
knu  |
De-pkg-comment. |
3.7 08 Sep 2002 10:43:44
 |
kris  |
Fix build on -current (Build/link c++ code correctly) |
23 Sep 2001 03:27:43
    |
dwcjr  |
Update maintainer's email |
08 Oct 2000 03:48:59
    |
asami  |
Convert category games to new layout. |