summaryrefslogtreecommitdiff
path: root/misc/dialog
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-06-07 19:53:24 +0000
committerwiz <wiz@pkgsrc.org>2007-06-07 19:53:24 +0000
commit83830d3bf587ec625dbb9c0ffadd86fd370ed64e (patch)
treeabfe093b6d17b29ea429a8479c02c6f2204f302d /misc/dialog
parent4a448316097becae439d6fa5d59d82f33d0c6132 (diff)
downloadpkgsrc-83830d3bf587ec625dbb9c0ffadd86fd370ed64e.tar.gz
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 (limited to 'misc/dialog')
-rw-r--r--misc/dialog/Makefile4
-rw-r--r--misc/dialog/PLIST3
-rw-r--r--misc/dialog/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile
index 121ee6932d7..c5c19c7056a 100644
--- a/misc/dialog/Makefile
+++ b/misc/dialog/Makefile
@@ -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 --git a/misc/dialog/PLIST b/misc/dialog/PLIST
index f6a8273c5fb..1e5c9cd12dd 100644
--- a/misc/dialog/PLIST
+++ b/misc/dialog/PLIST
@@ -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 --git a/misc/dialog/distinfo b/misc/dialog/distinfo
index 7ea5df399fc..0cd6a0ca9cd 100644
--- a/misc/dialog/distinfo
+++ b/misc/dialog/distinfo
@@ -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