diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-18 20:31:19 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-18 20:31:19 +0000 |
commit | 3960a633c3e6e75877c682dd15aed1beebdeefed (patch) | |
tree | 93730c4215bed97dddcacd5a8250dcb7cbbfabfc /shells | |
parent | d3c108e26d73397d39310f4fa75fae47c9e6bef9 (diff) | |
download | pkgsrc-3960a633c3e6e75877c682dd15aed1beebdeefed.tar.gz |
Initial import of zsh-current.
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).
Package provided in private mail by Masao Uebayashi <uebayasi@soum.co.jp>
as a followup to pkg/12721.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh-current/Makefile | 35 | ||||
-rw-r--r-- | shells/zsh-current/distinfo | 4 | ||||
-rw-r--r-- | shells/zsh-current/pkg/DESCR | 6 | ||||
-rw-r--r-- | shells/zsh-current/pkg/PLIST | 351 | ||||
-rw-r--r-- | shells/zsh-current/pkg/PLIST.dynamic | 45 |
5 files changed, 441 insertions, 0 deletions
diff --git a/shells/zsh-current/Makefile b/shells/zsh-current/Makefile new file mode 100644 index 00000000000..b9ce36059c7 --- /dev/null +++ b/shells/zsh-current/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/18 20:31:19 jtb Exp $ + +DISTNAME= zsh-3.1.9 +CATEGORIES= shells +MASTER_SITES= ftp://ftp.rge.com/pub/shells/zsh/ \ + ftp://sunsite.auc.dk/pub/unix/shells/zsh/ \ + ftp://ftp.uit.no/pub/unix/shells/zsh/ \ + ftp://ftp.cenatls.cena.dgac.fr/shells/zsh/ \ + ftp://ftp.net.lut.ac.uk/zsh/ \ + ftp://ftp.zsh.org/zsh/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://sunsite.auc.dk/zsh/ +COMMENT= The Z shell + +CONFLICTS= zsh-3.0.* + +GNU_CONFIGURE= yes +INFO_FILES= zsh.info + +.include "../../mk/bsd.prefs.mk" + +.if defined(ZSH_STATIC) +LDFLAGS+= -static +.else +PLIST+= PLIST.dynamic +.endif + +post-install: + @cd ${WRKSRC}/Doc; make install.info + ${CP} /etc/shells /etc/shells.bak + (${GREP} -v ${PREFIX}/bin/zsh /etc/shells.bak; ${ECHO} ${PREFIX}/bin/zsh) >/etc/shells + ${RM} /etc/shells.bak + +.include "../../mk/bsd.pkg.mk" diff --git a/shells/zsh-current/distinfo b/shells/zsh-current/distinfo new file mode 100644 index 00000000000..b11035d1617 --- /dev/null +++ b/shells/zsh-current/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/18 20:31:19 jtb Exp $ + +SHA1 (zsh-3.1.9.tar.gz) = 0248f047aa47933582706a49cd4d1404f14642f3 +Size (zsh-3.1.9.tar.gz) = 1858071 bytes diff --git a/shells/zsh-current/pkg/DESCR b/shells/zsh-current/pkg/DESCR new file mode 100644 index 00000000000..8f4144f053e --- /dev/null +++ b/shells/zsh-current/pkg/DESCR @@ -0,0 +1,6 @@ +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). diff --git a/shells/zsh-current/pkg/PLIST b/shells/zsh-current/pkg/PLIST new file mode 100644 index 00000000000..023b7edd30c --- /dev/null +++ b/shells/zsh-current/pkg/PLIST @@ -0,0 +1,351 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/18 20:31:22 jtb Exp $ +bin/zsh +@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells +@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells +bin/${PKGNAME} +@unexec install-info --delete %D/info/zsh.info %D/info/dir +info/zsh.info +@exec install-info %D/info/zsh.info %D/info/dir +man/man1/zshcompctl.1.gz +man/man1/zshexpn.1.gz +man/man1/zshmisc.1.gz +man/man1/zshoptions.1.gz +man/man1/zshall.1.gz +man/man1/zshzle.1.gz +man/man1/zsh.1.gz +man/man1/zshbuiltins.1.gz +man/man1/zshparam.1.gz +share/zsh/3.1.9/functions/_all_labels +share/zsh/3.1.9/functions/_alternative +share/zsh/3.1.9/functions/_approximate +share/zsh/3.1.9/functions/_call +share/zsh/3.1.9/functions/_compalso +share/zsh/3.1.9/functions/_complete +share/zsh/3.1.9/functions/_correct +share/zsh/3.1.9/functions/_description +share/zsh/3.1.9/functions/_expand +share/zsh/3.1.9/functions/_file_descriptors +share/zsh/3.1.9/functions/_files +share/zsh/3.1.9/functions/_funcall +share/zsh/3.1.9/functions/_history +share/zsh/3.1.9/functions/_ignored +share/zsh/3.1.9/functions/_list +share/zsh/3.1.9/functions/_main_complete +share/zsh/3.1.9/functions/_match +share/zsh/3.1.9/functions/_menu +share/zsh/3.1.9/functions/_message +share/zsh/3.1.9/functions/_multi_parts +share/zsh/3.1.9/functions/_next_label +share/zsh/3.1.9/functions/_normal +share/zsh/3.1.9/functions/_oldlist +share/zsh/3.1.9/functions/_options +share/zsh/3.1.9/functions/_parameters +share/zsh/3.1.9/functions/_path_files +share/zsh/3.1.9/functions/_prefix +share/zsh/3.1.9/functions/_requested +share/zsh/3.1.9/functions/_sep_parts +share/zsh/3.1.9/functions/_set_options +share/zsh/3.1.9/functions/_setup +share/zsh/3.1.9/functions/_sort_tags +share/zsh/3.1.9/functions/_tags +share/zsh/3.1.9/functions/_unset_options +share/zsh/3.1.9/functions/_wanted +share/zsh/3.1.9/functions/compdump +share/zsh/3.1.9/functions/compinit +share/zsh/3.1.9/functions/compinstall +share/zsh/3.1.9/functions/_arg_compile +share/zsh/3.1.9/functions/_arguments +share/zsh/3.1.9/functions/_brace_parameter +share/zsh/3.1.9/functions/_combination +share/zsh/3.1.9/functions/_command_names +share/zsh/3.1.9/functions/_condition +share/zsh/3.1.9/functions/_default +share/zsh/3.1.9/functions/_describe +share/zsh/3.1.9/functions/_equal +share/zsh/3.1.9/functions/_first +share/zsh/3.1.9/functions/_in_vared +share/zsh/3.1.9/functions/_jobs +share/zsh/3.1.9/functions/_math +share/zsh/3.1.9/functions/_parameter +share/zsh/3.1.9/functions/_precommand +share/zsh/3.1.9/functions/_redirect +share/zsh/3.1.9/functions/_regex_arguments +share/zsh/3.1.9/functions/_subscript +share/zsh/3.1.9/functions/_tilde +share/zsh/3.1.9/functions/_value +share/zsh/3.1.9/functions/_values +share/zsh/3.1.9/functions/_aliases +share/zsh/3.1.9/functions/_arrays +share/zsh/3.1.9/functions/_autoload +share/zsh/3.1.9/functions/_bg_jobs +share/zsh/3.1.9/functions/_bindkey +share/zsh/3.1.9/functions/_builtin +share/zsh/3.1.9/functions/_cd +share/zsh/3.1.9/functions/_command +share/zsh/3.1.9/functions/_compdef +share/zsh/3.1.9/functions/_disable +share/zsh/3.1.9/functions/_echotc +share/zsh/3.1.9/functions/_emulate +share/zsh/3.1.9/functions/_enable +share/zsh/3.1.9/functions/_fc +share/zsh/3.1.9/functions/_fg_jobs +share/zsh/3.1.9/functions/_functions +share/zsh/3.1.9/functions/_hash +share/zsh/3.1.9/functions/_kill +share/zsh/3.1.9/functions/_limits +share/zsh/3.1.9/functions/_nothing +share/zsh/3.1.9/functions/_pids +share/zsh/3.1.9/functions/_popd +share/zsh/3.1.9/functions/_print +share/zsh/3.1.9/functions/_sched +share/zsh/3.1.9/functions/_set +share/zsh/3.1.9/functions/_setopt +share/zsh/3.1.9/functions/_signals +share/zsh/3.1.9/functions/_source +share/zsh/3.1.9/functions/_stat +share/zsh/3.1.9/functions/_trap +share/zsh/3.1.9/functions/_unhash +share/zsh/3.1.9/functions/_unsetopt +share/zsh/3.1.9/functions/_vars +share/zsh/3.1.9/functions/_vars_eq +share/zsh/3.1.9/functions/_wait +share/zsh/3.1.9/functions/_which +share/zsh/3.1.9/functions/_zcompile +share/zsh/3.1.9/functions/_zftp +share/zsh/3.1.9/functions/_zle +share/zsh/3.1.9/functions/_zmodload +share/zsh/3.1.9/functions/_zpty +share/zsh/3.1.9/functions/_zstyle +share/zsh/3.1.9/functions/_a2ps +share/zsh/3.1.9/functions/_archie +share/zsh/3.1.9/functions/_bison +share/zsh/3.1.9/functions/_bzip2 +share/zsh/3.1.9/functions/_chown +share/zsh/3.1.9/functions/_compress +share/zsh/3.1.9/functions/_configure +share/zsh/3.1.9/functions/_cvs +share/zsh/3.1.9/functions/_dd +share/zsh/3.1.9/functions/_diff +share/zsh/3.1.9/functions/_diff_options +share/zsh/3.1.9/functions/_dir_list +share/zsh/3.1.9/functions/_dirs +share/zsh/3.1.9/functions/_domains +share/zsh/3.1.9/functions/_dvi +share/zsh/3.1.9/functions/_enscript +share/zsh/3.1.9/functions/_fakeroot +share/zsh/3.1.9/functions/_find +share/zsh/3.1.9/functions/_finger +share/zsh/3.1.9/functions/_flex +share/zsh/3.1.9/functions/_gcc +share/zsh/3.1.9/functions/_gdb +share/zsh/3.1.9/functions/_getconf +share/zsh/3.1.9/functions/_gprof +share/zsh/3.1.9/functions/_groups +share/zsh/3.1.9/functions/_gs +share/zsh/3.1.9/functions/_gv +share/zsh/3.1.9/functions/_gzip +share/zsh/3.1.9/functions/_hosts +share/zsh/3.1.9/functions/_imagemagick +share/zsh/3.1.9/functions/_ispell +share/zsh/3.1.9/functions/_joe +share/zsh/3.1.9/functions/_killall +share/zsh/3.1.9/functions/_look +share/zsh/3.1.9/functions/_lp +share/zsh/3.1.9/functions/_lynx +share/zsh/3.1.9/functions/_lzop +share/zsh/3.1.9/functions/_mailboxes +share/zsh/3.1.9/functions/_make +share/zsh/3.1.9/functions/_man +share/zsh/3.1.9/functions/_mh +share/zsh/3.1.9/functions/_mount +share/zsh/3.1.9/functions/_mutt +share/zsh/3.1.9/functions/_my_accounts +share/zsh/3.1.9/functions/_mysql_utils +share/zsh/3.1.9/functions/_nedit +share/zsh/3.1.9/functions/_netscape +share/zsh/3.1.9/functions/_nslookup +share/zsh/3.1.9/functions/_other_accounts +share/zsh/3.1.9/functions/_pack +share/zsh/3.1.9/functions/_patch +share/zsh/3.1.9/functions/_pbm +share/zsh/3.1.9/functions/_pdf +share/zsh/3.1.9/functions/_perl +share/zsh/3.1.9/functions/_perl_basepods +share/zsh/3.1.9/functions/_perl_builtin_funcs +share/zsh/3.1.9/functions/_perl_modules +share/zsh/3.1.9/functions/_perldoc +share/zsh/3.1.9/functions/_ports +share/zsh/3.1.9/functions/_prcs +share/zsh/3.1.9/functions/_printers +share/zsh/3.1.9/functions/_prompt +share/zsh/3.1.9/functions/_ps +share/zsh/3.1.9/functions/_pspdf +share/zsh/3.1.9/functions/_psutils +share/zsh/3.1.9/functions/_rcs +share/zsh/3.1.9/functions/_rlogin +share/zsh/3.1.9/functions/_sh +share/zsh/3.1.9/functions/_socket +share/zsh/3.1.9/functions/_ssh +share/zsh/3.1.9/functions/_strip +share/zsh/3.1.9/functions/_stty +share/zsh/3.1.9/functions/_su +share/zsh/3.1.9/functions/_sudo +share/zsh/3.1.9/functions/_tar +share/zsh/3.1.9/functions/_tar_archive +share/zsh/3.1.9/functions/_telnet +share/zsh/3.1.9/functions/_tex +share/zsh/3.1.9/functions/_texi +share/zsh/3.1.9/functions/_tiff +share/zsh/3.1.9/functions/_tilde_files +share/zsh/3.1.9/functions/_urls +share/zsh/3.1.9/functions/_use_lo +share/zsh/3.1.9/functions/_user_at_host +share/zsh/3.1.9/functions/_users +share/zsh/3.1.9/functions/_users_on +share/zsh/3.1.9/functions/_webbrowser +share/zsh/3.1.9/functions/_wget +share/zsh/3.1.9/functions/_whereis +share/zsh/3.1.9/functions/_whois +share/zsh/3.1.9/functions/_xargs +share/zsh/3.1.9/functions/_yodl +share/zsh/3.1.9/functions/_yp +share/zsh/3.1.9/functions/_zcat +share/zsh/3.1.9/functions/_zdump +share/zsh/3.1.9/functions/_bash_completions +share/zsh/3.1.9/functions/_complete_debug +share/zsh/3.1.9/functions/_complete_help +share/zsh/3.1.9/functions/_complete_tag +share/zsh/3.1.9/functions/_correct_filename +share/zsh/3.1.9/functions/_correct_word +share/zsh/3.1.9/functions/_expand_word +share/zsh/3.1.9/functions/_history_complete_word +share/zsh/3.1.9/functions/_most_recent_file +share/zsh/3.1.9/functions/_next_tags +share/zsh/3.1.9/functions/_read_comp +share/zsh/3.1.9/functions/_apt +share/zsh/3.1.9/functions/_bug +share/zsh/3.1.9/functions/_deb_packages +share/zsh/3.1.9/functions/_dpkg +share/zsh/3.1.9/functions/_dpkg-source +share/zsh/3.1.9/functions/_dupload +share/zsh/3.1.9/functions/_rpm +share/zsh/3.1.9/functions/_bsd_pkg +share/zsh/3.1.9/functions/_cvsup +share/zsh/3.1.9/functions/_kld +share/zsh/3.1.9/functions/_floppy +share/zsh/3.1.9/functions/_lsdev +share/zsh/3.1.9/functions/_lslv +share/zsh/3.1.9/functions/_lspv +share/zsh/3.1.9/functions/_lsvg +share/zsh/3.1.9/functions/_physical_volumes +share/zsh/3.1.9/functions/_smit +share/zsh/3.1.9/functions/_volume_groups +share/zsh/3.1.9/functions/_x_arguments +share/zsh/3.1.9/functions/_x_borderwidth +share/zsh/3.1.9/functions/_x_color +share/zsh/3.1.9/functions/_x_colormapid +share/zsh/3.1.9/functions/_x_cursor +share/zsh/3.1.9/functions/_x_display +share/zsh/3.1.9/functions/_x_extension +share/zsh/3.1.9/functions/_x_font +share/zsh/3.1.9/functions/_x_geometry +share/zsh/3.1.9/functions/_x_keysym +share/zsh/3.1.9/functions/_x_locale +share/zsh/3.1.9/functions/_x_modifier +share/zsh/3.1.9/functions/_x_name +share/zsh/3.1.9/functions/_x_resource +share/zsh/3.1.9/functions/_x_selection_timeout +share/zsh/3.1.9/functions/_x_title +share/zsh/3.1.9/functions/_x_window +share/zsh/3.1.9/functions/_xauth +share/zsh/3.1.9/functions/_xdvi +share/zsh/3.1.9/functions/_xfig +share/zsh/3.1.9/functions/_xmodmap +share/zsh/3.1.9/functions/_xrdb +share/zsh/3.1.9/functions/_xset +share/zsh/3.1.9/functions/_xt_arguments +share/zsh/3.1.9/functions/_xt_session_id +share/zsh/3.1.9/functions/_xterm +share/zsh/3.1.9/functions/_xutils +share/zsh/3.1.9/functions/_xv +share/zsh/3.1.9/functions/_xwit +share/zsh/3.1.9/functions/edit-command-line +share/zsh/3.1.9/functions/history-search-end +share/zsh/3.1.9/functions/incarg +share/zsh/3.1.9/functions/incremental-complete-word +share/zsh/3.1.9/functions/insert-files +share/zsh/3.1.9/functions/predict-on +share/zsh/3.1.9/functions/prompt_adam1_setup +share/zsh/3.1.9/functions/prompt_adam2_setup +share/zsh/3.1.9/functions/prompt_bart_setup +share/zsh/3.1.9/functions/prompt_bigfade_setup +share/zsh/3.1.9/functions/prompt_elite2_setup +share/zsh/3.1.9/functions/prompt_elite_setup +share/zsh/3.1.9/functions/acx +share/zsh/3.1.9/functions/prompt_fade_setup +share/zsh/3.1.9/functions/prompt_fire_setup +share/zsh/3.1.9/functions/prompt_off_setup +share/zsh/3.1.9/functions/prompt_oliver_setup +share/zsh/3.1.9/functions/prompt_redhat_setup +share/zsh/3.1.9/functions/prompt_suse_setup +share/zsh/3.1.9/functions/prompt_zefram_setup +share/zsh/3.1.9/functions/promptinit +share/zsh/3.1.9/functions/allopt +share/zsh/3.1.9/functions/cat +share/zsh/3.1.9/functions/cdmatch +share/zsh/3.1.9/functions/cdmatch2 +share/zsh/3.1.9/functions/checkmail +share/zsh/3.1.9/functions/colors +share/zsh/3.1.9/functions/cx +share/zsh/3.1.9/functions/harden +share/zsh/3.1.9/functions/is-at-least +share/zsh/3.1.9/functions/mere +share/zsh/3.1.9/functions/multicomp +share/zsh/3.1.9/functions/nslookup +share/zsh/3.1.9/functions/proto +share/zsh/3.1.9/functions/pushd +share/zsh/3.1.9/functions/randline +share/zsh/3.1.9/functions/run-help +share/zsh/3.1.9/functions/yp +share/zsh/3.1.9/functions/yu +share/zsh/3.1.9/functions/zed +share/zsh/3.1.9/functions/zless +share/zsh/3.1.9/functions/zls +share/zsh/3.1.9/functions/zmv +share/zsh/3.1.9/functions/zrecompile +share/zsh/3.1.9/functions/zstyle+ +share/zsh/3.1.9/functions/zfanon +share/zsh/3.1.9/functions/zfautocheck +share/zsh/3.1.9/functions/zfcd +share/zsh/3.1.9/functions/zfcd_match +share/zsh/3.1.9/functions/zfcget +share/zsh/3.1.9/functions/zfclose +share/zsh/3.1.9/functions/zfcput +share/zsh/3.1.9/functions/zfdir +share/zsh/3.1.9/functions/zffcache +share/zsh/3.1.9/functions/zfgcp +share/zsh/3.1.9/functions/zfget +share/zsh/3.1.9/functions/zfget_match +share/zsh/3.1.9/functions/zfgoto +share/zsh/3.1.9/functions/zfhere +share/zsh/3.1.9/functions/zfinit +share/zsh/3.1.9/functions/zfls +share/zsh/3.1.9/functions/zfmark +share/zsh/3.1.9/functions/zfopen +share/zsh/3.1.9/functions/zfparams +share/zsh/3.1.9/functions/zfpcp +share/zsh/3.1.9/functions/zfput +share/zsh/3.1.9/functions/zfrglob +share/zsh/3.1.9/functions/zfrtime +share/zsh/3.1.9/functions/zfsession +share/zsh/3.1.9/functions/zfstat +share/zsh/3.1.9/functions/zftp_chpwd +share/zsh/3.1.9/functions/zftp_progress +share/zsh/3.1.9/functions/zftransfer +share/zsh/3.1.9/functions/zftype +share/zsh/3.1.9/functions/zfuget +share/zsh/3.1.9/functions/zfuput +@dirrm share/zsh/3.1.9/functions +@dirrm share/zsh/3.1.9 +@dirrm share/zsh/site-functions +@dirrm share/zsh diff --git a/shells/zsh-current/pkg/PLIST.dynamic b/shells/zsh-current/pkg/PLIST.dynamic new file mode 100644 index 00000000000..eeb3b9e40f9 --- /dev/null +++ b/shells/zsh-current/pkg/PLIST.dynamic @@ -0,0 +1,45 @@ +@comment $NetBSD: PLIST.dynamic,v 1.1.1.1 2001/05/18 20:31:22 jtb Exp $ +lib/zsh/libzsh-3.1.9.so +lib/zsh/3.1.9/cap.so +lib/zsh/3.1.9/clone.so +lib/zsh/3.1.9/compctl.so +lib/zsh/3.1.9/complete.so +lib/zsh/3.1.9/complist.so +lib/zsh/3.1.9/computil.so +lib/zsh/3.1.9/deltochar.so +lib/zsh/3.1.9/example.so +lib/zsh/3.1.9/files.so +lib/zsh/3.1.9/mapfile.so +lib/zsh/3.1.9/mathfunc.so +lib/zsh/3.1.9/parameter.so +lib/zsh/3.1.9/rlimits.so +lib/zsh/3.1.9/sched.so +lib/zsh/3.1.9/stat.so +lib/zsh/3.1.9/zftp.so +lib/zsh/3.1.9/zle.so +lib/zsh/3.1.9/zleparameter.so +lib/zsh/3.1.9/zutil.so +lib/zsh/3.1.9/zsh/rlimits.so +lib/zsh/3.1.9/zsh/sched.so +lib/zsh/3.1.9/zsh/cap.so +lib/zsh/3.1.9/zsh/clone.so +lib/zsh/3.1.9/zsh/example.so +lib/zsh/3.1.9/zsh/files.so +lib/zsh/3.1.9/zsh/mapfile.so +lib/zsh/3.1.9/zsh/mathfunc.so +lib/zsh/3.1.9/zsh/parameter.so +lib/zsh/3.1.9/zsh/stat.so +lib/zsh/3.1.9/zsh/zftp.so +lib/zsh/3.1.9/zsh/zprof.so +lib/zsh/3.1.9/zsh/zpty.so +lib/zsh/3.1.9/zsh/zutil.so +lib/zsh/3.1.9/zsh/compctl.so +lib/zsh/3.1.9/zsh/complete.so +lib/zsh/3.1.9/zsh/complist.so +lib/zsh/3.1.9/zsh/computil.so +lib/zsh/3.1.9/zsh/deltochar.so +lib/zsh/3.1.9/zsh/zle.so +lib/zsh/3.1.9/zsh/zleparameter.so +@dirrm lib/zsh/3.1.9/zsh +@dirrm lib/zsh/3.1.9 +@dirrm lib/zsh |