Port details |
- bluemoon Blue Moon card solitaire
- 2.13 games =2 2.13Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2013-12-21 15:31:23
- Last Update: 2024-02-03 13:25:37
- Commit Hash: 72b2fbb
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- http://www.catb.org/~esr/bluemoon/
- Description:
- bluemoon - Blue Moon card solitaire
This 52-card solitaire starts with the entire deck shuffled and
dealt out in four rows. The aces are then moved to the left end of
the layout, making 4 initial free spaces. You may move to a space
only the card that matches the left neighbor in suit, and is one
greater in rank. Kings are high, so no cards may be placed to their
right (they create dead spaces).
When no moves can be made, cards still out of sequence are reshuffled
and dealt face up after the ends of the partial sequences, leaving
a card space after each sequence, so that each row looks like a
partial sequence followed by a space, followed by enough cards to
make a row of 14. A moment's reflection will show that this game
cannot take more than 13 deals. A good score is 1-3 deals, 4-7 is
average, 8 or more is poor.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bluemoon>0:games/bluemoon
- To install the port:
- cd /usr/ports/games/bluemoon/ && make install clean
- To add the package, run one of these commands:
- pkg install games/bluemoon
- pkg install bluemoon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bluemoon
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706959295
SHA256 (bluemoon-2.13.tar.gz) = 3c3bc7be4cc2f330d6b7f7000d556938f355b70d131678dec2dc941a5e141019
SIZE (bluemoon-2.13.tar.gz) = 12621
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bluemoon-2.13:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_bluemoon
- USES:
- ncurses
- 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 |
2.13 03 Feb 2024 13:25:37 |
Nuno Teixeira (eduardo) |
games/bluemoon: Update to 2.13
- Switch to DISTVERSION
- Define license file
- Drop gmake
- Take maintainership
ChangeLog: https://gitlab.com/esr/bluemoon/-/blob/master/NEWS.adoc |
2.12_1 09 Jan 2024 13:27:13 |
Baptiste Daroussin (bapt) |
MAN[4-8]PREFIX: eleminate its usage and move man to share/man |
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) |
2.12 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 ) |
2.12 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 ) |
2.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.12 26 Jun 2018 17:06:33 |
ehaupt |
Reset maintainer (3+ months of inactivity).
Discussed with: portmgr (adamw, mat) |
2.12 04 Feb 2016 19:32:55 |
marino |
games/bluemoon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket |
2.12 22 May 2014 18:30:56 |
nemysis |
- Update to 2.12, Announce message:
Add desktop file and a minor cleanup patch.
- Remove Desktop entry file, use supplied desktop files
- Remove obsolete patch |
2.11_1 22 Dec 2013 09:19:41 |
nemysis |
- Change license BSD4CLAUSE to BSD3CLAUSE
Reported by: eadler
Approved by: pawel / wg (mentors, implicit) |
2.11_1 21 Dec 2013 15:31:11 |
nemysis |
- Change PORTNAME from blue to bluemoon
- Bump PORTREVISION
- Change license BSD to BSD4CLAUSE
- USES gmake instead of USE_GMAKE
- Change PLIST_FILES
- Add DOCS and Option
- Use supplied icon
- Support STAGEDIR
- Add files/bluemoon.desktop
- Add patch
Approved by: pawel (mentor) |