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.20070528:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fb0887d79e1b
branches:  trunk
changeset: 529559:fb0887d79e1b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 07 19:53:24 2007 +0000

description:
Update to 1.1.20070528:

2007/05/28
        + revise changes needed to make textbox's searchbox handle ncurses
          resizing events, e.g., by handling the ERR in that code rather than
          in dlg_getc() (Debian #423732).

2007/05/14
        + supply a repaint_text() call in tailbox.c which was bypassed because
          dlg_getc() now retries on ERR (Debian #423732, cf: 2007/02/27).
        + modify dlg_getc() to fix regression for use of timeouts, broken by
          fixes to allow resizing of textbox (patch by Arnaud Fontaine, Debian
          #418905, cf:  2007/02/27).
        + modify dlg_getc() to fix regression in use of TAB for traversal of
          tailboxbg widgets due to changes for user-definable key bindings
          (Debian #418917, cf:  2005/12/07).

2007/04/09
        + add case in dlg_getc() to handle tab for traversing between widgets
          as in the samples/tailboxbg1 script.  Normally the key binding
          overrides, except for the special case where multiple widgets are
          available.
        + add configure --with-libtool-opts, which passes its value to the
          library creation and linkage passes, e.g.,
                --with-libtool-opts=-static
          to force the result to be static libraries (prompted by a related
          request by Santiago Vila).
        > several fixes based on Coverity scan:
        + fix memory leak in timebox, calendar widgets if the widget cannot
          be created.
        + fix memory leak in dlg_key.c if a user binding's storage cannot
          be allocated.
        + fix improperly delinked entry in dlg_del_window().

2007/03/25
        + improve mkdirs.sh to ignore error from mkdir if the target directory
          happens to already exist (suggested by Harald van Dijk).
        + amend documentation for --gauge to reflect longstanding quirk which
          allows it to read percentage from the first line after an "XXX"
          (Debian #415596).
        + fix makefile dependency so "configure && make install-lib" works.
        + fix resizing of msgbox; the message was not repainted (Debian
          #415022, patch by Brian Rolfe).
        + fix typo in makefile LIB_OBJECT symbol from 2007/02/27 changes.
        + improve CF_MBSTATE_T by including stdio.h, needed on Tru64 to make
          the test-compile work.
        + change makefile to install dialog.3 as part of install-lib rather
          than install-man (report by Thomas Klausner).
        + use $(INSTALL_SCRIPT) for installing dialog-config (report by
          Santiago Vila).

diffstat:

 misc/dialog/Makefile |  4 ++--
 misc/dialog/PLIST    |  3 +--
 misc/dialog/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 9f9e0744d14f -r fb0887d79e1b misc/dialog/Makefile
--- a/misc/dialog/Makefile      Thu Jun 07 19:49:43 2007 +0000
+++ b/misc/dialog/Makefile      Thu Jun 07 19:53:24 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2007/03/08 18:21:13 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2007/06/07 19:53:24 wiz Exp $
 
-DISTNAME=      dialog-1.1-20070227
+DISTNAME=      dialog-1.1-20070528
 PKGNAME=       ${DISTNAME:C/-2/.2/}
 CATEGORIES=    misc
 MASTER_SITES=  ftp://invisible-island.net/dialog/
diff -r 9f9e0744d14f -r fb0887d79e1b misc/dialog/PLIST
--- a/misc/dialog/PLIST Thu Jun 07 19:49:43 2007 +0000
+++ b/misc/dialog/PLIST Thu Jun 07 19:53:24 2007 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.3 2007/03/08 18:21:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/06/07 19:53:24 wiz Exp $
 bin/dialog
 man/man1/dialog.1
-man/man3/dialog.3
diff -r 9f9e0744d14f -r fb0887d79e1b misc/dialog/distinfo
--- a/misc/dialog/distinfo      Thu Jun 07 19:49:43 2007 +0000
+++ b/misc/dialog/distinfo      Thu Jun 07 19:53:24 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2007/03/08 18:21:13 wiz Exp $
+$NetBSD: distinfo,v 1.17 2007/06/07 19:53:24 wiz Exp $
 
-SHA1 (dialog-1.1-20070227.tgz) = c70c5d2c4544f5fd7a11a514b16eb5cd58b8cbc6
-RMD160 (dialog-1.1-20070227.tgz) = 90a52a8016cf833863b9d590bb9de27b28d10a36
-Size (dialog-1.1-20070227.tgz) = 363972 bytes
+SHA1 (dialog-1.1-20070528.tgz) = 1912ce21d9590b9fbf85e9159a2f428eaece1894
+RMD160 (dialog-1.1-20070528.tgz) = 6e6f4aed27b47c47200e0c8c23a4df46888cc8e9
+Size (dialog-1.1-20070528.tgz) = 365573 bytes



Home | Main Index | Thread Index | Old Index