diff options
author | wiedi <wiedi@pkgsrc.org> | 2022-05-07 07:45:15 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2022-05-07 07:45:15 +0000 |
commit | 6ad645b740c79ff3863960a9baaac5ba89c2b43b (patch) | |
tree | ff239623a88c82f4fb2e0f6133cde62d3f058392 /editors | |
parent | 10892026c728e8809791c5f19796626a73c836fd (diff) | |
download | pkgsrc-6ad645b740c79ff3863960a9baaac5ba89c2b43b.tar.gz |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/PLIST | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 90ac4728021..55e21e61772 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -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 diff --git a/editors/nano/PLIST b/editors/nano/PLIST index 6af7b9525f3..3319fec6969 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -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 diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 9e4dc2540a7..38170ab3146 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -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 |