summaryrefslogtreecommitdiff
path: root/data/zsh
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-03 12:56:35 +0000
committerJay Freeman <saurik@saurik.com>2008-02-03 12:56:35 +0000
commiteef0f814739b871c9bfa409c5a7ea4856dd6d03d (patch)
tree0842c3e037755d9c3aa58d68c15ab52051d6ca9c /data/zsh
parentf6dcdc22ee9b5aef63a1e2b26a9243db9552b54b (diff)
Does anyone actually use zsh?
git-svn-id: http://svn.telesphoreo.org/trunk@50 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/zsh')
-rw-r--r--data/zsh/_metadata/description1
-rw-r--r--data/zsh/_metadata/license25
l---------data/zsh/_metadata/maintainer1
-rw-r--r--data/zsh/_metadata/name1
l---------data/zsh/_metadata/ncurses.dep1
-rw-r--r--data/zsh/_metadata/priority1
-rw-r--r--data/zsh/_metadata/section1
-rw-r--r--data/zsh/_metadata/version1
-rw-r--r--data/zsh/make.sh5
-rw-r--r--data/zsh/zsh-4.3.5.tar.bz2bin0 -> 2513384 bytes
10 files changed, 37 insertions, 0 deletions
diff --git a/data/zsh/_metadata/description b/data/zsh/_metadata/description
new file mode 100644
index 000000000..998cb21a2
--- /dev/null
+++ b/data/zsh/_metadata/description
@@ -0,0 +1 @@
+a shell with interactive features
diff --git a/data/zsh/_metadata/license b/data/zsh/_metadata/license
new file mode 100644
index 000000000..d7d499283
--- /dev/null
+++ b/data/zsh/_metadata/license
@@ -0,0 +1,25 @@
+The Z Shell is copyright (c) 1992-2007 Paul Falstad, Richard Coleman,
+Zoltán Hidvégi, Andrew Main, Peter Stephenson, Sven Wischnowsky, and
+others. All rights reserved. Individual authors, whether or not
+specifically named, retain copyright in all changes; in what follows, they
+are referred to as `the Zsh Development Group'. This is for convenience
+only and this body has no legal status. The Z shell is distributed under
+the following licence; any provisions made in individual files take
+precedence.
+
+Permission is hereby granted, without written agreement and without
+licence or royalty fees, to use, copy, modify, and distribute this
+software and to distribute modified versions of this software for any
+purpose, provided that the above copyright notice and the following
+two paragraphs appear in all copies of this software.
+
+In no event shall the Zsh Development Group be liable to any party for
+direct, indirect, special, incidental, or consequential damages arising out
+of the use of this software and its documentation, even if the Zsh
+Development Group have been advised of the possibility of such damage.
+
+The Zsh Development Group specifically disclaim any warranties, including,
+but not limited to, the implied warranties of merchantability and fitness
+for a particular purpose. The software provided hereunder is on an "as is"
+basis, and the Zsh Development Group have no obligation to provide
+maintenance, support, updates, enhancements, or modifications.
diff --git a/data/zsh/_metadata/maintainer b/data/zsh/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/zsh/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/zsh/_metadata/name b/data/zsh/_metadata/name
new file mode 100644
index 000000000..c62645f2f
--- /dev/null
+++ b/data/zsh/_metadata/name
@@ -0,0 +1 @@
+Z Shell
diff --git a/data/zsh/_metadata/ncurses.dep b/data/zsh/_metadata/ncurses.dep
new file mode 120000
index 000000000..a395fad08
--- /dev/null
+++ b/data/zsh/_metadata/ncurses.dep
@@ -0,0 +1 @@
+../../ncurses \ No newline at end of file
diff --git a/data/zsh/_metadata/priority b/data/zsh/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/zsh/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/zsh/_metadata/section b/data/zsh/_metadata/section
new file mode 100644
index 000000000..e2a8604ba
--- /dev/null
+++ b/data/zsh/_metadata/section
@@ -0,0 +1 @@
+Unix_Shells
diff --git a/data/zsh/_metadata/version b/data/zsh/_metadata/version
new file mode 100644
index 000000000..e198586e4
--- /dev/null
+++ b/data/zsh/_metadata/version
@@ -0,0 +1 @@
+4.3.5
diff --git a/data/zsh/make.sh b/data/zsh/make.sh
new file mode 100644
index 000000000..b26948649
--- /dev/null
+++ b/data/zsh/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+pkg:configure ac_cv_c_stack_direction=-1 zsh_cv_rlimit_vmem_is_rss=no zsh_cv_rlimit_vmem_is_as=no zsh_cv_rlimit_rss_is_as=yes zsh_cv_sys_fifo=no zsh_cv_sys_link=yes zsh_cv_sys_killesrch=yes zsh_cv_sys_sigsuspend=yes zsh_cv_sys_tcsetpgrp=yes zsh_cv_sys_getpwnam_faked=no zsh_cv_sys_elf=no zsh_cv_func_dlsym_needs_underscore=no
+make
+pkg:install
diff --git a/data/zsh/zsh-4.3.5.tar.bz2 b/data/zsh/zsh-4.3.5.tar.bz2
new file mode 100644
index 000000000..0864f5036
--- /dev/null
+++ b/data/zsh/zsh-4.3.5.tar.bz2
Binary files differ