diff options
author | wiz <wiz> | 2011-02-03 13:03:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-03 13:03:13 +0000 |
commit | bf432032e86bfc4d97ee528be396d0fb5fad52ff (patch) | |
tree | 79623f4272100d501b42cc489c74ab7a5ed3624f /misc | |
parent | b5c7c0398b2029d133484caf997a2eb462554a2e (diff) | |
download | pkgsrc-bf432032e86bfc4d97ee528be396d0fb5fad52ff.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')
-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 0cee89bac87..38000e56d1f 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.53 2010/05/02 13:40:22 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2011/02/03 13:03:13 wiz Exp $ -DISTNAME= dialog-1.1-20100428 +DISTNAME= dialog-1.1-20110118 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 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 |