update zsh/snapshot to 4.1.0dev5

This commit is contained in:
lebel 2002-07-01 15:34:04 +00:00
parent 889ec196f3
commit 2e90d696e7
17 changed files with 921 additions and 8 deletions

View File

@ -1,19 +1,58 @@
# $OpenBSD: Makefile,v 1.2 2001/06/03 01:24:00 lebel Exp $
# $OpenBSD: Makefile,v 1.3 2002/07/01 15:34:04 lebel Exp $
COMMENT= "the Z shell, Bourne shell-compatible, development flavor"
COMMENT= "Z shell, Bourne shell-compatible, release flavor"
COMMENT-zftp= "Z shell embedded ftp client"
VERSION= 4.1.0-dev-5
PKGNAME= zsh-${VERSION:C/-//g}
DISTNAME= zsh-${VERSION}
CATEGORIES= shells
NEED_VERSION= 1.402
NEED_VERSION= 1.474
MASTER_SITES= ftp://ftp.zsh.org/zsh/development/ \
http://www.zsh.org/pub/development/ \
ftp://ftp.sterling.com/zsh/development/ \
ftp://ftp.rge.com/pub/zsh/development/ \
ftp://ftp.cenatls.cena.dgac.fr/pub/shells/zsh/development/ \
ftp://mrrl.lut.ac.uk/zsh/development/ \
ftp://ftp.ips.oz.au/pub/packages/zsh/development/ \
ftp://ftp.uit.no/pub/unix/shells/zsh/development/
HOMEPAGE= http://www.zsh.org/
MAINTAINER= David Lebel <lebel@openbsd.org>
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= No
PERMIT_DISTFILES_FTP= No
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
IGNORE="There is currently no snapshot version of zsh. Use zsh/stable"
FLAVORS= static
FLAVOR?=
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS= --enable-zsh-mem --enable-zsh-secure-free
.if ${FLAVOR:L} == "static"
CONFIGURE_ENV= LDFLAGS="-static"
CONFIGURE_ARGS+=--disable-dynamic
.else
# we only enable sub-packages if the FLAVOR is not static
MULTI_PACKAGES= -zftp
SUBPACKAGE?=
. for i in ${MULTI_PACKAGES}
PKGNAME$i= zsh$i-${VERSION:C/-//g}
. endfor
. if defined(PACKAGING) && !empty(SUBPACKAGE)
RUN_DEPENDS= ::shells/zsh/snapshot
. endif
CONFIGURE_ARGS+= ${CONFIGURE_SHARED:S/shared/dynamic/}
.endif
SUBST_VARS= VERSION
REGRESS_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
INSTALL_DATA="install -c -m 444" \
INSTALL="install -c" \
TMPPREFIX=${WRKBUILD}/tmp
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (zsh-4.1.0-dev-5.tar.gz) = df3a5165b53c253586e227bc20903555
RMD160 (zsh-4.1.0-dev-5.tar.gz) = da413e248b31d33d8aa8b4717e74c21ed24f5a62
SHA1 (zsh-4.1.0-dev-5.tar.gz) = 636fe7f841f17ba87a0006fdf6a0ad7ca6c9e8d6

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-Completion_BSD_Command__bsd_pkg,v 1.1 2002/07/01 15:34:04 lebel Exp $
--- Completion/BSD/Command/_bsd_pkg.orig Fri Feb 1 09:28:31 2002
+++ Completion/BSD/Command/_bsd_pkg Mon Jul 1 10:02:45 2002
@@ -18,7 +18,7 @@ _bsd_pkg_pkgfiles() {
paths=( "${(@)${(@s.:.)PKG_PATH}:#}" )
_files "$@" -g \*.tgz && ret=0
(( $#path )) && _files "$@" -W paths -g \*.tgz && ret=0
- compadd "$@" - $pkgsdir/*.tgz && ret=0
+ compadd "$@" - $pkgsdir/$(arch -s)/All/*.tgz && ret=0
return ret
}

View File

@ -0,0 +1,87 @@
$OpenBSD: patch-Completion_Unix_Command__find,v 1.1 2002/07/01 15:34:04 lebel Exp $
--- Completion/Unix/Command/_find.orig Tue Dec 11 10:46:22 2001
+++ Completion/Unix/Command/_find Mon Jul 1 10:05:34 2002
@@ -1,59 +1,39 @@
-#compdef find
+#compdef find (OpenBSD)
+# Sebastian Stark <seb@todesplanet.de>
_arguments \
- '*-daystart' \
- '*-depth' \
- '*-follow' \
- '*-help' \
- '*-maxdepth:maximum search depth:' \
- '*-mindepth:minimum search depth:' \
- '*-mount' \
- '*-noleaf' \
- '*-version' \
- '*-xdev' \
- '*-amin:access time (minutes):' \
- '*-cmin:inode change time (minutes):' \
- '*-mmin:modification time (minutes):' \
- '*-atime:access time (days):' \
- '*-ctime:inode change time (days):' \
- '*-mtime:modification time (days):' \
+ '*-amin:access time (minutes)' \
'*-anewer:file to compare (access time):_files' \
+ '*-atime:access time (days)' \
+ '*-cmin:inode change time (minutes)' \
'*-cnewer:file to compare (inode change time):_files' \
- '*-newer:file to compare (modification time):_files' \
- '*-used:access after inode change (days):' \
+ '*-ctime:inode change time (minutes)' \
'*-empty' \
- '*-false' \
- '*-fstype:file system type:_file_systems' \
- '*-gid:numeric group ID:' \
+ '*-exec:program: _command_names -e:*\;::program arguments: _normal' \
+ '*-execdir:program: _command_names -e:*\;::program arguments: _normal' \
+ '*-flags:special file flag:(arch opaque nodump sappnd schg uappnd uchg)' \
+ '*-follow' \
+ '*-fstype:filesystem type:(local rdonly union xfs umap procfs portal null nfs msdos mfs kernfs ffs fdesc ext2fs cd9660 ados)' \
'*-group:group:_groups' \
- '*-uid:numeric user ID:' \
- '*-user:user:_users' \
- '*-lname:link pattern to search:' \
- '*-ilname:link pattern to search (case insensitive):' \
- '*-name:name pattern to search:' \
'*-iname:name pattern to search (case insensitive):' \
- '*-path:path pattern to search:' \
- '*-ipath:path pattern to search (case insensitive):' \
- '*-regex:regular expression to search:' \
- '*-iregex:regular expression to search (case insensitive):' \
- '*-inum:inode number:' \
+ '*-inum:inode number' \
'*-links:number of links:' \
+ '*-ls' \
+ '*-maxdepth:maximum search depth:' \
+ '*-mindepth:minimum search depth:' \
+ '*-mmin:modification time (minutes):' \
+ '*-mtime:modification time (days):' \
+ '*-name:name pattern to search:' \
+ '*-newer:file to compare (modification time):_files' \
'*-nouser' \
'*-nogroup' \
- '*-perm:file permission bits:' \
- '*-size:file size:' \
- '*-true' \
- '*-type:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
- '*-xtype:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
- '*-exec:program: _command_names -e:*\;::program arguments: _normal' \
'*-ok:program: _command_names -e:*\;::program arguments: _normal' \
- '*-fls:output file:_files' \
- '*-fprint:output file:_files' \
- '*-fprint0:output file:_files' \
- '*-fprintf:output file:_files:output format:' \
+ '*-path:path pattern to search:' \
+ '*-perm:file permission bits:' \
'*-print' \
'*-print0' \
- '*-printf:output format:' \
'*-prune' \
- '*-ls' \
+ '*-size:file size:' \
+ '*-type:file type:((b\:block\ special\ file c\:character\ special\ file d\:directory p\:named\ pipe f\:normal\ file l\:symbolic\ link s\:socket))' \
+ '*-user:user:_users' \
'*:directory:_files -/'

View File

@ -0,0 +1,34 @@
$OpenBSD: patch-Doc_Makefile_in,v 1.3 2002/07/01 15:34:04 lebel Exp $
--- Doc/Makefile.in.orig Mon Jun 17 09:17:01 2002
+++ Doc/Makefile.in Mon Jul 1 10:00:35 2002
@@ -37,7 +37,7 @@ INSTALL = @INSTALL@
@DEFS_MK@
-MAKEINFO = makeinfo
+MAKEINFO = makeinfo --no-split
TEXI2DVI = texi2dvi
DVIPS = dvips
TEXI2HTML = texi2html -expand info -split chapter
@@ -98,6 +98,7 @@ info: zsh.info
.PHONY: info
zsh.info: $(sdir)/zsh.texi
+ @rm -f zsh.info*
$(MAKEINFO) $(sdir)/zsh.texi
.yo.1:
@@ -242,11 +243,11 @@ Zsh/manmodmenu.yo: $(MODDOCSRC)
# ========== DEPENDENCIES FOR INSTALLING ==========
# install just installs the manual pages
-install: install.man
+install: install.man install.info
.PHONY: install
# uninstall just unistalls the manual pages
-uninstall: uninstall.man
+uninstall: uninstall.man uninstall.info
.PHONY: uninstall
# install man pages, creating install directory if necessary

View File

@ -0,0 +1,123 @@
$OpenBSD: patch-Doc_zsh_texi,v 1.3 2002/07/01 15:34:04 lebel Exp $
--- Doc/zsh.texi.orig Mon Jun 17 09:39:51 2002
+++ Doc/zsh.texi Mon Jul 1 10:00:36 2002
@@ -7,6 +7,10 @@
@end iftex
@setfilename zsh.info
@settitle zsh
+@dircategory Shells
+@direntry
+* Zsh: (zsh). The Z shell.
+@end direntry
@c %**end of header
@ifinfo
@@ -2910,7 +2914,7 @@ you may see in your prompt (see
A history expansion begins with the first character of the @t{histchars}
parameter, which is `@t{!}' by default, and may occur anywhere on the
command line; history expansions do not nest. The `@t{!}' can be escaped
-with `@t{\}' or can be enclosed between a pair of single quotes (@t{@value{dsq}})
+with `@t{\}' or can be enclosed between a pair of single quotes (@t{'}@t{'})
to suppress its special meaning. Double quotes will @emph{not} work for
this. Following this history character is an optional event designator
(@ref{Event Designators}) and then an optional word
@@ -6974,7 +6978,7 @@ For example,
@example
unsetopt localtraps
trap - INT
-fn() @{ setopt localtraps; trap @value{dsq} INT; sleep 3; @}
+fn() @{ setopt localtraps; trap @t{'}@t{'} INT; sleep 3; @}
@end example
@noindent
@@ -7214,7 +7218,8 @@ Array expansions of the form
@cindex rc, quoting style
@cindex quoting style, rc
@item @t{RC_QUOTES}
-Allow the character sequence `@t{@value{dsq}}' to signify a single quote
+Allow the character sequence `@t{'}@t{'}' to signify a single
+quote
within singly quoted strings. Note this does not apply in quoted strings
using the format @t{$'}@var{...}@t{'}, where a backslashed single quote can
be used.
@@ -10994,7 +10999,7 @@ An interrupt character will not be inser
@item @t{quote-line} (ESC-') (unbound) (unbound)
Quote the current line; that is, put a `@t{'}' character at the
beginning and the end, and convert all `@t{'}' characters
-to `@t{'\@value{dsq}}'.
+to `@t{'\}@t{'}@t{'}'.
@tindex quote-region
@item @t{quote-region} (ESC-") (unbound) (unbound)
@@ -14099,7 +14104,7 @@ different types of matches displayed sep
@noindent
@example
-zstyle ':completion:*' group-name @value{dsq}
+zstyle ':completion:*' group-name @t{'}@t{'}
@end example
@noindent
@@ -14371,7 +14376,7 @@ zstyle ':completion:*:default' list-colo
@noindent
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{'}@t{'}).
@kindex list-grouped, completion style
@item @t{list-grouped}
@@ -14478,7 +14483,7 @@ completion one would do:
@noindent
@example
-zstyle ':completion:*' matcher-list @value{dsq} 'm:@{a-zA-Z@}=@{A-Za-z@}'
+zstyle ':completion:*' matcher-list @t{'}@t{'} 'm:@{a-zA-Z@}=@{A-Za-z@}'
@end example
@noindent
@@ -14503,7 +14508,7 @@ the @t{_complete} completer, one would d
@example
zstyle ':completion:*' completer _complete _prefix
zstyle ':completion:*:complete:*' matcher-list \
- @value{dsq} 'm:@{a-zA-Z@}=@{A-Za-z@}'
+ @t{'}@t{'} 'm:@{a-zA-Z@}=@{A-Za-z@}'
@end example
@noindent
@@ -14521,7 +14526,7 @@ match specifications for each occurrence
@example
zstyle ':completion:*' completer _complete _correct _complete:foo
zstyle ':completion:*:complete:*' matcher-list \
- @value{dsq} 'm:@{a-zA-Z@}=@{A-Za-z@}'
+ @t{'}@t{'} 'm:@{a-zA-Z@}=@{A-Za-z@}'
zstyle ':completion:*:foo:*' matcher-list \
'm:@{a-zA-Z@}=@{A-Za-z@} r:|[-_./]=* r:|=*'
@end example
@@ -17648,7 +17653,7 @@ generates at least one match. E.g.:
@noindent
@example
-compctl -M @value{dsq} 'm:@{a-zA-Z@}=@{A-Za-z@}'
+compctl -M @t{'}@t{'} 'm:@{a-zA-Z@}=@{A-Za-z@}'
@end example
@noindent
@@ -17860,7 +17865,7 @@ use is
@noindent
@example
-compctl -D -f + -H 0 @value{dsq}
+compctl -D -f + -H 0 @t{'}@t{'}
@end example
@noindent
@@ -17948,7 +17953,7 @@ performed on the first word in the range
@noindent
@example
-compctl -x 'r[-exec,;]' -l @value{dsq} -- find
+compctl -x 'r[-exec,;]' -l @t{'}@t{'} -- find
@end example
@noindent

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-Makefile_in,v 1.3 2002/07/01 15:34:04 lebel Exp $
--- Makefile.in.orig Mon Sep 10 06:48:44 2001
+++ Makefile.in Sun Nov 18 12:17:48 2001
@@ -63,8 +63,8 @@ install-strip:
$(MAKE) install STRIPFLAGS="-s"
# install/uninstall most things
-install: install.bin install.modules install.fns install.man
-uninstall: uninstall.bin uninstall.modules uninstall.fns uninstall.man
+install: install.bin install.modules install.fns install.man install.info
+uninstall: uninstall.bin uninstall.modules uninstall.fns uninstall.man uninstall.info
# install/uninstall just the binary
install.bin uninstall.bin:

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-aczsh_m4,v 1.1 2002/07/01 15:34:04 lebel Exp $
--- aczsh.m4.orig Sun Apr 14 01:20:18 2002
+++ aczsh.m4 Sun Apr 14 01:20:40 2002
@@ -218,6 +218,8 @@ main()
sym1 = zsh_getaddr1();
if(!sym1) exit(1);
if(sym1 != sym2) exit(1);
+ dlclose(handle1);
+ dlclose(handle2);
exit(0);
}
], [zsh_cv_shared_$1=yes],

View File

@ -0,0 +1,22 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.3 2002/07/01 15:34:04 lebel Exp $
#
# zsh de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
if grep -q ${PREFIX}/bin/zsh /etc/shells; then
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you need to edit"
echo "| /etc/shells and remove this line:"
echo "|"
echo "| ${PREFIX}/bin/zsh"
echo "|"
echo "+---------------"
echo
fi
exit 0

View File

@ -0,0 +1,11 @@
Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible. It includes enhancements of many types, notably in the
command-line editor, options for customising its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another `custom' shell).
Flavors:
static - Build with statically linked binaries.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,10 @@
Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible. It includes enhancements of many types, notably in the
command-line editor, options for customising its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another `custom' shell).
This package adds the zftp module to zsh.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,52 @@
#!/bin/sh
# $OpenBSD: INSTALL,v 1.3 2002/07/01 15:34:04 lebel Exp $
#
# Pre/post-installation setup of zsh
# exit on errors, use a sane path and install prefix
#
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
# Function: tell the user what s/he needs to do to use the port just installed
#
do_notice()
{
echo
echo "+---------------"
echo "| For proper use of $1 you should notify the system"
echo "| that ${PREFIX}/bin/zsh is a valid shell by adding it to the"
echo "| the file /etc/shells. If you are unfamiliar with this file"
echo "| consult the shells(5) manual page"
echo "+---------------"
echo
}
# verify proper execution
#
if [ $# -ne 2 ]; then
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
fi
# Verify/process the command
#
case $2 in
PRE-INSTALL)
: nothing to pre-install for this port
;;
POST-INSTALL)
if grep -q ${PREFIX}/bin/zsh /etc/shells; then
:
else
do_notice $1
fi
;;
*)
echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2
exit 1
;;
esac
exit 0

View File

@ -0,0 +1,33 @@
@comment $OpenBSD: PFRAG.no-static,v 1.1 2002/07/01 15:34:04 lebel Exp $
lib/zsh/${VERSION}/zsh/cap.so
lib/zsh/${VERSION}/zsh/clone.so
lib/zsh/${VERSION}/zsh/compctl.so
lib/zsh/${VERSION}/zsh/complete.so
lib/zsh/${VERSION}/zsh/complist.so
lib/zsh/${VERSION}/zsh/computil.so
lib/zsh/${VERSION}/zsh/datetime.so
lib/zsh/${VERSION}/zsh/deltochar.so
lib/zsh/${VERSION}/zsh/example.so
lib/zsh/${VERSION}/zsh/files.so
lib/zsh/${VERSION}/zsh/langinfo.so
lib/zsh/${VERSION}/zsh/mapfile.so
lib/zsh/${VERSION}/zsh/mathfunc.so
lib/zsh/${VERSION}/zsh/net/tcp.so
lib/zsh/${VERSION}/zsh/parameter.so
lib/zsh/${VERSION}/zsh/pcre.so
lib/zsh/${VERSION}/zsh/rlimits.so
lib/zsh/${VERSION}/zsh/sched.so
lib/zsh/${VERSION}/zsh/stat.so
lib/zsh/${VERSION}/zsh/termcap.so
lib/zsh/${VERSION}/zsh/terminfo.so
lib/zsh/${VERSION}/zsh/zftp.so
lib/zsh/${VERSION}/zsh/zle.so
lib/zsh/${VERSION}/zsh/zleparameter.so
lib/zsh/${VERSION}/zsh/zprof.so
lib/zsh/${VERSION}/zsh/zpty.so
lib/zsh/${VERSION}/zsh/zselect.so
lib/zsh/${VERSION}/zsh/zutil.so
@dirrm lib/zsh/${VERSION}/zsh/net
@dirrm lib/zsh/${VERSION}/zsh
@dirrm lib/zsh/${VERSION}
@dirrm lib/zsh

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1 2002/07/01 15:34:04 lebel Exp $
!%%static%%

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared-zftp,v 1.1 2002/07/01 15:34:04 lebel Exp $
lib/zsh/${VERSION}/zsh/zftp.so

View File

@ -0,0 +1,422 @@
@comment $OpenBSD: PLIST,v 1.3 2002/07/01 15:34:04 lebel Exp $
@unexec install-info --delete --info-dir=%D/info %D/info/zsh.info
bin/zsh
bin/zsh-${VERSION}
info/zsh.info
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/zshzle.1
!%%static%%
share/zsh/${VERSION}/functions/_a2ps
share/zsh/${VERSION}/functions/_alias
share/zsh/${VERSION}/functions/_aliases
share/zsh/${VERSION}/functions/_all_labels
share/zsh/${VERSION}/functions/_all_matches
share/zsh/${VERSION}/functions/_alternative
share/zsh/${VERSION}/functions/_apachectl
share/zsh/${VERSION}/functions/_apm
share/zsh/${VERSION}/functions/_approximate
share/zsh/${VERSION}/functions/_apt
share/zsh/${VERSION}/functions/_apt-show-versions
share/zsh/${VERSION}/functions/_archie
share/zsh/${VERSION}/functions/_arg_compile
share/zsh/${VERSION}/functions/_arguments
share/zsh/${VERSION}/functions/_arp
share/zsh/${VERSION}/functions/_arping
share/zsh/${VERSION}/functions/_arrays
share/zsh/${VERSION}/functions/_autocd
share/zsh/${VERSION}/functions/_autoload
share/zsh/${VERSION}/functions/_bash_completions
share/zsh/${VERSION}/functions/_bindkey
share/zsh/${VERSION}/functions/_bison
share/zsh/${VERSION}/functions/_brace_parameter
share/zsh/${VERSION}/functions/_bsd_pkg
share/zsh/${VERSION}/functions/_bts
share/zsh/${VERSION}/functions/_bug
share/zsh/${VERSION}/functions/_builtin
share/zsh/${VERSION}/functions/_bzip2
share/zsh/${VERSION}/functions/_cache_invalid
share/zsh/${VERSION}/functions/_call_function
share/zsh/${VERSION}/functions/_call_program
share/zsh/${VERSION}/functions/_cd
share/zsh/${VERSION}/functions/_cdcd
share/zsh/${VERSION}/functions/_chflags
share/zsh/${VERSION}/functions/_chkconfig
share/zsh/${VERSION}/functions/_chown
share/zsh/${VERSION}/functions/_combination
share/zsh/${VERSION}/functions/_command
share/zsh/${VERSION}/functions/_command_names
share/zsh/${VERSION}/functions/_compdef
share/zsh/${VERSION}/functions/_complete
share/zsh/${VERSION}/functions/_complete_debug
share/zsh/${VERSION}/functions/_complete_help
share/zsh/${VERSION}/functions/_complete_tag
share/zsh/${VERSION}/functions/_compress
share/zsh/${VERSION}/functions/_condition
share/zsh/${VERSION}/functions/_configure
share/zsh/${VERSION}/functions/_correct
share/zsh/${VERSION}/functions/_correct_filename
share/zsh/${VERSION}/functions/_correct_word
share/zsh/${VERSION}/functions/_cpio
share/zsh/${VERSION}/functions/_cvs
share/zsh/${VERSION}/functions/_cvsup
share/zsh/${VERSION}/functions/_dd
share/zsh/${VERSION}/functions/_deb_packages
share/zsh/${VERSION}/functions/_debchange
share/zsh/${VERSION}/functions/_debfoster
share/zsh/${VERSION}/functions/_default
share/zsh/${VERSION}/functions/_describe
share/zsh/${VERSION}/functions/_description
share/zsh/${VERSION}/functions/_dict
share/zsh/${VERSION}/functions/_dict_words
share/zsh/${VERSION}/functions/_diff
share/zsh/${VERSION}/functions/_diff_options
share/zsh/${VERSION}/functions/_dir_list
share/zsh/${VERSION}/functions/_directories
share/zsh/${VERSION}/functions/_directory_stack
share/zsh/${VERSION}/functions/_dirs
share/zsh/${VERSION}/functions/_disable
share/zsh/${VERSION}/functions/_dispatch
share/zsh/${VERSION}/functions/_domains
share/zsh/${VERSION}/functions/_dpkg
share/zsh/${VERSION}/functions/_dpkg_source
share/zsh/${VERSION}/functions/_dput
share/zsh/${VERSION}/functions/_dupload
share/zsh/${VERSION}/functions/_dvi
share/zsh/${VERSION}/functions/_echotc
share/zsh/${VERSION}/functions/_echoti
share/zsh/${VERSION}/functions/_elm
share/zsh/${VERSION}/functions/_emulate
share/zsh/${VERSION}/functions/_enable
share/zsh/${VERSION}/functions/_enscript
share/zsh/${VERSION}/functions/_equal
share/zsh/${VERSION}/functions/_expand
share/zsh/${VERSION}/functions/_expand_alias
share/zsh/${VERSION}/functions/_expand_word
share/zsh/${VERSION}/functions/_fakeroot
share/zsh/${VERSION}/functions/_fc
share/zsh/${VERSION}/functions/_fetchmail
share/zsh/${VERSION}/functions/_figlet
share/zsh/${VERSION}/functions/_file_descriptors
share/zsh/${VERSION}/functions/_file_systems
share/zsh/${VERSION}/functions/_files
share/zsh/${VERSION}/functions/_find
share/zsh/${VERSION}/functions/_finger
share/zsh/${VERSION}/functions/_first
share/zsh/${VERSION}/functions/_flex
share/zsh/${VERSION}/functions/_floppy
share/zsh/${VERSION}/functions/_fsh
share/zsh/${VERSION}/functions/_functions
share/zsh/${VERSION}/functions/_gcc
share/zsh/${VERSION}/functions/_gdb
share/zsh/${VERSION}/functions/_generic
share/zsh/${VERSION}/functions/_getconf
share/zsh/${VERSION}/functions/_gnu_generic
share/zsh/${VERSION}/functions/_gprof
share/zsh/${VERSION}/functions/_grep
share/zsh/${VERSION}/functions/_groups
share/zsh/${VERSION}/functions/_gs
share/zsh/${VERSION}/functions/_guard
share/zsh/${VERSION}/functions/_gv
share/zsh/${VERSION}/functions/_gzip
share/zsh/${VERSION}/functions/_hash
share/zsh/${VERSION}/functions/_history
share/zsh/${VERSION}/functions/_history_complete_word
share/zsh/${VERSION}/functions/_hosts
share/zsh/${VERSION}/functions/_iconv
share/zsh/${VERSION}/functions/_ifconfig
share/zsh/${VERSION}/functions/_ignored
share/zsh/${VERSION}/functions/_imagemagick
share/zsh/${VERSION}/functions/_in_vared
share/zsh/${VERSION}/functions/_init_d
share/zsh/${VERSION}/functions/_irssi
share/zsh/${VERSION}/functions/_ispell
share/zsh/${VERSION}/functions/_java
share/zsh/${VERSION}/functions/_java_class
share/zsh/${VERSION}/functions/_jobs
share/zsh/${VERSION}/functions/_jobs_bg
share/zsh/${VERSION}/functions/_jobs_builtin
share/zsh/${VERSION}/functions/_jobs_fg
share/zsh/${VERSION}/functions/_joe
share/zsh/${VERSION}/functions/_kill
share/zsh/${VERSION}/functions/_killall
share/zsh/${VERSION}/functions/_kld
share/zsh/${VERSION}/functions/_larch
share/zsh/${VERSION}/functions/_last
share/zsh/${VERSION}/functions/_limit
share/zsh/${VERSION}/functions/_limits
share/zsh/${VERSION}/functions/_links
share/zsh/${VERSION}/functions/_list
share/zsh/${VERSION}/functions/_loadkeys
share/zsh/${VERSION}/functions/_locales
share/zsh/${VERSION}/functions/_logical_volumes
share/zsh/${VERSION}/functions/_look
share/zsh/${VERSION}/functions/_lp
share/zsh/${VERSION}/functions/_ls
share/zsh/${VERSION}/functions/_lscfg
share/zsh/${VERSION}/functions/_lsdev
share/zsh/${VERSION}/functions/_lslv
share/zsh/${VERSION}/functions/_lspv
share/zsh/${VERSION}/functions/_lsvg
share/zsh/${VERSION}/functions/_lynx
share/zsh/${VERSION}/functions/_lzop
share/zsh/${VERSION}/functions/_mail
share/zsh/${VERSION}/functions/_mailboxes
share/zsh/${VERSION}/functions/_main_complete
share/zsh/${VERSION}/functions/_make
share/zsh/${VERSION}/functions/_make-kpkg
share/zsh/${VERSION}/functions/_man
share/zsh/${VERSION}/functions/_match
share/zsh/${VERSION}/functions/_math
share/zsh/${VERSION}/functions/_menu
share/zsh/${VERSION}/functions/_mere
share/zsh/${VERSION}/functions/_message
share/zsh/${VERSION}/functions/_mh
share/zsh/${VERSION}/functions/_modutils
share/zsh/${VERSION}/functions/_mondo
share/zsh/${VERSION}/functions/_most_recent_file
share/zsh/${VERSION}/functions/_mount
share/zsh/${VERSION}/functions/_mozilla
share/zsh/${VERSION}/functions/_mtools
share/zsh/${VERSION}/functions/_multi_parts
share/zsh/${VERSION}/functions/_mutt
share/zsh/${VERSION}/functions/_my_accounts
share/zsh/${VERSION}/functions/_mysql_utils
share/zsh/${VERSION}/functions/_mysqldiff
share/zsh/${VERSION}/functions/_ncftp
share/zsh/${VERSION}/functions/_nedit
share/zsh/${VERSION}/functions/_net_interfaces
share/zsh/${VERSION}/functions/_netcat
share/zsh/${VERSION}/functions/_netscape
share/zsh/${VERSION}/functions/_newsgroups
share/zsh/${VERSION}/functions/_next_label
share/zsh/${VERSION}/functions/_next_tags
share/zsh/${VERSION}/functions/_normal
share/zsh/${VERSION}/functions/_nothing
share/zsh/${VERSION}/functions/_nslookup
share/zsh/${VERSION}/functions/_object_classes
share/zsh/${VERSION}/functions/_oldlist
share/zsh/${VERSION}/functions/_options
share/zsh/${VERSION}/functions/_options_set
share/zsh/${VERSION}/functions/_options_unset
share/zsh/${VERSION}/functions/_other_accounts
share/zsh/${VERSION}/functions/_pack
share/zsh/${VERSION}/functions/_parameter
share/zsh/${VERSION}/functions/_parameters
share/zsh/${VERSION}/functions/_patch
share/zsh/${VERSION}/functions/_path_files
share/zsh/${VERSION}/functions/_pbm
share/zsh/${VERSION}/functions/_pdf
share/zsh/${VERSION}/functions/_perl
share/zsh/${VERSION}/functions/_perl_basepods
share/zsh/${VERSION}/functions/_perl_builtin_funcs
share/zsh/${VERSION}/functions/_perl_modules
share/zsh/${VERSION}/functions/_perldoc
share/zsh/${VERSION}/functions/_physical_volumes
share/zsh/${VERSION}/functions/_pick_variant
share/zsh/${VERSION}/functions/_pids
share/zsh/${VERSION}/functions/_pine
share/zsh/${VERSION}/functions/_ports
share/zsh/${VERSION}/functions/_prcs
share/zsh/${VERSION}/functions/_precommand
share/zsh/${VERSION}/functions/_prefix
share/zsh/${VERSION}/functions/_print
share/zsh/${VERSION}/functions/_printers
share/zsh/${VERSION}/functions/_prompt
share/zsh/${VERSION}/functions/_ps
share/zsh/${VERSION}/functions/_pspdf
share/zsh/${VERSION}/functions/_psutils
share/zsh/${VERSION}/functions/_rcs
share/zsh/${VERSION}/functions/_read
share/zsh/${VERSION}/functions/_read_comp
share/zsh/${VERSION}/functions/_redirect
share/zsh/${VERSION}/functions/_regex_arguments
share/zsh/${VERSION}/functions/_requested
share/zsh/${VERSION}/functions/_retrieve_cache
share/zsh/${VERSION}/functions/_rlogin
share/zsh/${VERSION}/functions/_rpm
share/zsh/${VERSION}/functions/_rsync
share/zsh/${VERSION}/functions/_ruby
share/zsh/${VERSION}/functions/_samba
share/zsh/${VERSION}/functions/_sccs
share/zsh/${VERSION}/functions/_sched
share/zsh/${VERSION}/functions/_sep_parts
share/zsh/${VERSION}/functions/_service
share/zsh/${VERSION}/functions/_services
share/zsh/${VERSION}/functions/_set
share/zsh/${VERSION}/functions/_set_command
share/zsh/${VERSION}/functions/_setopt
share/zsh/${VERSION}/functions/_setup
share/zsh/${VERSION}/functions/_sh
share/zsh/${VERSION}/functions/_signals
share/zsh/${VERSION}/functions/_slrn
share/zsh/${VERSION}/functions/_smit
share/zsh/${VERSION}/functions/_socket
share/zsh/${VERSION}/functions/_source
share/zsh/${VERSION}/functions/_spamassassin
share/zsh/${VERSION}/functions/_ssh
share/zsh/${VERSION}/functions/_stat
share/zsh/${VERSION}/functions/_store_cache
share/zsh/${VERSION}/functions/_strip
share/zsh/${VERSION}/functions/_stty
share/zsh/${VERSION}/functions/_su
share/zsh/${VERSION}/functions/_sub_commands
share/zsh/${VERSION}/functions/_subscript
share/zsh/${VERSION}/functions/_sudo
share/zsh/${VERSION}/functions/_sysctl
share/zsh/${VERSION}/functions/_tags
share/zsh/${VERSION}/functions/_tar
share/zsh/${VERSION}/functions/_tar_archive
share/zsh/${VERSION}/functions/_telnet
share/zsh/${VERSION}/functions/_terminals
share/zsh/${VERSION}/functions/_tex
share/zsh/${VERSION}/functions/_texi
share/zsh/${VERSION}/functions/_texinfo
share/zsh/${VERSION}/functions/_tiff
share/zsh/${VERSION}/functions/_tilde
share/zsh/${VERSION}/functions/_tilde_files
share/zsh/${VERSION}/functions/_time_zone
share/zsh/${VERSION}/functions/_tin
share/zsh/${VERSION}/functions/_trap
share/zsh/${VERSION}/functions/_ttyctl
share/zsh/${VERSION}/functions/_typeset
share/zsh/${VERSION}/functions/_ulimit
share/zsh/${VERSION}/functions/_unhash
share/zsh/${VERSION}/functions/_unsetopt
share/zsh/${VERSION}/functions/_update-alternatives
share/zsh/${VERSION}/functions/_urls
share/zsh/${VERSION}/functions/_urpmi
share/zsh/${VERSION}/functions/_user_admin
share/zsh/${VERSION}/functions/_user_at_host
share/zsh/${VERSION}/functions/_users
share/zsh/${VERSION}/functions/_users_on
share/zsh/${VERSION}/functions/_valgrind
share/zsh/${VERSION}/functions/_value
share/zsh/${VERSION}/functions/_values
share/zsh/${VERSION}/functions/_vared
share/zsh/${VERSION}/functions/_vars
share/zsh/${VERSION}/functions/_vnc
share/zsh/${VERSION}/functions/_volume_groups
share/zsh/${VERSION}/functions/_w3m
share/zsh/${VERSION}/functions/_wait
share/zsh/${VERSION}/functions/_wanted
share/zsh/${VERSION}/functions/_webbrowser
share/zsh/${VERSION}/functions/_wget
share/zsh/${VERSION}/functions/_whereis
share/zsh/${VERSION}/functions/_which
share/zsh/${VERSION}/functions/_whois
share/zsh/${VERSION}/functions/_x_arguments
share/zsh/${VERSION}/functions/_x_borderwidth
share/zsh/${VERSION}/functions/_x_color
share/zsh/${VERSION}/functions/_x_colormapid
share/zsh/${VERSION}/functions/_x_cursor
share/zsh/${VERSION}/functions/_x_display
share/zsh/${VERSION}/functions/_x_extension
share/zsh/${VERSION}/functions/_x_font
share/zsh/${VERSION}/functions/_x_geometry
share/zsh/${VERSION}/functions/_x_keysym
share/zsh/${VERSION}/functions/_x_locale
share/zsh/${VERSION}/functions/_x_modifier
share/zsh/${VERSION}/functions/_x_name
share/zsh/${VERSION}/functions/_x_resource
share/zsh/${VERSION}/functions/_x_selection_timeout
share/zsh/${VERSION}/functions/_x_title
share/zsh/${VERSION}/functions/_x_utils
share/zsh/${VERSION}/functions/_x_visual
share/zsh/${VERSION}/functions/_x_window
share/zsh/${VERSION}/functions/_xargs
share/zsh/${VERSION}/functions/_xauth
share/zsh/${VERSION}/functions/_xdvi
share/zsh/${VERSION}/functions/_xfig
share/zsh/${VERSION}/functions/_xloadimage
share/zsh/${VERSION}/functions/_xmodmap
share/zsh/${VERSION}/functions/_xrdb
share/zsh/${VERSION}/functions/_xset
share/zsh/${VERSION}/functions/_xt_arguments
share/zsh/${VERSION}/functions/_xt_session_id
share/zsh/${VERSION}/functions/_xterm
share/zsh/${VERSION}/functions/_xv
share/zsh/${VERSION}/functions/_xwit
share/zsh/${VERSION}/functions/_yodl
share/zsh/${VERSION}/functions/_yp
share/zsh/${VERSION}/functions/_zcat
share/zsh/${VERSION}/functions/_zcompile
share/zsh/${VERSION}/functions/_zdump
share/zsh/${VERSION}/functions/_zed
share/zsh/${VERSION}/functions/_zip
share/zsh/${VERSION}/functions/_zle
share/zsh/${VERSION}/functions/_zmodload
share/zsh/${VERSION}/functions/_zpty
share/zsh/${VERSION}/functions/_zstyle
share/zsh/${VERSION}/functions/allopt
share/zsh/${VERSION}/functions/bash-backward-kill-word
share/zsh/${VERSION}/functions/bash-backward-word
share/zsh/${VERSION}/functions/bash-down-case-word
share/zsh/${VERSION}/functions/bash-forward-word
share/zsh/${VERSION}/functions/bash-kill-word
share/zsh/${VERSION}/functions/bash-transpose-words
share/zsh/${VERSION}/functions/bash-up-case-word
share/zsh/${VERSION}/functions/checkmail
share/zsh/${VERSION}/functions/colors
share/zsh/${VERSION}/functions/compaudit
share/zsh/${VERSION}/functions/compdump
share/zsh/${VERSION}/functions/compinit
share/zsh/${VERSION}/functions/compinstall
share/zsh/${VERSION}/functions/copy-earlier-word
share/zsh/${VERSION}/functions/cycle-completion-positions
share/zsh/${VERSION}/functions/down-line-or-beginning-search
share/zsh/${VERSION}/functions/edit-command-line
share/zsh/${VERSION}/functions/getjobs
share/zsh/${VERSION}/functions/harden
share/zsh/${VERSION}/functions/history-search-end
share/zsh/${VERSION}/functions/incarg
share/zsh/${VERSION}/functions/incremental-complete-word
share/zsh/${VERSION}/functions/insert-files
share/zsh/${VERSION}/functions/is-at-least
share/zsh/${VERSION}/functions/mere
share/zsh/${VERSION}/functions/nslookup
share/zsh/${VERSION}/functions/predict-on
share/zsh/${VERSION}/functions/prompt_adam1_setup
share/zsh/${VERSION}/functions/prompt_adam2_setup
share/zsh/${VERSION}/functions/prompt_bart_setup
share/zsh/${VERSION}/functions/prompt_bigfade_setup
share/zsh/${VERSION}/functions/prompt_clint_setup
share/zsh/${VERSION}/functions/prompt_elite2_setup
share/zsh/${VERSION}/functions/prompt_elite_setup
share/zsh/${VERSION}/functions/prompt_fade_setup
share/zsh/${VERSION}/functions/prompt_fire_setup
share/zsh/${VERSION}/functions/prompt_off_setup
share/zsh/${VERSION}/functions/prompt_oliver_setup
share/zsh/${VERSION}/functions/prompt_redhat_setup
share/zsh/${VERSION}/functions/prompt_suse_setup
share/zsh/${VERSION}/functions/prompt_walters_setup
share/zsh/${VERSION}/functions/prompt_zefram_setup
share/zsh/${VERSION}/functions/promptinit
share/zsh/${VERSION}/functions/promptnl
share/zsh/${VERSION}/functions/relative
share/zsh/${VERSION}/functions/run-help
share/zsh/${VERSION}/functions/smart-insert-last-word
share/zsh/${VERSION}/functions/tetris
share/zsh/${VERSION}/functions/up-line-or-beginning-search
share/zsh/${VERSION}/functions/zcalc
share/zsh/${VERSION}/functions/zed
share/zsh/${VERSION}/functions/zkbd
share/zsh/${VERSION}/functions/zmv
share/zsh/${VERSION}/functions/zrecompile
share/zsh/${VERSION}/functions/zstyle+
@exec mkdir -p %D/share/zsh/site-functions
@dirrm share/zsh/site-functions
@dirrm share/zsh/${VERSION}/functions
@dirrm share/zsh/${VERSION}
@dirrm share/zsh
@exec install-info --info-dir=%D/info %D/info/zsh.info

View File

@ -0,0 +1,35 @@
@comment $OpenBSD: PLIST-zftp,v 1.1 2002/07/01 15:34:04 lebel Exp $
%%SHARED%%
man/man1/zshzftpsys.1
share/zsh/${VERSION}/functions/_zftp
share/zsh/${VERSION}/functions/zfanon
share/zsh/${VERSION}/functions/zfautocheck
share/zsh/${VERSION}/functions/zfcd
share/zsh/${VERSION}/functions/zfcd_match
share/zsh/${VERSION}/functions/zfcget
share/zsh/${VERSION}/functions/zfclose
share/zsh/${VERSION}/functions/zfcput
share/zsh/${VERSION}/functions/zfdir
share/zsh/${VERSION}/functions/zffcache
share/zsh/${VERSION}/functions/zfgcp
share/zsh/${VERSION}/functions/zfget
share/zsh/${VERSION}/functions/zfget_match
share/zsh/${VERSION}/functions/zfgoto
share/zsh/${VERSION}/functions/zfhere
share/zsh/${VERSION}/functions/zfinit
share/zsh/${VERSION}/functions/zfls
share/zsh/${VERSION}/functions/zfmark
share/zsh/${VERSION}/functions/zfopen
share/zsh/${VERSION}/functions/zfparams
share/zsh/${VERSION}/functions/zfpcp
share/zsh/${VERSION}/functions/zfput
share/zsh/${VERSION}/functions/zfrglob
share/zsh/${VERSION}/functions/zfrtime
share/zsh/${VERSION}/functions/zfsession
share/zsh/${VERSION}/functions/zfstat
share/zsh/${VERSION}/functions/zftp_chpwd
share/zsh/${VERSION}/functions/zftp_progress
share/zsh/${VERSION}/functions/zftransfer
share/zsh/${VERSION}/functions/zftype
share/zsh/${VERSION}/functions/zfuget
share/zsh/${VERSION}/functions/zfuput