Port details |
- dungeoncrawl Old school roguelike game
- 4.0.0.b26_1 games
=3 4.0.0.b26_1Version 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: 2003-04-01 00:41:42
- Last Update: 2024-01-09 13:27:13
- Commit Hash: cb347ec
- People watching this port, also watch:: drm_info, e2fsprogs, sway, endless-sky, xdm
- License: not specified in port
- WWW:
- http://www.dungeoncrawl.org/
- Description:
- Linley's Dungeon Crawl is a free and portable roguelike molded in the
tradition of the early greats of the genre: Rogue, Hack, and Moria.
The player guides a single character deep into a subterranean complex
to retrieve the Orb of Zot, fending off many horrible and hideous
creatures along the way. Once retrieved, the player must return both
character and Orb safely to the surface world. Easier said than done,
but fun all the same.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dungeoncrawl>0:games/dungeoncrawl
- To install the port:
- cd /usr/ports/games/dungeoncrawl/ && make install clean
- To add the package, run one of these commands:
- pkg install games/dungeoncrawl
- pkg install dungeoncrawl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dungeoncrawl
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dc400b26-src.tbz2) = 0987821cfd61ebc54201aa08ef5f84b9f4838c527c5f7dc91cd0cb65012b4ff4
SIZE (dc400b26-src.tbz2) = 823712
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 dungeoncrawl-4.0.0.b26_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- games_dungeoncrawl
- USES:
- ncurses tar:tbz2
- 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 |
4.0.0.b26_1 09 Jan 2024 13:27:13
    |
Baptiste Daroussin (bapt)  |
MAN[4-8]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) |
4.0.0.b26 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 ) |
4.0.0.b26 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 ) |
4.0.0.b26 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.0.0.b26 18 Jul 2018 02:55:34
  |
jbeich  |
games/dungeoncrawl: unbreak with Clang 6
direct.cc:47:32: error: constant expression evaluates to -1 which cannot be
narrowed to type 'char' [-Wc++11-narrowing]
static const char xcomp[9] = { -1, 0, 1, -1, 0, 1, -1, 0, 1 };
^~
describe.cc:216:28: warning: result of comparison of constant -2 with expression
of type 'char' is always false [-Wtautological-constant-out-of-range-compare]
if (proprt[ RAP_FIRE ] < -2)
~~~~~~~~~~~~~~~~~~ ^ ~~
PR: 229723
Submitted by: Greg V
Reported by: pkg-fallout |
4.0.0.b26 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
4.0.0.b26 12 Mar 2016 14:11:20
  |
amdmi3  |
- Switch to USES=tar:tbz2
- Switch to options helpers
- Simplify installation |
4.0.0.b26 29 Jul 2014 18:41:17
  |
adamw  |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
4.0.0.b26 27 Feb 2014 09:16:22
  |
miwi  |
- Fix build on -current
- Update MASTER_SITES
PR: 186736
Submitted by: Ports FUry |
4.0.0.b26 05 Feb 2014 08:22:03
  |
bapt  |
Reset maintainership due to mail bouncing
Reported by: pkg-fallout |
4.0.0.b26 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
4.0.0.b26 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
4.0.0.b26 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
4.0.0.b26 05 Apr 2007 12:02:34
 |
stefan  |
- Respect CXX and CXXFLAGS
- Replaced pkg-plist with PLIST_FILES
- Install manpage
- Renamed patches
- Replace patch-aa(makefile.bsd) with sed
PR: 110063
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
Approved by: maintainer timeout (~4 weeks) |
4.0.0.b26 22 Jan 2006 11:18:58
 |
edwin  |
SHA256ify
Approved by: krion@ |
4.0.0.b26 18 Mar 2004 14:07:42
 |
pav  |
- Add SIZE
Submitted by: maintainer |
4.0.0.b26 02 Sep 2003 18:51:16
 |
krion  |
- Fix build on -current
PR: 56326
Submitted by: maintainer |
4.0.0.b26 18 Apr 2003 05:31:35
 |
edwin  |
Maintainer update: games/dungeoncrawl
Update to beta 26.
PR: ports/50913
Submitted by: Suleiman Souhlal <refugee@vt.edu>
Release |
4.0.0.b24 01 Apr 2003 01:00:38
 |
edwin  |
remove credentials from the MASTER_SITE
Submitted by: kris@ |
4.0.0.b24 01 Apr 2003 00:37:38
 |
edwin  |
New port: games/dungeoncrawl
A port of dungeon crawl, an old school roguelike.
PR: ports/49095
Submitted by: Suleiman Souhlal <refugee@vt.edu> |