summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-09-28 17:54:55 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-09-28 17:54:55 +0000
commit93efc8de083c2a1b0f797b4bb0b8a853487b661e (patch)
tree8e141d6168af2ad10981acab5a6f9a2cc9d41d56 /gnustep-apps/stshell
parentVersion bump. (diff)
downloadhistorical-93efc8de083c2a1b0f797b4bb0b8a853487b661e.tar.gz
historical-93efc8de083c2a1b0f797b4bb0b8a853487b661e.tar.bz2
historical-93efc8de083c2a1b0f797b4bb0b8a853487b661e.zip
Version bump; pre release date specd live cvs pull.
Diffstat (limited to 'gnustep-apps/stshell')
-rw-r--r--gnustep-apps/stshell/ChangeLog10
-rw-r--r--gnustep-apps/stshell/Manifest3
-rw-r--r--gnustep-apps/stshell/files/digest-stshell-0.8.3_pre200409270
-rw-r--r--gnustep-apps/stshell/metadata.xml38
-rw-r--r--gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild29
5 files changed, 80 insertions, 0 deletions
diff --git a/gnustep-apps/stshell/ChangeLog b/gnustep-apps/stshell/ChangeLog
new file mode 100644
index 000000000000..998558c806a0
--- /dev/null
+++ b/gnustep-apps/stshell/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for gnustep-apps/stshell
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/ChangeLog,v 1.1 2004/09/28 17:54:55 fafhrd Exp $
+
+*stshell-0.8.3_pre20040927 (28 Sep 2004)
+
+ 28 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> +metadata.xml,
+ +stshell-0.8.3_pre20040927.ebuild:
+ New package; pre release date specd live cvs pull.
+
diff --git a/gnustep-apps/stshell/Manifest b/gnustep-apps/stshell/Manifest
new file mode 100644
index 000000000000..c0eeec6c24c3
--- /dev/null
+++ b/gnustep-apps/stshell/Manifest
@@ -0,0 +1,3 @@
+MD5 2306f8060e1888706195402ce19e8bed metadata.xml 2189
+MD5 5a0cae460ed49d52fd066a8cc2a89ec0 stshell-0.8.3_pre20040927.ebuild 846
+MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-stshell-0.8.3_pre20040927 0
diff --git a/gnustep-apps/stshell/files/digest-stshell-0.8.3_pre20040927 b/gnustep-apps/stshell/files/digest-stshell-0.8.3_pre20040927
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/gnustep-apps/stshell/files/digest-stshell-0.8.3_pre20040927
diff --git a/gnustep-apps/stshell/metadata.xml b/gnustep-apps/stshell/metadata.xml
new file mode 100644
index 000000000000..48313ce23bc8
--- /dev/null
+++ b/gnustep-apps/stshell/metadata.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnustep</herd>
+<longdescription>
+StepTalk is the official GNUstep scripting framework. StepTalk is more than a scripting framework with an illusion of single objective environment between objects of scriptable servers or applications. StepTalk, when combined with the dynamism that the Objective-C language provides, goes way beyond mere scripting. It is language independent - it uses languages as separate bundles.
+
+Introduction
+------------
+The default scripting language in StepTalk is Smalltalk. This is because Smalltalk is a very simple language and it is easy to learn. There are just a few basic principles that the user has to know to be able to use the language and it is close to the natural language.
+
+Smalltalk uses a similar approach to that of Objective-C, the language used in GNUstep itself.
+
+Other Scripting Languages
+-------------------------
+StepTalk is a language independent framework. It can be extended by the "language bundles" providing other scripting languages. One experimental language bundle for Guile is included in the sources package.
+
+Object Finders
+--------------
+...an illusion of single objective environment. Name of an object may me known, but the object itself not. The object may be an application or it may reside on other host. Object Finder is an object that will search for object by specified name.
+
+* Distributed Object Finder - This finder will try to look for a registered named object. It is possible to specify list of possible hosts where the object may reside and to specify a program that will provide the object if it cannot be found.
+* Application Finder - Looks for a locally installed application and tries to connect to it. If the application is not running, it will try to launch it.
+
+The Framework
+-------------
+* multiple languages
+* object finders
+* scripting environments
+* restrictions for object's methods
+* dynamic module loading
+
+Tools
+-----
+stexec - execute scripts in GNUstep environment
+stalk - tool for talking to the GNUstep servers and applications
+</longdescription>
+</pkgmetadata>
diff --git a/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild b/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild
new file mode 100644
index 000000000000..c6033027547e
--- /dev/null
+++ b/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stshell/stshell-0.8.3_pre20040927.ebuild,v 1.1 2004/09/28 17:54:55 fafhrd Exp $
+
+ECVS_CVS_COMMAND="cvs -q"
+ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep"
+ECVS_USER="anoncvs"
+ECVS_AUTH="ext"
+ECVS_MODULE="gnustep/dev-libs/StepTalk/Examples/${PN/sts/S}"
+ECVS_CO_OPTS="-D ${PV/*_pre}"
+ECVS_UP_OPTS="-D ${PV/*_pre}"
+ECVS_TOP_DIR="${DISTDIR}/cvs-src/savannah.gnu.org-gnustep"
+inherit gnustep cvs
+
+S=${WORKDIR}/${ECVS_MODULE}
+
+DESCRIPTION="An interactive shell for StepTalk."
+HOMEPAGE="http://www.gnustep.org/experience/StepTalk.html"
+
+KEYWORDS="~x86"
+LICENSE="LGPL-2.1"
+SLOT="0"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}
+ =gnustep-libs/steptalk-${PV}"
+RDEPEND="${GS_RDEPEND}
+ =gnustep-libs/steptalk-${PV}"
+