pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/nano



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jan 24 17:13:43 UTC 2021

Modified Files:
        pkgsrc/editors/nano: Makefile distinfo
        pkgsrc/editors/nano/patches: patch-configure

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/nano/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.91 pkgsrc/editors/nano/Makefile:1.92
--- pkgsrc/editors/nano/Makefile:1.91   Mon Dec  7 00:03:58 2020
+++ pkgsrc/editors/nano/Makefile        Sun Jan 24 17:13:42 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.91 2020/12/07 00:03:58 schwarz Exp $
+# $NetBSD: Makefile,v 1.92 2021/01/24 17:13:42 nia Exp $
 
-DISTNAME=      nano-5.4
+DISTNAME=      nano-5.5
 CATEGORIES=    editors
 MASTER_SITES=  https://www.nano-editor.org/dist/v${PKGVERSION_NOREV:C/\..*$//}/
 EXTRACT_SUFX=  .tar.xz

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

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



Home | Main Index | Thread Index | Old Index