Port details |
- open-adventure Modernized version of the original Colossal Cave Adventure game
- 1.16_2 games =2 1.16_1Version of this port present on the latest quarterly branch.
- Maintainer: se@FreeBSD.org
- Port Added: 2017-10-20 06:52:15
- Last Update: 2024-07-07 08:05:33
- Commit Hash: 1a80ec7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- http://www.catb.org/~esr/open-adventure/
- Description:
- The original Colossal Cave Adventure from 1976 was the origin of all text
adventures, dungeon-crawl (computer) games, and computer-hosted role-playing
games.
This is the last version released by Crowther & Woods, its original authors,
in 1995. It has been known as "adventure 2.5" and "430-point adventure".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- open-adventure>0:games/open-adventure
- To install the port:
- cd /usr/ports/games/open-adventure/ && make install clean
- To add the package, run one of these commands:
- pkg install games/open-adventure
- pkg install open-adventure
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: open-adventure
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689249973
SHA256 (open-adventure-1.16.tar.bz2) = a151e3f918224e7f2495eeb2872bfe4f5dd95e8233ba2691c87c74303ad29747
SIZE (open-adventure-1.16.tar.bz2) = 211155
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:
-
- py311-pyyaml>=0 : devel/py-pyyaml@py311
- a2x : textproc/asciidoc
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- games_open-adventure
- USES:
- gmake libedit pkgconfig python:build
- 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 |
1.16_2 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.16_1 22 Jan 2024 00:29:03 |
Muhammad Moinur Rahman (bofh) |
games/open-adventure: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.16 13 Jul 2023 12:07:55 |
Stefan Eßer (se) |
games/open-adventure: update to version 1.16 |
1.11 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.11 09 Sep 2022 20:18:16 |
Stefan Eßer (se) |
games/open-adventure: upgrade to version 1.11 |
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.9 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.9 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 ) |
1.9 09 Apr 2021 18:44:23 |
Matthias Fechner (mfechner) |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9 10 Mar 2021 09:33:44 |
se |
Update to version 1.9
This update includes the post-1.9 fixes to Gitlab issues #52 and #55. |
1.4 22 Jan 2020 22:12:51 |
se |
Respect PY_FLAVOR and fetch from Gitlab
PR: 229577
Submitted by: timor
Approved by: antoine (implicit) |
1.4 20 Oct 2017 06:52:04 |
se |
New port of the "Colossal Cave Adventure", based on the last version
released by the initial authors (Crowther & Woods). Also known as the
430-point adventure.
Approved by: antoine (mentor) |