This package provides syntax highlighting for the shell zsh. It enables
highlighting of commands whilst they are typed at a zsh prompt into an
interactive terminal. This helps in reviewing commands before running them,
particularly in catching syntax errors.
bash-completion is a collection of command line command completions for
the Bash shell, collection of helper functions to assist in creating new
completions, and set of facilities for loading completions automatically
on demand, as well as installing them.
ok aja@
"Security and bug fix release with a few user visible additions."
Changelog: http://zsh.sourceforge.net/releases.html
This release fixes CVE-2019-20044. (Not tested on OpenBSD)
Feedback and tests from Matthew Martin, thanks!
6.21 and 6.22 are bug fix releases with no new features.
Stop installing the message catalogs, which were already broken.
tcsh uses the obscure POSIX catopen() interface, which requires the
environment variable NLSPATH to be set to access the translations.
NLSPATH is not set by default on OpenBSD and users are unlikely to
figure out the necessary magic. Discussed with schwarze@
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into
the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new) devel/gettext,-textstyle
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@