diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-12 21:13:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-12 21:13:16 +0000 |
commit | b2b8ea43fb4eb232266580f9e3b1522c5fb725f2 (patch) | |
tree | 1407b786d6288fb28081c7f0fc87b5d63288ad99 /misc | |
parent | 6587a50b7cdf77a21f85704cba0459e00103864e (diff) | |
download | pkgsrc-b2b8ea43fb4eb232266580f9e3b1522c5fb725f2.tar.gz |
Update to 1.1.20120706:
2012/07/06
+ modify samples/setup-tempfile to work with Tru64's shell.
+ modify inputmenu sample scripts to make them more portable:
+ use "id" rather than "$GROUPS", use sed to work with Solaris.
+ use sed to split-up the rename results to work with HPUX.
+ fix regression in msgbox (ArchLinux #30574)
2012/07/03
+ modify prgbox widget to work with --extra-button, etc.
+ add case values to several widgets to allow for mouse-clicks with
"--extra-button" and "--help-button" additions.
+ correct timebox widget's exit code for "--extra-button" when handing
the "enter" key.
+ modify msgbox widget to honor "--extra-button".
+ corrected processing of "--trace" option, which did not update the
index into command-line to point past its value.
+ add a check in dialog program for valid characters used in option,
e.g., to generate an error if a script attempts to add option value
using "=" rather than with whitespace.
+ add new command-line option --default-button and library function
dlg_default_button() to retrieve the value set by the option
to provide a way to set the default button directly rather than
by combining --nook, etc. (patch by Zoltan Kelemen).
+ amend include of unctrl.h to apply only to the case where curses.h
is included, to avoid conflict of ncurses' unctrl.h with a system
implementation (report by Martin Roedlach)
+ add limit-check to dlg_toupper() in non-wide curses mode to work
when non-character values such as arrow-key codes are passed to
it (patch by Zoltan Kelemen).
+ override timeout value, e.g., as set via --timeout command-line
option in pause widget because that interferes with pause's behavior
(report by Jan Spitalnik).
+ modify samples/inputmenu* to allow ":" in renamed text (report by
Andreas Stoewing).
+ modify double-quoting to make it more consistent, i.e., checklist
output is quoted only when needed. This fixes the case where
single-quotes were used whether or not needed, but also modifies
older checklist behavior for double-quoting which always added those
(Debian #663664).
+ correct exit-code used in inputmenu for "rename" button (Debian
#673041, forwarded from Ubuntu #333909, patch by Lebedev Vadim).
+ update el.po and hr.po from
http://translationproject.org/latest/dialog/
+ use checkbashisms to clean up sample scripts.
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 f28f1bb0b88..d0dcc684635 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.58 2012/03/07 14:45:55 wiz Exp $ +# $NetBSD: Makefile,v 1.59 2012/07/12 21:13:16 wiz Exp $ -DISTNAME= dialog-1.1-20120215 +DISTNAME= dialog-1.1-20120706 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 65d486dba13..7be1d23b267 100644 --- a/misc/dialog/distinfo +++ b/misc/dialog/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.31 2012/03/07 14:45:55 wiz Exp $ +$NetBSD: distinfo,v 1.32 2012/07/12 21:13:16 wiz Exp $ -SHA1 (dialog-1.1-20120215.tgz) = 0d8a07e064c6d4f9cc7d9cb21c4609dc4a19537e -RMD160 (dialog-1.1-20120215.tgz) = 52ce281e810c81041196206839e25d357895b1a6 -Size (dialog-1.1-20120215.tgz) = 441234 bytes +SHA1 (dialog-1.1-20120706.tgz) = fa033f0fb166da86e29d70e68159a92a9b9cdb84 +RMD160 (dialog-1.1-20120706.tgz) = 19f783ac2ac7550a10c91b88e599bca6b2a80656 +Size (dialog-1.1-20120706.tgz) = 444554 bytes |