summaryrefslogtreecommitdiff
path: root/dev-lang/inform
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-lang/inform
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-lang/inform')
-rw-r--r--dev-lang/inform/Manifest5
-rw-r--r--dev-lang/inform/inform-6.33.1_p2.ebuild25
-rw-r--r--dev-lang/inform/metadata.xml44
3 files changed, 74 insertions, 0 deletions
diff --git a/dev-lang/inform/Manifest b/dev-lang/inform/Manifest
new file mode 100644
index 000000000000..311b4f6778c6
--- /dev/null
+++ b/dev-lang/inform/Manifest
@@ -0,0 +1,5 @@
+DIST inform-6.33.1-b2.tar.gz 1822648 SHA256 5e260d5114507b8294ab74f2dac35d5681fa294629a842d57811d04fa5833f8c SHA512 12cc10b7dae4118600a4d19d0aa44c3a7c93dfc8aa17bd56df7b9237f21df0ae99db6840eefaa5b11ff346369c6f6f2f128167b3479c8f540c29e3e36666c368 WHIRLPOOL e96bae2f9570ef91aacfd72ff26102f02d7b3bbcca4b345bb67c37627accfbebcac09e4cf05642a1b1832cb2f3369b32f193ad4d36c1ac1dc1de00fa578f9915
+EBUILD inform-6.33.1_p2.ebuild 716 SHA256 4e5eb6469778285f03698798cf5e4435f4e4a7c2f547f839d7238887477bc140 SHA512 1da71e2e8498c3e89c7764c4f5c7d6ac11ff4220f907bf51ffb89ed839b530889c90f97dede5871afb63b03a491df534f0e35eddaad7a4fd4e6dcea9dbb31640 WHIRLPOOL 6d1c0a579f477cd16fcd3ab03a8da243013fb577b20e8c2212f2172a316b30fd71085bd1a8f8b8413cb6148553820334dc6fb5fe6fe5b82a3107325e0c01e70c
+MISC ChangeLog 2432 SHA256 bbe9442e80d07f9e5e69087d9ddeffc135da81b584c62a0346b9406abe8d068d SHA512 53a12c39289625363ea4c5e8ae3896f698e507bb0be1ebb210cb47ee613d724c64cd12bab30ee802a504fc2de2e6d1aac9c472f335f2bc099a9cdf1e3b9e7e73 WHIRLPOOL c71c9665b90eb16a70dbe80d61d98f8cfbcc60d449a2851d83e04e24f7344ac59eeb7bd49763e9ea9319eb90114123eaf38b4a9a595e67fc545c1d1d5d427520
+MISC ChangeLog-2015 2777 SHA256 9b7982857ca013c6b5d328ab7508e7a716002fc52389c84877a9cf03837258fe SHA512 79a7164ed2cfd37c7edc71b540abc0725927bd9466f028f75f2287808cacf07f2536e55eabb4ebd6a17e57f678b134b927362da485502aace68580bf7101aba0 WHIRLPOOL cebf5541ec8a650038c7d5901ffe14786ac552f23f0627cdcbdecf829d522e053c1de46bb331fe0441a749c12d167adac01ac7f0eb69a895e751704520a6f8bb
+MISC metadata.xml 2554 SHA256 82279d22ad66950267ed50675270108747573296fbd7269b44c39f4f9b5d884e SHA512 a2183b870f6b667c1c630a8bca8f71405e53e350f862d34ce5763f25ee9c713879de9510a39c7fd62a50854f544967ffb0e19f30399c2d341a1f023c42856bc5 WHIRLPOOL b8460aebffc6bc73a59f639889d53018360ea245c0e62e8352d25483ab63143a7222d7b2a593b27349ec67080a25e06fcab3df11fe8182e8876571ad7be3ecc5
diff --git a/dev-lang/inform/inform-6.33.1_p2.ebuild b/dev-lang/inform/inform-6.33.1_p2.ebuild
new file mode 100644
index 000000000000..939c464d7591
--- /dev/null
+++ b/dev-lang/inform/inform-6.33.1_p2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+MY_P=${P/_p/-b}
+DESCRIPTION="design system for interactive fiction"
+HOMEPAGE="http://www.inform-fiction.org/"
+SRC_URI="http://mirror.ifarchive.org/if-archive/infocom/compilers/inform6/source/${MY_P}.tar.gz"
+
+LICENSE="Artistic-2 Inform"
+SLOT="0"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="emacs"
+PDEPEND="emacs? ( app-emacs/inform-mode )"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ default
+ dodoc VERSION
+ docinto tutorial
+ dodoc tutor/README tutor/*.inf
+ mv "${ED}"/usr/share/${PN}/manual "${ED}"/usr/share/doc/${PF}/html
+ rmdir "${ED}"/usr/share/inform/{include,module}
+}
diff --git a/dev-lang/inform/metadata.xml b/dev-lang/inform/metadata.xml
new file mode 100644
index 000000000000..42730dae3fb8
--- /dev/null
+++ b/dev-lang/inform/metadata.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+ <longdescription>
+A Design System for Interactive Fiction
+
+Just as film might be called a form of literature which needs technology to be
+read (a cinema projector or a television set) and to be written (a camera),
+interactive fiction is read with the aid of a computer. On this analogy, Inform
+is a piece of software enabling any modern computer to be used as the camera, or
+the film studio, to create works of interactive fiction. To read the resulting
+works, you and your audience need only a simpler piece of software called an
+interpreter.
+
+In this genre of fiction, the computer describes a world and the player types
+instructions like touch the mirror for the protagonist character to follow; the
+computer responds by describing the result, and so on until a story is told.
+
+Interactive fiction emerged from the old-style "adventure game" (c.1975) and
+tends to be a playful genre, which must sometimes be teased out as though it were
+a cryptic crossword puzzle. But this doesn't prevent it from being an artistic
+medium, which has attracted (for instance) the former U.S. Poet Laureate, Robert
+Pinsky, and the novelists Thomas M. Disch and Michael Crichton. An interactive
+fiction is not a child's puzzle-book, with a maze on one page and a rebus on the
+next, but nor is it a novel. Neither pure interaction nor pure fiction, it lies
+in a strange and still largely unexplored land in between.
+
+Since its invention (by Graham Nelson in 1993), Inform has been used to design
+some hundreds of works of interactive fiction, in eight languages, reviewed in
+periodicals ranging in specialisation from XYZZYnews to The New York Times. It
+accounts for around ten thousand postings per year to Internet newsgroups.
+Commercially, Inform has been used as a multimedia games prototyping tool.
+Academically, it has turned up in syllabuses and seminars from computer science
+to theoretical architecture, and appears in books such as Cybertext: Perspectives
+on Ergodic Literature (E. J. Aarseth, Johns Hopkins Press, 1997). Having started
+as a revival of the then-disused Infocom adventure game format, the Z-Machine,
+Inform came full circle when it produced Infocom's only text game of the 1990s:
+Zork: The Undiscovered Underground, by Mike Berlyn and Marc Blank.
+ </longdescription>
+</pkgmetadata>