From owner-cvs-ports@FreeBSD.ORG Tue May 31 18:29:12 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8602106566C; Tue, 31 May 2011 18:29:12 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D80108FC0C; Tue, 31 May 2011 18:29:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4VITCpV040074; Tue, 31 May 2011 18:29:12 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4VITCZg040073; Tue, 31 May 2011 18:29:12 GMT (envelope-from bapt) Message-Id: <201105311829.p4VITCZg040073@repoman.freebsd.org> From: Baptiste Daroussin Date: Tue, 31 May 2011 18:29:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/shells/zsh Makefile distinfo pkg-plist ports/shells/zsh/files _sockstat patch-Completion-Unix-Command-_mount patch-Completion-Unix-Type-_file_systems X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 18:29:13 -0000 bapt 2011-05-31 18:29:12 UTC FreeBSD ports repository Modified files: shells/zsh Makefile distinfo pkg-plist Removed files: shells/zsh/files _sockstat patch-Completion-Unix-Command-_mount patch-Completion-Unix-Type-_file_systems Log: - 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. Revision Changes Path 1.126 +4 -5 ports/shells/zsh/Makefile 1.42 +4 -4 ports/shells/zsh/distinfo 1.2 +0 -23 ports/shells/zsh/files/_sockstat (dead) 1.5 +0 -11 ports/shells/zsh/files/patch-Completion-Unix-Command-_mount (dead) 1.4 +0 -11 ports/shells/zsh/files/patch-Completion-Unix-Type-_file_systems (dead) 1.49 +20 -1 ports/shells/zsh/pkg-plist