notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: shells/zsh/files/patch-Completion-Unix-Command-_mount

Number of commits found: 5

Tuesday, 31 May 2011
18:29 bapt search for other commits by this committer
- 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.
Original commit
Monday, 28 Feb 2011
08:01 bapt search for other commits by this committer
- 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]
Original commit
Monday, 15 Jun 2009
15:03 des search for other commits by this committer
Add some upstream completion patches + new completion files for
procstat, sockstat and fstat.

Submitted by:   Baptiste Daroussin <baptiste.daroussin@gmail.com>
Original commit
Wednesday, 29 Oct 2008
14:42 des search for other commits by this committer
Various command completion improvements for mount(8).

PR:             ports/128450
Submitted by:   scf@
Original commit
Friday, 5 Oct 2007
08:22 sergei search for other commits by this committer
- Add Peter Stephenson's patch from Zsh CVS repo that adds (un)setenv()
  detection. This fixes the issue on 7-CURRENT where Zsh was manipulating
  environment directly in conflict with the new *env() functions:
     http://lists.freebsd.org/pipermail/freebsd-current/2007-July/075538.html
  6-STABLE continues to works correctly.

  More info about the patch:
     http://www.zsh.org/mla/workers/2007/msg00619.html

- Fix completions for locate(1), mount(8), umount(8) to avoid some linuxisms
  and do the right thing under FreeBSD

PR:             ports/115094, ports/115702
Submitted by:   Sean C. Farley (scf)
Original commit

Number of commits found: 5