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:   wen
Date:           Mon Dec 31 09:58:36 UTC 2018

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
Update to 3.2

Upstream changes:
2018 November 11

GNU nano 3.2 "Het kromme hout" changes the default binding
for the linter to M-B so that the spell checker (^T) can
always be used, and changes (when linting) the text in the
title bar and the color of the status bar to make linting
mode more obvious.  It also adds a bindable 'zap' function
for deleting a line or marked region without changing the
cutbuffer, adds --zap to bind the <Del> and <Backspace>
keys to the zap function when something is marked, and
hard-binds <Alt+Del> to 'zap'.  Furthermore, it shows the
cursor also in the help viewer (when --showcursor is used),
renames the bindable functions 'prevhistory' to 'older' and
'nexthistory' to 'newer' (update your nanorcs when needed),
reads the nanorc files also in restricted mode to allow
customization by the user (if this should not be allowed,
use --ignorercfiles in addition to --restricted), allows
in view mode to open also other files (if this should not
be allowed, use --restricted in addition to --view), makes
resizes respect a relative --fill again, no longer binds
F13...F15 by default, properly re-highlights a misspelled
word after invoking help in the internal spell checker,
and does not skip Unicode characters in string binds.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.48 -r1.49 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.76 pkgsrc/editors/nano/Makefile:1.77
--- pkgsrc/editors/nano/Makefile:1.76   Sun Sep 23 03:46:04 2018
+++ pkgsrc/editors/nano/Makefile        Mon Dec 31 09:58:36 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2018/09/23 03:46:04 wen Exp $
+# $NetBSD: Makefile,v 1.77 2018/12/31 09:58:36 wen Exp $
 
-DISTNAME=      nano-3.1
+DISTNAME=      nano-3.2
 CATEGORIES=    editors
 MASTER_SITES=  https://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.48 pkgsrc/editors/nano/distinfo:1.49
--- pkgsrc/editors/nano/distinfo:1.48   Sun Sep 23 03:46:04 2018
+++ pkgsrc/editors/nano/distinfo        Mon Dec 31 09:58:36 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.48 2018/09/23 03:46:04 wen Exp $
+$NetBSD: distinfo,v 1.49 2018/12/31 09:58:36 wen Exp $
 
-SHA1 (nano-3.1.tar.xz) = 64518199009b8d5094778b5f3373d16ad9a5a980
-RMD160 (nano-3.1.tar.xz) = fec0a804d4b87edf2399186775f8592d41b58126
-SHA512 (nano-3.1.tar.xz) = dc50381a129fec32d85982d8129324268e3e27a28c5b958fb7bcfca690646bd0a3b995dc456971355b91952c0ac3ea3e0a873b228010238a76e8dbb0ddaf1143
-Size (nano-3.1.tar.xz) = 1509524 bytes
+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 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30



Home | Main Index | Thread Index | Old Index