From a331e7355c75d1011e21fc250f5d1d2f36bed508 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Thu, 30 Aug 2018 19:34:42 -0400 Subject: [PATCH] zsh: build 64-bit version --- components/shell/zsh/Makefile | 9 ++- components/shell/zsh/manifests/sample-manifest.p5m | 79 ++++++++++++++++++---- components/shell/zsh/zsh.p5m | 66 +++++++++++++++++- 3 files changed, 136 insertions(+), 18 deletions(-) diff --git a/components/shell/zsh/Makefile b/components/shell/zsh/Makefile index a8e6e8e3d..1537f17c1 100644 --- a/components/shell/zsh/Makefile +++ b/components/shell/zsh/Makefile @@ -40,6 +40,9 @@ include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk include $(WS_MAKE_RULES)/ips.mk +CONFIGURE_BINDIR.64 = $(CONFIGURE_BINDIR.32) +CONFIGURE_LIBDIR.64 = $(CONFIGURE_LIBDIR.32) + CFLAGS += -I/usr/include/ncurses CONFIGURE_OPTIONS += -n @@ -96,12 +99,12 @@ license: $(COMPONENT_SRC)/LICENCE CLEAN_PATHS += license # common targets -build: $(BUILD_32) $(COMPOVERRIDES:%=$(COMPONENT_SRC)/%) +build: $(BUILD_64) $(COMPOVERRIDES:%=$(COMPONENT_SRC)/%) -install: build $(INSTALL_32) $(PROTOETCDIR)/zprofile license +install: build $(INSTALL_64) $(PROTOETCDIR)/zprofile license # build does this always -test: $(TEST_32) +test: $(TEST_64) BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) diff --git a/components/shell/zsh/manifests/sample-manifest.p5m b/components/shell/zsh/manifests/sample-manifest.p5m index bcb2ffd7a..5c1cce60f 100644 --- a/components/shell/zsh/manifests/sample-manifest.p5m +++ b/components/shell/zsh/manifests/sample-manifest.p5m @@ -10,7 +10,7 @@ # # -# Copyright 2016 +# Copyright 2017 # set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) @@ -23,7 +23,6 @@ set name=org.opensolaris.consolidation value=$(CONSOLIDATION) license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' link path=etc/zprofile target=profile -file path=etc/zshrc hardlink path=usr/bin/zsh target=zsh-$(COMPONENT_VERSION) file path=usr/bin/zsh-$(COMPONENT_VERSION) file path=usr/lib/zsh/$(COMPONENT_VERSION)/zsh/cap.so @@ -113,13 +112,17 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_bsdconfig file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_bsdinstall file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_chflags file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_csup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_cu file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_cvsup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_fetch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_freebsd-update file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_fstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_fw_update +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_gstat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jails file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jexec file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jls +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jot file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_kld file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_mixerctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_pfctl @@ -129,7 +132,9 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_portmaste file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_portsnap file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_powerd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_procstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_rcctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_sockstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_sysrc file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_systat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_watch-snoop file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Base/_all_labels @@ -232,7 +237,9 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_dchroo file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_dchroot-dsa file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_dcut file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_deb_architectures +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_deb_codenames file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_deb_packages +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debbugs_bugnumber file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debchange file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debcheckout file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debdiff @@ -275,22 +282,30 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_analyse file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_brctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_btrfs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_chrt +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_cpupower file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_cryptsetup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ethtool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_fuse_arguments file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_fuse_values file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_fusermount +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_gpasswd +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_htop +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_iconvconfig file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ionice file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ipset file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_iptables file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_iwconfig +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_kpartx file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_losetup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_lsblk file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_lsusb +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ltrace file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_mdadm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_mii-tool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_modutils file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_mondo file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_nmcli +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_pidof file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_pkgtool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_qdbus file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_rpmbuild @@ -318,17 +333,13 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_beadm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_coreadm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_dhcpinfo file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_dladm -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_dladm.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_dtrace file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_dumpadm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_flowadm -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_flowadm.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_fmadm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_inetadm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_ipadm -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_ipadm.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_netstat -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_netstat.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_pfexec file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_pkg5 file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_prstat @@ -336,19 +347,16 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_ptree file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_savecore file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_snoop file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_svcadm -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_svcadm.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_svccfg file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_svcprop file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_svcs -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_svcs.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_svcs_fmri file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_zlogin -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_zlogin.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_zoneadm -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_zoneadm.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_zones file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_a2ps file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_aap +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_absolute_command_paths file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_adb file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ant file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_antiword @@ -362,12 +370,16 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_at file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_attr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_augeas file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_awk +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_basename +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_baudrates file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_baz file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_beep +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bibtex file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bind_addresses file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bison file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bittorrent file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bogofilter +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bpf_filters file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bpython file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bzip2 file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bzr @@ -385,6 +397,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_chmod file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_chown file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_chsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_clay +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cmdambivalent file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cmdstring file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cmp file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_comm @@ -394,6 +407,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cowsay file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cp file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cpio file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cplay +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cscope file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cssh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ctags_tags file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_curl @@ -413,10 +427,13 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dict_wor file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_diff file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_diff_options file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_diffstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dig file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dir_list file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_directories file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_django +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dmesg file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dmidecode +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_doas file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_domains file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_du @@ -427,6 +444,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_elinks file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_elm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_email_addresses file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_enscript +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_entr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_env file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_espeak file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_etags @@ -442,6 +460,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_find_net file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_finger file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_flasher file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_flex +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fmt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fortune file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fuser @@ -470,6 +489,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_groff file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_groups file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_growisofs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_gs +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_gsettings file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_guilt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_gzip file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_have_glob_qual @@ -483,6 +503,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_iftop file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_imagemagick file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_init_d file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_initctl +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_iostat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ip file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_irssi file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ispell @@ -498,11 +519,14 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ld_debug file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ldd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_less file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_lha +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_libvirt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_links file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_list_files file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_lldb file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ln file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_loadkeys +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_locale +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_localedef file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_locales file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_locate file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_look @@ -538,6 +562,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ncftp file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_net_interfaces file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_netcat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_newsgroups +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ngrep file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nice file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nkf file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nl @@ -547,9 +572,12 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_notmuch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_npm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nslookup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_objdump +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_object_files file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_od +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_openstack file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_other_accounts file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pack +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_paste file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_patch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_patchutils file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_path_commands @@ -564,6 +592,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_perl_mod file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_perldoc file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pgrep file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_php +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_picocom file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pids file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pine file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ping @@ -600,6 +629,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_renice file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ri file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rlogin file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rm +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_route file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rrdtool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rsync file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rubber @@ -609,6 +639,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sablotro file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_samba file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sccs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_screen +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_script file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sed file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_service file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_services @@ -631,6 +662,9 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_su file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_subversion file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sudo file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_surfraw +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_swaks +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_swift +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sys_calls file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sysctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tail file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tar @@ -652,14 +686,19 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tla file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tmux file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_todo.sh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_toilet +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_top file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_topgit file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_totd +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_touch +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tput file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tracepath file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tree +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_truss file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ttys file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_twidge file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_twisted +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_umountable file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_unace file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_uname file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_unexpand @@ -678,12 +717,14 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vmstat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vorbis file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vorbiscomment file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vux +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_w file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_w3m file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_watch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_wc file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_webbrowser file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_wget file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_whereis +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_who file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_whois file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_wiggle file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_xargs @@ -697,16 +738,15 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_yp file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zcat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zdump file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zfs -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zfs.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zfs_dataset file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zfs_keysource_props file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zfs_pool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zip file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zpool -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zpool.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_acroread file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_dcop +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_evince file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_gnome-gv file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_gqview file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_gv @@ -761,6 +801,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xt_session_ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xterm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xv file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xwit +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_add-zle-hook-widget file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_add-zsh-hook file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_alias file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_aliases @@ -775,6 +816,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_command file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_command_names file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_compadd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_compdef +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_completers file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_condition file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_default file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_delimiters @@ -827,7 +869,6 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_source file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_stat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_strftime file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_subscript -file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_subscript.~1~ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_suffix_alias_files file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_tcpsys file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_tilde @@ -842,6 +883,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_vared file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_vars file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_wait file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_which +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_widgets file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_zargs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_zattr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_zcalc @@ -873,6 +915,8 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/pick-web-browser file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/zsh-mime-contexts file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/zsh-mime-handler file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/zsh-mime-setup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Math/zmathfunc +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/add-zle-hook-widget file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/add-zsh-hook file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/allopt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/checkmail @@ -912,6 +956,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_adam2_setu file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_bart_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_bigfade_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_clint_setup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_default_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_elite2_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_elite_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_fade_setup @@ -920,6 +965,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_off_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_oliver_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_pws_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_redhat_setup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_restore_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_special_chars file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_suse_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_walters_setup @@ -972,13 +1018,16 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_bydir_d file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_check_com file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_formats file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_get_cmd +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_hexdump file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_hook file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_maxexports file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_nvcsformats +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_patch2subject file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_quilt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_realpath file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_reposub file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_set +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_set-patch-format file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/vcs_info file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/vcs_info_hookadd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/vcs_info_hookdel @@ -1055,6 +1104,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/replace-string file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/replace-string-again file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-bracketed file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-quoted +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-word-match file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-word-style file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/send-invisible file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/smart-insert-last-word @@ -1065,11 +1115,12 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/transpose-words-match file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/up-case-word-match file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/up-line-or-beginning-search file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/url-quote-magic +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/vi-pipe file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/which-command file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/zcalc-auto-insert file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/zed-set-file-name file path=usr/share/zsh/$(COMPONENT_VERSION)/help/alias -link path=usr/share/zsh/$(COMPONENT_VERSION)/help/autoload target=functions +file path=usr/share/zsh/$(COMPONENT_VERSION)/help/autoload file path=usr/share/zsh/$(COMPONENT_VERSION)/help/bg file path=usr/share/zsh/$(COMPONENT_VERSION)/help/bindkey file path=usr/share/zsh/$(COMPONENT_VERSION)/help/break diff --git a/components/shell/zsh/zsh.p5m b/components/shell/zsh/zsh.p5m index 19d7b35ec..0943a4c4c 100644 --- a/components/shell/zsh/zsh.p5m +++ b/components/shell/zsh/zsh.p5m @@ -23,6 +23,7 @@ # default mangler.man.stability volatile> + default pkg.linted.userland.action001.2 true> set name=pkg.fmri value=pkg:/shell/zsh@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) set name=pkg.summary value="Z Shell (zsh)" set name=pkg.description \ @@ -124,13 +125,17 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_bsdconfig file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_bsdinstall file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_chflags file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_csup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_cu file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_cvsup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_fetch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_freebsd-update file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_fstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_fw_update +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_gstat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jails file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jexec file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jls +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_jot file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_kld file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_mixerctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_pfctl @@ -140,7 +145,9 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_portmaste file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_portsnap file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_powerd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_procstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_rcctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_sockstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_sysrc file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_systat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/BSD/_watch-snoop file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Base/_all_labels @@ -243,7 +250,9 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_dchroo file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_dchroot-dsa file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_dcut file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_deb_architectures +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_deb_codenames file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_deb_packages +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debbugs_bugnumber file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debchange file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debcheckout file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Debian/_debdiff @@ -286,22 +295,30 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_analyse file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_brctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_btrfs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_chrt +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_cpupower file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_cryptsetup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ethtool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_fuse_arguments file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_fuse_values file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_fusermount +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_gpasswd +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_htop +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_iconvconfig file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ionice file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ipset file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_iptables file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_iwconfig +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_kpartx file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_losetup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_lsblk file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_lsusb +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_ltrace file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_mdadm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_mii-tool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_modutils file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_mondo file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_nmcli +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_pidof file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_pkgtool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_rpmbuild file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Linux/_schedtool @@ -351,6 +368,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_zonea file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Solaris/_zones file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_a2ps file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_aap +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_absolute_command_paths file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_adb file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ant file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_antiword @@ -364,12 +382,16 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_at file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_attr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_augeas file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_awk +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_basename +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_baudrates file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_baz file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_beep +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bibtex file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bind_addresses file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bison file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bittorrent file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bogofilter +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bpf_filters file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bpython file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bzip2 file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_bzr @@ -387,6 +409,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_chmod file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_chown file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_chsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_clay +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cmdambivalent file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cmdstring file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cmp file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_comm @@ -396,6 +419,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cowsay file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cp file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cpio file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cplay +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cscope file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_cssh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ctags_tags file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_curl @@ -414,10 +438,13 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dict_wor file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_diff file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_diff_options file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_diffstat +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dig file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dir_list file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_directories file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_django +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dmesg file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dmidecode +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_doas file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_domains file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_dsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_du @@ -428,6 +455,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_elinks file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_elm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_email_addresses file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_enscript +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_entr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_env file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_espeak file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_etags @@ -443,6 +471,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_find_net file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_finger file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_flasher file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_flex +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fmt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fortune file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_fuser @@ -471,6 +500,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_groff file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_groups file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_growisofs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_gs +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_gsettings file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_guilt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_gzip file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_have_glob_qual @@ -484,6 +514,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_iftop file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_imagemagick file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_init_d file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_initctl +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_iostat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ip file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_irssi file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ispell @@ -499,11 +530,14 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ld_debug file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ldd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_less file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_lha +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_libvirt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_links file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_list_files file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_lldb file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ln file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_loadkeys +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_locale +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_localedef file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_locales file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_locate file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_look @@ -539,6 +573,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ncftp file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_net_interfaces file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_netcat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_newsgroups +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ngrep file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nice file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nkf file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nl @@ -548,9 +583,12 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_notmuch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_npm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_nslookup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_objdump +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_object_files file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_od +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_openstack file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_other_accounts file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pack +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_paste file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_patch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_patchutils file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_path_commands @@ -565,6 +603,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_perl_mod file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_perldoc file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pgrep file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_php +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_picocom file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pids file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_pine file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ping @@ -601,6 +640,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_renice file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ri file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rlogin file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rm +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_route file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rrdtool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rsync file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_rubber @@ -610,6 +650,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sablotro file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_samba file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sccs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_screen +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_script file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sed file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_service file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_services @@ -632,6 +673,9 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_su file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_subversion file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sudo file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_surfraw +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_swaks +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_swift +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sys_calls file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_sysctl file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tail file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tar @@ -653,14 +697,19 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tla file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tmux file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_todo.sh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_toilet +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_top file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_topgit file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_totd +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_touch +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tput file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tracepath file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_tree +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_truss file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_ttys file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_twidge file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_twisted +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_umountable file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_unace file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_uname file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_unexpand @@ -679,12 +728,14 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vmstat file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vorbis file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vorbiscomment file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_vux +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_w file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_w3m file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_watch file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_wc file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_webbrowser file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_wget file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_whereis +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_who file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_whois file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_wiggle file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_xargs @@ -706,6 +757,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zpool file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Unix/_zsh file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_acroread file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_dcop +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_evince file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_gnome-gv file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_gqview file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_gv @@ -760,6 +812,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xt_session_ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xterm file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xv file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/X/_xwit +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_add-zle-hook-widget file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_add-zsh-hook file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_alias file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_aliases @@ -774,6 +827,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_command file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_command_names file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_compadd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_compdef +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_completers file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_condition file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_default file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_delimiters @@ -840,6 +894,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_vared file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_vars file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_wait file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_which +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_widgets file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_zargs file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_zattr file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Completion/Zsh/_zcalc @@ -869,6 +924,8 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/pick-web-browser file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/zsh-mime-contexts file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/zsh-mime-handler file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/MIME/zsh-mime-setup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Math/zmathfunc +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/add-zle-hook-widget file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/add-zsh-hook file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/allopt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Misc/checkmail @@ -908,6 +965,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_adam2_setu file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_bart_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_bigfade_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_clint_setup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_default_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_elite2_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_elite_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_fade_setup @@ -916,6 +974,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_off_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_oliver_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_pws_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_redhat_setup +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_restore_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_special_chars file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_suse_setup file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Prompts/prompt_walters_setup @@ -968,13 +1027,16 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_bydir_d file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_check_com file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_formats file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_get_cmd +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_hexdump file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_hook file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_maxexports file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_nvcsformats +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_patch2subject file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_quilt file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_realpath file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_reposub file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_set +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/VCS_INFO_set-patch-format file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/vcs_info file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/vcs_info_hookadd file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/VCS_Info/vcs_info_hookdel @@ -1051,6 +1113,7 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/replace-string file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/replace-string-again file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-bracketed file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-quoted +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-word-match file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/select-word-style file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/send-invisible file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/smart-insert-last-word @@ -1061,11 +1124,12 @@ file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/transpose-words-match file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/up-case-word-match file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/up-line-or-beginning-search file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/url-quote-magic +file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/vi-pipe file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/which-command file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/zcalc-auto-insert file path=usr/share/zsh/$(COMPONENT_VERSION)/functions/Zle/zed-set-file-name file path=usr/share/zsh/$(COMPONENT_VERSION)/help/alias -link path=usr/share/zsh/$(COMPONENT_VERSION)/help/autoload target=functions +file path=usr/share/zsh/$(COMPONENT_VERSION)/help/autoload file path=usr/share/zsh/$(COMPONENT_VERSION)/help/bg file path=usr/share/zsh/$(COMPONENT_VERSION)/help/bindkey file path=usr/share/zsh/$(COMPONENT_VERSION)/help/break -- 2.11.4.GIT