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:           Sat May  7 07:45:15 UTC 2022

Modified Files:
        pkgsrc/editors/nano: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/nano/PLIST
cvs rdiff -u -r1.72 -r1.73 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.102 pkgsrc/editors/nano/Makefile:1.103
--- pkgsrc/editors/nano/Makefile:1.102  Wed Dec 15 18:00:19 2021
+++ pkgsrc/editors/nano/Makefile        Sat May  7 07:45:15 2022
@@ -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

Index: pkgsrc/editors/nano/PLIST
diff -u pkgsrc/editors/nano/PLIST:1.30 pkgsrc/editors/nano/PLIST:1.31
--- pkgsrc/editors/nano/PLIST:1.30      Wed Dec 15 18:00:19 2021
+++ pkgsrc/editors/nano/PLIST   Sat May  7 07:45:15 2022
@@ -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/ro/LC_MESSAGES/nano.mo
 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

Index: pkgsrc/editors/nano/distinfo
diff -u pkgsrc/editors/nano/distinfo:1.72 pkgsrc/editors/nano/distinfo:1.73
--- pkgsrc/editors/nano/distinfo:1.72   Wed Dec 15 18:00:19 2021
+++ pkgsrc/editors/nano/distinfo        Sat May  7 07:45:15 2022
@@ -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