Wed Dec 15 18:00:20 2021 UTC ()
nano: update to 6.0

2021.12.15 - GNU nano 6.0  "Humor heeft ook zijn leuke kanten"

• Option --zero hides the title bar, status bar and help lines, and
  uses all rows of the terminal as editing area.  The title bar and
  status bar can be toggled with M-Z.
• Colors can now be specified also as three-digit hexadecimal numbers,
  in the format #rgb.  This picks from the 216 index colors (that most
  terminals know) the color that is nearest to the given values.
• For users who dislike numbers, there are fourteen new color names:
  rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,
  tawny, brick, and crimson.
• Suspension is enabled by default, invokable with ^T^Z.  The options
  -z, --suspendable, and 'set suspendable' are obsolete and ignored.
  (In case you want to be able to suspend nano with a single keystroke,
  you can put 'bind ^Z suspend main' in your nanorc.)
• When automatic hard-wrapping is in effect, pasting just a few words
  (without a line break) will now hard-wrap the line when needed.
• Toggling Append or Prepend clears the current filename.
• The word count as shown by M-D is now affected by option --wordbounds;
  with it, nano counts words as 'wc' does; without it (the new default),
  words are counted in a more human way: seeing punctuation as space.
• The YAML syntax file is now actually included in the tarball.


(wiedi)
diff -r1.101 -r1.102 pkgsrc/editors/nano/Makefile
diff -r1.29 -r1.30 pkgsrc/editors/nano/PLIST
diff -r1.71 -r1.72 pkgsrc/editors/nano/distinfo

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

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

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

--- pkgsrc/editors/nano/PLIST 2021/10/18 13:56:26 1.29
+++ pkgsrc/editors/nano/PLIST 2021/12/15 18:00:19 1.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.29 2021/10/18 13:56:26 nia Exp $ 1@comment $NetBSD: PLIST,v 1.30 2021/12/15 18:00:19 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
@@ -45,29 +45,27 @@ share/locale/vi/LC_MESSAGES/nano.mo @@ -45,29 +45,27 @@ share/locale/vi/LC_MESSAGES/nano.mo
45share/locale/zh_CN/LC_MESSAGES/nano.mo 45share/locale/zh_CN/LC_MESSAGES/nano.mo
46share/locale/zh_TW/LC_MESSAGES/nano.mo 46share/locale/zh_TW/LC_MESSAGES/nano.mo
47share/nano/asm.nanorc 47share/nano/asm.nanorc
48share/nano/autoconf.nanorc 48share/nano/autoconf.nanorc
49share/nano/awk.nanorc 49share/nano/awk.nanorc
50share/nano/c.nanorc 50share/nano/c.nanorc
51share/nano/changelog.nanorc 51share/nano/changelog.nanorc
52share/nano/cmake.nanorc 52share/nano/cmake.nanorc
53share/nano/css.nanorc 53share/nano/css.nanorc
54share/nano/default.nanorc 54share/nano/default.nanorc
55share/nano/elisp.nanorc 55share/nano/elisp.nanorc
56share/nano/email.nanorc 56share/nano/email.nanorc
57share/nano/extra/ada.nanorc 57share/nano/extra/ada.nanorc
58share/nano/extra/debian.nanorc 
59share/nano/extra/fortran.nanorc 58share/nano/extra/fortran.nanorc
60share/nano/extra/gentoo.nanorc 
61share/nano/extra/haskell.nanorc 59share/nano/extra/haskell.nanorc
62share/nano/extra/povray.nanorc 60share/nano/extra/povray.nanorc
63share/nano/extra/spec.nanorc 61share/nano/extra/spec.nanorc
64share/nano/go.nanorc 62share/nano/go.nanorc
65share/nano/groff.nanorc 63share/nano/groff.nanorc
66share/nano/guile.nanorc 64share/nano/guile.nanorc
67share/nano/html.nanorc 65share/nano/html.nanorc
68share/nano/java.nanorc 66share/nano/java.nanorc
69share/nano/javascript.nanorc 67share/nano/javascript.nanorc
70share/nano/json.nanorc 68share/nano/json.nanorc
71share/nano/lua.nanorc 69share/nano/lua.nanorc
72share/nano/makefile.nanorc 70share/nano/makefile.nanorc
73share/nano/man.nanorc 71share/nano/man.nanorc
@@ -80,13 +78,14 @@ share/nano/ocaml.nanorc @@ -80,13 +78,14 @@ share/nano/ocaml.nanorc
80share/nano/patch.nanorc 78share/nano/patch.nanorc
81share/nano/perl.nanorc 79share/nano/perl.nanorc
82share/nano/php.nanorc 80share/nano/php.nanorc
83share/nano/po.nanorc 81share/nano/po.nanorc
84share/nano/python.nanorc 82share/nano/python.nanorc
85share/nano/ruby.nanorc 83share/nano/ruby.nanorc
86share/nano/rust.nanorc 84share/nano/rust.nanorc
87share/nano/sh.nanorc 85share/nano/sh.nanorc
88share/nano/sql.nanorc 86share/nano/sql.nanorc
89share/nano/tcl.nanorc 87share/nano/tcl.nanorc
90share/nano/tex.nanorc 88share/nano/tex.nanorc
91share/nano/texinfo.nanorc 89share/nano/texinfo.nanorc
92share/nano/xml.nanorc 90share/nano/xml.nanorc
 91share/nano/yaml.nanorc

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

--- pkgsrc/editors/nano/distinfo 2021/10/26 10:21:34 1.71
+++ pkgsrc/editors/nano/distinfo 2021/12/15 18:00:19 1.72
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.71 2021/10/26 10:21:34 nia Exp $ 1$NetBSD: distinfo,v 1.72 2021/12/15 18:00:19 wiedi Exp $
2 2
3BLAKE2s (nano-5.9.tar.xz) = 1ca6cb7e5a421897c6cbb493e6a0812a4894fec12a48bca9d3f82b8f98cb4dff 3BLAKE2s (nano-6.0.tar.xz) = 2acbee8464cb2dc253b95797a844f093766197f7733f03a7c53481a22f865b6d
4SHA512 (nano-5.9.tar.xz) = 45ff3abce4dab24a8090409e6d7bb26afa7fa7812a51e06728c2aa47d5b4de610d97ba4609cf13d9173087bd909fdf377235eee988a6fdcf52abb70341c40b5b 4SHA512 (nano-6.0.tar.xz) = 5f9487e710385888fb6d0aadbac1f5d58e0a5d05eb07de4d59b6ef65bdf54b07da490a48282d20c422b5177fbaa9d867237f7472effbe5e6f3be958e660b6c99
5Size (nano-5.9.tar.xz) = 1499852 bytes 5Size (nano-6.0.tar.xz) = 1509388 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