diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-07 12:47:39 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-07 12:47:39 +0000 |
commit | 73235bf16bb20c1255640ff71afec1d58f846085 (patch) | |
tree | 52e092f05e4631bf01dff8c98a11dc9a479fdf61 /app-shells | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-73235bf16bb20c1255640ff71afec1d58f846085.tar.gz gentoo-2-73235bf16bb20c1255640ff71afec1d58f846085.tar.bz2 gentoo-2-73235bf16bb20c1255640ff71afec1d58f846085.zip |
*** empty log message ***
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/pdksh/files/digest | 1 | ||||
-rw-r--r-- | app-shells/pdksh/pdksh-5.2.14-r1.ebuild | 35 | ||||
-rw-r--r-- | app-shells/psh/files/digest | 1 | ||||
-rw-r--r-- | app-shells/psh/psh-0.008-r1.ebuild | 33 | ||||
-rw-r--r-- | app-shells/tcsh/files/digest | 1 | ||||
-rw-r--r-- | app-shells/zsh/files/digest | 1 |
6 files changed, 72 insertions, 0 deletions
diff --git a/app-shells/pdksh/files/digest b/app-shells/pdksh/files/digest new file mode 100644 index 000000000000..dbb2fc7470c6 --- /dev/null +++ b/app-shells/pdksh/files/digest @@ -0,0 +1 @@ +MD5 871106b3bd937e1afba9f2ef7c43aef3 pdksh-5.2.14.tar.gz diff --git a/app-shells/pdksh/pdksh-5.2.14-r1.ebuild b/app-shells/pdksh/pdksh-5.2.14-r1.ebuild new file mode 100644 index 000000000000..6544ef90ffd7 --- /dev/null +++ b/app-shells/pdksh/pdksh-5.2.14-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r1.ebuild,v 1.1 2000/08/07 12:47:39 achim Exp $ + +P=pdksh-5.2.14 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="The Public Domain Korn Shell" +SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/"${A} +HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/" +CATEGORY="app-shells" + +src_compile() { + cd ${S} + ./configure --prefix=/usr --host=${CHOST} + make +} + +src_install() { + cd ${S} + into / + dobin ksh + into /usr + doman ksh.1 + dodoc BUG-REPORTS ChangeLog* CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README + docinto etc + dodoc etc/* +} + + + + + + diff --git a/app-shells/psh/files/digest b/app-shells/psh/files/digest new file mode 100644 index 000000000000..731787034eee --- /dev/null +++ b/app-shells/psh/files/digest @@ -0,0 +1 @@ +MD5 8a37eeb6afb9b9fedc24cc29fbac6973 psh-0.008.tar.gz diff --git a/app-shells/psh/psh-0.008-r1.ebuild b/app-shells/psh/psh-0.008-r1.ebuild new file mode 100644 index 000000000000..c86bb0d6f6d3 --- /dev/null +++ b/app-shells/psh/psh-0.008-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger <achim@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.1 2000/08/07 12:47:39 achim Exp $ + +P=psh-0.008 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" +SRC_URI="http://www.focusresearch.com/gregor/psh/"${A} +HOMEPAGE="http://www.focusresearch.com/gregor/psh/" +CATEGORY="app-shells" + +src_compile() { + cd ${S} + perl Makefile.PL $PERLINSTALL + make +} + +src_install() { + cd ${S} + make prefix=${D}/usr install + dodoc COPYRIGHT HACKING MANIFEST README* RELEASE TODO + dodoc examples/complete-examples + prepman +} + + + + + + + diff --git a/app-shells/tcsh/files/digest b/app-shells/tcsh/files/digest new file mode 100644 index 000000000000..7078150b5aa9 --- /dev/null +++ b/app-shells/tcsh/files/digest @@ -0,0 +1 @@ +MD5 33511c75037cd4948ed6f1627d1793aa tcsh-6.09.tar.gz diff --git a/app-shells/zsh/files/digest b/app-shells/zsh/files/digest new file mode 100644 index 000000000000..c9e3bb382c12 --- /dev/null +++ b/app-shells/zsh/files/digest @@ -0,0 +1 @@ +MD5 6c4c62da23d2b9d8d7599768193cc782 zsh-3.0.8.tar.gz |