pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/nano Update editors/nano to 2.7.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b127846c9589
branches:  trunk
changeset: 354616:b127846c9589
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Fri Nov 04 21:24:22 2016 +0000

description:
Update editors/nano to 2.7.1

2016.10.29 - GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
                ability to display line numbers beside the text.  This can
                be activated with -l or --linenumbers on the command line,
                or with 'set linenumbers' in your nanorc, or toggled with
                M-#.  The coloring of these numbers can be chosen via the
                option 'set numbercolor'.  This release furthermore fixes
                some bugs with scrolling in softwrap mode, is more strict
                in the parsing of key rebindings, and marks a new buffer
                as modified when the output of a command (^R ^X) has been
                read into it.  Come and check it out!

2016.09.01 - GNU nano 2.7.0 "Suni" adds a new feature: allowing text to be
                selected by holding Shift together with the cursor keys.
                Besides that, nano now works also when run in very tiny
                terminals (down to one line, one column), and improves
                the handling of the prompt in cramped spaces.  Not much,
                but it's time to get it out there.

2016.08.10 - nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
                a Linux virtual console, takes as verbatim only the very
                first keystroke after M-V, removes any lock files that it
                holds when dying, doesn't abort when a word contains digits
                (when using the default speller), fixes a small sorting bug
                in the file browser, makes searching case-insensitively in
                a UTF-8 locale a little faster, and doesn't enter invalid
                bytes when holding down both Alt keys.  Sant?!

2016.07.28 - nano 2.6.2 "Le vent nous portera" adds two new features: the
                keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
                of text, and the option 'wordchars' for specifying which
                characters (beside alphanumeric ones) should be considered
                word-forming.  Further, it provides feedback during Unicode
                input (M-V followed by a six-digit hexadecimal number which
                must start with 0 or 10), avoids a crash when resizing the
                window during Verbatim input, doesn't drop a keystroke after
                having been suspended, and replaces the beginning-of-line
                anchor (^) just once per line.  There are also several tiny
                improvements in screen rendering and key handling.  Come get
                your hair tousled!

2016.06.27 - nano 2.6.1 "Stampede" is chiefly a translation update, but also
                adds one little feature (the ability to use negative numbers
                with Go To Line: -1 meaning the first line from the bottom),
                includes syntax highlighting for Rust, and fixes three tiny
                bugs (but in such far corners of the editor that they aren't
                even worth mentioning).

diffstat:

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

diffs (57 lines):

diff -r 79780fd532f1 -r b127846c9589 editors/nano/Makefile
--- a/editors/nano/Makefile     Fri Nov 04 20:42:32 2016 +0000
+++ b/editors/nano/Makefile     Fri Nov 04 21:24:22 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2016/06/19 10:43:34 wiedi Exp $
+# $NetBSD: Makefile,v 1.56 2016/11/04 21:24:22 wiedi Exp $
 
-DISTNAME=      nano-2.6.0
+DISTNAME=      nano-2.7.1
 CATEGORIES=    editors
-MASTER_SITES=  http://www.nano-editor.org/dist/v2.6/
+MASTER_SITES=  http://www.nano-editor.org/dist/v2.7/
 
 MAINTAINER=    wiedi%frubar.net@localhost
 HOMEPAGE=      http://www.nano-editor.org/
@@ -11,7 +11,7 @@
 
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            msgfmt
+USE_TOOLS+=            msgfmt gmake
 
 INFO_FILES=            yes
 
diff -r 79780fd532f1 -r b127846c9589 editors/nano/PLIST
--- a/editors/nano/PLIST        Fri Nov 04 20:42:32 2016 +0000
+++ b/editors/nano/PLIST        Fri Nov 04 21:24:22 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2016/02/21 15:36:33 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.21 2016/11/04 21:24:22 wiedi Exp $
 bin/nano
 bin/rnano
 info/nano.info
@@ -79,6 +79,7 @@
 share/nano/pov.nanorc
 share/nano/python.nanorc
 share/nano/ruby.nanorc
+share/nano/rust.nanorc
 share/nano/sh.nanorc
 share/nano/spec.nanorc
 share/nano/tcl.nanorc
diff -r 79780fd532f1 -r b127846c9589 editors/nano/distinfo
--- a/editors/nano/distinfo     Fri Nov 04 20:42:32 2016 +0000
+++ b/editors/nano/distinfo     Fri Nov 04 21:24:22 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2016/06/19 10:43:34 wiedi Exp $
+$NetBSD: distinfo,v 1.29 2016/11/04 21:24:22 wiedi Exp $
 
-SHA1 (nano-2.6.0.tar.gz) = 21a4658cacbf80bd04cbcb0241f426a782c0033b
-RMD160 (nano-2.6.0.tar.gz) = 4fd6a152e1e66f222b7c3434947d55b41711d64f
-SHA512 (nano-2.6.0.tar.gz) = c9bbc3c0c2020248ed1bbf62793c14abdf4786b38f22cf8f73c6b697bab9e95e293a83b27b9f52289a6b658816f442dff1504d3bdbfea094927f335037bdc384
-Size (nano-2.6.0.tar.gz) = 1960801 bytes
+SHA1 (nano-2.7.1.tar.gz) = 5ad089d08e68dc7977f51403de6d7872686647af
+RMD160 (nano-2.7.1.tar.gz) = d52c3a621c6e557b99dc0ed9112136992430cfd6
+SHA512 (nano-2.7.1.tar.gz) = 4cd87ad4c19ac6dad6894b35f15ae6794da488a075a374687ae7e950194c355dbf2c120744af9185bd10f722ecf0780525be2525c3e396113ed61f2e64af7d26
+Size (nano-2.7.1.tar.gz) = 2032955 bytes
 SHA1 (patch-configure) = 3a63b02a39000d5a15087739648b82e999d14f56



Home | Main Index | Thread Index | Old Index