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 Sep  9 17:47:18 UTC 2018

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo

Log Message:
nano: update to 3.0

2018.09.09 - GNU nano 3.0 "Water Flowing Underground" speeds up the
             reading of a file by seventy percent, roughly doubles the
             speed of handling ASCII text, changes the way words at line
             boundaries are deleted, makes <Ctrl+Delete> wipe the next
             word and <Ctrl+Shift+Delete> the preceding word, binds M-Q
             to 'findprevious' by default (the Tabs-to-Spaces toggle is
             placed on M-O, and the More-Space toggle is fully removed),
             makes an external spell check undoable, shows the correct
             number of lines on the status bar when opening multiple
             files, removes the 'formatter' command, removes the
             'searchagain' bindable function (M-W is now bound to
             'findnext' by default), moves the No-Convert toggle to the
             Insert menu, removes the Backup and New-Buffer toggles from
             the main menu (they remain in the Write-Out and Insert
             menus, respectively), is more precise in what it accepts as
             a rebindable key name, ignores any presses of <Esc> before
             a valid command keystroke, recognizes some more escape
             sequences for modified editing-pad keys, does not hide
             rcfile error messages on a Linux console, renames the
             bindable functions 'copytext' to 'copy' and 'uncut' to
             'paste', and avoids a possible hang during a Full-Justify.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.45 -r1.46 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.73 pkgsrc/editors/nano/Makefile:1.74
--- pkgsrc/editors/nano/Makefile:1.73   Tue Jun 12 11:55:50 2018
+++ pkgsrc/editors/nano/Makefile        Sun Sep  9 17:47:18 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2018/06/12 11:55:50 wiedi Exp $
+# $NetBSD: Makefile,v 1.74 2018/09/09 17:47:18 wiedi Exp $
 
-DISTNAME=      nano-2.9.8
+DISTNAME=      nano-3.0
 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.45 pkgsrc/editors/nano/distinfo:1.46
--- pkgsrc/editors/nano/distinfo:1.45   Tue Jun 12 11:55:50 2018
+++ pkgsrc/editors/nano/distinfo        Sun Sep  9 17:47:18 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.45 2018/06/12 11:55:50 wiedi Exp $
+$NetBSD: distinfo,v 1.46 2018/09/09 17:47:18 wiedi Exp $
 
-SHA1 (nano-2.9.8.tar.xz) = e0c88a8f029a0f01247de2582e1a1c5b110f7da8
-RMD160 (nano-2.9.8.tar.xz) = bc884c82d2ac7f233c021597ae4df635b5234ef6
-SHA512 (nano-2.9.8.tar.xz) = 9a8230bb1312be4e7f44c5fb42c32d773dd4e488d41980c5aee1de0f9b5642b938a940649f3b5bfb848625c0c258ea15333cad861b5a368e3746f1f396df452b
-Size (nano-2.9.8.tar.xz) = 1499948 bytes
+SHA1 (nano-3.0.tar.xz) = 0396d85df64a7927ca2d3425a0263dacf8502220
+RMD160 (nano-3.0.tar.xz) = 682546c3dec370918de7e9d1b8517612c43ae6f0
+SHA512 (nano-3.0.tar.xz) = 120b606d65672a905e9ef9f3b55381cc62b7929abeaf409ea4af6be9f51b3d038e6e68f082755cbb7e198f0fb5203e0f4796c6c96ebd054d9a2241b313fcdda1
+Size (nano-3.0.tar.xz) = 1508248 bytes
 SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30



Home | Main Index | Thread Index | Old Index