Received: by mail.netbsd.org (Postfix, from userid 605) id 83F0684E05; Fri, 15 Feb 2019 19:53:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0B6D884CEE for ; Fri, 15 Feb 2019 19:53:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0S0Pq7W3Z4CE for ; Fri, 15 Feb 2019 19:53:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3954584C2B for ; Fri, 15 Feb 2019 19:53:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 376D5FB16; Fri, 15 Feb 2019 19:53:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155026038097710" MIME-Version: 1.0 Date: Fri, 15 Feb 2019 19:53:00 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/misc/dialog To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20190215195300.376D5FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155026038097710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Feb 15 19:53:00 UTC 2019 Modified Files: pkgsrc/misc/dialog: Makefile distinfo Log Message: dialog: update to 1.3.20190211. Provided by Thomas Dickey in private email. 2019/02/11 + modify to work with ncurses' threaded-library, which does not allow assignment to LINES/COLS (report by Marcus Roeckrath). + correct clearing after text in progressbox from 2018/06/21 changes for resizing (reports by David Boyd, Alan Somers). + improved configure macros CF_GNU_SOURCE, CF_POSIX_C_SOURCE, CF_XOPEN_SOURCE + update config.guess, config.sub 2018/11/07 + convert ja.po to UTF-8 for consistency (suggested by Stanislav Brabec). + repair mis-encoded hi.po (report/analysis by Stanislav Brabec). 2018/10/22 + improved configure macros CF_CC_ENV_FLAGS, CF_LD_RPATH_OPT, CF_LIBRARY_PATH, CF_SHARED_OPTS, CF_WITH_MAN2HTML, CF_WITH_VERSIONED_SYMS from ncurses + add ast.po, from http://translationproject.org/latest/dialog/ 2018/06/21 + improve file-offset computation in textbox.c (Werner Fink). + fix an overlooked case with real_auto_size() to maximize when height or width is given as -1. + build-fixes for configure options "--disable-Xdialog2" and "--disable-form" + add traces for each widget to show its parameters. + modify color scheme for mixedgauge to use the dialog window colors, like the captions. + fix a too-small malloc in the mixedgauge widget. + fix a use-after-free in dlg_remove_callback(). + improve handling of SIGWINCH for several widgets (Debian #865840). + menubox, the point of the Debian report was that it would be nice to increase the window size if the terminal size increases. Did that as a special case less problematic than decreasing the terminal size. Added samples/menubox11 to demonstrate by comparison with menubox10 a problem with debconf which puts extra newlines in the caption that interfere with autowrap. + progressbox and derived prgbox, programbox, now handle resizing. + yesno, window was cleared + add dlg_ttysize() to support new options, allowing scripts to obtain some text-formatting details without initializing the terminal. + add options --print-text-only, and --print-text-size for scripts that adjust the widget size according to how the captions are formatted. + improve dialog.pl: + add demo.pl, to demonstrate the functions + quote/escape string parameters passed to dialog. + ensure all "integer" parameters are really integers. + use actual screensize for list captions rather than assuming 24 lines. + when trimming blanks, treat unconverted tabs the same as spaces. + correct parameter to test when trimming blanks from the script, e.g., with "--trim" (report by Jarno Suni). + improve documentation of the various whitespace-filtering options, to show which take precedence (Debian #867536, cf: Debian #102942). + modify msgbox.c, yesno.c to bind SCROLLKEY_BINDINGS before TRAVERSE_BINDINGS so that up/down arrow will by default scroll the message up/down rather than be aliases for tab-traversal (report by Fredrik Kers). + modify dump_one_binding() to show when a binding is overridden. + improve format of trace-file, making comment-syntax consistent, as well as showing argv-splitting as a series of comments. + modify dlg_string_to_argv() to change the quoting behavior to be more consistent with shell behavior (patch by Denilson Sa Maia). + modify dlg_getc() to return ESC when a timeout expires, notifying callers that a quit occurred rather than exiting the application (suggested by Rodrigo Freitas). + modify handle_inputs() to ensure cursor-visibility is restored when there is no input character available (report by Guillaume Vareille). + improve comment in manual page regarding which widgets can use the "--help-button" (prompted by discussion with Csanyi Pal). + add a check for valid object pointer in tailbox's main loop since the getc-callback may have been freed within ui_getc.c (report by "David"). + improved configure macros for ncurses: CF_GNU_SOURCE, CF_SHARED_OPTS, CF_CURSES_LIBS, CF_CURSES_FUNCS, CF_NCURSES_CONFIG + improved configure script checks for groff vs man2html: CF_PROG_GROFF and CF_WITH_MAN2HTML + build-fix from lynx for AM_WITH_NLS configure macro + update config.guess, config.sub 2017/12/09 + update ftp url in test-packages. + modify test-packages to use recommended compiler/linker flags. + improved configure macros AM_WITH_NLS, CF_CC_ENV_FLAGS, CF_CURSES_LIBS, CF_NCURSES_CONFIG, CF_SHARED_OPTS, CF_WITH_LIBTOOL, CF__INTL_BODY. + update config.guess, config.sub To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/misc/dialog/Makefile cvs rdiff -u -r1.53 -r1.54 pkgsrc/misc/dialog/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155026038097710 Content-Disposition: inline Content-Length: 1741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/dialog/Makefile diff -u pkgsrc/misc/dialog/Makefile:1.84 pkgsrc/misc/dialog/Makefile:1.85 --- pkgsrc/misc/dialog/Makefile:1.84 Wed May 17 10:39:43 2017 +++ pkgsrc/misc/dialog/Makefile Fri Feb 15 19:53:00 2019 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.84 2017/05/17 10:39:43 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2019/02/15 19:53:00 wiz Exp $ -DISTNAME= dialog-1.3-20170509 +DISTNAME= dialog-1.3-20190211 PKGNAME= ${DISTNAME:C/-2/.2/} CATEGORIES= misc -MASTER_SITES= ftp://invisible-island.net/dialog/ +MASTER_SITES= ftp://ftp.invisible-island.net/dialog/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/misc/dialog/distinfo diff -u pkgsrc/misc/dialog/distinfo:1.53 pkgsrc/misc/dialog/distinfo:1.54 --- pkgsrc/misc/dialog/distinfo:1.53 Wed May 17 10:39:43 2017 +++ pkgsrc/misc/dialog/distinfo Fri Feb 15 19:53:00 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.53 2017/05/17 10:39:43 wiz Exp $ +$NetBSD: distinfo,v 1.54 2019/02/15 19:53:00 wiz Exp $ -SHA1 (dialog-1.3-20170509.tgz) = b576b64d0a780186b26a606bd5fb132eeda0825f -RMD160 (dialog-1.3-20170509.tgz) = b03c51a97abf5654a8547e16b6852a988fa8777b -SHA512 (dialog-1.3-20170509.tgz) = dd3fe2041a15dd344ea39a1ba111d3b26daca1cda91a4e82f1223385a49cdf3de15f11129366a20c5a24b16b5301f215543850a390d70d0559f98247bbd49a56 -Size (dialog-1.3-20170509.tgz) = 509135 bytes +SHA1 (dialog-1.3-20190211.tgz) = f355cc10949a19e5f5838bf226d581ee9a552344 +RMD160 (dialog-1.3-20190211.tgz) = 51b451fca64b28e78f12dd456c52af5774cc8c30 +SHA512 (dialog-1.3-20190211.tgz) = 247639190c97c1baa6aa2cc75bc17593a0e33fcfcfd6dbc4a1903b55709f8f102c965de03f0620c48463f018525eb77f9b62b39db8331b811a227bbf39b254c4 +Size (dialog-1.3-20190211.tgz) = 534749 bytes --_----------=_155026038097710--