Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (5deb988e0b47e4dbfccad3c9e6f75be1da3b398c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (5deb988e0b47e4dbfccad3c9e6f75be1da3b398c)
  • Date: Mon, 3 Mar 2008 14:15:24 -0600

GIT changes to master z-rejected grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
z-utils/inform/BUILD | 1 +
z-utils/inform/DEPENDS | 2 ++
z-utils/inform/DETAILS | 43 +++++++++++++++++++++++++++++++++++++++++++
z-utils/inform/HISTORY | 3 +++
z-utils/inform/INSTALL | 5 +++++
6 files changed, 57 insertions(+)

New commits:
commit 5deb988e0b47e4dbfccad3c9e6f75be1da3b398c
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

z-utils/inform: most common interactive fiction writing aide (not known
for
this alternative perl cli :P)

diff --git a/ChangeLog b/ChangeLog
index f3b358f..a487c30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * z-utils/inform: a design system for interactive fiction
+
2008-03-03 Alexander Tsamutali <astsmtl AT gmail.com>
* z-games/cpma: new spell, a free modification for Quake III Arena
* z-games/osp: new spell, a free modification for Quake III Arena
diff --git a/z-utils/inform/BUILD b/z-utils/inform/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-utils/inform/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-utils/inform/DEPENDS b/z-utils/inform/DEPENDS
new file mode 100755
index 0000000..3e1891e
--- /dev/null
+++ b/z-utils/inform/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends e2fsprogs
diff --git a/z-utils/inform/DETAILS b/z-utils/inform/DETAILS
new file mode 100755
index 0000000..f0a6b0a
--- /dev/null
+++ b/z-utils/inform/DETAILS
@@ -0,0 +1,43 @@
+ SPELL=inform
+ VERSION=5J39_Linux_all
+ SOURCE="I7_$VERSION.tar.gz"
+ SOURCE_URL[0]=http://www.$SPELL-fiction.org/I7Downloads/$SOURCE
+
SOURCE_HASH=sha512:86591b25814d2242c0d1730105c7270decc6b5090750a984bc330152a55ea9c463eb20bf8dbdda166f1205fa2a8db092113e812097526bd2ea6e614a8aa6e1e9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}7-${VERSION%%_*}"
+ WEB_SITE="http://www.inform-fiction.org";
+ LICENSE[0]=Inform/GPL
+ ENTERED=20080224
+ REJECT="binary"
+ SHORT="a design system for interactive fiction"
+cat << EOF
+Inform is a design system for interactive fiction, a new medium for writers
+which began with adventure games in the late 1970s and is now used for
+everything from literary narrative fiction through to plotless conceptual
+art, and plenty more adventure games too. Since its introduction in 1993,
+Inform has become a standard tool. Three years in the making, Inform 7 is
+a radical reinvention of the way interactive fiction is designed, guided
+both by contemporary work in semantics and by the practical experience of
+some of the world's best-known writers of IF.
+
+An easily learned but flexible one-window user interface makes the cycle
+of writing and testing rapid and painless. Inform creates, manages, edits,
+indexes, tests, and even helps to publish works of IF without fuss or screen
+clutter. Inform itself is a free download. It produces works playable on a
+vast range of computers: distribute these free or for profit with no rights
+implications or financial obligations to the author of Inform. Convenient
+publishing features include help with drawing maps, producing websites,
+cover art, bibliographic data, walkthrough solutions and more.
+
+In place of traditional computer programming, the design is built by writing
+natural English-language sentences: *Martha is a woman in the Vineyard.
+*The cask is either customs sealed, liable to tax or stolen goods. *The
+prevailing wind is a direction that varies. *The Old Ice House overlooks
+the Garden. *A container is bursting if the total weight of things in it
+is greater than its breaking strain.
+
+Inform's power lie in its ability to describe: to lay down general rules
+about "closed doors", or "bursting containers", or "unmarried men liked by
+Martha". At its best, expressing IF in natural language results in source
+text which is not only quick to write, but very often works first time,
+and is exceptionally readable.
+EOF
diff --git a/z-utils/inform/HISTORY b/z-utils/inform/HISTORY
new file mode 100644
index 0000000..3eb2707
--- /dev/null
+++ b/z-utils/inform/HISTORY
@@ -0,0 +1,3 @@
+2008-02-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, INSTALL: spell created
+
diff --git a/z-utils/inform/INSTALL b/z-utils/inform/INSTALL
new file mode 100755
index 0000000..33eff77
--- /dev/null
+++ b/z-utils/inform/INSTALL
@@ -0,0 +1,5 @@
+./install-inform7.sh --prefix "$INSTALL_ROOT"/usr &&
+cd "$INSTALL_ROOT"/usr &&
+mkdir -p share/man/man1 &&
+mv man/man1/i7.1 share/man/man1 &&
+rmdir -p --ignore-fail-on-non-empty man/man1



  • [SM-Commit] GIT changes to master z-rejected grimoire by Jaka Kranjc (5deb988e0b47e4dbfccad3c9e6f75be1da3b398c), Jaka Kranjc, 03/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page