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


(wiedi)
diff -r1.102 -r1.103 pkgsrc/editors/nano/Makefile
diff -r1.30 -r1.31 pkgsrc/editors/nano/PLIST
diff -r1.72 -r1.73 pkgsrc/editors/nano/distinfo

cvs diff -r1.102 -r1.103 pkgsrc/editors/nano/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/nano/Makefile 2021/12/15 18:00:19 1.102
+++ pkgsrc/editors/nano/Makefile 2022/05/07 07:45:15 1.103
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.102 2021/12/15 18:00:19 wiedi Exp $ 1# $NetBSD: Makefile,v 1.103 2022/05/07 07:45:15 wiedi Exp $
2 2
3DISTNAME= nano-6.0 3DISTNAME= nano-6.3
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/ 5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= wiedi@frubar.net 8MAINTAINER= wiedi@frubar.net
9HOMEPAGE= https://www.nano-editor.org/ 9HOMEPAGE= https://www.nano-editor.org/
10COMMENT= Small and friendly text editor (a free replacement for Pico) 10COMMENT= Small and friendly text editor (a free replacement for Pico)
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14USE_TOOLS+= msgfmt msgmerge xgettext gmake 14USE_TOOLS+= msgfmt msgmerge xgettext gmake
15USE_TOOLS+= pkg-config 15USE_TOOLS+= pkg-config
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.30 -r1.31 pkgsrc/editors/nano/PLIST (expand / switch to unified diff)

--- pkgsrc/editors/nano/PLIST 2021/12/15 18:00:19 1.30
+++ pkgsrc/editors/nano/PLIST 2022/05/07 07:45:15 1.31
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.30 2021/12/15 18:00:19 wiedi Exp $ 1@comment $NetBSD: PLIST,v 1.31 2022/05/07 07:45:15 wiedi Exp $
2bin/nano 2bin/nano
3bin/rnano 3bin/rnano
4info/nano.info 4info/nano.info
5man/man1/nano.1 5man/man1/nano.1
6man/man1/rnano.1 6man/man1/rnano.1
7man/man5/nanorc.5 7man/man5/nanorc.5
8share/doc/nano/faq.html 8share/doc/nano/faq.html
9share/doc/nano/nano.html 9share/doc/nano/nano.html
10share/examples/nano/nanorc 10share/examples/nano/nanorc
11share/locale/bg/LC_MESSAGES/nano.mo 11share/locale/bg/LC_MESSAGES/nano.mo
12share/locale/ca/LC_MESSAGES/nano.mo 12share/locale/ca/LC_MESSAGES/nano.mo
13share/locale/cs/LC_MESSAGES/nano.mo 13share/locale/cs/LC_MESSAGES/nano.mo
14share/locale/da/LC_MESSAGES/nano.mo 14share/locale/da/LC_MESSAGES/nano.mo
@@ -27,26 +27,27 @@ share/locale/is/LC_MESSAGES/nano.mo @@ -27,26 +27,27 @@ share/locale/is/LC_MESSAGES/nano.mo
27share/locale/it/LC_MESSAGES/nano.mo 27share/locale/it/LC_MESSAGES/nano.mo
28share/locale/ja/LC_MESSAGES/nano.mo 28share/locale/ja/LC_MESSAGES/nano.mo
29share/locale/ko/LC_MESSAGES/nano.mo 29share/locale/ko/LC_MESSAGES/nano.mo
30share/locale/ms/LC_MESSAGES/nano.mo 30share/locale/ms/LC_MESSAGES/nano.mo
31share/locale/nb/LC_MESSAGES/nano.mo 31share/locale/nb/LC_MESSAGES/nano.mo
32share/locale/nl/LC_MESSAGES/nano.mo 32share/locale/nl/LC_MESSAGES/nano.mo
33share/locale/pl/LC_MESSAGES/nano.mo 33share/locale/pl/LC_MESSAGES/nano.mo
34share/locale/pt/LC_MESSAGES/nano.mo 34share/locale/pt/LC_MESSAGES/nano.mo
35share/locale/pt_BR/LC_MESSAGES/nano.mo 35share/locale/pt_BR/LC_MESSAGES/nano.mo
36share/locale/ro/LC_MESSAGES/nano.mo 36share/locale/ro/LC_MESSAGES/nano.mo
37share/locale/ru/LC_MESSAGES/nano.mo 37share/locale/ru/LC_MESSAGES/nano.mo
38share/locale/sk/LC_MESSAGES/nano.mo 38share/locale/sk/LC_MESSAGES/nano.mo
39share/locale/sl/LC_MESSAGES/nano.mo 39share/locale/sl/LC_MESSAGES/nano.mo
 40share/locale/sq/LC_MESSAGES/nano.mo
40share/locale/sr/LC_MESSAGES/nano.mo 41share/locale/sr/LC_MESSAGES/nano.mo
41share/locale/sv/LC_MESSAGES/nano.mo 42share/locale/sv/LC_MESSAGES/nano.mo
42share/locale/tr/LC_MESSAGES/nano.mo 43share/locale/tr/LC_MESSAGES/nano.mo
43share/locale/uk/LC_MESSAGES/nano.mo 44share/locale/uk/LC_MESSAGES/nano.mo
44share/locale/vi/LC_MESSAGES/nano.mo 45share/locale/vi/LC_MESSAGES/nano.mo
45share/locale/zh_CN/LC_MESSAGES/nano.mo 46share/locale/zh_CN/LC_MESSAGES/nano.mo
46share/locale/zh_TW/LC_MESSAGES/nano.mo 47share/locale/zh_TW/LC_MESSAGES/nano.mo
47share/nano/asm.nanorc 48share/nano/asm.nanorc
48share/nano/autoconf.nanorc 49share/nano/autoconf.nanorc
49share/nano/awk.nanorc 50share/nano/awk.nanorc
50share/nano/c.nanorc 51share/nano/c.nanorc
51share/nano/changelog.nanorc 52share/nano/changelog.nanorc
52share/nano/cmake.nanorc 53share/nano/cmake.nanorc

cvs diff -r1.72 -r1.73 pkgsrc/editors/nano/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/nano/distinfo 2021/12/15 18:00:19 1.72
+++ pkgsrc/editors/nano/distinfo 2022/05/07 07:45:15 1.73
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.72 2021/12/15 18:00:19 wiedi Exp $ 1$NetBSD: distinfo,v 1.73 2022/05/07 07:45:15 wiedi Exp $
2 2
3BLAKE2s (nano-6.0.tar.xz) = 2acbee8464cb2dc253b95797a844f093766197f7733f03a7c53481a22f865b6d 3BLAKE2s (nano-6.3.tar.xz) = 153cfd63016cdcdc3ded64ba3e65deca9328620c43996f8d1e5770554ba357da
4SHA512 (nano-6.0.tar.xz) = 5f9487e710385888fb6d0aadbac1f5d58e0a5d05eb07de4d59b6ef65bdf54b07da490a48282d20c422b5177fbaa9d867237f7472effbe5e6f3be958e660b6c99 4SHA512 (nano-6.3.tar.xz) = 42279bee54f4d83a0dc06e93c2f385798c304a41e995461b018f5724010213761455563cb53e2411e12bc43c7245e289f4254c359717ca1b89a34d5af8b8c3f3
5Size (nano-6.0.tar.xz) = 1509388 bytes 5Size (nano-6.3.tar.xz) = 1581772 bytes
6SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245 6SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245
7SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9 7SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9
8SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a 8SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a