Summary: | new completion function for shells/zsh including a backport from zsh CVS and fixes for existing ones | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | baptiste.daroussin <baptiste.daroussin> | ||||||||
Component: | Individual Port(s) | Assignee: | Dag-Erling Smørgrav <des> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | ||||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
baptiste.daroussin
2008-08-11 20:40:02 UTC
I forgot two files in Completion/Unix/Type for zfs Responsible Changed From-To: freebsd-ports-bugs->des Over to maintainer (via the GNATS Auto Assign Tool) Bapt <baptiste.daroussin@gmail.com> writes: > Here is a set of patches from a project I launch in order to improve > zsh completion on freebsd. Could you please send me either a) a tarball with the modified files in their entirety or b) a patch against the port itself? DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no des 2008-08-12 12:01:21 UTC FreeBSD ports repository Modified files: shells/zsh Makefile Added files: shells/zsh/files patch-Completion-BSD-Command-_csup patch-Completion-BSD-Command-_fetch patch-Completion-BSD-Command-_freebsd-update patch-Completion-BSD-Command-_portlint patch-Completion-BSD-Command-_portsnap patch-Completion-BSD-Command-_powerd patch-Completion-BSD-Command-_zfs patch-Completion-BSD-Command-_zfs_dataset patch-Completion-BSD-Command-_zfs_pool patch-Completion-BSD-Command-_zpool Removed files: shells/zsh/files patch-Completion_BSD Log: Break out BSD completion patches into separate files. Update csup, portsnap and portlint completion. Add completion for powerd, freebsd-update, fetch and portaudit (from submitter) as well as zfs and zpool (from zsh repo). Bump PORTREVISION. PR: ports/126457 Submitted by: baptiste.daroussin@gmail.com Revision Changes Path 1.98 +1 -1 ports/shells/zsh/Makefile 1.1 +26 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_csup (new) 1.1 +33 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_fetch (new) 1.1 +23 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_freebsd-update (new) 1.1 +20 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_portlint (new) 1.1 +32 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_portsnap (new) 1.1 +16 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_powerd (new) 1.1 +241 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_zfs (new) 1.1 +25 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_zfs_dataset (new) 1.1 +6 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_zfs_pool (new) 1.1 +204 -0 ports/shells/zsh/files/patch-Completion-BSD-Command-_zpool (new) 1.2 +0 -81 ports/shells/zsh/files/patch-Completion_BSD (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks |