pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano nano: update to 4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3dc45fde8ec
branches:  trunk
changeset: 321542:e3dc45fde8ec
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Mar 24 19:42:34 2019 +0000

description:
nano: update to 4.0

2019.03.24 - GNU nano 4.0 "Thy Rope of Sands"
        ? An overlong line is no longer automatically hard-wrapped.
        ? Smooth scrolling (one line at a time) has become the default.
        ? A newline character is no longer automatically added at end of buffer.
        ? The line below the title bar is by default part of the editing space.
        ? Option --breaklonglines (-b) turns automatic hard-wrapping back on.
        ? Option --jumpyscrolling (-j) gives the chunky, half-screen scrolling.
        ? Option --finalnewline (-f) brings back the automatic newline at EOF.
        ? Option --emptyline (-e) leaves the line below the title bar unused.
        ? <Alt+Up> and <Alt+Down> now do a linewise scroll instead of a findnext.
        ? Any number of justifications can be undone (like all other operations).
        ? When marked text is justified, it becomes a single, separate paragraph.
        ? Option --guidestripe=<number> draws a vertical bar at the given column.
        ? Option --fill=<number> no longer turns on automatic hard-wrapping.
        ? When a line continues offscreen, it now ends with a highlighted ">".
        ? The halfs of a split two-column character are shown as "[" and "]".
        ? A line now scrolls horizontally one column earlier.
        ? The bindable functions 'cutwordleft' and 'cutwordright' were renamed
          to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer.
        ? The paragraph-jumping functions were moved from Search to Go-to-Line.
        ? Option --rebinddelete is able to compensate for more misbindings.
        ? Options --morespace and --smooth are obsolete and thus ignored.
        ? The --disable-wrapping-as-root configure option was removed.

diffstat:

 editors/nano/Makefile |   4 ++--
 editors/nano/PLIST    |   3 ++-
 editors/nano/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 697743c0c54f -r e3dc45fde8ec editors/nano/Makefile
--- a/editors/nano/Makefile     Sun Mar 24 19:13:41 2019 +0000
+++ b/editors/nano/Makefile     Sun Mar 24 19:42:34 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2018/12/31 09:58:36 wen Exp $
+# $NetBSD: Makefile,v 1.78 2019/03/24 19:42:34 wiedi Exp $
 
-DISTNAME=      nano-3.2
+DISTNAME=      nano-4.0
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r 697743c0c54f -r e3dc45fde8ec editors/nano/PLIST
--- a/editors/nano/PLIST        Sun Mar 24 19:13:41 2019 +0000
+++ b/editors/nano/PLIST        Sun Mar 24 19:42:34 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2018/01/30 01:21:33 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.25 2019/03/24 19:42:34 wiedi Exp $
 bin/nano
 bin/rnano
 info/nano.info
@@ -25,6 +25,7 @@
 share/locale/id/LC_MESSAGES/nano.mo
 share/locale/it/LC_MESSAGES/nano.mo
 share/locale/ja/LC_MESSAGES/nano.mo
+share/locale/ko/LC_MESSAGES/nano.mo
 share/locale/ms/LC_MESSAGES/nano.mo
 share/locale/nb/LC_MESSAGES/nano.mo
 share/locale/nl/LC_MESSAGES/nano.mo
diff -r 697743c0c54f -r e3dc45fde8ec editors/nano/distinfo
--- a/editors/nano/distinfo     Sun Mar 24 19:13:41 2019 +0000
+++ b/editors/nano/distinfo     Sun Mar 24 19:42:34 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.49 2018/12/31 09:58:36 wen Exp $
+$NetBSD: distinfo,v 1.50 2019/03/24 19:42:34 wiedi Exp $
 
-SHA1 (nano-3.2.tar.xz) = 723128dc1eade35a24a57c1d60d954b5cf308654
-RMD160 (nano-3.2.tar.xz) = 5c4f2610c5be418e2ac1656bb9657845da9550b6
-SHA512 (nano-3.2.tar.xz) = a2d6d379b7e580521ce7961ed560f9ca2103643fdd1d41b724b7546b95c5e2d4bc9a4006530e43a8f1c45c6bb6984d96a98ca50cdb08b4d5e261a860f05002b3
-Size (nano-3.2.tar.xz) = 1514744 bytes
+SHA1 (nano-4.0.tar.xz) = 586f369d622a883acf06d1143a7b3c8754acc011
+RMD160 (nano-4.0.tar.xz) = b6bb83e30ec4484a6fa8f3d5366387918a480e1f
+SHA512 (nano-4.0.tar.xz) = 2cef28df05f890bc27ef8faa9eb5350f8de2cc6cc69b4dc8e11c19248911630a7088ddbee57c8a8aa56df6efaab13124132d0cda55e5ae1f151265723d7d0ede
+Size (nano-4.0.tar.xz) = 1533992 bytes
 SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30



Home | Main Index | Thread Index | Old Index