Sun Jan 24 17:13:43 2021 UTC ()
nano: Update to 5.5

2021.01.14 - GNU nano 5.5 "Rebecca"
• Option 'set minibar' makes nano suppress the title bar and instead
  show a bar with basic editing information at the bottom: file name
  (plus an asterisk when the buffer is modified), the cursor position
  (line,column), the character under the cursor (U+xxxx), the flags
  that --stateflags normally shows, plus the percentage of the buffer
  that is above the cursor.
• With 'set promptcolor' the color combination of the prompt bar can
  be changed, to allow contrasting it with the mini bar (which always
  has the same color as the title bar).
• Option 'set markmatch' highlights the result of a successful search
  by putting the mark at the end of the match, making the match more
  visible.  It also suppresses the cursor until the next keystroke.
  (If you dislike the hiding of the cursor, use 'set showcursor'.)
• The bindable toggle 'nowrap' has been renamed to 'breaklonglines',
  to match the corresponding option, like for all other toggles.
• Support for Slang has been removed.


(nia)
diff -r1.91 -r1.92 pkgsrc/editors/nano/Makefile
diff -r1.62 -r1.63 pkgsrc/editors/nano/distinfo
diff -r1.6 -r1.7 pkgsrc/editors/nano/patches/patch-configure

cvs diff -r1.91 -r1.92 pkgsrc/editors/nano/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/nano/Makefile 2020/12/07 00:03:58 1.91
+++ pkgsrc/editors/nano/Makefile 2021/01/24 17:13:42 1.92
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.91 2020/12/07 00:03:58 schwarz Exp $ 1# $NetBSD: Makefile,v 1.92 2021/01/24 17:13:42 nia Exp $
2 2
3DISTNAME= nano-5.4 3DISTNAME= nano-5.5
4CATEGORIES= editors 4CATEGORIES= editors
5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/ 5MASTER_SITES= https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= wiedi@frubar.net 8MAINTAINER= wiedi@frubar.net
9HOMEPAGE= https://www.nano-editor.org/ 9HOMEPAGE= https://www.nano-editor.org/
10COMMENT= Small and friendly text editor (a free replacement for Pico) 10COMMENT= Small and friendly text editor (a free replacement for Pico)
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14USE_TOOLS+= msgfmt msgmerge xgettext gmake 14USE_TOOLS+= msgfmt msgmerge xgettext gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --enable-color 16CONFIGURE_ARGS+= --enable-color

cvs diff -r1.62 -r1.63 pkgsrc/editors/nano/distinfo (expand / switch to unified diff)

--- pkgsrc/editors/nano/distinfo 2020/12/07 00:03:58 1.62
+++ pkgsrc/editors/nano/distinfo 2021/01/24 17:13:42 1.63
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.62 2020/12/07 00:03:58 schwarz Exp $ 1$NetBSD: distinfo,v 1.63 2021/01/24 17:13:42 nia Exp $
2 2
3SHA1 (nano-5.4.tar.xz) = 86a013962648631cae244d895fb3956bfec845cd 3SHA1 (nano-5.5.tar.xz) = b727bcd583498312f52307ed39b83d7515401c58
4RMD160 (nano-5.4.tar.xz) = f0b12f742c128b64633d5fb0559514ec80753ab8 4RMD160 (nano-5.5.tar.xz) = 0aaec99f60c214081608e3278ecd662e48f95825
5SHA512 (nano-5.4.tar.xz) = f6555695e688891defb1cb163b245f7ada587bac77cff845d61ae64067d23b4a41c5a3769bf08239fa2d865685e6cdef5646693ea662df10f14481a1cbfa1367 5SHA512 (nano-5.5.tar.xz) = cbd2b6e1dc7437caf4ec6b55252664430fb1d6243dcf51a7b29ca3683bd1e6a25809c7b9d514d42cc85eb1a615bf3365951c07bf7c3c183a8cbe71c8586d9481
6Size (nano-5.4.tar.xz) = 1410188 bytes 6Size (nano-5.5.tar.xz) = 1427592 bytes
7SHA1 (patch-configure) = 602e6e213ef147119806eac0f5af7f0b0021c41c 7SHA1 (patch-configure) = 5f34f74d20c9b18f21afa308ed5634daed98a25d

cvs diff -r1.6 -r1.7 pkgsrc/editors/nano/patches/patch-configure (expand / switch to unified diff)

--- pkgsrc/editors/nano/patches/patch-configure 2020/12/07 00:03:58 1.6
+++ pkgsrc/editors/nano/patches/patch-configure 2021/01/24 17:13:42 1.7
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-configure,v 1.6 2020/12/07 00:03:58 schwarz Exp $ 1$NetBSD: patch-configure,v 1.7 2021/01/24 17:13:42 nia Exp $
2 2
3Disable the groff html check to prevent random PLIST variation. 3Disable the groff html check to prevent random PLIST variation.
4 4
5--- configure.orig 2020-12-02 11:45:24.000000000 +0100 5--- configure.orig 2021-01-14 10:17:19.000000000 +0000
6+++ configure 2020-12-07 00:56:07.000000000 +0100 6+++ configure
7@@ -37002,7 +37002,7 @@ 7@@ -38216,7 +38216,7 @@ fi
8 # Check for groff html support. 8 # Check for groff html support.
9 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5 9 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
10 $as_echo_n "checking for HTML support in groff... " >&6; } 10 printf %s "checking for HTML support in groff... " >&6; }
11-groff -t -mandoc -Thtml </dev/null >/dev/null 11-groff -t -mandoc -Thtml </dev/null >/dev/null
12+false #groff -t -mandoc -Thtml </dev/null >/dev/null 12+false #groff -t -mandoc -Thtml </dev/null >/dev/null
13 if test $? -ne 0 ; then 13 if test $? -ne 0 ; then
14 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 14 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
15 $as_echo "no" >&6; } 15 printf "%s\n" "no" >&6; }