diff options
author | nia <nia@pkgsrc.org> | 2021-08-11 20:21:55 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-08-11 20:21:55 +0000 |
commit | 0ada1a8f15e3783f5f8ad3d9148c2be815773bee (patch) | |
tree | 1b3090eabb624de6b80bb20249dff30e3718ff19 | |
parent | 927ad87870f1088b57f2cb2e4ede5ecedbc567f8 (diff) | |
download | pkgsrc-0ada1a8f15e3783f5f8ad3d9148c2be815773bee.tar.gz |
nano: update to 5.8
2021.06.15 - GNU nano 5.8 "Why is it necessary to be special?"
• After a search, the spotlighting is dropped after 1.5 seconds (0.8
seconds with --quick) to avoid the idea that the text is selected.
• A + and a space before a filename on the command line will put the
cursor at the end of the corresponding buffer.
• Linter messages no longer include filename and line/column numbers.
• Color name "grey" or "gray" can be used instead of "lightblack".
• The color of the minibar can be chosen with 'set minicolor'.
-rw-r--r-- | editors/nano/Makefile | 4 | ||||
-rw-r--r-- | editors/nano/PLIST | 3 | ||||
-rw-r--r-- | editors/nano/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index e41ac068f7b..360d6716bd2 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.98 2021/04/29 18:44:14 wiedi Exp $ +# $NetBSD: Makefile,v 1.99 2021/08/11 20:21:55 nia Exp $ -DISTNAME= nano-5.7 +DISTNAME= nano-5.8 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 13f1702488b..510e1f17667 100644 --- a/editors/nano/PLIST +++ b/editors/nano/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2021/04/29 18:44:14 wiedi Exp $ +@comment $NetBSD: PLIST,v 1.28 2021/08/11 20:21:55 nia Exp $ bin/nano bin/rnano info/nano.info @@ -36,6 +36,7 @@ share/locale/pt/LC_MESSAGES/nano.mo share/locale/pt_BR/LC_MESSAGES/nano.mo 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/sr/LC_MESSAGES/nano.mo share/locale/sv/LC_MESSAGES/nano.mo diff --git a/editors/nano/distinfo b/editors/nano/distinfo index 02540dc3c7f..6a26fe149ec 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.67 2021/04/29 18:44:14 wiedi Exp $ +$NetBSD: distinfo,v 1.68 2021/08/11 20:21:55 nia Exp $ -SHA1 (nano-5.7.tar.xz) = ae19875914a31859ccd52cceaac344d275df2e49 -RMD160 (nano-5.7.tar.xz) = 982b29f6ff25fa26b8234ba4cdcad2c354808c6c -SHA512 (nano-5.7.tar.xz) = 7f604aff497afb01ea5ff31a3521c84ad225e420a61af2351f8705f5cca108c16a56e79ecf9cc1d6ea55b0818d11628a6e05d5269a593ceca5c01c18c88791dd -Size (nano-5.7.tar.xz) = 1447076 bytes +SHA1 (nano-5.8.tar.xz) = 925e65db58cb8347bf809084d6ebb71637395176 +RMD160 (nano-5.8.tar.xz) = d09bd70ee419fbe26c20b1e1a7d413b7921fc1ae +SHA512 (nano-5.8.tar.xz) = ac614587f1a76c5ccb425fc8b4c6d4f7748dda89b863b2b8c6937b31e837edca5c83e3c13f53c9f5da5a9e24a1d8093c19dd0e8a85723f0bbae57fdab155e15c +Size (nano-5.8.tar.xz) = 1462364 bytes SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245 SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9 SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a |