./games/moria, Rogue-like game with a different sense of scale than Rogue

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.5.2nb7, Package name: moria-5.5.2nb7, Maintainer: simonb

Moria is a Roguelike game with a different sense of scale than Rogue.
It features a town level, with an endless(?) dungeon. But rather than
being limited to one terminal screen in size, each dungeon level is
several screens wide and long. Games of Moria generally take weeks to
complete, rather than hours or days.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 889.195 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-10 00:14:42 by Nia Alarie | Files touched by this commit (5)
Log message:
moria: Avoid declaring own getuid/getgid
   2021-10-26 12:44:37 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:08:04 by Nia Alarie | Files touched by this commit (466)
Log message:
games: Remove SHA1 hashes for distfiles
   2020-09-03 00:16:49 by Kimmo Suominen | Files touched by this commit (7)
Log message:
Use http with ftp.funet.fi
   2018-01-15 10:54:21 by Jonathan Perkin | Files touched by this commit (1)
Log message:
moria: Use FORTIFY_SUPPORTED=no instead of PKGSRC_USE_FORTIFY=no.
   2018-01-14 18:34:02 by Roland Illig | Files touched by this commit (58)
Log message:
games/*: fix alignment of variable values

pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
   2017-10-15 10:35:38 by Maya Rashish | Files touched by this commit (2)
Log message:
moria: was wrong about sizes, since it fails either way, remove
   2017-10-15 05:16:07 by Maya Rashish | Files touched by this commit (6)
Log message:
moria: disable fortify, try to put sense into package.

avoid implicit declarations - add includes where necessary, use
memset rather than bzero while at it - it's the more portable one.

avoid global buffer overflow found via asan.

disable fortify because it still won't run and no tool I've tried found
what's wrong. it's corrupting the GOT at init according to gdb.

bump PKGREVISION