From eef0f814739b871c9bfa409c5a7ea4856dd6d03d Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sun, 3 Feb 2008 12:56:35 +0000 Subject: Does anyone actually use zsh? git-svn-id: http://svn.telesphoreo.org/trunk@50 514c082c-b64e-11dc-b46d-3d985efe055d --- data/zsh/_metadata/description | 1 + data/zsh/_metadata/license | 25 +++++++++++++++++++++++++ data/zsh/_metadata/maintainer | 1 + data/zsh/_metadata/name | 1 + data/zsh/_metadata/ncurses.dep | 1 + data/zsh/_metadata/priority | 1 + data/zsh/_metadata/section | 1 + data/zsh/_metadata/version | 1 + data/zsh/make.sh | 5 +++++ data/zsh/zsh-4.3.5.tar.bz2 | Bin 0 -> 2513384 bytes 10 files changed, 37 insertions(+) create mode 100644 data/zsh/_metadata/description create mode 100644 data/zsh/_metadata/license create mode 120000 data/zsh/_metadata/maintainer create mode 100644 data/zsh/_metadata/name create mode 120000 data/zsh/_metadata/ncurses.dep create mode 100644 data/zsh/_metadata/priority create mode 100644 data/zsh/_metadata/section create mode 100644 data/zsh/_metadata/version create mode 100644 data/zsh/make.sh create mode 100644 data/zsh/zsh-4.3.5.tar.bz2 (limited to 'data') 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 Binary files /dev/null and b/data/zsh/zsh-4.3.5.tar.bz2 differ -- cgit v1.2.3