Version: 2.7s, Package name: dungeon-2.7s |
Maintained by: Pascal Stumpf |
Master sites:
|
Description Dungeon, also known as Zork(tm), is a text mode adventure/role-playing game. Originally developed for the PDP-10 and later ported to Fortran and the PDP-11, this version is a translation to C. |
Filesize: 254.987 KB |
Version History (View Complete History) |
|
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-07-13 18:39:40 by Christian Weisgerber | Files touched by this commit (118) |
Log message: Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. |
2019-05-17 10:19:41 by Stuart Henderson | Files touched by this commit (86) |
Log message: update curses WANTLIB entries following the change in base libraries to use soname |
2016-05-07 06:40:58 by Pascal Stumpf | Files touched by this commit (68) |
Log message: Update my mail address. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |