Port details |
- gnugo The game of Go
- 3.8_2 games =10 3.8_2Version of this port present on the latest quarterly branch.
- Maintainer: spcoltri@omcl.org
- Port Added: unknown
- Last Update: 2024-02-24 07:08:06
- Commit Hash: 3a2b6e5
- People watching this port, also watch:: gnupg, libiconv, unzip, nmap, vim
- License: not specified in port
- WWW:
- https://www.gnu.org/software/gnugo/
- Description:
- This plays a competent beginner's game of Go (the development line has
achieved a rating of 17 kyu on the No Name Go Server, nngs.cosmic.org 9696),
and operates both in plain ASCII and using the Go Modem Protocol.
For a nice graphical interface, cgoban's Go Modem feature can operate as a
front-end for gnugo (cgoban is available as a port/package).
- ¦ ¦ ¦ ¦
- 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/gnugo/ && make install clean
- To add the package, run one of these commands:
- pkg install games/gnugo
- pkg install gnugo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnugo
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (gnugo-3.8.tar.gz) = da68d7a65f44dcf6ce6e4e630b6f6dd9897249d34425920bfdd4e07ff1866a72
SIZE (gnugo-3.8.tar.gz) = 3200454
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:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Run
-
- games/gnustep-ladder
Configuration Options:
- No options to configure
- Options name:
- games_gnugo
- USES:
- gmake
- 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.8_2 24 Feb 2024 07:08:06 |
Muhammad Moinur Rahman (bofh) |
games/gnugo: Moved man to share/man
Approved by: portmgr (blanket) |
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.8_1 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.8_1 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.8_1 26 Aug 2021 07:27:15 |
Alexey Dokuchaev (danfe) |
games/gnugo: drop bogus personal attribution from the port description
It had been added in r22849 during routinely version update and is the
name of the submitter of PR 13713, which means it should not have been
committed in the first place as we do not append names of contributors
to port descriptions. Replace it with canonical WWW line which points
to the project's home page. |
3.8_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.8_1 25 Aug 2020 09:39:57 |
zeising |
games/gnugo: FIx build with -fno-common
Fix the build of games/gnugo with -fno-common, which is the default when
building with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
3.8_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
3.8 05 Nov 2017 08:26:39 |
riggs |
Un-break build in the presence of print/texinfo
Details:
- If print/texinfo is installed, the build process detects and uses it to
rebuild the info pages. This fails because of some syntax errors,
previously only flagged as warnings.
- There is currently no configure switch to change this behaviour, hence
the texi files are patched to pass the texinfo run.
MFH: 2017Q4 (ports-secteam build fix blanket) |
3.8 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.8 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.8 28 Jul 2014 19:39:51 |
adamw |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
3.8 03 Feb 2014 09:47:27 |
miwi |
- Stage support |
3.8 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.8 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
3.8 12 Feb 2010 17:24:09 |
miwi |
- Update to 3.8
PR: 143231
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer timeout |
3.6 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
3.6 16 May 2005 17:40:36 |
novel |
Update to 3.6.
PR: 80729
Submitted by: shuhei <sa264@cam.ac.uk>
Approved by: Steve Coltrin (maintainer) |
3.4_1 24 Mar 2004 23:14:14 |
trevor |
Add size data, approved by maintainers. |
3.4_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
3.4_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.4 28 Aug 2003 15:58:35 |
osa |
Update to 3.4
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by: Steve Coltrin <spcoltri@omcl.org> (maintainer)
PR: 56048 |
3.2 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
3.2 26 Apr 2002 18:32:58 |
dwcjr |
Update to 3.2
PR: 37478
Submitted by: maintainer |
22 Sep 2001 22:30:34 |
sf |
o update to 3.0.0. o pass maintainership over to submitter. |
17 Sep 2001 18:40:31 |
dwcjr |
Remove jseger and torstenb from maintainership of their ports, they have been
inactive for too long |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |