summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-02-26 16:53:39 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-02-26 16:53:39 +0000
commit2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7 (patch)
treee657154834c2b74fbd36c020696ae5d5419ef155 /app-shells/scsh
parentUnmasking ut2004-demo-3120-r2. (diff)
downloadhistorical-2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7.tar.gz
historical-2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7.tar.bz2
historical-2adf884fc883d9f7fcccfaff9af4dcd4c7f3f9e7.zip
*** empty log message ***
Diffstat (limited to 'app-shells/scsh')
-rw-r--r--app-shells/scsh/ChangeLog9
-rw-r--r--app-shells/scsh/Manifest9
-rw-r--r--app-shells/scsh/files/digest-scsh-0.6.51
-rw-r--r--app-shells/scsh/metadata.xml24
-rw-r--r--app-shells/scsh/scsh-0.6.5.ebuild28
5 files changed, 66 insertions, 5 deletions
diff --git a/app-shells/scsh/ChangeLog b/app-shells/scsh/ChangeLog
index 3235a226de22..056f497aa921 100644
--- a/app-shells/scsh/ChangeLog
+++ b/app-shells/scsh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/scsh
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/ChangeLog,v 1.9 2003/04/15 21:34:03 mkennedy Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/ChangeLog,v 1.10 2004/02/26 16:53:38 mkennedy Exp $
+
+*scsh-0.6.5 (26 Feb 2004)
+
+ 26 Feb 2004; <mkennedy@gentoo.org> metadata.xml, scsh-0.6.5.ebuild:
+ New upstream; new metadata.xml; use new DESTDIR support
*scsh-0.6.4 (15 Apr 2003)
diff --git a/app-shells/scsh/Manifest b/app-shells/scsh/Manifest
index a16eb6e2a759..38342c00499d 100644
--- a/app-shells/scsh/Manifest
+++ b/app-shells/scsh/Manifest
@@ -1,7 +1,10 @@
-MD5 638f7504455e1799ad500302cc5b33e8 ChangeLog 1639
+MD5 b7e39b230ea1a68dc05f0fffc89718b8 scsh-0.6.4.ebuild 986
+MD5 febd42799258ea9570a89de2d52ddbcc scsh-0.6.5.ebuild 978
MD5 32f099d94eb5f584ba13c24dbe287b83 scsh-0.6.1-r1.ebuild 1220
MD5 07e2ecfd9b144011ccbe21872a89764c scsh-0.6.3.ebuild 987
-MD5 b7e39b230ea1a68dc05f0fffc89718b8 scsh-0.6.4.ebuild 986
+MD5 638f7504455e1799ad500302cc5b33e8 ChangeLog 1639
+MD5 8c153b306d4485bac0a7bc7f26dea78f metadata.xml 955
+MD5 a372b30637890116cf31b7ad64a68129 files/digest-scsh-0.6.4 63
MD5 13ee0eae9052df37dccd3543b4f6afb5 files/digest-scsh-0.6.1-r1 63
MD5 3e98983c5c98b782b38dd6a79c0b223d files/digest-scsh-0.6.3 63
-MD5 a372b30637890116cf31b7ad64a68129 files/digest-scsh-0.6.4 63
+MD5 07af78c1074e544bc9b894bbb10436be files/digest-scsh-0.6.5 63
diff --git a/app-shells/scsh/files/digest-scsh-0.6.5 b/app-shells/scsh/files/digest-scsh-0.6.5
new file mode 100644
index 000000000000..c830c158cecf
--- /dev/null
+++ b/app-shells/scsh/files/digest-scsh-0.6.5
@@ -0,0 +1 @@
+MD5 6209ae1281775b3e0f7802499be30ff9 scsh-0.6.5.tar.gz 4312625
diff --git a/app-shells/scsh/metadata.xml b/app-shells/scsh/metadata.xml
new file mode 100644
index 000000000000..d7d5f0e004fe
--- /dev/null
+++ b/app-shells/scsh/metadata.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>scheme</herd>
+<maintainer>
+ <email>mkennedy@gentoo.org</email>
+</maintainer>
+<longdescription>
+Scsh has two main components: a process notation for running programs
+and setting up pipelines and redirections, and a complete syscall
+library for low-level access to the operating system, i.e. to POSIX,
+the least common denominator of more or less all Unices, plus widely
+supported extensions such as symbolic links and BSD sockets.
+
+Moreover, scsh provides an awk facility for pattern-directed
+computation over streams of records, a rich facility for matching
+regular-expression patterns in strings, event-based interrupt
+handling, user-level threads, a futuristic module system, and an
+interactive environment.
+
+Scsh comes with extensive documentation describing these and other
+features.
+</longdescription>
+</pkgmetadata>
diff --git a/app-shells/scsh/scsh-0.6.5.ebuild b/app-shells/scsh/scsh-0.6.5.ebuild
new file mode 100644
index 000000000000..6242a5bcadfd
--- /dev/null
+++ b/app-shells/scsh/scsh-0.6.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.5.ebuild,v 1.1 2004/02/26 16:53:38 mkennedy Exp $
+
+DESCRIPTION="Unix shell embedded in Scheme"
+SRC_URI="ftp://ftp.scsh.net/pub/scsh/0.6/${P}.tar.gz"
+HOMEPAGE="http://www.scsh.net/"
+
+SLOT="0"
+LICENSE="as-is | BSD | GPL-2"
+KEYWORDS="x86 ppc sparc"
+
+DEPEND=""
+
+src_compile() {
+ econf --prefix=/usr --libdir=/usr/lib --includedir=/usr/include || die
+ make || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc RELEASE COPYING
+ # Let Scsh install the documentation and then clean up afterwards
+ dosed "s:${D}::" /usr/share/man/man1/scsh.1
+ dodir /usr/share/doc/${PF}
+ mv ${D}/usr/lib/scsh/doc/* ${D}/usr/share/doc/${PF}
+ rmdir ${D}/usr/lib/scsh/doc
+}