diff options
author | wiz <wiz> | 2008-08-12 22:34:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-08-12 22:34:24 +0000 |
commit | 7c2ebd78a423be4f22d12d0b9db0720e4d60bf90 (patch) | |
tree | 5e00bf5315a60819e915309a5a49a0ae90d40b12 /misc/dialog | |
parent | 8a44e7e88165e6ffcaec0b8841f04bc2a991f4b2 (diff) | |
download | pkgsrc-7c2ebd78a423be4f22d12d0b9db0720e4d60bf90.tar.gz |
Update to 1.1.20080727:
2008/07/27
+ add pointer-check when closing piped input (cf: 2007/03/25)
+ use here-documents rather than echo, when passing backslashes in
strings, to accommodate the Debian shell "dash" (Debian #489563).
+ recode several ".po" files to UTF-8 for consistency.
+ change --separator to be an alias for --output-separator, for
compatibility with Xdialog.
+ add --output-separator option to allow scripts to change the output
separator from a newline (for --separate-output) or a space. This
applies to other widgets such as forms and editboxes which normally
use a newline.
+ add --column-separator option, to tell where column-aligned data for
radio/checkboxes or menus should be split into columns (request by
Ben Dibbens).
+ add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po,
th.po from
http://translationproject.org/latest/dialog/
+ add "--quoted" option, to quote values returned by formbox, etc.
+ change names of EX/ES macros in dialog.1 to work around name-
pollution caused by changes in Debian #470729.
Diffstat (limited to 'misc/dialog')
-rw-r--r-- | misc/dialog/Makefile | 4 | ||||
-rw-r--r-- | misc/dialog/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 7eca9b81b2e..c46df0732f7 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2008/04/13 20:28:02 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2008/08/12 22:34:24 wiz Exp $ -DISTNAME= dialog-1.1-20080316 +DISTNAME= dialog-1.1-20080727 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc MASTER_SITES= ftp://invisible-island.net/dialog/ diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo index 1e83f479cfa..ce0c1e739bc 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2008/04/13 20:28:02 wiz Exp $ +$NetBSD: distinfo,v 1.23 2008/08/12 22:34:24 wiz Exp $ -SHA1 (dialog-1.1-20080316.tgz) = de136626fd4f3edf75b3997d75bb9bf151eb39f0 -RMD160 (dialog-1.1-20080316.tgz) = dbc2ec18fb181ca3be6fa92be0429fb2b1b2b2b1 -Size (dialog-1.1-20080316.tgz) = 373022 bytes +SHA1 (dialog-1.1-20080727.tgz) = f26d70510babaa7be8eb0b0842fd5666f8c7b0fe +RMD160 (dialog-1.1-20080727.tgz) = 3e07b8963aa22ec2f8222aac5bdf214c38d0ca7e +Size (dialog-1.1-20080727.tgz) = 378244 bytes |