diff options
author | wiz <wiz@pkgsrc.org> | 2008-04-13 20:28:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-04-13 20:28:02 +0000 |
commit | d30af3604f46e6ebcd72bbe2bfcf8324a866725c (patch) | |
tree | 6975532f0fe485f9a7a4dedbd6add13fae3bee66 /misc | |
parent | 112c0be16a8f5e53031c86316b18bf1100a7fba6 (diff) | |
download | pkgsrc-d30af3604f46e6ebcd72bbe2bfcf8324a866725c.tar.gz |
Update to 1.1.20080316:
2008/03/16
+ modify dlg_mouse_wgetch() to loop only on errors that it detects,
rather than on errors forwarded from dlg_getc(), in case those are
due to a disconnected terminal (report by Anatoli Sakhnik).
+ allow "default" color in dialogrc file (request by Dashing).
+ fix an indexing error in formbox (Debian #469190, report by Dmitry
Gomerman, patch by Vladimir Mezentsev).
+ add bindings for CTL/N, CTL/P to checklist, fselect and menubox
widgets (prompted by discussion with John Gatewood Ham).
+ add be@latin.po, th.po and update zh_TW.po from
http://translationproject.org/latest/dialog/
> patches by Peter Astrand:
+ modify dlg_auto_sizefile() to ensure the computed height and width
do not extend beyond the screen size.
+ use unctrl() to make inputstr.c work with Solaris curses.
> patches by Yura Kalinichenko:
+ extend pause widget to use ok/cancel buttons (the former giving the
same result as a timeout), rather than an exit-button.
+ fix initialization parameter of inputbox for multibyte characters.
Diffstat (limited to 'misc')
-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 b0a5fbbbf15..7eca9b81b2e 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2007/12/02 13:04:11 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2008/04/13 20:28:02 wiz Exp $ -DISTNAME= dialog-1.1-20071028 +DISTNAME= dialog-1.1-20080316 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 d74cc9bbb4f..1e83f479cfa 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2007/11/08 19:37:49 wiz Exp $ +$NetBSD: distinfo,v 1.22 2008/04/13 20:28:02 wiz Exp $ -SHA1 (dialog-1.1-20071028.tgz) = 1d290e3c3fb38403fc183ced29b4faae4491169f -RMD160 (dialog-1.1-20071028.tgz) = d3ab49bfb3a16a106f219689f4a513eb6a02e892 -Size (dialog-1.1-20071028.tgz) = 369837 bytes +SHA1 (dialog-1.1-20080316.tgz) = de136626fd4f3edf75b3997d75bb9bf151eb39f0 +RMD160 (dialog-1.1-20080316.tgz) = dbc2ec18fb181ca3be6fa92be0429fb2b1b2b2b1 +Size (dialog-1.1-20080316.tgz) = 373022 bytes |