pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/dialog Updated dialog to 1.3.20160828.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b4438357f9
branches:  trunk
changeset: 351916:95b4438357f9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 01 16:02:22 2016 +0000

description:
Updated dialog to 1.3.20160828.

2016/08/28
        + improve parsing and trace for "bindkey", to convert space to/from
          "\s", as well as handle octal escapes for single byte characters.
        + change explicit checks for space character used for select or toggle
          to make this rebindable to "TOGGLE" (prompted by discussion with
          Paul van Tilburg).
        + add default bindings for cursor left/right to formbox.  The cursor
          left/right cases were replaced with rebindable symbols in 2005/12/07
          without providing these keys as default values (report/patch by
          Miroslav Lichvar).
        + modified autoconf macros
          + CF_PROG_LINT add cpplint to programs to use; drop ad hoc tdlint and
            alint.
          + CF_CC_ENV_FLAGS don't limit the check to -I, -U and -D options,
            since the added options can include various compiler options before
            and after preprocessor options.
          + CF_GNU_SOURCE recent glibc (Debian 2.23-4 for example) has
            misordered ifdef/checks for new symbol _DEFAULT_SOURCE, producing
            warning messages when only _GNU_SOURCE is defined.  Add a followup
            check to define _DEFAULT_SOURCE.
          + CF_XOPEN_SOURCE use _GNU_SOURCE for cygwin headers, tested with
            cygwin 2.3, 2.5 (patch by Corinna Vinschen).
        + mention --no-collapse option in manual page description of
          --tab-correct option.
        + update config.guess, config.sub

diffstat:

 misc/dialog/Makefile |   4 ++--
 misc/dialog/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 56f324d58d58 -r 95b4438357f9 misc/dialog/Makefile
--- a/misc/dialog/Makefile      Thu Sep 01 16:01:24 2016 +0000
+++ b/misc/dialog/Makefile      Thu Sep 01 16:02:22 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2016/05/05 11:23:45 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2016/09/01 16:02:22 wiz Exp $
 
-DISTNAME=      dialog-1.3-20160424
+DISTNAME=      dialog-1.3-20160828
 PKGNAME=       ${DISTNAME:C/-2/.2/}
 CATEGORIES=    misc
 MASTER_SITES=  ftp://invisible-island.net/dialog/
diff -r 56f324d58d58 -r 95b4438357f9 misc/dialog/distinfo
--- a/misc/dialog/distinfo      Thu Sep 01 16:01:24 2016 +0000
+++ b/misc/dialog/distinfo      Thu Sep 01 16:02:22 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2016/05/05 11:23:45 wiz Exp $
+$NetBSD: distinfo,v 1.51 2016/09/01 16:02:22 wiz Exp $
 
-SHA1 (dialog-1.3-20160424.tgz) = ba6bea6c7bb539e3967d9911707c2639fde09a2a
-RMD160 (dialog-1.3-20160424.tgz) = f977c236b8a6f4a0a7c4eed42c97d0abf2dd7e79
-SHA512 (dialog-1.3-20160424.tgz) = 387cca610654c5fb3bc7ea0437787356bed14fbaff8c3440e5423f980b89f79e1d98903e3103065a54d0476986e32a6061ed2b05a2ab76ad918fd31861294df5
-Size (dialog-1.3-20160424.tgz) = 500829 bytes
+SHA1 (dialog-1.3-20160828.tgz) = 6745a288bc49d2b2f8a92411086387c357d880d0
+RMD160 (dialog-1.3-20160828.tgz) = 9699a7c38dc9f78d6a84879b397b67181480a30a
+SHA512 (dialog-1.3-20160828.tgz) = aa0329578c8b0580e52b1f6aad5c7179bc519c3791cf115b035e28f25e5f48d7a626faa1a322b81365646018a2f8b09f67f4df0629899b50aa5ce7190b022113
+Size (dialog-1.3-20160828.tgz) = 501960 bytes



Home | Main Index | Thread Index | Old Index