Sat Feb 8 20:19:01 2020 UTC ()
nano: update to 4.8

2020.02.07 - GNU nano 4.8 "Jaška"
• When something is pasted into nano, auto-indentation is suppressed,
  and the paste can be undone as a whole with a single M-U.
• When a lock file is encountered during startup, pressing ^C/Cancel
  quits nano.  (Pressing 'No' just skips the file and continues.)
• Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.
  Making any such binding dismisses the default behavior of ignoring
  Shift for all Meta+letter keystrokes.
• The configuration option --with-slang (to be avoided when possible)
  can now be used only together with --enable-tiny.
• A custom nanorc file can be specified on the command line, with
  -f filename or --rcfile=filename.

2019.12.23 - GNU nano 4.7 "Havikskruid"
• A <Tab> will indent a marked region only when mark and cursor are
  on different lines.
• Two indentations (any mix of tabs and spaces) are considered the
  same when they look the same (that is: indent to the same level).
• When using --breaklonglines or ^J, a line will never be broken in
  its leading whitespace or quoting.
• The keywords in nanorc files must be in lowercase.

2019.11.29 - GNU nano 4.6 "And don't you eat that yellow snow"
• The 'formatter' command has returned, bound by default to M-F.
  It allows running a syntax-specific command on the contents of
  the buffer.
• ^T will try to run 'hunspell' before 'spell', because it checks
  spellling for the locale's language and understands UTF-8.
• Multiple errors or warnings on startup will no longer slow nano
  down but will be indicated on the status bar with trailing dots.

2019.10.04 - GNU nano 4.5 "Košice"
• The new 'tabgives' command allows you to specify per syntax what
  the <Tab> key should produce: some spaces, a hard TAB, ...
• The output of --help is properly aligned again for all languages.
• <Tab> will indent a marked region also when M-} has been rebound.


(wiedi)
diff -r1.83 -r1.84 pkgsrc/editors/nano/Makefile
diff -r1.55 -r1.56 pkgsrc/editors/nano/distinfo

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

--- pkgsrc/editors/nano/Makefile 2019/09/09 16:04:17 1.83
+++ pkgsrc/editors/nano/Makefile 2020/02/08 20:19:01 1.84
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.83 2019/09/09 16:04:17 wiedi Exp $ 1# $NetBSD: Makefile,v 1.84 2020/02/08 20:19:01 wiedi Exp $
2 2
3DISTNAME= nano-4.4 3DISTNAME= nano-4.8
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/ 5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
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 gmake 14USE_TOOLS+= msgfmt gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --enable-color 16CONFIGURE_ARGS+= --enable-color

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

--- pkgsrc/editors/nano/distinfo 2019/09/09 16:04:17 1.55
+++ pkgsrc/editors/nano/distinfo 2020/02/08 20:19:01 1.56
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.55 2019/09/09 16:04:17 wiedi Exp $ 1$NetBSD: distinfo,v 1.56 2020/02/08 20:19:01 wiedi Exp $
2 2
3SHA1 (nano-4.4.tar.xz) = 572a76c882d7255d73d71ebd745f7f44059560db 3SHA1 (nano-4.8.tar.xz) = 11380d669caee3d0137795913d4c572514a08e1d
4RMD160 (nano-4.4.tar.xz) = 7cac253215b45767722384258c534fadb6c6a89e 4RMD160 (nano-4.8.tar.xz) = dbb518dddb327c687e4117f1e47edaddcd5ba827
5SHA512 (nano-4.4.tar.xz) = 1bf3aff2f68ed2c9903dccfbdb23a4a127fb74543797e56459141a7a30a34c024bfd6f845788bbd990bf3c72721465ed2d66bb47a1b1c8257b2b6f29834e11ef 5SHA512 (nano-4.8.tar.xz) = 9799d93f322ac12d95784b6ecc7f7f9037f0a395be0cafe238b9e0ae2d8d93181a8a114a11ccccb20bcf07375ddaf842f49f7d23372f0d330ce67a66d0318ae8
6Size (nano-4.4.tar.xz) = 1488452 bytes 6Size (nano-4.8.tar.xz) = 1520160 bytes
7SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30 7SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30