Received: by mail.netbsd.org (Postfix, from userid 605) id 0DCDA84D61; Sun, 23 Aug 2020 23:09:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 884FF84D26 for ; Sun, 23 Aug 2020 23:09:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id K0MnZGdYpY2c for ; Sun, 23 Aug 2020 23:09:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AB8CB84CF1 for ; Sun, 23 Aug 2020 23:09:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 977F9FB28; Sun, 23 Aug 2020 23:09:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1598224141252390" MIME-Version: 1.0 Date: Sun, 23 Aug 2020 23:09:01 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/editors/nano To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20200823230901.977F9FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1598224141252390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiedi Date: Sun Aug 23 23:09:01 UTC 2020 Modified Files: pkgsrc/editors/nano: Makefile PLIST distinfo Log Message: 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 any line can be "tagged" with an anchor, and and 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 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. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 pkgsrc/editors/nano/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/editors/nano/PLIST cvs rdiff -u -r1.59 -r1.60 pkgsrc/editors/nano/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1598224141252390 Content-Disposition: inline Content-Length: 3288 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/nano/Makefile diff -u pkgsrc/editors/nano/Makefile:1.88 pkgsrc/editors/nano/Makefile:1.89 --- pkgsrc/editors/nano/Makefile:1.88 Sat May 23 20:07:07 2020 +++ pkgsrc/editors/nano/Makefile Sun Aug 23 23:09:01 2020 @@ -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 Index: pkgsrc/editors/nano/PLIST diff -u pkgsrc/editors/nano/PLIST:1.25 pkgsrc/editors/nano/PLIST:1.26 --- pkgsrc/editors/nano/PLIST:1.25 Sun Mar 24 19:42:34 2019 +++ pkgsrc/editors/nano/PLIST Sun Aug 23 23:09:01 2020 @@ -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 Index: pkgsrc/editors/nano/distinfo diff -u pkgsrc/editors/nano/distinfo:1.59 pkgsrc/editors/nano/distinfo:1.60 --- pkgsrc/editors/nano/distinfo:1.59 Sat May 23 20:07:07 2020 +++ pkgsrc/editors/nano/distinfo Sun Aug 23 23:09:01 2020 @@ -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 --_----------=_1598224141252390--