From owner-freebsd-questions@FreeBSD.ORG Wed Jan 11 23:04:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEAAF1065675 for ; Wed, 11 Jan 2012 23:04:41 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id A68D88FC17 for ; Wed, 11 Jan 2012 23:04:41 +0000 (UTC) Received: from pps.filterd (ltcfislmsgpa02 [127.0.0.1]) by ltcfislmsgpa02.fnfis.com (8.14.4/8.14.4) with SMTP id q0BMQSrM011781 for ; Wed, 11 Jan 2012 17:04:40 -0600 Received: from smtp.fisglobal.com ([10.132.206.15]) by ltcfislmsgpa02.fnfis.com with ESMTP id 129jerrabw-25 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for ; Wed, 11 Jan 2012 17:04:40 -0600 Received: from dtwin (10.14.152.15) by smtp.fisglobal.com (10.132.206.15) with Microsoft SMTP Server (TLS) id 14.1.323.3; Wed, 11 Jan 2012 17:04:34 -0600 From: Devin Teske To: FreeBSD Questions Date: Wed, 11 Jan 2012 15:04:42 -0800 Message-ID: <018501ccd0b5$67f0bcf0$37d236d0$@fisglobal.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AczQs4CqnU+raMJGQOqMXAmoCsxkVA== Content-Language: en-us X-Originating-IP: [10.14.152.15] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.5.7110, 1.0.211, 0.0.0000 definitions=2012-01-11_04:2012-01-11, 2012-01-11, 1970-01-01 signatures=0 Subject: [ANN] tzdialog(8) version 1.2 released X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 23:04:41 -0000 Hi List, I'd like to announce a new version of tzdialog(8) available at http://druidbsd.sf.net/ This version sync's up with the HEAD version of tzsetup(8), including MFC of r198267 r198350 r210243 r220172 r222139 and r227011 as well as a few other minor modifications/bug-fixes. I've also requested that this version be added to the ports-tree under sysutils/tzdialog (PR ports/164031). http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/164031 For those unaware, tzdialog(8) is essentially tzsetup(8) rewritten from C into sh(1) -- bugs-and-all. The major advantages are: 1. Support for Xdialog(1). 2. Ease of maintenance (for example, SVNs r208830 r208831 r209190 r227934 r227947 and r228176 which were made to tzsetup(8) were not necessary to apply to tzdialog(8), as the sh(1) code was not affected by these C-based problems). 3. Finally, tzdialog(8) can be used without modification on Linux (replacing the need for inferior tzselect(8)), Cygwin, Darwin (if dialog(1) is available) and other BSDs without recompilation. -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.