Port details |
- dungeon Text adventure which became Zork I-III
- 3.2_2 games =7 3.2_2Version of this port present on the latest quarterly branch.
- Maintainer: sailor@63bit.net
- Port Added: unknown
- Last Update: 2024-01-10 13:13:03
- Commit Hash: 64631af
- People watching this port, also watch:: zip, unrar, ffmpeg, wget, unzip
- License: not specified in port
- WWW:
- http://www.csd.uwo.ca/Infocom/dungeon.html
- Description:
- Dungeon was the most famous text type adventure game.
Zork I, II, III of Infocom were based on it.
You can also read the articles about the history of the Zork
in ``The New Zork Times'' there.
This port requires both Fortran and C source zipped archives,
however the program is built only from the C source.
The Fortran source archive includes useful information
to solve the myth, which you should look at.
- ¦ ¦ ¦ ¦
- 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/dungeon/ && make install clean
- To add the package, run one of these commands:
- pkg install games/dungeon
- pkg install dungeon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dungeon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dungn27s.zip) = 8c5e851596c83f349f4c5f9b38e84e98a8e72d29f620a2d56809e9b619fa05d3
SIZE (dungn27s.zip) = 261107
SHA256 (dungn32b.zip) = 087afdc28a8eee80eb01f8fb2a3c3cc7dc5215feb2b4f0e38bb0dfa041eb5073
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dungeon-3.2_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_dungeon
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2_2 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
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.2_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.2_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.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2_1 20 Nov 2016 14:08:41 |
marino |
games/dungeon: Set Make environment for entire build phase
Approved by: blanket (environment should always be set) |
3.2_1 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
3.2_1 04 Feb 2016 21:10:43 |
marino |
games/dungeon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket |
3.2_1 22 Dec 2014 21:38:24 |
bapt |
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3 |
3.2_1 20 Dec 2014 18:37:12 |
bapt |
Cleanup plist |
3.2_1 21 Jun 2014 08:59:22 |
antoine |
Finish stage support |
3.2 29 May 2014 19:47:20 |
marino |
games/dungeon: Add stage support |
3.2 21 Feb 2014 13:36:57 |
ehaupt |
Remove trailing whitespaces from category games |
3.2 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.2 20 Sep 2013 17:36:36 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
3.2 13 Jan 2013 01:02:26 |
ak |
- Update to 3.2 [1]
- Pass maintainership to submitter [1]
- Convert Makefile headers to new style
- Convert to PLIST_FILES
- Convert to new options framework
- Remove hardcoded CC, optimisation flags
- Improve COMMENT
- Update MASTER_SITES
PR: ports/174699 (based on) [1]
Submitted by: "sendtomatt@gmail.com" <sendtomatt@gmail.com> |
1.0_3 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.0_3 03 Jul 2011 14:25:36 |
ohauer |
-remove MD5 |
1.0_3 22 Aug 2008 19:32:32 |
amdmi3 |
- Unbreak |
1.0_2 14 Aug 2008 15:12:53 |
erwin |
Unbreak BROKEN
Submitted by: miwi |
1.0_2 14 Aug 2008 15:10:56 |
erwin |
Mark BROKEN: does not package. |
1.0_2 28 Jul 2008 16:13:02 |
itetcu |
Pet portlint. |
1.0_2 28 Jul 2008 16:11:00 |
itetcu |
- use *DIR macros
- install docs in DOCSDIR
- fix plist with NOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run |
1.0_1 05 Apr 2006 06:13:46 |
linimon |
Reset rmiya@cc.hirosaki-u.ac.jp who has not responded to email asking about
maintainer timeouts.
Hat: portmgr |
1.0_1 22 Jan 2006 11:18:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.0_1 22 Jun 2004 15:54:16 |
glewis |
. Update checksums on the distribution files and restore a more complete
MASTER_SITE list. The changes to the distribution files are:
"The source archives of both ``dungn27s.zip'' and ``dungn32b.zip''
were re-build, without changing archive file names.
The executable file was deleted in the former; some corrections
were performed for g77 in the latter, while important document files
included was remain unchanged."
PR: 68200
Submitted by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp> (maintainer) |
1.0 21 Jun 2004 23:51:49 |
glewis |
. Unbreak with a MASTER_SITE that contains the distribution files with the
correct checksums.
Note that it would be a good idea to compare these files to the files on
the newer and more numerous distribution sites and update to using that
source. |
1.0 21 Jun 2004 21:27:46 |
kris |
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS. |
1.0 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.0 21 Feb 2004 20:04:00 |
kris |
BROKEN: Checksum mismatch |
1.0 23 Jan 2004 05:28:50 |
trevor |
Use LS macro. |
1.0 24 Sep 2003 09:37:11 |
osa |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
1.0 21 Feb 2003 12:06:01 |
knu |
De-pkg-comment. |
1.0 01 Sep 2002 23:30:22 |
kris |
Respect CFLAGS |
1.0 29 Mar 2002 18:36:43 |
markm |
Grammar nits. |
17 Sep 2001 04:36:21 |
dwcjr |
Add MASTER_SITES |
08 Oct 2000 03:48:59 |
asami |
Convert category games to new layout. |