mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
c4314f0ecb
C1) Turn shells/zsh-devel into a stub which prints a message that points people at the new shells/zsh, upgraded to 4.0.1. M1) Add patch to fix some functions included in 4.0.1. M2) Remove obsolete patches. M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now. W1) Remove MASTER_SITE_LOCAL fully. W2) Put patch-aa in patch-ab for backwards-compatible diffing. W3) Do C1 with the least diff, using pre-everything:: and then ${FALSE}'ing out after printing the message. Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>, Christian Weisgerber <naddy@mips.inka.de> Noted by: Cyrille Lefevre <clefevre@redirect.to>, Øyvind Kolbu <oyvind@kebab.gaffel.nu> Approved by: shige (C1)
17 lines
590 B
Plaintext
17 lines
590 B
Plaintext
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 customising its behaviour, filename
|
|
globbing, features to make C-shell (csh) users feel more at home and
|
|
extra features drawn from tcsh (another `custom' shell).
|
|
|
|
If you want to use zsh completion system, you should type the following
|
|
commands:
|
|
|
|
$ autoload -U compinstall
|
|
$ compinstall
|
|
|
|
See also zshcompsys(1) manpages. :)
|
|
|
|
WWW: http://www.zsh.org/
|