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 4.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f81ae702d2a6
branches:  trunk
changeset: 411243:f81ae702d2a6
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sat Feb 08 20:19:01 2020 +0000

description:
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.

diffstat:

 editors/nano/Makefile |   4 ++--
 editors/nano/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 81e1f6f28f28 -r f81ae702d2a6 editors/nano/Makefile
--- a/editors/nano/Makefile     Sat Feb 08 17:50:03 2020 +0000
+++ b/editors/nano/Makefile     Sat Feb 08 20:19:01 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2019/09/09 16:04:17 wiedi Exp $
+# $NetBSD: Makefile,v 1.84 2020/02/08 20:19:01 wiedi Exp $
 
-DISTNAME=      nano-4.4
+DISTNAME=      nano-4.8
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
diff -r 81e1f6f28f28 -r f81ae702d2a6 editors/nano/distinfo
--- a/editors/nano/distinfo     Sat Feb 08 17:50:03 2020 +0000
+++ b/editors/nano/distinfo     Sat Feb 08 20:19:01 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.55 2019/09/09 16:04:17 wiedi Exp $
+$NetBSD: distinfo,v 1.56 2020/02/08 20:19:01 wiedi Exp $
 
-SHA1 (nano-4.4.tar.xz) = 572a76c882d7255d73d71ebd745f7f44059560db
-RMD160 (nano-4.4.tar.xz) = 7cac253215b45767722384258c534fadb6c6a89e
-SHA512 (nano-4.4.tar.xz) = 1bf3aff2f68ed2c9903dccfbdb23a4a127fb74543797e56459141a7a30a34c024bfd6f845788bbd990bf3c72721465ed2d66bb47a1b1c8257b2b6f29834e11ef
-Size (nano-4.4.tar.xz) = 1488452 bytes
+SHA1 (nano-4.8.tar.xz) = 11380d669caee3d0137795913d4c572514a08e1d
+RMD160 (nano-4.8.tar.xz) = dbb518dddb327c687e4117f1e47edaddcd5ba827
+SHA512 (nano-4.8.tar.xz) = 9799d93f322ac12d95784b6ecc7f7f9037f0a395be0cafe238b9e0ae2d8d93181a8a114a11ccccb20bcf07375ddaf842f49f7d23372f0d330ce67a66d0318ae8
+Size (nano-4.8.tar.xz) = 1520160 bytes
 SHA1 (patch-configure) = 4a618bf99332fcfce2413be14400b919d042cc30



Home | Main Index | Thread Index | Old Index