Commit graph

14 commits

Author SHA1 Message Date
wiz
619841dea3 Update to 6.31.1:
Version 6.31.1 (19 May 2006)
============================

* New version of compiler which fixes several bugs found in the development
  of Inform 7.

* Package now uses the latest autotools.

Tested by dillo@
2006-07-27 06:50:36 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
nathanw
f7af11c828 Update Inform to 6.30.2, courtesy of patches from David Griffith
(to whom I apologize for being very slow with this).
Also addresses PR pkg/24631.
2004-12-06 17:47:11 +00:00
seb
1a0322ee6f Remove info files entries from PLIST. 2004-03-02 11:59:24 +00:00
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +00:00
jmmv
d5652889e4 Update to 6.21.4. Closes PR pkg/19298 and PR pkg/21934. Changes:
Version 6.21.4 (17 Jun 03):

* Applied patches from www.inform-fiction.org to the source and library, as
  supplied by Dave Griffith <dgriffi@cs.csubak.edu>.
* There's a new Ruins demo game, with more stuff implemented.  The previous
  Ruins demos have been renamed: ruins -> ruins1, ruinsplus -> ruins2.  The
  new one is called ruins3.
* The Alice demo in the 'tutor' directory has been updated to the latest
  Inform version.
* Included a more up-to-date inform-mode.el.

Version 6.21.3 (6 Nov 02):

* The Inform included here is now Andrew Plotkin's bi-platform version,
  which can compile for Glulx, following a suggestion by Marshall
  T. Vandegrift <vandem2.rpi.edu>.
* Now includes HTML version of the Designer's Manual.
* Several more library include files have been added.
2003-09-16 18:55:03 +00:00
dillo
4db1e6c2e0 homepage moved 2003-09-02 09:55:44 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
001c29835c Convert to USE_NEW_TEXINFO. 2003-07-05 14:50:17 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
nathanw
fa19b5dab9 Initial import of Inform.
Inform is an Interactive Fiction (text adventure) game compiler -- it takes
source code you write and turns it into a game data file which is then
played using an 'interpreter'.  There are several interpreters available
which can play Inform games on different machines (e.g. frotz, jzip) -- you
can probably obtain one from the same place you got this package.
2001-06-22 03:41:49 +00:00