Port details |
- black-hole-solver Black Hole Solitaire Solver
- 1.12.0 games =5 1.12.0Version of this port present on the latest quarterly branch.
- Maintainer: tcberner@FreeBSD.org
- Port Added: 2020-07-26 09:05:37
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: libevent, libssh, xcb-util-image, libXdamage, xorg-docs
- License: MIT
- WWW:
- https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver
- Description:
- This is a solver, written in C, to solve Golf solitaire, the Solitaire variant
called "Black Hole" and the one called "All in a Row". It provides a portable C
library, and a command line application that after being fed with a layout will
emit the cards to move.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- black-hole-solver>0:games/black-hole-solver
- To install the port:
- cd /usr/ports/games/black-hole-solver/ && make install clean
- To add the package, run one of these commands:
- pkg install games/black-hole-solver
- pkg install black-hole-solver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: black-hole-solver
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1648572503
SHA256 (black-hole-solver-1.12.0.tar.xz) = d32f32536f7573292588f41bb0d85ae42d561376c218dc4ab6badfe4904a37a7
SIZE (black-hole-solver-1.12.0.tar.xz) = 99444
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:
-
- rinutils>0 : devel/rinutils
- p5-Path-Tiny>=0 : devel/p5-Path-Tiny
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Libraries
-
- games/kpat
Configuration Options:
- No options to configure
- Options name:
- games_black-hole-solver
- USES:
- cmake compiler:c11 perl5 python:build tar:xz
- 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 |
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) |
1.12.0 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 ) |
1.12.0 29 Mar 2022 18:06:21 |
Tobias C. Berner (tcberner) |
games/black-hole-solver: update to 1.12.0 |
1.10.1 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.10.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.1 29 Oct 2020 05:22:02 |
tcberner |
games/black-hole-solver: update to 1.10.1 |
1.8.0 26 Oct 2020 00:28:36 |
pkubaj |
games/black-hole-solver: fix build on powerpc64le
Another namespace collision:
In file included from
/wrkdirs/usr/ports/games/black-hole-solver/work/black-hole-solver-1.8.0/xxHash-wrapper/xxHash-0.7.2/xxh3.h:162:
/usr/lib/clang/11.0.0/include/altivec.h:55:19: error: unknown type name 'vector'
static __inline__ vector bool char __ATTRS_o_ai |
1.8.0 27 Jul 2020 11:36:14 |
linimon |
Add compiler:c11 to USES to fix build on GCC-based systems:
cc1: error: unrecognized command line option "-std=gnu11"
Approved by: portmgr (tier-2 blanket) |
1.8.0 26 Jul 2020 09:04:41 |
tcberner |
New port: games/black-hole-solver
Black Hole Solitaire Solver
This is a solver, written in C, to solve Golf solitaire, the Solitaire variant
called "Black Hole" and the one called "All in a Row". It provides a portable C
library, and a command line application that after being fed with a layout will
emit the cards to move.
https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/
This is an upcoming dependency in games/kpat |