pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dialog Update to 1.1.20080316:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9c997a160e1
branches:  trunk
changeset: 541023:d9c997a160e1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 13 20:28:02 2008 +0000

description:
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@localhost, 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:

 misc/dialog/Makefile |  4 ++--
 misc/dialog/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r e1a1361f452c -r d9c997a160e1 misc/dialog/Makefile
--- a/misc/dialog/Makefile      Sun Apr 13 20:25:29 2008 +0000
+++ b/misc/dialog/Makefile      Sun Apr 13 20:28:02 2008 +0000
@@ -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 -r e1a1361f452c -r d9c997a160e1 misc/dialog/distinfo
--- a/misc/dialog/distinfo      Sun Apr 13 20:25:29 2008 +0000
+++ b/misc/dialog/distinfo      Sun Apr 13 20:28:02 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index