pkgsrc/shells/zsh/PLIST
recht 3c61724371 update to zsh-4.2.1
Changes since zsh version 4.2.0
-------------------------------

- The autoload and related builtins take options -k and -z to indicate
  ksh or zsh autoloading style for given functions, making it possible
  to mix and match.

- Assignments to associative arrays can use the i and r index flags.
  For example,
    assoc[(i)alpha*]=bravo
  sets the value for the element whose key matches the pattern `alpha*';
    assoc[(r)activ*]=passive
  sets the value for the element whose current value matches the pattern
  `activ*'.

- The glob qualifier F indicates a non-empty directory.  Hence *(F)
  indicates all subdirectories with entries, *(/^F) means all
  subdirectories with no entries.

- fc -p and fc -P provide push/pop for the status of the shell's
  history (both internal and using the history file).  With automatic
  scoping (fc -ap) it becomes easy to use a temporary history in a
  function.  This has been added to the calculator function zcalc to make
  its internal history work more seamlessly.

- A new `try block' and `always block' syntax has been introduced
  to make it easier to ensure the shell runs important tidy-up code
  in the event of an error.  It also runs after a break, continue, or
  return, including a return forced by the ERR_RETURN option
  (but not an exit, which is immediate).  The syntax is:
    `{'  try-block-list `}' `always' `{' always-block-list `}'
  where no newline or semicolon may appear between `}' and `always'.
  This is compatible with all previous valid zsh syntax as an `always'
  at that point used to be a syntax error.  For example,
    { echo Code run in current shell } always { echo Tidy-up code }

- A new zle widget reset-prompt has been added to re-expand the current
  prompt.  Changes to the variable in use as well as changes in its
  expanions are both taken into account.  The same effect is now forced by
  a job change notification, making the %j prompt escape and %(j..) ternary
  expression more useful.

- The zftp module supports ports following the hostname in the normal suffix
  notation, `host:port'.  This requires IPv6 colon-style addresses to be
  specified in suitably quoted square brackets, for example:

  zftp open '[f000::baaa]'
  zftp open '[f000::baaa]:ftp'

  (the two are equivalent).

- Special traps, those that don't correspond to signals, i.e. ZERR, DEBUG
  and EXIT are no longer executed inside other traps.  This caused
  unnecessary confusion if, for example, both DEBUG and EXIT traps
  were set.  The new behaviour is more compatible with other shells.

- New option TRAPS_ASYNC which if set allows traps to run while the
  shell is waiting for a child process.  This is the traditional zsh
  behaviour; POSIX requires the option to be unset.  In sh/ksh
  compatibility mode the option is turned off by default and the option
  letter -T turns it on, for compatibility with FreeBSD sh.
2004-08-16 16:17:39 +00:00

509 lines
21 KiB
Text

@comment $NetBSD: PLIST,v 1.14 2004/08/16 16:17:39 recht Exp $
bin/zsh
bin/${PKGNAME}
man/man1/zsh.1
man/man1/zshall.1
man/man1/zshbuiltins.1
man/man1/zshcompctl.1
man/man1/zshcompsys.1
man/man1/zshcompwid.1
man/man1/zshcontrib.1
man/man1/zshexpn.1
man/man1/zshmisc.1
man/man1/zshmodules.1
man/man1/zshoptions.1
man/man1/zshparam.1
man/man1/zshtcpsys.1
man/man1/zshzftpsys.1
man/man1/zshzle.1
share/doc/zsh/BUGS
share/doc/zsh/FAQ
share/doc/zsh/FEATURES
share/doc/zsh/NEWS
share/zsh/${PKGVERSION}/functions/_a2ps
share/zsh/${PKGVERSION}/functions/_aap
share/zsh/${PKGVERSION}/functions/_acroread
share/zsh/${PKGVERSION}/functions/_alias
share/zsh/${PKGVERSION}/functions/_aliases
share/zsh/${PKGVERSION}/functions/_all_labels
share/zsh/${PKGVERSION}/functions/_all_matches
share/zsh/${PKGVERSION}/functions/_alternative
share/zsh/${PKGVERSION}/functions/_ant
share/zsh/${PKGVERSION}/functions/_antiword
share/zsh/${PKGVERSION}/functions/_apachectl
share/zsh/${PKGVERSION}/functions/_apm
share/zsh/${PKGVERSION}/functions/_approximate
share/zsh/${PKGVERSION}/functions/_apt
share/zsh/${PKGVERSION}/functions/_apt-move
share/zsh/${PKGVERSION}/functions/_apt-show-versions
share/zsh/${PKGVERSION}/functions/_aptitude
share/zsh/${PKGVERSION}/functions/_arg_compile
share/zsh/${PKGVERSION}/functions/_arguments
share/zsh/${PKGVERSION}/functions/_arp
share/zsh/${PKGVERSION}/functions/_arping
share/zsh/${PKGVERSION}/functions/_arrays
share/zsh/${PKGVERSION}/functions/_assign
share/zsh/${PKGVERSION}/functions/_attr
share/zsh/${PKGVERSION}/functions/_auto-apt
share/zsh/${PKGVERSION}/functions/_autocd
share/zsh/${PKGVERSION}/functions/_bash_completions
share/zsh/${PKGVERSION}/functions/_bindkey
share/zsh/${PKGVERSION}/functions/_bison
share/zsh/${PKGVERSION}/functions/_bogofilter
share/zsh/${PKGVERSION}/functions/_brace_parameter
share/zsh/${PKGVERSION}/functions/_bsd_pkg
share/zsh/${PKGVERSION}/functions/_bts
share/zsh/${PKGVERSION}/functions/_bug
share/zsh/${PKGVERSION}/functions/_builtin
share/zsh/${PKGVERSION}/functions/_bzip2
share/zsh/${PKGVERSION}/functions/_cache_invalid
share/zsh/${PKGVERSION}/functions/_call_function
share/zsh/${PKGVERSION}/functions/_call_program
share/zsh/${PKGVERSION}/functions/_cd
share/zsh/${PKGVERSION}/functions/_cdcd
share/zsh/${PKGVERSION}/functions/_cdrecord
share/zsh/${PKGVERSION}/functions/_chflags
share/zsh/${PKGVERSION}/functions/_chkconfig
share/zsh/${PKGVERSION}/functions/_chmod
share/zsh/${PKGVERSION}/functions/_chown
share/zsh/${PKGVERSION}/functions/_combination
share/zsh/${PKGVERSION}/functions/_command
share/zsh/${PKGVERSION}/functions/_command_names
share/zsh/${PKGVERSION}/functions/_compdef
share/zsh/${PKGVERSION}/functions/_complete
share/zsh/${PKGVERSION}/functions/_complete_debug
share/zsh/${PKGVERSION}/functions/_complete_help
share/zsh/${PKGVERSION}/functions/_complete_tag
share/zsh/${PKGVERSION}/functions/_compress
share/zsh/${PKGVERSION}/functions/_condition
share/zsh/${PKGVERSION}/functions/_configure
share/zsh/${PKGVERSION}/functions/_correct
share/zsh/${PKGVERSION}/functions/_correct_filename
share/zsh/${PKGVERSION}/functions/_correct_word
share/zsh/${PKGVERSION}/functions/_cpio
share/zsh/${PKGVERSION}/functions/_cvs
share/zsh/${PKGVERSION}/functions/_cvsup
share/zsh/${PKGVERSION}/functions/_cygcheck
share/zsh/${PKGVERSION}/functions/_cygpath
share/zsh/${PKGVERSION}/functions/_cygrunsrv
share/zsh/${PKGVERSION}/functions/_cygserver
share/zsh/${PKGVERSION}/functions/_cygstart
share/zsh/${PKGVERSION}/functions/_dcop
share/zsh/${PKGVERSION}/functions/_dd
share/zsh/${PKGVERSION}/functions/_deb_packages
share/zsh/${PKGVERSION}/functions/_debchange
share/zsh/${PKGVERSION}/functions/_debfoster
share/zsh/${PKGVERSION}/functions/_debsign
share/zsh/${PKGVERSION}/functions/_default
share/zsh/${PKGVERSION}/functions/_describe
share/zsh/${PKGVERSION}/functions/_description
share/zsh/${PKGVERSION}/functions/_dict
share/zsh/${PKGVERSION}/functions/_dict_words
share/zsh/${PKGVERSION}/functions/_diff
share/zsh/${PKGVERSION}/functions/_diff_options
share/zsh/${PKGVERSION}/functions/_dir_list
share/zsh/${PKGVERSION}/functions/_directories
share/zsh/${PKGVERSION}/functions/_directory_stack
share/zsh/${PKGVERSION}/functions/_dirs
share/zsh/${PKGVERSION}/functions/_disable
share/zsh/${PKGVERSION}/functions/_dispatch
share/zsh/${PKGVERSION}/functions/_domains
share/zsh/${PKGVERSION}/functions/_dpkg
share/zsh/${PKGVERSION}/functions/_dpkg_source
share/zsh/${PKGVERSION}/functions/_dput
share/zsh/${PKGVERSION}/functions/_du
share/zsh/${PKGVERSION}/functions/_dumper
share/zsh/${PKGVERSION}/functions/_dupload
share/zsh/${PKGVERSION}/functions/_dvi
share/zsh/${PKGVERSION}/functions/_ecasound
share/zsh/${PKGVERSION}/functions/_echotc
share/zsh/${PKGVERSION}/functions/_echoti
share/zsh/${PKGVERSION}/functions/_elinks
share/zsh/${PKGVERSION}/functions/_elm
share/zsh/${PKGVERSION}/functions/_email_addresses
share/zsh/${PKGVERSION}/functions/_emulate
share/zsh/${PKGVERSION}/functions/_enable
share/zsh/${PKGVERSION}/functions/_enscript
share/zsh/${PKGVERSION}/functions/_equal
share/zsh/${PKGVERSION}/functions/_expand
share/zsh/${PKGVERSION}/functions/_expand_alias
share/zsh/${PKGVERSION}/functions/_expand_word
share/zsh/${PKGVERSION}/functions/_fakeroot
share/zsh/${PKGVERSION}/functions/_fc
share/zsh/${PKGVERSION}/functions/_fetchmail
share/zsh/${PKGVERSION}/functions/_figlet
share/zsh/${PKGVERSION}/functions/_file_descriptors
share/zsh/${PKGVERSION}/functions/_file_systems
share/zsh/${PKGVERSION}/functions/_files
share/zsh/${PKGVERSION}/functions/_find
share/zsh/${PKGVERSION}/functions/_finger
share/zsh/${PKGVERSION}/functions/_first
share/zsh/${PKGVERSION}/functions/_flex
share/zsh/${PKGVERSION}/functions/_floppy
share/zsh/${PKGVERSION}/functions/_fsh
share/zsh/${PKGVERSION}/functions/_functions
share/zsh/${PKGVERSION}/functions/_gcc
share/zsh/${PKGVERSION}/functions/_gdb
share/zsh/${PKGVERSION}/functions/_generic
share/zsh/${PKGVERSION}/functions/_getclip
share/zsh/${PKGVERSION}/functions/_getconf
share/zsh/${PKGVERSION}/functions/_getent
share/zsh/${PKGVERSION}/functions/_getfacl
share/zsh/${PKGVERSION}/functions/_global
share/zsh/${PKGVERSION}/functions/_global_tags
share/zsh/${PKGVERSION}/functions/_gnu_generic
share/zsh/${PKGVERSION}/functions/_gpg
share/zsh/${PKGVERSION}/functions/_gphoto2
share/zsh/${PKGVERSION}/functions/_gprof
share/zsh/${PKGVERSION}/functions/_gqview
share/zsh/${PKGVERSION}/functions/_grep
share/zsh/${PKGVERSION}/functions/_groups
share/zsh/${PKGVERSION}/functions/_gs
share/zsh/${PKGVERSION}/functions/_guard
share/zsh/${PKGVERSION}/functions/_gv
share/zsh/${PKGVERSION}/functions/_gzip
share/zsh/${PKGVERSION}/functions/_hash
share/zsh/${PKGVERSION}/functions/_history
share/zsh/${PKGVERSION}/functions/_history_complete_word
share/zsh/${PKGVERSION}/functions/_hosts
share/zsh/${PKGVERSION}/functions/_iconv
share/zsh/${PKGVERSION}/functions/_ifconfig
share/zsh/${PKGVERSION}/functions/_ignored
share/zsh/${PKGVERSION}/functions/_imagemagick
share/zsh/${PKGVERSION}/functions/_in_vared
share/zsh/${PKGVERSION}/functions/_init_d
share/zsh/${PKGVERSION}/functions/_iptables
share/zsh/${PKGVERSION}/functions/_irssi
share/zsh/${PKGVERSION}/functions/_ispell
share/zsh/${PKGVERSION}/functions/_java
share/zsh/${PKGVERSION}/functions/_java_class
share/zsh/${PKGVERSION}/functions/_jobs
share/zsh/${PKGVERSION}/functions/_jobs_bg
share/zsh/${PKGVERSION}/functions/_jobs_builtin
share/zsh/${PKGVERSION}/functions/_jobs_fg
share/zsh/${PKGVERSION}/functions/_joe
share/zsh/${PKGVERSION}/functions/_kfmclient
share/zsh/${PKGVERSION}/functions/_kill
share/zsh/${PKGVERSION}/functions/_killall
share/zsh/${PKGVERSION}/functions/_kld
share/zsh/${PKGVERSION}/functions/_larch
share/zsh/${PKGVERSION}/functions/_last
share/zsh/${PKGVERSION}/functions/_less
share/zsh/${PKGVERSION}/functions/_limit
share/zsh/${PKGVERSION}/functions/_limits
share/zsh/${PKGVERSION}/functions/_links
share/zsh/${PKGVERSION}/functions/_list
share/zsh/${PKGVERSION}/functions/_loadkeys
share/zsh/${PKGVERSION}/functions/_locales
share/zsh/${PKGVERSION}/functions/_logical_volumes
share/zsh/${PKGVERSION}/functions/_look
share/zsh/${PKGVERSION}/functions/_losetup
share/zsh/${PKGVERSION}/functions/_lp
share/zsh/${PKGVERSION}/functions/_ls
share/zsh/${PKGVERSION}/functions/_lscfg
share/zsh/${PKGVERSION}/functions/_lsdev
share/zsh/${PKGVERSION}/functions/_lslv
share/zsh/${PKGVERSION}/functions/_lsof
share/zsh/${PKGVERSION}/functions/_lspv
share/zsh/${PKGVERSION}/functions/_lsvg
share/zsh/${PKGVERSION}/functions/_lynx
share/zsh/${PKGVERSION}/functions/_lzop
share/zsh/${PKGVERSION}/functions/_mail
share/zsh/${PKGVERSION}/functions/_mailboxes
share/zsh/${PKGVERSION}/functions/_main_complete
share/zsh/${PKGVERSION}/functions/_make
share/zsh/${PKGVERSION}/functions/_make-kpkg
share/zsh/${PKGVERSION}/functions/_man
share/zsh/${PKGVERSION}/functions/_match
share/zsh/${PKGVERSION}/functions/_math
share/zsh/${PKGVERSION}/functions/_menu
share/zsh/${PKGVERSION}/functions/_mere
share/zsh/${PKGVERSION}/functions/_message
share/zsh/${PKGVERSION}/functions/_mh
share/zsh/${PKGVERSION}/functions/_mime_types
share/zsh/${PKGVERSION}/functions/_mkshortcut
share/zsh/${PKGVERSION}/functions/_mkzsh
share/zsh/${PKGVERSION}/functions/_modutils
share/zsh/${PKGVERSION}/functions/_mondo
share/zsh/${PKGVERSION}/functions/_most_recent_file
share/zsh/${PKGVERSION}/functions/_mount
share/zsh/${PKGVERSION}/functions/_mozilla
share/zsh/${PKGVERSION}/functions/_mplayer
share/zsh/${PKGVERSION}/functions/_mt
share/zsh/${PKGVERSION}/functions/_mtools
share/zsh/${PKGVERSION}/functions/_mtr
share/zsh/${PKGVERSION}/functions/_multi_parts
share/zsh/${PKGVERSION}/functions/_mutt
share/zsh/${PKGVERSION}/functions/_my_accounts
share/zsh/${PKGVERSION}/functions/_mysql_utils
share/zsh/${PKGVERSION}/functions/_mysqldiff
share/zsh/${PKGVERSION}/functions/_ncftp
share/zsh/${PKGVERSION}/functions/_nedit
share/zsh/${PKGVERSION}/functions/_net_interfaces
share/zsh/${PKGVERSION}/functions/_netcat
share/zsh/${PKGVERSION}/functions/_netscape
share/zsh/${PKGVERSION}/functions/_newsgroups
share/zsh/${PKGVERSION}/functions/_next_label
share/zsh/${PKGVERSION}/functions/_next_tags
share/zsh/${PKGVERSION}/functions/_nice
share/zsh/${PKGVERSION}/functions/_nmap
share/zsh/${PKGVERSION}/functions/_normal
share/zsh/${PKGVERSION}/functions/_nothing
share/zsh/${PKGVERSION}/functions/_nslookup
share/zsh/${PKGVERSION}/functions/_object_classes
share/zsh/${PKGVERSION}/functions/_oldlist
share/zsh/${PKGVERSION}/functions/_options
share/zsh/${PKGVERSION}/functions/_options_set
share/zsh/${PKGVERSION}/functions/_options_unset
share/zsh/${PKGVERSION}/functions/_other_accounts
share/zsh/${PKGVERSION}/functions/_pack
share/zsh/${PKGVERSION}/functions/_parameter
share/zsh/${PKGVERSION}/functions/_parameters
share/zsh/${PKGVERSION}/functions/_patch
share/zsh/${PKGVERSION}/functions/_path_files
share/zsh/${PKGVERSION}/functions/_pbm
share/zsh/${PKGVERSION}/functions/_pdf
share/zsh/${PKGVERSION}/functions/_perforce
share/zsh/${PKGVERSION}/functions/_perl
share/zsh/${PKGVERSION}/functions/_perl_basepods
share/zsh/${PKGVERSION}/functions/_perl_modules
share/zsh/${PKGVERSION}/functions/_perldoc
share/zsh/${PKGVERSION}/functions/_php
share/zsh/${PKGVERSION}/functions/_physical_volumes
share/zsh/${PKGVERSION}/functions/_pick_variant
share/zsh/${PKGVERSION}/functions/_pids
share/zsh/${PKGVERSION}/functions/_pine
share/zsh/${PKGVERSION}/functions/_pkgtool
share/zsh/${PKGVERSION}/functions/_ports
share/zsh/${PKGVERSION}/functions/_prcs
share/zsh/${PKGVERSION}/functions/_precommand
share/zsh/${PKGVERSION}/functions/_prefix
share/zsh/${PKGVERSION}/functions/_print
share/zsh/${PKGVERSION}/functions/_printenv
share/zsh/${PKGVERSION}/functions/_printers
share/zsh/${PKGVERSION}/functions/_prompt
share/zsh/${PKGVERSION}/functions/_ps
share/zsh/${PKGVERSION}/functions/_pscp
share/zsh/${PKGVERSION}/functions/_pspdf
share/zsh/${PKGVERSION}/functions/_psutils
share/zsh/${PKGVERSION}/functions/_putclip
share/zsh/${PKGVERSION}/functions/_python
share/zsh/${PKGVERSION}/functions/_raggle
share/zsh/${PKGVERSION}/functions/_rar
share/zsh/${PKGVERSION}/functions/_rcs
share/zsh/${PKGVERSION}/functions/_read
share/zsh/${PKGVERSION}/functions/_read_comp
share/zsh/${PKGVERSION}/functions/_redirect
share/zsh/${PKGVERSION}/functions/_regex_arguments
share/zsh/${PKGVERSION}/functions/_renice
share/zsh/${PKGVERSION}/functions/_requested
share/zsh/${PKGVERSION}/functions/_retrieve_cache
share/zsh/${PKGVERSION}/functions/_rlogin
share/zsh/${PKGVERSION}/functions/_rpm
share/zsh/${PKGVERSION}/functions/_rsync
share/zsh/${PKGVERSION}/functions/_ruby
share/zsh/${PKGVERSION}/functions/_sablotron
share/zsh/${PKGVERSION}/functions/_samba
share/zsh/${PKGVERSION}/functions/_sccs
share/zsh/${PKGVERSION}/functions/_sched
share/zsh/${PKGVERSION}/functions/_screen
share/zsh/${PKGVERSION}/functions/_sed
share/zsh/${PKGVERSION}/functions/_sep_parts
share/zsh/${PKGVERSION}/functions/_service
share/zsh/${PKGVERSION}/functions/_services
share/zsh/${PKGVERSION}/functions/_set
share/zsh/${PKGVERSION}/functions/_set_command
share/zsh/${PKGVERSION}/functions/_setopt
share/zsh/${PKGVERSION}/functions/_setup
share/zsh/${PKGVERSION}/functions/_sh
share/zsh/${PKGVERSION}/functions/_signals
share/zsh/${PKGVERSION}/functions/_slrn
share/zsh/${PKGVERSION}/functions/_smit
share/zsh/${PKGVERSION}/functions/_socket
share/zsh/${PKGVERSION}/functions/_source
share/zsh/${PKGVERSION}/functions/_spamassassin
share/zsh/${PKGVERSION}/functions/_ssh
share/zsh/${PKGVERSION}/functions/_stat
share/zsh/${PKGVERSION}/functions/_store_cache
share/zsh/${PKGVERSION}/functions/_strip
share/zsh/${PKGVERSION}/functions/_stty
share/zsh/${PKGVERSION}/functions/_su
share/zsh/${PKGVERSION}/functions/_sub_commands
share/zsh/${PKGVERSION}/functions/_subscript
share/zsh/${PKGVERSION}/functions/_subversion
share/zsh/${PKGVERSION}/functions/_sudo
share/zsh/${PKGVERSION}/functions/_suffix_alias_files
share/zsh/${PKGVERSION}/functions/_sysctl
share/zsh/${PKGVERSION}/functions/_tags
share/zsh/${PKGVERSION}/functions/_tar
share/zsh/${PKGVERSION}/functions/_tar_archive
share/zsh/${PKGVERSION}/functions/_telnet
share/zsh/${PKGVERSION}/functions/_terminals
share/zsh/${PKGVERSION}/functions/_tex
share/zsh/${PKGVERSION}/functions/_texi
share/zsh/${PKGVERSION}/functions/_texinfo
share/zsh/${PKGVERSION}/functions/_tidy
share/zsh/${PKGVERSION}/functions/_tiff
share/zsh/${PKGVERSION}/functions/_tilde
share/zsh/${PKGVERSION}/functions/_tilde_files
share/zsh/${PKGVERSION}/functions/_time_zone
share/zsh/${PKGVERSION}/functions/_tin
share/zsh/${PKGVERSION}/functions/_tla
share/zsh/${PKGVERSION}/functions/_trap
share/zsh/${PKGVERSION}/functions/_ttyctl
share/zsh/${PKGVERSION}/functions/_typeset
share/zsh/${PKGVERSION}/functions/_ulimit
share/zsh/${PKGVERSION}/functions/_uml
share/zsh/${PKGVERSION}/functions/_unhash
share/zsh/${PKGVERSION}/functions/_uniq
share/zsh/${PKGVERSION}/functions/_unsetopt
share/zsh/${PKGVERSION}/functions/_update-alternatives
share/zsh/${PKGVERSION}/functions/_update-rc.d
share/zsh/${PKGVERSION}/functions/_urls
share/zsh/${PKGVERSION}/functions/_urpmi
share/zsh/${PKGVERSION}/functions/_user_admin
share/zsh/${PKGVERSION}/functions/_user_at_host
share/zsh/${PKGVERSION}/functions/_users
share/zsh/${PKGVERSION}/functions/_users_on
share/zsh/${PKGVERSION}/functions/_valgrind
share/zsh/${PKGVERSION}/functions/_value
share/zsh/${PKGVERSION}/functions/_values
share/zsh/${PKGVERSION}/functions/_vared
share/zsh/${PKGVERSION}/functions/_vars
share/zsh/${PKGVERSION}/functions/_vnc
share/zsh/${PKGVERSION}/functions/_volume_groups
share/zsh/${PKGVERSION}/functions/_vorbis
share/zsh/${PKGVERSION}/functions/_vux
share/zsh/${PKGVERSION}/functions/_w3m
share/zsh/${PKGVERSION}/functions/_wait
share/zsh/${PKGVERSION}/functions/_wanted
share/zsh/${PKGVERSION}/functions/_webbrowser
share/zsh/${PKGVERSION}/functions/_wget
share/zsh/${PKGVERSION}/functions/_whereis
share/zsh/${PKGVERSION}/functions/_which
share/zsh/${PKGVERSION}/functions/_whois
share/zsh/${PKGVERSION}/functions/_wiggle
share/zsh/${PKGVERSION}/functions/_x_arguments
share/zsh/${PKGVERSION}/functions/_x_borderwidth
share/zsh/${PKGVERSION}/functions/_x_color
share/zsh/${PKGVERSION}/functions/_x_colormapid
share/zsh/${PKGVERSION}/functions/_x_cursor
share/zsh/${PKGVERSION}/functions/_x_display
share/zsh/${PKGVERSION}/functions/_x_extension
share/zsh/${PKGVERSION}/functions/_x_font
share/zsh/${PKGVERSION}/functions/_x_geometry
share/zsh/${PKGVERSION}/functions/_x_keysym
share/zsh/${PKGVERSION}/functions/_x_locale
share/zsh/${PKGVERSION}/functions/_x_modifier
share/zsh/${PKGVERSION}/functions/_x_name
share/zsh/${PKGVERSION}/functions/_x_resource
share/zsh/${PKGVERSION}/functions/_x_selection_timeout
share/zsh/${PKGVERSION}/functions/_x_title
share/zsh/${PKGVERSION}/functions/_x_utils
share/zsh/${PKGVERSION}/functions/_x_visual
share/zsh/${PKGVERSION}/functions/_x_window
share/zsh/${PKGVERSION}/functions/_xargs
share/zsh/${PKGVERSION}/functions/_xauth
share/zsh/${PKGVERSION}/functions/_xdvi
share/zsh/${PKGVERSION}/functions/_xfig
share/zsh/${PKGVERSION}/functions/_xloadimage
share/zsh/${PKGVERSION}/functions/_xmlsoft
share/zsh/${PKGVERSION}/functions/_xmodmap
share/zsh/${PKGVERSION}/functions/_xset
share/zsh/${PKGVERSION}/functions/_xt_arguments
share/zsh/${PKGVERSION}/functions/_xt_session_id
share/zsh/${PKGVERSION}/functions/_xterm
share/zsh/${PKGVERSION}/functions/_xv
share/zsh/${PKGVERSION}/functions/_xwit
share/zsh/${PKGVERSION}/functions/_yodl
share/zsh/${PKGVERSION}/functions/_yp
share/zsh/${PKGVERSION}/functions/_zcat
share/zsh/${PKGVERSION}/functions/_zcompile
share/zsh/${PKGVERSION}/functions/_zdump
share/zsh/${PKGVERSION}/functions/_zed
share/zsh/${PKGVERSION}/functions/_zftp
share/zsh/${PKGVERSION}/functions/_zip
share/zsh/${PKGVERSION}/functions/_zle
share/zsh/${PKGVERSION}/functions/_zmodload
share/zsh/${PKGVERSION}/functions/_zmv
share/zsh/${PKGVERSION}/functions/_zpty
share/zsh/${PKGVERSION}/functions/_zstyle
share/zsh/${PKGVERSION}/functions/allopt
share/zsh/${PKGVERSION}/functions/backward-kill-word-match
share/zsh/${PKGVERSION}/functions/backward-word-match
share/zsh/${PKGVERSION}/functions/bashcompinit
share/zsh/${PKGVERSION}/functions/capitalize-word-match
share/zsh/${PKGVERSION}/functions/checkmail
share/zsh/${PKGVERSION}/functions/colors
share/zsh/${PKGVERSION}/functions/compaudit
share/zsh/${PKGVERSION}/functions/compdump
share/zsh/${PKGVERSION}/functions/compinit
share/zsh/${PKGVERSION}/functions/compinstall
share/zsh/${PKGVERSION}/functions/copy-earlier-word
share/zsh/${PKGVERSION}/functions/cycle-completion-positions
share/zsh/${PKGVERSION}/functions/delete-whole-word-match
share/zsh/${PKGVERSION}/functions/down-case-word-match
share/zsh/${PKGVERSION}/functions/down-line-or-beginning-search
share/zsh/${PKGVERSION}/functions/edit-command-line
share/zsh/${PKGVERSION}/functions/forward-word-match
share/zsh/${PKGVERSION}/functions/getjobs
share/zsh/${PKGVERSION}/functions/harden
share/zsh/${PKGVERSION}/functions/history-pattern-search
share/zsh/${PKGVERSION}/functions/history-search-end
share/zsh/${PKGVERSION}/functions/incarg
share/zsh/${PKGVERSION}/functions/incremental-complete-word
share/zsh/${PKGVERSION}/functions/insert-files
share/zsh/${PKGVERSION}/functions/is-at-least
share/zsh/${PKGVERSION}/functions/kill-word-match
share/zsh/${PKGVERSION}/functions/match-words-by-style
share/zsh/${PKGVERSION}/functions/mere
share/zsh/${PKGVERSION}/functions/narrow-to-region
share/zsh/${PKGVERSION}/functions/narrow-to-region-invisible
share/zsh/${PKGVERSION}/functions/nslookup
share/zsh/${PKGVERSION}/functions/pick-web-browser
share/zsh/${PKGVERSION}/functions/predict-on
share/zsh/${PKGVERSION}/functions/prompt_adam1_setup
share/zsh/${PKGVERSION}/functions/prompt_adam2_setup
share/zsh/${PKGVERSION}/functions/prompt_bart_setup
share/zsh/${PKGVERSION}/functions/prompt_bigfade_setup
share/zsh/${PKGVERSION}/functions/prompt_clint_setup
share/zsh/${PKGVERSION}/functions/prompt_elite2_setup
share/zsh/${PKGVERSION}/functions/prompt_elite_setup
share/zsh/${PKGVERSION}/functions/prompt_fade_setup
share/zsh/${PKGVERSION}/functions/prompt_fire_setup
share/zsh/${PKGVERSION}/functions/prompt_off_setup
share/zsh/${PKGVERSION}/functions/prompt_oliver_setup
share/zsh/${PKGVERSION}/functions/prompt_redhat_setup
share/zsh/${PKGVERSION}/functions/prompt_suse_setup
share/zsh/${PKGVERSION}/functions/prompt_walters_setup
share/zsh/${PKGVERSION}/functions/prompt_zefram_setup
share/zsh/${PKGVERSION}/functions/promptinit
share/zsh/${PKGVERSION}/functions/promptnl
share/zsh/${PKGVERSION}/functions/quote-and-complete-word
share/zsh/${PKGVERSION}/functions/read-from-minibuffer
share/zsh/${PKGVERSION}/functions/relative
share/zsh/${PKGVERSION}/functions/replace-string
share/zsh/${PKGVERSION}/functions/run-help
share/zsh/${PKGVERSION}/functions/select-word-style
share/zsh/${PKGVERSION}/functions/smart-insert-last-word
share/zsh/${PKGVERSION}/functions/tetris
share/zsh/${PKGVERSION}/functions/transpose-words-match
share/zsh/${PKGVERSION}/functions/up-case-word-match
share/zsh/${PKGVERSION}/functions/up-line-or-beginning-search
share/zsh/${PKGVERSION}/functions/url-quote-magic
share/zsh/${PKGVERSION}/functions/zargs
share/zsh/${PKGVERSION}/functions/zcalc
share/zsh/${PKGVERSION}/functions/zed
share/zsh/${PKGVERSION}/functions/zed-set-file-name
share/zsh/${PKGVERSION}/functions/zkbd
share/zsh/${PKGVERSION}/functions/zmv
share/zsh/${PKGVERSION}/functions/zrecompile
share/zsh/${PKGVERSION}/functions/zsh-mime-handler
share/zsh/${PKGVERSION}/functions/zsh-mime-setup
share/zsh/${PKGVERSION}/functions/zstyle+
@exec ${MKDIR} %D/share/zsh/site-functions
@dirrm share/zsh/site-functions
@dirrm share/zsh/${PKGVERSION}/functions
@dirrm share/zsh/${PKGVERSION}
@dirrm share/zsh
@dirrm share/doc/zsh