pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano Update editors/nano to 2.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d18c94cd00de
branches:  trunk
changeset: 361248:d18c94cd00de
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Tue Apr 18 22:06:20 2017 +0000

description:
Update editors/nano to 2.8.1

2017.04.12 - GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
                on musl, fixes scrolling problems in softwrap mode when
                double-width characters on row boundaries are involved,
                shows double-width characters as ">" and "<" when split
                across two rows, moves the cursor more predictably (at
                the cost of sometimes putting it on the second "half"
                of a character), avoids creating lines that consist of
                only blanks when using autoindent, makes ^Home and ^End
                go to the start and end of the file (on terminals that
                support those keystrokes), places the cursor better when
                linting, lets the linter ask only once whether to open
                an included file, and adds bindings for ^Up and ^Down
                in the file browser.  Don't sit on your hands.

2017.03.31 - GNU nano 2.8.0 "Axat" makes it easier to move around in
                softwrapped lines: the Up and Down keys now step from
                visual row to visual row instead of jumping between
                logical lines, and the Home and End keys now move to
                the start and end of a row, and only when already
                there, then to the start and end of the logical line.
                Furthermore, the screen can now scroll per row instead
                of always per logical line.  On an entirely different
                front: nano now makes use of gnulib, to make it build
                on more platforms.  In short: there were many internal
                changes, not many user-visible ones (apart from the
                new softwrap navigation).  The conversion to gnulib
                was done by Mike Frysinger, the softwrap overhaul by
                David Ramsey.

diffstat:

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

diffs (28 lines):

diff -r 87e7892fcf25 -r d18c94cd00de editors/nano/Makefile
--- a/editors/nano/Makefile     Tue Apr 18 21:34:58 2017 +0000
+++ b/editors/nano/Makefile     Tue Apr 18 22:06:20 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2017/03/20 05:05:27 adam Exp $
+# $NetBSD: Makefile,v 1.60 2017/04/18 22:06:20 wiedi Exp $
 
-DISTNAME=      nano-2.7.5
+DISTNAME=      nano-2.8.1
 CATEGORIES=    editors
 MASTER_SITES=  http://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r 87e7892fcf25 -r d18c94cd00de editors/nano/distinfo
--- a/editors/nano/distinfo     Tue Apr 18 21:34:58 2017 +0000
+++ b/editors/nano/distinfo     Tue Apr 18 22:06:20 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2017/03/20 05:05:27 adam Exp $
+$NetBSD: distinfo,v 1.33 2017/04/18 22:06:20 wiedi Exp $
 
-SHA1 (nano-2.7.5.tar.xz) = ac907b75231ba5f046e566af8a87f3840ed3c04e
-RMD160 (nano-2.7.5.tar.xz) = f1b5fa07550bd0cc955bdad2865c5b02b65119e7
-SHA512 (nano-2.7.5.tar.xz) = 1059e20ca862597f2d21a1080769d909ed830a320adc3193a593ffb6f8104dd17ba1a5d64150886a92e4e0727ee184901a33723a1f519438e330d672f4815af5
-Size (nano-2.7.5.tar.xz) = 1014184 bytes
+SHA1 (nano-2.8.1.tar.xz) = 769ae2519ccba99e9ecfb0f7ca0e0c46bb76a5e6
+RMD160 (nano-2.8.1.tar.xz) = 1ba612727a661dfd6ef6a5bd97dd07a217c9d832
+SHA512 (nano-2.8.1.tar.xz) = 922962a63b5bb09851f6a0c89bc312b99b6026359b1a1558a408ef2a1dd9b46b45428fca2b4872d4186e934602ecc6a49d7012eb2dffcda7411007398e1adfdf
+Size (nano-2.8.1.tar.xz) = 1429084 bytes
 SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56



Home | Main Index | Thread Index | Old Index