pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   schwarz
Date:           Sat Feb 27 19:26:28 UTC 2021

Modified Files:
        pkgsrc/doc: CHANGES-2021
        pkgsrc/editors/nano: Makefile distinfo
        pkgsrc/editors/nano/patches: patch-configure patch-doc_nano.1
            patch-doc_nanorc.5

Log Message:
updated editors/nano to 5.6

Changes between nano 5.5 and 5.6 (cf. ChangeLog):

      build: avoid a warning about duplicate symbol when building from tarball
      build: detect a build from git also when building out of tree
      build: include a workaround only for versions of ncurses that need it
      bump version numbers and add a news item for the 5.6 release
      color: do not look for another 'end' match after already finding one
      color: give highlighted text its own color, to not look like marked text
      color: recompile the file-probing regexes a little faster with REG_NOSUB
      color: use bright yellow to highlight a search match
      color: use inverse video for highlighting when there are no colors
      debug: add timing instruments to cache precalculation and screen refresh
      display: for a large paste or insertion, recalculate the multiline cache
      docs: correct the description of --quickblank for the changed base value
      docs: correct the formatting of a comment in the sample nanorc
      docs: correct the word order for Alt+D in the cheat sheet -- it changed
      docs: mention the new 'set highlightcolor' option
      docs: remove all mentions of --markmatch and 'set markmatch'
      docs: say that --minibar is modified by --constantshow and --stateflags
      feedback: make Full Justify show a message also when using --minibar
      gnulib: update to its current upstream state
      minibar: show a message a little longer when --quickblank isn't used
      minibar: show cursor position + character code only with --constantshow
      minibar: show the state flags only when --stateflags is used
      minibar: suppress the toggling feedback for M-C, but show it for M-Y/M-P
      options: remove --markmatch and 'set markmatch', as the behavior is gone
      painting: always do backtracking for the first row of the screen
      painting: trigger a refresh when a second start match appears on a line
      painting: trigger fewer unneeded full-screen refreshes
      painting: when finding an end match, set its multidata right away
      scrolling: keep centering after large paste, also when line numbers widen
      search: just highlight the found occurrence, instead of marking it
      search: make highlighting the standard, non-changeable behavior
      tweaks: avoid the vague possibility of advancing beyond end-of-line
      tweaks: be slightly more efficient in marking lines as WOULDBE
      tweaks: call wattron()/wattroff() only when actually painting something
      tweaks: correct a comment, improve another, and trim some verbosity
      tweaks: don't bother comparing virgin multidata with current situation
      tweaks: don't bother initializing freshly allocated multidata
      tweaks: don't bother wiping the multidata before recomputing it
      tweaks: elide a function that is now just one line
      tweaks: frob a condition, to be more concise, and reshuffle another
      tweaks: frob some comments, and adjust indentation after previous change
      tweaks: frob some comments, and reshuffle two fragments of code
      tweaks: frob two fragments of code, to be more readable
      tweaks: make a skipping condition more precise
      tweaks: remove an old fix that was made superfluous by a recent fix
      tweaks: remove a strangely placed warning
      tweaks: rename six symbols, to be more straightforward
      tweaks: reshuffle some code, and reduce the scope of a variable
      tweaks: reshuffle three conditions into a better order
      tweaks: rewrap and reindent a few lines
      tweaks: rewrap two lines, for esthetics
      tweaks: stop evaluating a rule when the match is offscreen to the right


To generate a diff of this commit:
cvs rdiff -u -r1.1300 -r1.1301 pkgsrc/doc/CHANGES-2021
cvs rdiff -u -r1.93 -r1.94 pkgsrc/editors/nano/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/editors/nano/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/editors/nano/patches/patch-configure
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/nano/patches/patch-doc_nano.1 \
    pkgsrc/editors/nano/patches/patch-doc_nanorc.5

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

Modified files:

Index: pkgsrc/doc/CHANGES-2021
diff -u pkgsrc/doc/CHANGES-2021:1.1300 pkgsrc/doc/CHANGES-2021:1.1301
--- pkgsrc/doc/CHANGES-2021:1.1300      Sat Feb 27 19:05:45 2021
+++ pkgsrc/doc/CHANGES-2021     Sat Feb 27 19:26:28 2021
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.1300 2021/02/27 19:05:45 ryoon Exp $
+$NetBSD: CHANGES-2021,v 1.1301 2021/02/27 19:26:28 schwarz Exp $
 
 Changes to the packages collection and infrastructure in 2021:
 
@@ -2062,3 +2062,4 @@ Changes to the packages collection and i
        Updated net/nsd to 4.3.5 [ryoon 2021-02-27]
        Updated net/knot to 3.0.4 [ryoon 2021-02-27]
        Updated www/php-nextcloud to 21.0.0 [ryoon 2021-02-27]
+       Updated editors/nano to 5.6 [schwarz 2021-02-27]

Index: pkgsrc/editors/nano/Makefile
diff -u pkgsrc/editors/nano/Makefile:1.93 pkgsrc/editors/nano/Makefile:1.94
--- pkgsrc/editors/nano/Makefile:1.93   Fri Feb  5 17:25:52 2021
+++ pkgsrc/editors/nano/Makefile        Sat Feb 27 19:26:27 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2021/02/05 17:25:52 triaxx Exp $
+# $NetBSD: Makefile,v 1.94 2021/02/27 19:26:27 schwarz Exp $
 
-DISTNAME=      nano-5.5
-PKGREVISION=   1
+DISTNAME=      nano-5.6
 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.64 pkgsrc/editors/nano/distinfo:1.65
--- pkgsrc/editors/nano/distinfo:1.64   Fri Feb  5 17:25:52 2021
+++ pkgsrc/editors/nano/distinfo        Sat Feb 27 19:26:27 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.64 2021/02/05 17:25:52 triaxx Exp $
+$NetBSD: distinfo,v 1.65 2021/02/27 19:26:27 schwarz Exp $
 
-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
-SHA1 (patch-doc_nano.1) = 28dcfb77046774d09128986783bbc434a708e212
-SHA1 (patch-doc_nanorc.5) = a1c2151152d08348263a6f36be43fa04fb4eee15
+SHA1 (nano-5.6.tar.xz) = e4f3a0aaec18560813df29e301e01aeb43fe50d2
+RMD160 (nano-5.6.tar.xz) = cbbe17d974cf882e6abe891fe2dc01290a44bcb8
+SHA512 (nano-5.6.tar.xz) = fc19069fadf0e830e800401c20f43fc2a321da9f0286fb42955802b33d25cc556e1e1b394a27a8c96e436263f86ddd998b804330f389ae570a0e023fa9b10079
+Size (nano-5.6.tar.xz) = 1431976 bytes
+SHA1 (patch-configure) = 8df30018d732c00202b4173f1c3ae0e03aa56245
+SHA1 (patch-doc_nano.1) = 3d160aa6a4324400e79064d22cbd291a0d3de4f9
+SHA1 (patch-doc_nanorc.5) = 4d8af863bfa51eeac2a5e5cd04bd16aba3b6e29a

Index: pkgsrc/editors/nano/patches/patch-configure
diff -u pkgsrc/editors/nano/patches/patch-configure:1.7 pkgsrc/editors/nano/patches/patch-configure:1.8
--- pkgsrc/editors/nano/patches/patch-configure:1.7     Sun Jan 24 17:13:42 2021
+++ pkgsrc/editors/nano/patches/patch-configure Sat Feb 27 19:26:27 2021
@@ -1,10 +1,10 @@
-$NetBSD: patch-configure,v 1.7 2021/01/24 17:13:42 nia Exp $
+$NetBSD: patch-configure,v 1.8 2021/02/27 19:26:27 schwarz Exp $
 
 Disable the groff html check to prevent random PLIST variation.
 
---- configure.orig     2021-01-14 10:17:19.000000000 +0000
-+++ configure
-@@ -38216,7 +38216,7 @@ fi
+--- configure.orig     2021-02-24 11:03:43.000000000 +0100
++++ configure  2021-02-27 20:12:29.000000000 +0100
+@@ -38300,7 +38300,7 @@
  # Check for groff html support.
  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for HTML support in groff" >&5
  printf %s "checking for HTML support in groff... " >&6; }

Index: pkgsrc/editors/nano/patches/patch-doc_nano.1
diff -u pkgsrc/editors/nano/patches/patch-doc_nano.1:1.1 pkgsrc/editors/nano/patches/patch-doc_nano.1:1.2
--- pkgsrc/editors/nano/patches/patch-doc_nano.1:1.1    Fri Feb  5 17:25:52 2021
+++ pkgsrc/editors/nano/patches/patch-doc_nano.1        Sat Feb 27 19:26:28 2021
@@ -1,10 +1,10 @@
-$NetBSD: patch-doc_nano.1,v 1.1 2021/02/05 17:25:52 triaxx Exp $
+$NetBSD: patch-doc_nano.1,v 1.2 2021/02/27 19:26:28 schwarz Exp $
 
 * Fix hard-coded pathes.
 
---- doc/nano.1.orig    2021-01-14 10:11:45.000000000 +0000
-+++ doc/nano.1
-@@ -383,7 +383,7 @@ or \fI~/.config/nano/nanorc\fR, whicheve
+--- doc/nano.1.orig    2021-02-24 10:56:32.000000000 +0100
++++ doc/nano.1 2021-02-27 20:12:49.000000000 +0100
+@@ -380,7 +380,7 @@
  .BR nanorc (5)
  for more information on the possible contents of those files.
  .sp
@@ -13,7 +13,7 @@ $NetBSD: patch-doc_nano.1,v 1.1 2021/02/
  for available syntax-coloring definitions.
  
  .SH NOTES
-@@ -420,4 +420,4 @@ the environment variable \fBNANO_NOCATCH
+@@ -417,4 +417,4 @@
  .SH SEE ALSO
  .BR nanorc (5)
  .sp
Index: pkgsrc/editors/nano/patches/patch-doc_nanorc.5
diff -u pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.1 pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.2
--- pkgsrc/editors/nano/patches/patch-doc_nanorc.5:1.1  Fri Feb  5 17:25:52 2021
+++ pkgsrc/editors/nano/patches/patch-doc_nanorc.5      Sat Feb 27 19:26:28 2021
@@ -1,10 +1,10 @@
-$NetBSD: patch-doc_nanorc.5,v 1.1 2021/02/05 17:25:52 triaxx Exp $
+$NetBSD: patch-doc_nanorc.5,v 1.2 2021/02/27 19:26:28 schwarz Exp $
 
 * Fix hard-coded pathes.
 
---- doc/nanorc.5.orig  2021-01-14 10:11:45.000000000 +0000
-+++ doc/nanorc.5
-@@ -25,7 +25,7 @@ nanorc \- GNU nano's configuration file
+--- doc/nanorc.5.orig  2021-02-24 10:56:32.000000000 +0100
++++ doc/nanorc.5       2021-02-27 20:12:41.000000000 +0100
+@@ -25,7 +25,7 @@
  The \fInanorc\fP files contain the default settings for \fBnano\fP,
  a small and friendly editor.  During startup, if \fB\-\-rcfile\fR
  is not given, \fBnano\fR will read two files: first the
@@ -13,7 +13,7 @@ $NetBSD: patch-doc_nanorc.5,v 1.1 2021/0
  different on your system), and then the user-specific settings, either
  from \fI~/.nanorc\fR or from \fI$XDG_CONFIG_HOME/nano/nanorc\fR
  or from \fI~/.config/nano/nanorc\fR, whichever is encountered first.
-@@ -995,13 +995,13 @@ for \fBunbind\fR it means all menus wher
+@@ -997,13 +997,13 @@
  
  .SH FILES
  .TP



Home | Main Index | Thread Index | Old Index