NOTICE: This package has been removed from pkgsrc

./games/maelstrom-x11, High resolution graphics version of Asteroids (X11 version)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.0.6nb4, Package name: maelstrom-x11-2.0.6nb4, Maintainer: pkgsrc-users

Maelstrom is a port of the original shareware game for the Macintosh.
It is a fast-action, high resolution (640x480) asteroids-like game,
with detailed graphics and original sounds.

This is the X11 version, there is also an SDL version (maelstrom-sdl).


Required to run:
[x11/libXpm]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2024-01-27 14:40:32 by Nia Alarie | Files touched by this commit (20) | Package removed
Log message:
games: Remove maelstrom-x11; use malestrom-sdl instead.

Obsolete, unmaintained, and no longer runs. SDL version should run
on more platforms anyway.
   2023-08-02 21:21:59 by Nia Alarie | Files touched by this commit (69)
Log message:
*: Mark packages that were originally identified as requiring
C++03 due to failing to build with a C++14 default compiler
with FORCE_CXX_STD instead of USE_LANGUAGES.
   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
   2021-04-21 17:36:27 by Thomas Klausner | Files touched by this commit (1)
Log message:
maelstrom-x11: remove dead download site
   2018-07-18 02:06:25 by Joerg Sonnenberger | Files touched by this commit (168)
Log message:
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
   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.
   2018-01-14 16:26:49 by Roland Illig | Files touched by this commit (37)
Log message:
pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.

pkglint -r -Wall --autofix --only :Q