Hi,
Update to 6.3 just released today. ok?
Improvements:
- For multiline regexes, text is now colored as soon a start match
is found, also when there is no end match at all.
- The colorizing of any line is stopped after two thousand bytes,
to avoid frustrating delays.
- When environment variable NO_COLOR is set, the two default colors
(yellow for the spotlight, red for error messages) are suppressed
when no interface colors are specified in a nanorc file.
- Full justification and piping the whole buffer through a command
now keep the cursor at the same line number.
- Utility xsel can be used to copy a marked region to the system's
clipboard. See doc/sample.nanorc for an example.
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/nano/Makefile,v
retrieving revision 1.127
diff -u -p -u -r1.127 Makefile
--- Makefile 8 Mar 2022 14:27:57 -0000 1.127
+++ Makefile 28 Apr 2022 20:42:08 -0000
@@ -1,6 +1,6 @@
COMMENT= simple editor, inspired by Pico
-DISTNAME= nano-6.2
+DISTNAME= nano-6.3
CATEGORIES= editors
HOMEPAGE= https://www.nano-editor.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/nano/distinfo,v
retrieving revision 1.76
diff -u -p -u -r1.76 distinfo
--- distinfo 27 Feb 2022 14:36:46 -0000 1.76
+++ distinfo 28 Apr 2022 20:42:08 -0000
@@ -1,2 +1,2 @@
-SHA256 (nano-6.2.tar.xz) = K8oYBL6taq9K15H3VuR0m7Ve2GDuwQWpf7qGS8anfLM=
-SIZE (nano-6.2.tar.xz) = 1531800
+SHA256 (nano-6.3.tar.xz) = 61MtpJhWcnMLUA9oXbqriFpGbQj7v3QVgyuVgF5vhoc=
+SIZE (nano-6.3.tar.xz) = 1581772
Index: patches/patch-src_Makefile_in
===================================================================
RCS file: /cvs/ports/editors/nano/patches/patch-src_Makefile_in,v
retrieving revision 1.29
diff -u -p -u -r1.29 patch-src_Makefile_in
--- patches/patch-src_Makefile_in 8 Mar 2022 14:27:57 -0000 1.29
+++ patches/patch-src_Makefile_in 28 Apr 2022 20:42:08 -0000
@@ -1,7 +1,7 @@
Index: src/Makefile.in
--- src/Makefile.in.orig
+++ src/Makefile.in
-@@ -1658,7 +1658,7 @@ nano_SOURCES = \
+@@ -1683,7 +1683,7 @@ nano_SOURCES = \
utils.c \
winio.c
@@ -10,7 +10,7 @@ Index: src/Makefile.in
$(LIB_CLOCK_GETTIME) $(LIBTHREAD)
all: all-am
-@@ -2031,7 +2031,7 @@ winio.o: revision.h
+@@ -2056,7 +2056,7 @@ winio.o: revision.h
# Always run the commands in this rule. But update the target
# only when the revision actually changed.
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/nano/pkg/PLIST,v
retrieving revision 1.39
diff -u -p -u -r1.39 PLIST
--- pkg/PLIST 8 Mar 2022 14:27:57 -0000 1.39
+++ pkg/PLIST 28 Apr 2022 20:42:08 -0000
@@ -44,6 +44,7 @@ share/locale/ro/LC_MESSAGES/nano.mo
share/locale/ru/LC_MESSAGES/nano.mo
share/locale/sk/LC_MESSAGES/nano.mo
share/locale/sl/LC_MESSAGES/nano.mo
+share/locale/sq/LC_MESSAGES/nano.mo
share/locale/sr/LC_MESSAGES/nano.mo
share/locale/sv/LC_MESSAGES/nano.mo
share/locale/tr/LC_MESSAGES/nano.mo
No comments:
Post a Comment