non port: shells/zsh/pkg-plist |
Number of commits found: 62 |
Friday, 10 Jan 2025
|
08:01 Baptiste Daroussin (bapt)
shells/zsh: add completion for mdo(1)
ef64775 |
Tuesday, 23 Jan 2024
|
13:47 Muhammad Moinur Rahman (bofh)
shells/zsh: Impelled to share/man
Approved by: portmgr (blanket)
719515a |
Friday, 10 Nov 2023
|
15:21 Brad Davis (brd)
shells/zsh: Fix build with DOCS option off and base system WITHOUT_DOCS
PR: 274713
Reviewed by: garga
Approved by: maintainer timeout
Sponsored by: Rubicon Communications, LLC ("Netgate")
dcf26c5 |
Wednesday, 18 May 2022
|
14:54 Baptiste Daroussin (bapt)
shell/zsh: update to 5.9
Stop supporting case with both utmp.h and utmpx.h the changed happened
more than 10 years ago
e58369c |
Friday, 26 Nov 2021
|
08:34 Yasuhiro Kimura (yasu)
shells/zsh: Revert "shells/zsh: Add BASE_ZSH option"
This reverts commit ae1787aab23e44e369dbb0cc814e8318c6f86e0d.
Requested by: maintainer
defd64e |
00:53 Yasuhiro Kimura (yasu)
shells/zsh: Add BASE_ZSH option
Add new option BASE_ZSH that makes zsh and rzsh also available as
/bin/zsh and /bin/rzsh.
Under ports flamework everything is installed under /usr/local unless
custom prefix is used. And according to it zsh is installed as
/usr/local/bin/zsh. But on most Linux based OSes zsh is installed as
/bin/zsh. And it causes problem if user's account information is
shared between FreeBSD and Linux by using such tools as LDAP or NIS as
account information also includes absolute path of user's login shell.
To work around it I have created /bin/zsh as symbolic link referencing
/usr/local/bin/zsh and also edited /etc/shells to add /bin/zsh to it
every time I set up new FreeBSD system. But it's quite bothersome and
that is why I add new BASE_ZSH option.
While I'm here,
* Pet portclippy
* Re-format Makefile with portfmt
PR: 259109
Proposed by: Chris Hutchinson (more intuitive option name)
Approved by: maintainer timeout (> 2 weeks)
ae1787a |
Sunday, 16 Feb 2020
|
08:42 bapt
Update to 5.8
Fix sites-functions not respecting PREFIX != LOCALBASE
Don't document the security issue CVE-2019-20044 as it does not
impact FreeBSD
 |
Tuesday, 5 Feb 2019
|
17:58 bapt
Update to 5.7.1
 |
Sunday, 27 Jan 2019
|
14:11 bapt
Update to 5.7
 |
Tuesday, 11 Sep 2018
|
07:46 bapt
update to 5.6.1
 |
Wednesday, 5 Sep 2018
|
07:27 bapt
Update to 5.6
Security: CVE-2018-0502, CVE-2018-13259
 |
Tuesday, 17 Apr 2018
|
15:15 bapt
Update to 5.5.1
 |
Tuesday, 10 Apr 2018
|
11:45 bapt
Update to zsh 5.5
Patch broken linux completion so that zcompile can actually compile it
Remove now useless patch for libarchive
 |
Thursday, 31 Aug 2017
|
09:04 bapt
Update to 5.4.2
 |
Thursday, 10 Aug 2017
|
11:20 bapt
Update to 5.4.1
 |
Wednesday, 14 Dec 2016
|
07:39 bapt
Update ZSH to 5.3
Among the usual bugs fixes and completion updates, FreeBSD users will now
benefit new completion functions for:
- cu
- gstat
- jot
- rcctl
- sysrc
 |
Friday, 4 Dec 2015
|
23:27 bapt
Update to zsh 5.2
While here:
- ensure zsh looks ${PREFIX}/etc for zshrc [1]
- hook the testsuite to our test framework
PR: 201866
Submitted by: Georgy <delycid@gmail.com>
 |
Sunday, 30 Aug 2015
|
20:01 bapt
Update to 5.1
Switch the default mirror to zsh.org until the distfiles appears on sourceforge
 |
Tuesday, 2 Jun 2015
|
20:52 bapt
Really fix the plist
Pointyhat to: bapt
Reported by: many
 |
19:19 bapt
Forgot about the plist
 |
Thursday, 9 Oct 2014
|
06:28 bapt
Update to 5.0.7
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.
 |
Saturday, 27 Sep 2014
|
07:15 bapt
Make zsh look at its config files in localbase in priority
Cleanup a bit more the plist
Submitted by: Rolf Nielsen <rmg1970swe@gmail.com>
 |
Monday, 22 Sep 2014
|
06:23 bapt
Clean up directory handling
 |
Thursday, 28 Aug 2014
|
19:44 bapt
Update to 5.0.6
Only build with multibyte (disabling leads to weird bugs) [1]
Reported by: adamw [1]
 |
Wednesday, 11 Jun 2014
|
17:42 bapt
Add an @shell keyword to handle adding and remove a shell path in /etc/shell
Bump port revision of all ports that were doing it wrong prior to the keyword
CR: D208
Reviewed by: antoine
With hat: portmgr
 |
Thursday, 13 Mar 2014
|
14:06 bapt
Update my ports to the latest infrastructure changes
 |
Tuesday, 21 Jan 2014
|
23:40 bapt
Fix properties on pkg-plist
 |
Saturday, 21 Dec 2013
|
00:53 bapt
Update to 5.0.4
 |
Monday, 23 Sep 2013
|
16:40 bapt
Convert to stage, while here, cleanup a bit
 |
Thursday, 20 Dec 2012
|
23:30 bapt
- update to 5.0.1
 |
Tuesday, 24 Jul 2012
|
16:47 bapt
- Add the documentation to distinfo [1]
- Fix plist
Reported by: zi [1]
 |
15:06 bapt
- update to 5.0.0
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.
 |
Sunday, 26 Feb 2012
|
22:55 bapt
- update to 4.3.17
 |
Sunday, 18 Dec 2011
|
14:11 bapt
- update to 4.3.15
 |
Thursday, 8 Dec 2011
|
07:55 bapt
- update to 4.3.14
- remove unnecessary USE_AUTOTOOLS
- fixes libiconv detection
Feature safe: yes
 |
Tuesday, 31 May 2011
|
18:29 bapt
- update to 4.3.12
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.
 |
Monday, 28 Feb 2011
|
08:01 bapt
- Take maintainership, des@ is no longer having enough time for zsh, he has 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]
 |
Tuesday, 16 Jun 2009
|
08:21 osa
Update pkg-plist after add completion patches.
Bump PORTREVISION.
 |
Thursday, 4 Jun 2009
|
09:33 des
Update to 4.3.10.
PR: ports/135188
 |
Sunday, 17 May 2009
|
05:12 ume
Add an option to enable GDBM support.
PR: ports/134585
Submitted by: ume
Approved by: des (maintainer)
 |
Friday, 5 Dec 2008
|
13:20 des
Precompile functions and completion definitions at installation time.
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
 |
Friday, 21 Nov 2008
|
08:54 des
Completion: improve portaudit, add pfctl
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
 |
Monday, 10 Nov 2008
|
19:12 des
Kill the ZSH_ETCDIR, ZSH_FNDIR and ZSH_SITEFNDIR options. They're nice in
theory, but in practice, things will break if you set them to non-default
values. This allows us to unobfuscate the plist and fix a broken @dirrmtry.
Convert the NO_SHARED option to a proper port option (ZSH_STATIC).
 |
13:40 des
Upgrade to 4.3.9. Most of our local patches have been committed upstream.
 |
Tuesday, 12 Aug 2008
|
12:46 des
Previous commit did not update the plist.
 |
Friday, 2 May 2008
|
21:13 des
Upgrade to 4.3.6, with kind assistance from Baptiste Daroussin
<baptiste.daroussin@gmail.com>
PR: ports/122116
 |
Monday, 30 Jul 2007
|
16:21 garga
- Update to 4.3.4
- 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)
 |
Monday, 1 May 2006
|
08:38 sergei
Forced commit to correct a typo in the previous commit message for zsh port.
It should read:
...
Submitted by: ...
Hajimu UMEMOTO <ume@FreeBSD.org> [3] (in private e-mail),
...
 |
Sunday, 30 Apr 2006
|
23:41 sergei
- Update to 4.3.2 [1], [3]
- 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)
 |
Thursday, 8 Dec 2005
|
17:37 sergei
- Update to 4.2.6, the latest stable release
PR: ports/89992 [1]
Submitted by: KIMURA Yasuhiro <yasu at utahime dot org> [1],
osa (in private e-mail)
 |
Tuesday, 19 Apr 2005
|
17:56 sergei
- Update to 4.2.5
- Update MASTER_SITES based on the list at http://www.zsh.org/
PR: ports/79708
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
 |
Monday, 24 Jan 2005
|
08:46 sergei
- Update to 4.2.3
PR: ports/76268
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
 |
Tuesday, 24 Aug 2004
|
14:04 sergei
- Update to 4.2.1 [1]
- 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]
 |
Wednesday, 30 Jun 2004
|
10:17 vs
Fix packaging w/ NOSHARED.
PR: ports/65468
Submitted by: Dimitry Andric
Approved by: maintainer timeout
 |
Wednesday, 24 Mar 2004
|
07:03 sergei
- Update to 4.2.0 [1]
- 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]
 |
Friday, 19 Dec 2003
|
23:24 sergei
- Update to 4.0.9
- Temporarily switch to gzipped tarballs
- Utilize INFO
 |
Sunday, 20 Jul 2003
|
04:18 will
Update to 4.0.7 and turn over this port to the submitter. This update
includes a large number of new options as well.
PR: 53512
Submitted by: Sergei Kolobov <sergei@kolobov.com>
 |
Thursday, 15 Aug 2002
|
15:15 knu
Really commit the pkg-plist change.
 |
Monday, 12 Aug 2002
|
02:40 knu
- Update to 4.0.5.
- Use the .tar.bz2 distribution files.
PR: ports/41483
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: will (MAINTAINER)
 |
Saturday, 10 Nov 2001
|
02:24 will
Update to 4.0.4.
 |
Tuesday, 3 Jul 2001
|
05:47 will
Update to 4.0.2. - 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.
 |
Sunday, 3 Jun 2001
|
19:43 will
Upgrade Zsh to 4.0.1:
 |
Number of commits found: 62 |