| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note from upstream release note:
Note in particular there is a security fix to disallow evaluation of the
initial values of integer variables imported from the environment (they
are instead treated as literal numbers). That could allow local
privilege escalation, under some specific and atypical conditions where
zsh is being invoked in privilege elevation contexts when the
environment has not been properly sanitized, such as when zsh is invoked
by sudo on systems where "env_reset" has been disabled.
Notes:
svn path=/head/; revision=370504
|
|
|
|
|
|
|
|
|
| |
Only build with multibyte (disabling leads to weird bugs) [1]
Reported by: adamw [1]
Notes:
svn path=/head/; revision=366450
|
|
|
|
| |
Notes:
svn path=/head/; revision=339070
|
|
|
|
| |
Notes:
svn path=/head/; revision=337112
|
|
|
|
| |
Notes:
svn path=/head/; revision=309379
|
|
|
|
| |
Notes:
svn path=/head/; revision=309333
|
|
|
|
|
|
|
|
|
| |
- Fix plist
Reported by: zi [1]
Notes:
svn path=/head/; revision=301480
|
|
|
|
|
|
|
|
|
|
|
| |
no much changes for us (we where following the 4.3.x dev branch for a while)
except we are back on an official stable branch
Note that this version offers completion for dtrace, beadm (not tested with
FreeBSD versions) and improved completion for zfs.
Notes:
svn path=/head/; revision=301463
|
|
|
|
| |
Notes:
svn path=/head/; revision=292285
|
|
|
|
|
|
|
| |
Submitted by: zi
Notes:
svn path=/head/; revision=287604
|
|
|
|
| |
Notes:
svn path=/head/; revision=287591
|
|
|
|
|
|
|
|
|
|
| |
- remove unnecessary USE_AUTOTOOLS
- fixes libiconv detection
Feature safe: yes
Notes:
svn path=/head/; revision=287057
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes since 4.3.11
--------------------
The zsh/parameter module has a new readonly associative array
$usergroups whose keys are the names of system groups of which the
current user is a member and whose values are the corresponding
group identifiers.
The region_highlight array, which controls highlighting of the
command line from zle widgets, is now updated dynamically as
the command line is edited.
In POSIX emulation ("emulate sh") the shell is more accurate about
when it should or should not exit on errors.
The ${NAME:OFFSET:LENGTH} syntax now supports negative LENGTH, which
counts back from the end of the string.
The (g:opts:) flag in parameter expansion processes escape sequences like
the echo and print builtins. opts can be any combination of o, e and c.
With e, acts like print rather than echo except for octal escapes which
are controlled separately by the o option. With c, interpret control
sequences like "^X" as bindkey does. Regardless of the opts, \c is not
interpreted.
Notes:
svn path=/head/; revision=274883
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
done a
really great job with zsh, thanks a lot. [1]
- Upgrade to 4.3.11
- add linsysfs to the file system list for completion [2]
- fix mount completion when adding available labels to the list of devices [3]
PR: ports/141472 [2], ports/145657 [3]
Submitted by: scf [2], Frédéric Perrin <frederic.perrin _at_ resel.fr> [3]
Approved by: des@ [1]
Notes:
svn path=/head/; revision=269957
|
|
|
|
|
|
|
| |
PR: ports/135188
Notes:
svn path=/head/; revision=235157
|
|
|
|
| |
Notes:
svn path=/head/; revision=222684
|
|
|
|
|
|
|
|
|
| |
<baptiste.daroussin@gmail.com>
PR: ports/122116
Notes:
svn path=/head/; revision=212504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Pet a bit portlint
- OPTION'ify
- Add PCRE support OPTION off by default
- Add more MASTER_SITES
- Remove ?= from MAINTAINER and COMMENT since there are no more slave ports
- Remove CONFLICTS since conflicting ports doesn't exist anymore
- Fix iconv detection and add USE_ICONV=yes
- Use PORTDOCS and PORTEXAMPLES and cleanup pkg-plist
- Respect NOPORTEXAMPLES
- Add csup, portsnap and portlint Completions, it was already added to zsh cvs
but add it here using a patch while new version don't come
Reviewed by: sergei@
Approved by: sergei@ (maintainer)
Notes:
svn path=/head/; revision=196732
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable multibyte character support in Zsh by default [3], [4]
- Added new knob (WITHOUT_ZSH_MULTIBYTE) to disable multibyte support
- Fix zsh.info installation that was previously attempted before "su"
(and thus could fail when running "make install" under a regular user) [2] -
apply a different fix, though - move zsh.info generation from pre-install
to post-build phase
PR: ports/95970 [1], ports/94205 [2]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1],
Michael Kuhn <mkuhn.nw@web.de> [2]
umei [3] (in private e-mail),
"J.R. Oldroyd" <jr@opal.com> [4] (in private e-mail)
Notes:
svn path=/head/; revision=160987
|
|
|
|
|
|
|
|
|
| |
PR: ports/89992 [1]
Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> [1],
osa (in private e-mail)
Notes:
svn path=/head/; revision=150682
|
|
|
|
| |
Notes:
svn path=/head/; revision=149422
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES based on the list at http://www.zsh.org/
PR: ports/79708
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=133694
|
|
|
|
|
|
|
|
| |
PR: ports/77172
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=128209
|
|
|
|
|
|
|
|
| |
PR: ports/76268
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes:
svn path=/head/; revision=127165
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install rzsh - restricted-mode zsh [2]
- Fix static version (NOSHARED=yes) build [3]
- Utilize INFO macro again
Submitted by: osa [1], ceri [2],
Dan Nelson <dnelson@allantgroup.com> [3]
Notes:
svn path=/head/; revision=117195
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a bug introduced in the previous commit when trying to utilize INFO
macro: zsh.info was not added to generated pkg-plist because it is
installed via post-install target, while pkg-plist is updated in
add-plist-info target which gets run earlier. Revert to previous behavior
of explicitly listing this single zsh.info file in pkg-plist for now.
Thanks to Dimitry Andric for his excellent analysis of the problem. [2]
- Update pkg-plist
PR: ports/64499 [1], ports/64540
Submitted by: KIMURA Yasuhiro <yasu@utahime.org> [1],
Dimitry Andric <dimitry@andric.com> [2]
Notes:
svn path=/head/; revision=105104
|
|
|
|
| |
Notes:
svn path=/head/; revision=99525
|
|
|
|
|
|
|
|
| |
- Temporarily switch to gzipped tarballs
- Utilize INFO
Notes:
svn path=/head/; revision=96235
|
|
|
|
|
|
|
|
|
|
| |
includes a large number of new options as well.
PR: 53512
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes:
svn path=/head/; revision=85221
|
|
|
|
|
|
|
|
| |
PR: ports/41662
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes:
svn path=/head/; revision=64518
|
|
|
|
|
|
|
|
|
|
|
| |
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER)
Notes:
svn path=/head/; revision=64394
|
|
|
|
|
|
|
|
| |
PR: 31872
Submitted by: Anders Andersson <anders@codefactory.se>
Notes:
svn path=/head/; revision=49906
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove patches (merged into distribution).
- Add zsh-doc distribution.
- Remove USE_AUTOCONF.
- Remove extraneous shells.bak after /etc/shells update.
- Adjust to slide .info under NOPORTDOCS and such.
- Spelling fix in descr.
Thanks to Pete for his work.
PR: 28657
Submitted by: Pete Fritchman <petef@databits.net>
Notes:
svn path=/head/; revision=44674
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
C1) Turn shells/zsh-devel into a stub which prints a message that
points people at the new shells/zsh, upgraded to 4.0.1.
M1) Add patch to fix some functions included in 4.0.1.
M2) Remove obsolete patches.
M3) Remove MASTER_SITE_LOCAL since we can't use knu's version now.
W1) Remove MASTER_SITE_LOCAL fully.
W2) Put patch-aa in patch-ab for backwards-compatible diffing.
W3) Do C1 with the least diff, using pre-everything:: and then
${FALSE}'ing out after printing the message.
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>,
Christian Weisgerber <naddy@mips.inka.de>
Noted by: Cyrille Lefevre <clefevre@redirect.to>,
Øyvind Kolbu <oyvind@kebab.gaffel.nu>
Approved by: shige (C1)
Notes:
svn path=/head/; revision=43472
|
|
|
|
|
|
|
|
|
| |
of the original, I could not check the diff.
Submitted by: ade
Notes:
svn path=/head/; revision=30445
|
|
|
|
| |
Notes:
svn path=/head/; revision=30051
|
|
|
|
| |
Notes:
svn path=/head/; revision=23321
|
|
|
|
| |
Notes:
svn path=/head/; revision=21603
|
|
|
|
| |
Notes:
svn path=/head/; revision=8027
|
|
|
|
| |
Notes:
svn path=/head/; revision=7068
|
|
|
|
| |
Notes:
svn path=/head/; revision=5047
|
|
|
|
| |
Notes:
svn path=/head/; revision=5035
|
|
|
|
| |
Notes:
svn path=/head/; revision=4510
|
|
|
|
| |
Notes:
svn path=/head/; revision=3779
|
|
|
|
|
|
|
| |
Approved-By: asami
Notes:
svn path=/head/; revision=3331
|
|
|
|
|
|
|
| |
OK'ed by: gpalmer
Notes:
svn path=/head/; revision=3273
|
|
|
|
| |
Notes:
svn path=/head/; revision=3095
|
|
|
|
| |
Notes:
svn path=/head/; revision=2786
|
|
|
|
| |
Notes:
svn path=/head/; revision=1911
|
|
|
|
|
|
|
| |
- compress manpages
Notes:
svn path=/head/; revision=1660
|