Update to 4.3.9

OK okan@, ajacoutot@
This commit is contained in:
pea 2008-11-04 10:00:59 +00:00
parent dc1530ce30
commit aeec4ec60c
7 changed files with 101 additions and 34 deletions

View File

@ -1,13 +1,12 @@
# $OpenBSD: Makefile,v 1.48 2008/07/02 15:02:54 okan Exp $ # $OpenBSD: Makefile,v 1.49 2008/11/04 10:00:59 pea Exp $
COMMENT= Z shell, Bourne shell-compatible COMMENT= Z shell, Bourne shell-compatible
V= 4.3.6 V= 4.3.9
DISTNAME= zsh-$V DISTNAME= zsh-$V
PKGNAME= ${DISTNAME}p0
CATEGORIES= shells CATEGORIES= shells
MAINTAINER= Pierre-Emmanuel Andre <pea@raveland.org> MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
HOMEPAGE= http://www.zsh.org/ HOMEPAGE= http://www.zsh.org/
@ -17,7 +16,8 @@ MASTER_SITES= ftp://ftp.zsh.org/zsh/ \
ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \ ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \
http://www.math.technion.ac.il/pub/zsh/ \ http://www.math.technion.ac.il/pub/zsh/ \
ftp://ftp.demon.nl/pub/mirrors/zsh/ \ ftp://ftp.demon.nl/pub/mirrors/zsh/ \
ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/ ftp://sunsite.icm.edu.pl/pub/unix/shells/zsh/ \
http://zsh.raveland.org/
# BSD # BSD
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
@ -41,7 +41,8 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED:S/shared/dynamic/} \
--enable-maildir-support \ --enable-maildir-support \
--with-tcsetpgrp \ --with-tcsetpgrp \
--enable-multibyte \ --enable-multibyte \
--enable-pcre --enable-pcre \
--disable-gdbm
SUBST_VARS= V SUBST_VARS= V

View File

@ -1,5 +1,5 @@
MD5 (zsh-4.3.6.tar.gz) = NAM5/lwcfsqoJGJ1gns47Q== MD5 (zsh-4.3.9.tar.gz) = GwjAY/AtWVcJ6q0VSMTjkg==
RMD160 (zsh-4.3.6.tar.gz) = aIq51Oy5r81AQA1VHRroG7ZNv/o= RMD160 (zsh-4.3.9.tar.gz) = Ieqol19weSl2sQxZAxoH9jkzo+s=
SHA1 (zsh-4.3.6.tar.gz) = dzMGn2UXZaYDRIQPsdiRzcPYhUM= SHA1 (zsh-4.3.9.tar.gz) = LwRpAkHESv0PoAO6yZcwu/PQ6n8=
SHA256 (zsh-4.3.6.tar.gz) = zbggA4aVDYVWivTGmI22G2lVo4pYR1q9PAU0dpjkiEc= SHA256 (zsh-4.3.9.tar.gz) = dpS85QNRXcuBOv5lxVmELlavqfwQcwoTm+UX4xJ/yJk=
SIZE (zsh-4.3.6.tar.gz) = 3221138 SIZE (zsh-4.3.9.tar.gz) = 3388745

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-Doc_Makefile_in,v 1.4 2007/12/04 19:26:56 okan Exp $ $OpenBSD: patch-Doc_Makefile_in,v 1.5 2008/11/04 10:00:59 pea Exp $
--- Doc/Makefile.in.orig Sun Dec 17 11:02:02 2006 --- Doc/Makefile.in.orig Thu Oct 30 12:56:08 2008
+++ Doc/Makefile.in Mon Nov 26 14:35:17 2007 +++ Doc/Makefile.in Mon Nov 3 22:44:41 2008
@@ -267,11 +267,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC) @@ -275,11 +275,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC)
# ========== DEPENDENCIES FOR INSTALLING ========== # ========== DEPENDENCIES FOR INSTALLING ==========
# install just installs the manual pages # install just installs the manual pages

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $ $OpenBSD: patch-Doc_zsh_texi,v 1.5 2008/11/04 10:00:59 pea Exp $
--- Doc/zsh.texi.orig Fri Feb 1 06:24:12 2008 --- Doc/zsh.texi.orig Mon Nov 3 10:33:05 2008
+++ Doc/zsh.texi Fri Feb 1 12:39:14 2008 +++ Doc/zsh.texi Mon Nov 3 22:44:34 2008
@@ -7,6 +7,10 @@ @@ -7,6 +7,10 @@
@end iftex @end iftex
@setfilename zsh.info @setfilename zsh.info
@ -12,7 +12,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $
@c %**end of header @c %**end of header
@ifinfo @ifinfo
@@ -3475,7 +3479,7 @@ you may see in your prompt (see @@ -3690,7 +3694,7 @@ you may see in your prompt (see
A history expansion begins with the first character of the @t{histchars} A history expansion begins with the first character of the @t{histchars}
parameter, which is `@t{!}' by default, and may occur anywhere on the parameter, which is `@t{!}' by default, and may occur anywhere on the
command line; history expansions do not nest. The `@t{!}' can be escaped command line; history expansions do not nest. The `@t{!}' can be escaped
@ -21,7 +21,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $
to suppress its special meaning. Double quotes will @emph{not} work for to suppress its special meaning. Double quotes will @emph{not} work for
this. Following this history character is an optional event designator this. Following this history character is an optional event designator
(@ref{Event Designators}) and then an optional word (@ref{Event Designators}) and then an optional word
@@ -8434,7 +8438,7 @@ For example, @@ -8808,7 +8812,7 @@ For example,
@example @example
unsetopt localtraps unsetopt localtraps
trap - INT trap - INT
@ -30,16 +30,16 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $
@end example @end example
@noindent @noindent
@@ -16879,7 +16883,7 @@ zstyle ':completion:*:default' list-colors $@{(s.:.)LS @@ -17755,7 +17759,7 @@ zstyle ':completion:*:default' list-colors $@{(s.:.)LS
@noindent @noindent
The default colors are the same as for the GNU @t{ls} command and can be The default colors are the same as for the GNU @t{ls} command and can be
-obtained by setting the style to an empty string (i.e. @t{@value{dsq}}). -obtained by setting the style to an empty string (i.e. @t{@value{dsq}}).
+obtained by setting the style to an empty string (i.e. @t{'}@t{'}). +obtained by setting the style to an empty string (i.e. @t{'}@t{'}).
@kindex list-grouped, completion style @kindex list-dirs-first, completion style
@item @t{list-grouped} @item @t{list-dirs-first}
@@ -17003,7 +17007,7 @@ generates no matches, case-insensitive completion: @@ -17888,7 +17892,7 @@ generates no matches, case-insensitive completion:
@noindent @noindent
@example @example
@ -48,7 +48,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $
@end example @end example
@noindent @noindent
@@ -17027,7 +17031,7 @@ case-insensitive completion with @t{_complete}: @@ -17912,7 +17916,7 @@ case-insensitive completion with @t{_complete}:
@example @example
zstyle ':completion:*' completer _complete _prefix zstyle ':completion:*' completer _complete _prefix
zstyle ':completion:*:complete:*' matcher-list \ zstyle ':completion:*:complete:*' matcher-list \
@ -57,7 +57,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $
@end example @end example
@noindent @noindent
@@ -20416,7 +20420,7 @@ generates at least one match. E.g.: @@ -21303,7 +21307,7 @@ generates at least one match. E.g.:
@noindent @noindent
@example @example
@ -66,7 +66,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $
@end example @end example
@noindent @noindent
@@ -20628,7 +20632,7 @@ use is @@ -21515,7 +21519,7 @@ use is
@noindent @noindent
@example @example
@ -75,7 +75,7 @@ $OpenBSD: patch-Doc_zsh_texi,v 1.4 2008/02/08 04:55:08 okan Exp $
@end example @end example
@noindent @noindent
@@ -20716,7 +20720,7 @@ performed on the first word in the range. For example @@ -21603,7 +21607,7 @@ performed on the first word in the range. For example
@noindent @noindent
@example @example

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-aczsh_m4,v 1.1 2004/07/12 19:46:52 lebel Exp $ $OpenBSD: patch-aczsh_m4,v 1.2 2008/11/04 10:00:59 pea Exp $
--- aczsh.m4.orig Sun Apr 14 01:20:18 2002 --- aczsh.m4.orig Mon Jun 2 13:15:30 2008
+++ aczsh.m4 Sun Apr 14 01:20:40 2002 +++ aczsh.m4 Mon Nov 3 22:44:34 2008
@@ -218,6 +218,8 @@ main() @@ -167,6 +167,8 @@ main()
sym1 = zsh_getaddr1(); sym1 = zsh_getaddr1();
if(!sym1) exit(1); if(!sym1) exit(1);
if(sym1 != sym2) exit(1); if(sym1 != sym2) exit(1);

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PFRAG.shared,v 1.7 2008/07/02 15:02:54 okan Exp $ @comment $OpenBSD: PFRAG.shared,v 1.8 2008/11/04 10:00:59 pea Exp $
lib/zsh/ lib/zsh/
lib/zsh/${V}/ lib/zsh/${V}/
lib/zsh/${V}/zsh/ lib/zsh/${V}/zsh/
@ -36,6 +36,37 @@ lib/zsh/${V}/zsh/zprof.so
lib/zsh/${V}/zsh/zpty.so lib/zsh/${V}/zsh/zpty.so
lib/zsh/${V}/zsh/zselect.so lib/zsh/${V}/zsh/zselect.so
lib/zsh/${V}/zsh/zutil.so lib/zsh/${V}/zsh/zutil.so
share/zsh/${V}/functions/VCS_INFO_adjust
share/zsh/${V}/functions/VCS_INFO_bydir_detect
share/zsh/${V}/functions/VCS_INFO_check_com
share/zsh/${V}/functions/VCS_INFO_detect_bzr
share/zsh/${V}/functions/VCS_INFO_detect_cdv
share/zsh/${V}/functions/VCS_INFO_detect_cvs
share/zsh/${V}/functions/VCS_INFO_detect_darcs
share/zsh/${V}/functions/VCS_INFO_detect_git
share/zsh/${V}/functions/VCS_INFO_detect_hg
share/zsh/${V}/functions/VCS_INFO_detect_mtn
share/zsh/${V}/functions/VCS_INFO_detect_p4
share/zsh/${V}/functions/VCS_INFO_detect_svk
share/zsh/${V}/functions/VCS_INFO_detect_svn
share/zsh/${V}/functions/VCS_INFO_detect_tla
share/zsh/${V}/functions/VCS_INFO_formats
share/zsh/${V}/functions/VCS_INFO_get_data_bzr
share/zsh/${V}/functions/VCS_INFO_get_data_cdv
share/zsh/${V}/functions/VCS_INFO_get_data_cvs
share/zsh/${V}/functions/VCS_INFO_get_data_darcs
share/zsh/${V}/functions/VCS_INFO_get_data_git
share/zsh/${V}/functions/VCS_INFO_get_data_hg
share/zsh/${V}/functions/VCS_INFO_get_data_mtn
share/zsh/${V}/functions/VCS_INFO_get_data_p4
share/zsh/${V}/functions/VCS_INFO_get_data_svk
share/zsh/${V}/functions/VCS_INFO_get_data_svn
share/zsh/${V}/functions/VCS_INFO_get_data_tla
share/zsh/${V}/functions/VCS_INFO_maxexports
share/zsh/${V}/functions/VCS_INFO_nvcsformats
share/zsh/${V}/functions/VCS_INFO_realpath
share/zsh/${V}/functions/VCS_INFO_reposub
share/zsh/${V}/functions/VCS_INFO_set
share/zsh/${V}/functions/tcp_alias share/zsh/${V}/functions/tcp_alias
share/zsh/${V}/functions/tcp_close share/zsh/${V}/functions/tcp_close
share/zsh/${V}/functions/tcp_command share/zsh/${V}/functions/tcp_command

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.25 2008/07/02 15:02:54 okan Exp $ @comment $OpenBSD: PLIST,v 1.26 2008/11/04 10:00:59 pea Exp $
@pkgpath shells/zsh,-main @pkgpath shells/zsh,-main
@shell bin/zsh @shell bin/zsh
%%SHARED%% %%SHARED%%
@ -57,6 +57,7 @@ share/zsh/${V}/functions/_assign
share/zsh/${V}/functions/_attr share/zsh/${V}/functions/_attr
share/zsh/${V}/functions/_auto-apt share/zsh/${V}/functions/_auto-apt
share/zsh/${V}/functions/_autocd share/zsh/${V}/functions/_autocd
share/zsh/${V}/functions/_awk
share/zsh/${V}/functions/_bash_completions share/zsh/${V}/functions/_bash_completions
share/zsh/${V}/functions/_baz share/zsh/${V}/functions/_baz
share/zsh/${V}/functions/_bind_addresses share/zsh/${V}/functions/_bind_addresses
@ -89,6 +90,7 @@ share/zsh/${V}/functions/_chflags
share/zsh/${V}/functions/_chkconfig share/zsh/${V}/functions/_chkconfig
share/zsh/${V}/functions/_chmod share/zsh/${V}/functions/_chmod
share/zsh/${V}/functions/_chown share/zsh/${V}/functions/_chown
share/zsh/${V}/functions/_chrt
share/zsh/${V}/functions/_combination share/zsh/${V}/functions/_combination
share/zsh/${V}/functions/_comm share/zsh/${V}/functions/_comm
share/zsh/${V}/functions/_command share/zsh/${V}/functions/_command
@ -150,6 +152,7 @@ share/zsh/${V}/functions/_directory_stack
share/zsh/${V}/functions/_dirs share/zsh/${V}/functions/_dirs
share/zsh/${V}/functions/_disable share/zsh/${V}/functions/_disable
share/zsh/${V}/functions/_dispatch share/zsh/${V}/functions/_dispatch
share/zsh/${V}/functions/_django
share/zsh/${V}/functions/_dlocate share/zsh/${V}/functions/_dlocate
share/zsh/${V}/functions/_dmidecode share/zsh/${V}/functions/_dmidecode
share/zsh/${V}/functions/_domains share/zsh/${V}/functions/_domains
@ -164,6 +167,7 @@ share/zsh/${V}/functions/_du
share/zsh/${V}/functions/_dumper share/zsh/${V}/functions/_dumper
share/zsh/${V}/functions/_dupload share/zsh/${V}/functions/_dupload
share/zsh/${V}/functions/_dvi share/zsh/${V}/functions/_dvi
share/zsh/${V}/functions/_dynamic_directory_name
share/zsh/${V}/functions/_ecasound share/zsh/${V}/functions/_ecasound
share/zsh/${V}/functions/_echotc share/zsh/${V}/functions/_echotc
share/zsh/${V}/functions/_echoti share/zsh/${V}/functions/_echoti
@ -175,11 +179,13 @@ share/zsh/${V}/functions/_enable
share/zsh/${V}/functions/_enscript share/zsh/${V}/functions/_enscript
share/zsh/${V}/functions/_env share/zsh/${V}/functions/_env
share/zsh/${V}/functions/_equal share/zsh/${V}/functions/_equal
share/zsh/${V}/functions/_ethtool
share/zsh/${V}/functions/_expand share/zsh/${V}/functions/_expand
share/zsh/${V}/functions/_expand_alias share/zsh/${V}/functions/_expand_alias
share/zsh/${V}/functions/_expand_word share/zsh/${V}/functions/_expand_word
share/zsh/${V}/functions/_fakeroot share/zsh/${V}/functions/_fakeroot
share/zsh/${V}/functions/_fc share/zsh/${V}/functions/_fc
share/zsh/${V}/functions/_fetch
share/zsh/${V}/functions/_fetchmail share/zsh/${V}/functions/_fetchmail
share/zsh/${V}/functions/_figlet share/zsh/${V}/functions/_figlet
share/zsh/${V}/functions/_file_descriptors share/zsh/${V}/functions/_file_descriptors
@ -194,6 +200,7 @@ share/zsh/${V}/functions/_flasher
share/zsh/${V}/functions/_flex share/zsh/${V}/functions/_flex
share/zsh/${V}/functions/_floppy share/zsh/${V}/functions/_floppy
share/zsh/${V}/functions/_fortune share/zsh/${V}/functions/_fortune
share/zsh/${V}/functions/_freebsd-update
share/zsh/${V}/functions/_fsh share/zsh/${V}/functions/_fsh
share/zsh/${V}/functions/_functions share/zsh/${V}/functions/_functions
share/zsh/${V}/functions/_fuse_arguments share/zsh/${V}/functions/_fuse_arguments
@ -216,12 +223,14 @@ share/zsh/${V}/functions/_globqual_delims
share/zsh/${V}/functions/_globquals share/zsh/${V}/functions/_globquals
share/zsh/${V}/functions/_gnome-gv share/zsh/${V}/functions/_gnome-gv
share/zsh/${V}/functions/_gnu_generic share/zsh/${V}/functions/_gnu_generic
share/zsh/${V}/functions/_gnupod
share/zsh/${V}/functions/_gnutls share/zsh/${V}/functions/_gnutls
share/zsh/${V}/functions/_gpg share/zsh/${V}/functions/_gpg
share/zsh/${V}/functions/_gphoto2 share/zsh/${V}/functions/_gphoto2
share/zsh/${V}/functions/_gprof share/zsh/${V}/functions/_gprof
share/zsh/${V}/functions/_gqview share/zsh/${V}/functions/_gqview
share/zsh/${V}/functions/_grep share/zsh/${V}/functions/_grep
share/zsh/${V}/functions/_grep-excuses
share/zsh/${V}/functions/_groff share/zsh/${V}/functions/_groff
share/zsh/${V}/functions/_groups share/zsh/${V}/functions/_groups
share/zsh/${V}/functions/_growisofs share/zsh/${V}/functions/_growisofs
@ -239,12 +248,15 @@ share/zsh/${V}/functions/_hosts
share/zsh/${V}/functions/_iconv share/zsh/${V}/functions/_iconv
share/zsh/${V}/functions/_id share/zsh/${V}/functions/_id
share/zsh/${V}/functions/_ifconfig share/zsh/${V}/functions/_ifconfig
share/zsh/${V}/functions/_iftop
share/zsh/${V}/functions/_ignored share/zsh/${V}/functions/_ignored
share/zsh/${V}/functions/_imagemagick share/zsh/${V}/functions/_imagemagick
share/zsh/${V}/functions/_in_vared share/zsh/${V}/functions/_in_vared
share/zsh/${V}/functions/_init_d share/zsh/${V}/functions/_init_d
share/zsh/${V}/functions/_invoke-rc.d share/zsh/${V}/functions/_invoke-rc.d
share/zsh/${V}/functions/_ionice
share/zsh/${V}/functions/_ip share/zsh/${V}/functions/_ip
share/zsh/${V}/functions/_ipset
share/zsh/${V}/functions/_iptables share/zsh/${V}/functions/_iptables
share/zsh/${V}/functions/_irssi share/zsh/${V}/functions/_irssi
share/zsh/${V}/functions/_ispell share/zsh/${V}/functions/_ispell
@ -256,6 +268,7 @@ share/zsh/${V}/functions/_jobs_bg
share/zsh/${V}/functions/_jobs_builtin share/zsh/${V}/functions/_jobs_builtin
share/zsh/${V}/functions/_jobs_fg share/zsh/${V}/functions/_jobs_fg
share/zsh/${V}/functions/_joe share/zsh/${V}/functions/_joe
share/zsh/${V}/functions/_join
share/zsh/${V}/functions/_kfmclient share/zsh/${V}/functions/_kfmclient
share/zsh/${V}/functions/_kill share/zsh/${V}/functions/_kill
share/zsh/${V}/functions/_killall share/zsh/${V}/functions/_killall
@ -378,12 +391,18 @@ share/zsh/${V}/functions/_pine
share/zsh/${V}/functions/_ping share/zsh/${V}/functions/_ping
share/zsh/${V}/functions/_piuparts share/zsh/${V}/functions/_piuparts
share/zsh/${V}/functions/_pkg-config share/zsh/${V}/functions/_pkg-config
share/zsh/${V}/functions/_pkg_instance
share/zsh/${V}/functions/_pkgadd
share/zsh/${V}/functions/_pkginfo
share/zsh/${V}/functions/_pkgrm
share/zsh/${V}/functions/_pkgtool share/zsh/${V}/functions/_pkgtool
share/zsh/${V}/functions/_pon share/zsh/${V}/functions/_pon
share/zsh/${V}/functions/_portaudit
share/zsh/${V}/functions/_portlint share/zsh/${V}/functions/_portlint
share/zsh/${V}/functions/_ports share/zsh/${V}/functions/_ports
share/zsh/${V}/functions/_portsnap share/zsh/${V}/functions/_portsnap
share/zsh/${V}/functions/_postfix share/zsh/${V}/functions/_postfix
share/zsh/${V}/functions/_powerd
share/zsh/${V}/functions/_prcs share/zsh/${V}/functions/_prcs
share/zsh/${V}/functions/_precommand share/zsh/${V}/functions/_precommand
share/zsh/${V}/functions/_prefix share/zsh/${V}/functions/_prefix
@ -419,6 +438,7 @@ share/zsh/${V}/functions/_retrieve_cache
share/zsh/${V}/functions/_retrieve_mac_apps share/zsh/${V}/functions/_retrieve_mac_apps
share/zsh/${V}/functions/_ri share/zsh/${V}/functions/_ri
share/zsh/${V}/functions/_rlogin share/zsh/${V}/functions/_rlogin
share/zsh/${V}/functions/_rm
share/zsh/${V}/functions/_rpm share/zsh/${V}/functions/_rpm
share/zsh/${V}/functions/_rrdtool share/zsh/${V}/functions/_rrdtool
share/zsh/${V}/functions/_rsync share/zsh/${V}/functions/_rsync
@ -447,13 +467,16 @@ share/zsh/${V}/functions/_slrn
share/zsh/${V}/functions/_smit share/zsh/${V}/functions/_smit
share/zsh/${V}/functions/_socket share/zsh/${V}/functions/_socket
share/zsh/${V}/functions/_softwareupdate share/zsh/${V}/functions/_softwareupdate
share/zsh/${V}/functions/_sort
share/zsh/${V}/functions/_source share/zsh/${V}/functions/_source
share/zsh/${V}/functions/_spamassassin share/zsh/${V}/functions/_spamassassin
share/zsh/${V}/functions/_sqsh share/zsh/${V}/functions/_sqsh
share/zsh/${V}/functions/_ssh share/zsh/${V}/functions/_ssh
share/zsh/${V}/functions/_sshfs share/zsh/${V}/functions/_sshfs
share/zsh/${V}/functions/_stat share/zsh/${V}/functions/_stat
share/zsh/${V}/functions/_stgit
share/zsh/${V}/functions/_store_cache share/zsh/${V}/functions/_store_cache
share/zsh/${V}/functions/_strace
share/zsh/${V}/functions/_strip share/zsh/${V}/functions/_strip
share/zsh/${V}/functions/_stty share/zsh/${V}/functions/_stty
share/zsh/${V}/functions/_su share/zsh/${V}/functions/_su
@ -469,6 +492,8 @@ share/zsh/${V}/functions/_tags
share/zsh/${V}/functions/_tar share/zsh/${V}/functions/_tar
share/zsh/${V}/functions/_tar_archive share/zsh/${V}/functions/_tar_archive
share/zsh/${V}/functions/_tardy share/zsh/${V}/functions/_tardy
share/zsh/${V}/functions/_tcpdump
share/zsh/${V}/functions/_tcpsys
share/zsh/${V}/functions/_tcptraceroute share/zsh/${V}/functions/_tcptraceroute
share/zsh/${V}/functions/_telnet share/zsh/${V}/functions/_telnet
share/zsh/${V}/functions/_terminals share/zsh/${V}/functions/_terminals
@ -578,15 +603,20 @@ share/zsh/${V}/functions/_yast
share/zsh/${V}/functions/_yodl share/zsh/${V}/functions/_yodl
share/zsh/${V}/functions/_yp share/zsh/${V}/functions/_yp
share/zsh/${V}/functions/_yum share/zsh/${V}/functions/_yum
share/zsh/${V}/functions/_zcalc_line
share/zsh/${V}/functions/_zcat share/zsh/${V}/functions/_zcat
share/zsh/${V}/functions/_zcompile share/zsh/${V}/functions/_zcompile
share/zsh/${V}/functions/_zdump share/zsh/${V}/functions/_zdump
share/zsh/${V}/functions/_zed share/zsh/${V}/functions/_zed
share/zsh/${V}/functions/_zfs
share/zsh/${V}/functions/_zfs_dataset
share/zsh/${V}/functions/_zfs_pool
share/zsh/${V}/functions/_zftp share/zsh/${V}/functions/_zftp
share/zsh/${V}/functions/_zip share/zsh/${V}/functions/_zip
share/zsh/${V}/functions/_zle share/zsh/${V}/functions/_zle
share/zsh/${V}/functions/_zmodload share/zsh/${V}/functions/_zmodload
share/zsh/${V}/functions/_zmv share/zsh/${V}/functions/_zmv
share/zsh/${V}/functions/_zpool
share/zsh/${V}/functions/_zpty share/zsh/${V}/functions/_zpty
share/zsh/${V}/functions/_zstyle share/zsh/${V}/functions/_zstyle
share/zsh/${V}/functions/add-zsh-hook share/zsh/${V}/functions/add-zsh-hook
@ -655,6 +685,7 @@ share/zsh/${V}/functions/prompt_fade_setup
share/zsh/${V}/functions/prompt_fire_setup share/zsh/${V}/functions/prompt_fire_setup
share/zsh/${V}/functions/prompt_off_setup share/zsh/${V}/functions/prompt_off_setup
share/zsh/${V}/functions/prompt_oliver_setup share/zsh/${V}/functions/prompt_oliver_setup
share/zsh/${V}/functions/prompt_pws_setup
share/zsh/${V}/functions/prompt_redhat_setup share/zsh/${V}/functions/prompt_redhat_setup
share/zsh/${V}/functions/prompt_special_chars share/zsh/${V}/functions/prompt_special_chars
share/zsh/${V}/functions/prompt_suse_setup share/zsh/${V}/functions/prompt_suse_setup
@ -681,6 +712,10 @@ share/zsh/${V}/functions/transpose-words-match
share/zsh/${V}/functions/up-case-word-match share/zsh/${V}/functions/up-case-word-match
share/zsh/${V}/functions/up-line-or-beginning-search share/zsh/${V}/functions/up-line-or-beginning-search
share/zsh/${V}/functions/url-quote-magic share/zsh/${V}/functions/url-quote-magic
share/zsh/${V}/functions/vcs_info
share/zsh/${V}/functions/vcs_info_lastmsg
share/zsh/${V}/functions/vcs_info_printsys
share/zsh/${V}/functions/vcs_info_setsys
share/zsh/${V}/functions/which-command share/zsh/${V}/functions/which-command
share/zsh/${V}/functions/xtermctl share/zsh/${V}/functions/xtermctl
share/zsh/${V}/functions/zargs share/zsh/${V}/functions/zargs