Thu Jul 12 21:13:16 2012 UTC ()
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.


(wiz)
diff -r1.58 -r1.59 pkgsrc/misc/dialog/Makefile
diff -r1.31 -r1.32 pkgsrc/misc/dialog/distinfo

cvs diff -r1.58 -r1.59 pkgsrc/misc/dialog/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/dialog/Makefile 2012/03/07 14:45:55 1.58
+++ pkgsrc/misc/dialog/Makefile 2012/07/12 21:13:16 1.59
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.58 2012/03/07 14:45:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.59 2012/07/12 21:13:16 wiz Exp $
2 2
3DISTNAME= dialog-1.1-20120215 3DISTNAME= dialog-1.1-20120706
4PKGNAME= ${DISTNAME:C/-2/.2/} 4PKGNAME= ${DISTNAME:C/-2/.2/}
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= ftp://invisible-island.net/dialog/ 6MASTER_SITES= ftp://invisible-island.net/dialog/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://invisible-island.net/dialog/dialog.html 10HOMEPAGE= http://invisible-island.net/dialog/dialog.html
11COMMENT= Display dialog boxes from shell scripts 11COMMENT= Display dialog boxes from shell scripts
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.31 -r1.32 pkgsrc/misc/dialog/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/dialog/distinfo 2012/03/07 14:45:55 1.31
+++ pkgsrc/misc/dialog/distinfo 2012/07/12 21:13:16 1.32
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.31 2012/03/07 14:45:55 wiz Exp $ 1$NetBSD: distinfo,v 1.32 2012/07/12 21:13:16 wiz Exp $
2 2
3SHA1 (dialog-1.1-20120215.tgz) = 0d8a07e064c6d4f9cc7d9cb21c4609dc4a19537e 3SHA1 (dialog-1.1-20120706.tgz) = fa033f0fb166da86e29d70e68159a92a9b9cdb84
4RMD160 (dialog-1.1-20120215.tgz) = 52ce281e810c81041196206839e25d357895b1a6 4RMD160 (dialog-1.1-20120706.tgz) = 19f783ac2ac7550a10c91b88e599bca6b2a80656
5Size (dialog-1.1-20120215.tgz) = 441234 bytes 5Size (dialog-1.1-20120706.tgz) = 444554 bytes