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: Sun Mar 24 19:42:34 UTC 2019
Modified Files:
pkgsrc/editors/nano: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/editors/nano/PLIST
cvs rdiff -u -r1.49 -r1.50 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.77 pkgsrc/editors/nano/Makefile:1.78
--- pkgsrc/editors/nano/Makefile:1.77 Mon Dec 31 09:58:36 2018
+++ pkgsrc/editors/nano/Makefile Sun Mar 24 19:42:34 2019
@@ -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
Index: pkgsrc/editors/nano/PLIST
diff -u pkgsrc/editors/nano/PLIST:1.24 pkgsrc/editors/nano/PLIST:1.25
--- pkgsrc/editors/nano/PLIST:1.24 Tue Jan 30 01:21:33 2018
+++ pkgsrc/editors/nano/PLIST Sun Mar 24 19:42:34 2019
@@ -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/hu/LC_MESSAGES/nano.mo
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
Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.49 pkgsrc/editors/nano/distinfo:1.50
--- pkgsrc/editors/nano/distinfo:1.49 Mon Dec 31 09:58:36 2018
+++ pkgsrc/editors/nano/distinfo Sun Mar 24 19:42:34 2019
@@ -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