summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2020-08-23 23:09:01 +0000
committerwiedi <wiedi@pkgsrc.org>2020-08-23 23:09:01 +0000
commitf2a3069d111bd4222c6ff20d412e7209a18f1fc3 (patch)
tree774427c971d028f5ba61f23595b4bcb7865c2be7 /editors
parentab8a813c0d1b7716216804263a6401e4bfbd6ab7 (diff)
downloadpkgsrc-f2a3069d111bd4222c6ff20d412e7209a18f1fc3.tar.gz
nano: update to 5.1
2020.08.12 - GNU nano 5.1 "Cantabria" • M-Bsp (Alt+Backspace) deletes a word backwards, like in Bash. • M-[ has become bindable. (Be careful, though: as it is the starting combination of many escape sequences, avoid gluing it together with other keystrokes, like in a macro.) • With --indicator and --softwrap, the first keystroke in an empty buffer does not crash. • Invoking the formatter while text is marked does not crash. • In UTF-8 locales, an anchor is shown as a diamond. 2020.07.29 - GNU nano 5.0 "Among the fields of barley" • With --indicator (or -q or 'set indicator') nano will show a kind of scrollbar on the righthand side of the screen to indicate where in the buffer the viewport is located and how much it covers. • With <Alt+Insert> any line can be "tagged" with an anchor, and <Alt+PageUp> and <Alt+PageDown> will jump to the nearest anchor. When using line numbers, an anchor is shown as "+" in the margin. • The Execute Command prompt is now directly accessible from the main menu (with ^T, replacing the Spell Checker). The Linter, Formatter, Spell Checker, Full Justification, Suspension, and Cut-Till-End functions are available in this menu too. • On terminals that support at least 256 colors, nine new color names are available: pink, purple, mauve, lagoon, mint, lime, peach, orange, and latte. These do not have lighter versions. • For the color names red, green, blue, yellow, cyan, magenta, white, and black, the prefix 'light' gives a brighter color. Prefix 'bright' is deprecated, as it means both bold AND light. • All color names can be preceded with "bold," and/or "italic," (in that order) to get a bold and/or italic typeface. • With --bookstyle (or -O or 'set bookstyle') nano considers any line that begins with whitespace as the start of a paragraph. • Refreshing the screen with ^L now works in every menu. • In the main menu, ^L also centers the line with the cursor. • Toggling the help lines with M-X now works in all menus except in the help viewer and the linter. • At a filename prompt, the first <Tab> lists the possibilities, and these are listed near the bottom instead of near the top. • Bindable function 'curpos' has been renamed to 'location'. • Long option --tempfile has been renamed to --saveonexit. • Short option -S is now a synonym of --softwrap. • The New Buffer toggle (M-F) has become non-persistent. Options --multibuffer and 'set multibuffer' still make it default to on. • Backup files will retain their group ownership (when possible). • Data is synced to disk before "... lines written" is shown. • The raw escape sequences for F13 to F16 are no longer recognized. • Distro-specific syntaxes, and syntaxes of less common languages, have been moved down to subdirectory syntax/extra/. The affected distros and others may wish to move wanted syntaxes one level up. • Syntaxes for Markdown, Haskell, and Ada were added.
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile4
-rw-r--r--editors/nano/PLIST20
-rw-r--r--editors/nano/distinfo10
3 files changed, 18 insertions, 16 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile
index 07c243d8129..bca31e38083 100644
--- a/editors/nano/Makefile
+++ b/editors/nano/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2020/05/23 20:07:07 schwarz Exp $
+# $NetBSD: Makefile,v 1.89 2020/08/23 23:09:01 wiedi Exp $
-DISTNAME= nano-4.9.3
+DISTNAME= nano-5.1
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 ef8e08b0002..784db38f863 100644
--- a/editors/nano/PLIST
+++ b/editors/nano/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2019/03/24 19:42:34 wiedi Exp $
+@comment $NetBSD: PLIST,v 1.26 2020/08/23 23:09:01 wiedi Exp $
bin/nano
bin/rnano
info/nano.info
@@ -50,11 +50,16 @@ share/nano/c.nanorc
share/nano/changelog.nanorc
share/nano/cmake.nanorc
share/nano/css.nanorc
-share/nano/debian.nanorc
share/nano/default.nanorc
share/nano/elisp.nanorc
-share/nano/fortran.nanorc
-share/nano/gentoo.nanorc
+share/nano/email.nanorc
+share/nano/extra/ada.nanorc
+share/nano/extra/debian.nanorc
+share/nano/extra/fortran.nanorc
+share/nano/extra/gentoo.nanorc
+share/nano/extra/haskell.nanorc
+share/nano/extra/povray.nanorc
+share/nano/extra/spec.nanorc
share/nano/go.nanorc
share/nano/groff.nanorc
share/nano/guile.nanorc
@@ -65,8 +70,7 @@ share/nano/json.nanorc
share/nano/lua.nanorc
share/nano/makefile.nanorc
share/nano/man.nanorc
-share/nano/mgp.nanorc
-share/nano/mutt.nanorc
+share/nano/markdown.nanorc
share/nano/nanohelp.nanorc
share/nano/nanorc.nanorc
share/nano/nftables.nanorc
@@ -76,13 +80,11 @@ share/nano/patch.nanorc
share/nano/perl.nanorc
share/nano/php.nanorc
share/nano/po.nanorc
-share/nano/postgresql.nanorc
-share/nano/pov.nanorc
share/nano/python.nanorc
share/nano/ruby.nanorc
share/nano/rust.nanorc
share/nano/sh.nanorc
-share/nano/spec.nanorc
+share/nano/sql.nanorc
share/nano/tcl.nanorc
share/nano/tex.nanorc
share/nano/texinfo.nanorc
diff --git a/editors/nano/distinfo b/editors/nano/distinfo
index 498bbad6acf..78b87049eb4 100644
--- a/editors/nano/distinfo
+++ b/editors/nano/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.59 2020/05/23 20:07:07 schwarz Exp $
+$NetBSD: distinfo,v 1.60 2020/08/23 23:09:01 wiedi Exp $
-SHA1 (nano-4.9.3.tar.xz) = f5b19da32f6effc00cc997cc67e88737e333c783
-RMD160 (nano-4.9.3.tar.xz) = 9503a444629033c1b46a1a90c83c920222009e21
-SHA512 (nano-4.9.3.tar.xz) = eefb88d7141f0c542a2d9b34fc8a079a92e512df0e9dbadcb3d780008ae19faf10296213ecdbf370fa8b81f5f3e81e2d419f5f76e62d669e61997d199a96ba18
-Size (nano-4.9.3.tar.xz) = 1515384 bytes
+SHA1 (nano-5.1.tar.xz) = df537632d5952f67f7008d35bbba10f180a7c40d
+RMD160 (nano-5.1.tar.xz) = 465082baf2413cfcc9410f556dd9ed71bb6dddaf
+SHA512 (nano-5.1.tar.xz) = b6b96077169c623517c1f148ba7095484fc8b8b65e103a1dedac140741554e3d4b6551abb75733f833f9b18530189882963ab3b03b89db8898f208c6a1de7783
+Size (nano-5.1.tar.xz) = 1395076 bytes
SHA1 (patch-configure) = 20c1525ba2b762d851a2938d1cce4b128985a0b8