summaryrefslogtreecommitdiff
path: root/misc/dialog/distinfo
diff options
context:
space:
mode:
authorwiz <wiz>2011-02-03 13:03:13 +0000
committerwiz <wiz>2011-02-03 13:03:13 +0000
commit64a1e8bd5da72557fc77ca65bc21d0ed80f4430b (patch)
tree79623f4272100d501b42cc489c74ab7a5ed3624f /misc/dialog/distinfo
parentcaa8ccabc68c50c714f6ff22c3d94afa2697a10a (diff)
downloadpkgsrc-64a1e8bd5da72557fc77ca65bc21d0ed80f4430b.tar.gz
Update to 1.1.20110118:
2011/01/18 + fix inconsistency in return-codes for textbox when help-button is used by making dlg_exit_buttoncode() a wrapper for dlg_ok_buttoncode(). + modify pause widget to use dlg_ok_buttoncode(), so help-button works. + correct two infobox sample scripts, which did not pass extra command-line parameters due to quoting problems. + add a limit-check to the timebox widget (patch by Garrett Cooper). + modify --trace option to also trace the command-line parameters. + account for combining characters when wrapping text (Debian #570634). + correct handling of SIGWINCH in gauge widget (Debian #305705). + add gauge_color, to make guage's progress-bar distinct from title_color (request by Dominic Derdau). + update fi.po from http://translationproject.org/latest/dialog/ as well as resync line-numbers in the other po-files. + modify configure script and dialog program to build with NetBSD's wide-character curses functions, including workarounds for its incorrect WACS_xxx definitions. Some of the UTF-8 examples work. + add back-tab for traversal of tailboxbg widgets, for symmetry with tab-traversal. + reduce flicker in tailboxbg by checking if the input file size has changed. + modify internals of callbacks to avoid blocking reads of their associated files by keyboard input. + add command-line option --no-mouse, to suppress use of mouse. + add configure option --enable-header-subdir to allow the header files to be installed into a subdirectory named for the package. + modify dlg_restore_vars() to retain the updated values of input_result and input_length, eliminating the need for a caller to provide their own user buffer (prompted by report by Thiago Bimbatti Felicio). + add a null-pointer check in show_result() for dialog_vars.input_result, and ensure it is set to null after freeing (prompted by report by Thiago Bimbatti Felicio). + change order of -I options in CPPFLAGS (report by Michel Feldheim) + modify pause-widget so that it no longer exits when an unrecognized key is pressed (patch by Creidieki M Crouch). + add --with-package option to configure script to allow renaming of the dialog program and library, to support the package scripts. + add Debian and RPM package scripts for test-builds. + several improvements to configure script: + quote params of ifelse() + change obsolete ${name-value} to standard ${name:-value} + use new macros CF_ADD_LIB/CF_ADD_LIBS to enforce consistency. + AM_GNU_GETTEXT, drop $MKINSTALLDIRS, use "mkdir -p" consistently. + CF_ADD_SUBDIR_PATH, workaround - if $prefix was not mkdir'd yet, no directories were added. + CF_BUNDLED_INTL, add --with-textdomain option, to use with lynx-dev package + CF_FIND_LINKAGE, simplify save/restore of $LIBS + CF_GCC_WARNINGS, fix for Mac OS X (compiler makes conftest.dSYM directory) + CF_HEADER_PATH, don't search for variations of everything in the current include-path + CF_WITH_CURSES_DIR, move the calls to CF_ADD_INCDIR and CF_ADD_LIBDIR for the curses-directory here, from CF_NCURSES_CPPFLAGS and CF_NCURSES_LDFLAGS, so it will work even with the default checking, e.g., no --with-ncurses, etc. + updated config.guess, config.sub
Diffstat (limited to 'misc/dialog/distinfo')
-rw-r--r--misc/dialog/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/dialog/distinfo b/misc/dialog/distinfo
index 66b3c61f019..22abf5e08d3 100644
--- a/misc/dialog/distinfo
+++ b/misc/dialog/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2010/05/02 13:40:22 wiz Exp $
+$NetBSD: distinfo,v 1.27 2011/02/03 13:03:13 wiz Exp $
-SHA1 (dialog-1.1-20100428.tgz) = 6945b302bf5b107c12f6009c25699d265b45579c
-RMD160 (dialog-1.1-20100428.tgz) = fce98c3207ebdb155f01fb38df8b89de75f9b875
-Size (dialog-1.1-20100428.tgz) = 400036 bytes
+SHA1 (dialog-1.1-20110118.tgz) = 7a7d7a802ba28d05e691d55b7c94c05e8ee8a102
+RMD160 (dialog-1.1-20110118.tgz) = a2c02d4e2561fad4117820c02a709d1b95b4e826
+Size (dialog-1.1-20110118.tgz) = 411435 bytes