./shells/zsh, The Z shell

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 5.9.2, Package name: zsh-5.9.2, Maintainer: pkgsrc-users

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).


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 3358.867 KB

Version history: (Expand)


CVS history: (Expand)


   2026-08-16 10:40:34 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
zsh: update to 5.9.2.

This is a bug-fix release.
   2026-06-07 21:22:45 by Thomas Klausner | Files touched by this commit (7) | Package updated
Log message:
zsh: update to 5.9.1.

Changes since 5.9
-----------------

POSIX real-time signals (SIGRTMIN etc) are now supported by the kill
and trap builtins, TRAP* functions, and the signals parameter, where
available.

The kill builtin learnt a new option -q to send the signal via
sigqueue(3) along with an arbitrary integer value, where available.

The kill builtin also learnt a new -L option to print a list of all
known signal numbers and their names.

The new completion helper _as_if can be used to complete one command as
if it were another command with particular arguments.
   2026-01-18 15:12:41 by Ryo ONODERA | Files touched by this commit (4)
Log message:
shells/zsh: Assume diff(1) under NetBSD is GNU-like

* NetBSD has GNU or GNU compatible diff command in base.
* And complete .heic for display command from ImageMagick
* Bump PKGREVISION.
   2025-10-07 05:34:29 by Ryo ONODERA | Files touched by this commit (4)
Log message:
shells/zsh: Fix dynamic module build with GCC 14

* Reflect c11 use as USE_CC_FEATURES.
* Bump PKGREVISION.
   2025-04-21 23:18:08 by Thomas Klausner | Files touched by this commit (3)
Log message:
*: remove Interix support
   2024-04-01 00:08:43 by Jonathan Schleifer | Files touched by this commit (5)
Log message:
Fix shells/zsh on QNX
   2022-11-06 21:58:00 by Thomas Klausner | Files touched by this commit (3)
Log message:
zsh: add candidate upstream patch for bg/fg issue with shell functions

Bump PKGREVISION.
   2022-07-02 01:31:49 by Rin Okuyama | Files touched by this commit (4)
Log message:
shells/zsh: Stop regen configure, drop dependencies to auto{conf,make}.

Our local patch for aczsh.m4, introduced to 5.0.2nb1:

http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/shells/zsh/Makefile#rev1.63

has been upstreamed. There is no longer a point to regen configure;
tiny patch to configure.ac can be directly applied to configure itself.

Bump revision.