notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
bluemoon Blue Moon card solitaire
2.13 games on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.12Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-12-21 15:31:23
Last Update: 2024-02-03 13:25:37
Commit Hash: 72b2fbb
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/bluemoon
  2. share/applications/bluemoon.desktop
  3. share/man/man6/bluemoon.6.gz
  4. share/pixmaps/bluemoon.png
  5. /usr/local/share/licenses/bluemoon-2.13/catalog.mk
  6. /usr/local/share/licenses/bluemoon-2.13/LICENSE
  7. /usr/local/share/licenses/bluemoon-2.13/BSD2CLAUSE
Collapse this list.
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):
bluemoon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.132.132.122.132.13-2.12-
FreeBSD:13:quarterly2.122.122.122.122.122.122.122.12
FreeBSD:14:latest2.132.132.122.132.132.12-2.12
FreeBSD:14:quarterly2.122.12-2.122.122.122.122.12
FreeBSD:15:latest2.132.13n/a2.13n/a2.12_12.12_12.13
FreeBSD:15:quarterly--n/a-n/a---
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:
Expand this list (1 items)
Collapse this list.
  1. http://www.catb.org/~esr/bluemoon/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.13
03 Feb 2024 13:25:37
commit hash: 72b2fbb667ccfb2386a8268a4173514ce0c7efc8commit hash: 72b2fbb667ccfb2386a8268a4173514ce0c7efc8commit hash: 72b2fbb667ccfb2386a8268a4173514ce0c7efc8commit hash: 72b2fbb667ccfb2386a8268a4173514ce0c7efc8 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
commit hash: cb347ec6664d868cc62b050f827927963f2809cfcommit hash: cb347ec6664d868cc62b050f827927963f2809cfcommit hash: cb347ec6664d868cc62b050f827927963f2809cfcommit hash: cb347ec6664d868cc62b050f827927963f2809cf files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN[4-8]PREFIX: eleminate its usage  and move man to share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.12
20 Jul 2022 14:21:58
commit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27ccommit hash: d56127bdfc7d6fca27855e27a66e61ce99cce27c files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.12
26 Jun 2018 17:06:33
Revision:473398Original commit files touched by this commit
ehaupt search for other commits by this committer
Reset maintainer (3+ months of inactivity).

Discussed with:	portmgr (adamw, mat)
2.12
04 Feb 2016 19:32:55
Revision:408083Original commit files touched by this commit
marino search for other commits by this committer
games/bluemoon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS

approved by:	infrastructure blanket
2.12
22 May 2014 18:30:56
Revision:354882Original commit files touched by this commit
nemysis search for other commits by this committer
- 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
Revision:337177Original commit files touched by this commit
nemysis search for other commits by this committer
- Change license BSD4CLAUSE to BSD3CLAUSE

Reported by:	eadler
Approved by:	pawel / wg (mentors, implicit)
2.11_1
21 Dec 2013 15:31:11
Revision:337149Original commit files touched by this commit
nemysis search for other commits by this committer
- 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)

Number of commits found: 11