pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nano



Module Name:    pkgsrc
Committed By:   wiedi
Date:           Tue Apr 18 22:06:20 UTC 2017

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/editors/nano/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.59 pkgsrc/editors/nano/Makefile:1.60
--- pkgsrc/editors/nano/Makefile:1.59   Mon Mar 20 05:05:27 2017
+++ pkgsrc/editors/nano/Makefile        Tue Apr 18 22:06:20 2017
@@ -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

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.32 pkgsrc/editors/nano/distinfo:1.33
--- pkgsrc/editors/nano/distinfo:1.32   Mon Mar 20 05:05:27 2017
+++ pkgsrc/editors/nano/distinfo        Tue Apr 18 22:06:20 2017
@@ -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