10K/s. So, I decided to re-order the list of MASTER_SITES to use a faster
site as the first one used (ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/).
Thanks jcs@.
* Re-enable static flavor.
* Tighten PERMIT_*. I'm sick of it. The license is written in
imprenetrable legalese, obviously drafted by corporate lawyers, and
full of bizarre requirements. I don't care if this can be construed
to be Open Source, it certainly is not in the spirit of Open Source.
* Remove license check and "Proprietary Notice" since we won't distribute
the package.
--
This is a maintenance release of the stable 4.0 series. A large number
of small bugfixes have been made covering the whole shell. There are
very few user-visible changes, mostly minor enhancements to the
completion function system.
Official AT&T release of KornShell 93. KSH-93 is the most recent
version of the KornShell Language described in "The KornShell Command
and Programming Language," by Morris Bolsky and David Korn of AT&T
Bell Laboratories.
--
SASH - Stand-alone shell with built-in commands.
The sash program is a stand-alone shell which is useful for recovering
from certain types of system failures. In particular, it was created
in order to cope with the problem of missing shared libraries or
important executable.
WWW: http://www.canb.auug.org.au/~dbell/
Submitted by Albert Chang <vedge@vedge.com.ar>
- fix Completion/BSD/Command/_bsd_pkg so its more suitable under OpenBSD
- fix linking of .so, since we prefer "${CC} -shared -fPIC" to "ld -Bshareable".
This patch was sent to zsh authors and it will be part of the next stable
release.
- add two new sub-packages, -modules and -zftp which adds dynamically
loadable modules and an embedded ftp client to zsh.
- static FLAVOR disable all dynamic modules and link statically zsh.
Otherwise:
Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible. It includes enhancements of many types, notably in the
command-line editor, options for customizing its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another custom shell).
checked by naddy@
WWW: http://www.zsh.org/