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 6.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6afa05cf72a
branches:  trunk
changeset: 378834:a6afa05cf72a
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat May 07 07:45:15 2022 +0000

description:
nano: update to 6.3

2022.04.28 - GNU nano 6.3 "Wat zullen we drinken? Wat een dorst!"
• For multiline regexes, text is now colored as soon a start match
  is found, also when there is no end match at all.
• The colorizing of any line is stopped after two thousand bytes,
  to avoid frustrating delays.
• When environment variable NO_COLOR is set, the two default colors
  (yellow for the spotlight, red for error messages) are suppressed
  when no interface colors are specified in a nanorc file.
• Full justification and piping the whole buffer through a command
  now keep the cursor at the same line number.
• Utility 'xsel' can be used to copy a marked region to the system's
  clipboard.  See doc/sample.nanorc for an example.

2022.02.18 - GNU nano 6.2 "Kamperfoelie"
• The file browser clears the prompt bar also when using --minibar.
• Linting now works also with a newer 'pyflakes'.

2022.02.09 - GNU nano 6.1 "Rețelele de socializare sunt ca un frigider"
• The behavior of ^K at a prompt has been enhanced: when there is some
  text after the cursor, just this text is erased.  In the most common
  situation, when the cursor is at the end of the answer, the behavior
  is as before: the whole answer is erased.
• At a prompt, M-6 copies the current answer into the cutbuffer.
• Large external pastes into nano are handled more quickly.

diffstat:

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

diffs (45 lines):

diff -r 7b68dff951fe -r a6afa05cf72a editors/nano/Makefile
--- a/editors/nano/Makefile     Sat May 07 07:43:05 2022 +0000
+++ b/editors/nano/Makefile     Sat May 07 07:45:15 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.102 2021/12/15 18:00:19 wiedi Exp $
+# $NetBSD: Makefile,v 1.103 2022/05/07 07:45:15 wiedi Exp $
 
-DISTNAME=      nano-6.0
+DISTNAME=      nano-6.3
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
 EXTRACT_SUFX=  .tar.xz
diff -r 7b68dff951fe -r a6afa05cf72a editors/nano/PLIST
--- a/editors/nano/PLIST        Sat May 07 07:43:05 2022 +0000
+++ b/editors/nano/PLIST        Sat May 07 07:45:15 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2021/12/15 18:00:19 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.31 2022/05/07 07:45:15 wiedi Exp $
 bin/nano
 bin/rnano
 info/nano.info
@@ -37,6 +37,7 @@
 share/locale/ru/LC_MESSAGES/nano.mo
 share/locale/sk/LC_MESSAGES/nano.mo
 share/locale/sl/LC_MESSAGES/nano.mo
+share/locale/sq/LC_MESSAGES/nano.mo
 share/locale/sr/LC_MESSAGES/nano.mo
 share/locale/sv/LC_MESSAGES/nano.mo
 share/locale/tr/LC_MESSAGES/nano.mo
diff -r 7b68dff951fe -r a6afa05cf72a editors/nano/distinfo
--- a/editors/nano/distinfo     Sat May 07 07:43:05 2022 +0000
+++ b/editors/nano/distinfo     Sat May 07 07:45:15 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2021/12/15 18:00:19 wiedi Exp $
+$NetBSD: distinfo,v 1.73 2022/05/07 07:45:15 wiedi Exp $
 
-BLAKE2s (nano-6.0.tar.xz) = 2acbee8464cb2dc253b95797a844f093766197f7733f03a7c53481a22f865b6d
-SHA512 (nano-6.0.tar.xz) = 5f9487e710385888fb6d0aadbac1f5d58e0a5d05eb07de4d59b6ef65bdf54b07da490a48282d20c422b5177fbaa9d867237f7472effbe5e6f3be958e660b6c99
-Size (nano-6.0.tar.xz) = 1509388 bytes
+BLAKE2s (nano-6.3.tar.xz) = 153cfd63016cdcdc3ded64ba3e65deca9328620c43996f8d1e5770554ba357da
+SHA512 (nano-6.3.tar.xz) = 42279bee54f4d83a0dc06e93c2f385798c304a41e995461b018f5724010213761455563cb53e2411e12bc43c7245e289f4254c359717ca1b89a34d5af8b8c3f3
+Size (nano-6.3.tar.xz) = 1581772 bytes
 SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245
 SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9
 SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a


Home | Main Index | Thread Index | Old Index