Port details |
- fhourstones Integrated benchmark program
- 3.1_2 benchmarks =2 3.1_2Version 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: 2006-11-23 12:01:56
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://tromp.github.io/c4/fhour.html
- Description:
- This integer benchmark solves positions in the game of connect-4,
as played on a vertical 7x6 board. This takes about 10 minutes
on contemporary PCs.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fhourstones>0:benchmarks/fhourstones
- To install the port:
- cd /usr/ports/benchmarks/fhourstones/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/fhourstones
- pkg install fhourstones
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fhourstones
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Fhourstones.tar.gz) = 3fcca1fc0685709024f4c738a5a9575ac62ca7867265348ab0f3651b1e60a599
SIZE (Fhourstones.tar.gz) = 11396
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- benchmarks_fhourstones
- 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) |
3.1_2 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.1_2 20 Jul 2022 14:20:56 |
Tobias C. Berner (tcberner) |
benchmarks: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
* Andrey Zakhvatov <andy@FreeBSD.org>
* Andy Clark <andrewclarkii@gmail.com>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Bill Fumerola <billf@chc-chimes.com>
* Brad Davis <brd@FreeBSD.org>
* Bruce A. Mah <bmah@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1_2 19 May 2015 08:37:44 |
marino |
benchmarks/fhourstones: New MASTER_SITES to unbreak, move executable
This port was broken due to being unfetchable. While finding a new
source location, switch the executable from lib/fhourstones to
libexec/fhourstones. Also, use "sed" and "echo" to eliminate the
need for patches.
Some changes were made to the submitted patch by me, but they were minor.
PR: 200293
Submitted by: Ports Fury |
3.1_1 05 Apr 2015 17:29:02 |
bapt |
Mark as broken unfetchable ports |
3.1_1 20 Dec 2014 14:07:28 |
bapt |
Clean up some now useless PLIST_DIRS* |
3.1_1 18 Jan 2014 15:46:32 |
antoine |
Stage support |
3.1_1 20 Sep 2013 15:52:45 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
benchmarks) |
3.1_1 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
3.1_1 18 Mar 2011 17:59:51 |
miwi |
- Get Rid MD5 support
With hat: portmgr (myself) |
3.1_1 25 Oct 2010 20:09:07 |
trasz |
Drop maintainership for ports I can't maintain anymore. |
3.1_1 18 Jun 2008 10:03:44 |
trasz |
- Distfile was rerolled and its contents slightly modified. |
3.1 11 Jul 2007 22:06:17 |
trasz |
- Use proper capitalization in my email address.
Approved by: miwi (mentor)
Suggested by: sat |
3.1 13 Apr 2007 13:03:49 |
trasz |
Change my email address to trasz@FreeBSD.org.
Approved by: miwi (mentor) |
3.1 23 Nov 2006 11:56:19 |
miwi |
This integer benchmark solves positions in the game of connect-4,
as played on a vertical 7x6 board. This takes about 10 minutes
on contemporary PCs.
WWW: http://homepages.cwi.nl/~tromp/c4/fhour.html
PR: ports/105778
Submitted by: trasz <trasz at pin.if.uz.zgora.pl> |