./wip/glulxe, Interpreter for Glulx text adventures

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


Branch: CURRENT, Version: 0.3.5, Package name: glulxe-0.3.5, Maintainer: pkgsrc-users

Glulxe (for "Glulx Execute") is the Glulx interpreter.

Glulx is a portable VM, like the Z-machine. Unlike the Z-machine,
it uses 32-bit data and addresses, so it can handle game files up
to four gigabytes long. Also unlike the Z-machine, it has native
support for Glk I/O, so game files can use any capability Glk
provides. However, like the Z-machine -- again -- you can write
games in the Inform language and compile them to Glulx game files.


Required to run:
[wip/glkloader]

Required to build:
[pkgtools/cwrappers]

Package options: glkloader

Master sites:

RMD160: afa459f69dc52a0e223fc64741213831eba7e278
Filesize: 61.538 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-12 11:44:37 by Thomas Klausner | Files touched by this commit (10)
Log message:
Reset maintainer on his request.
   2012-09-29 02:18:35 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2006-07-13 01:18:22 by Dieter Baron | Files touched by this commit (5)
Log message:
Make glk implementation choosable via options framework, defaulting
to glkloader.
   2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79)
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
   2005-04-11 23:12:30 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2005-03-07 16:25:26 by Dieter Baron | Files touched by this commit (1)
Log message:
add RMD160 checksum

   2005-03-07 16:12:37 by Dieter Baron | Files touched by this commit (1)
Log message:
- use MASTER_SITE_IFARCHIVE
- fix URLs for home pages on if-archive
   2005-03-07 16:05:04 by Dieter Baron | Files touched by this commit (2)
Log message:
use glkloader