pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libhighlight Update to 4.4. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a93cdcf9e3e6
branches:  trunk
changeset: 388246:a93cdcf9e3e6
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Nov 15 12:07:29 2022 +0000

description:
Update to 4.4. From the changelog:

- added support for Zig
- added `Legacy` option in lsp.conf to add support for LSP servers
  without capabilities report
- removed apidocs target in makefile
- CLI: added `--ls-legacy` option
- GUI: added legacy checkbox in the LSP section

diffstat:

 textproc/libhighlight/Makefile.common |  4 ++--
 textproc/libhighlight/PLIST           |  3 ++-
 textproc/libhighlight/distinfo        |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 42a295330e9b -r a93cdcf9e3e6 textproc/libhighlight/Makefile.common
--- a/textproc/libhighlight/Makefile.common     Tue Nov 15 11:56:28 2022 +0000
+++ b/textproc/libhighlight/Makefile.common     Tue Nov 15 12:07:29 2022 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.22 2022/10/03 18:10:51 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.23 2022/11/15 12:07:29 schmonz Exp $
 # used by textproc/highlight/Makefile
 # used by textproc/libhighlight/Makefile
 # used by textproc/p5-highlight/Makefile
 
 DISTNAME=              highlight-${VERSION}
-VERSION=               4.3
+VERSION=               4.4
 CATEGORIES=            textproc
 MASTER_SITES=          http://www.andre-simon.de/zip/
 EXTRACT_SUFX=          .tar.bz2
diff -r 42a295330e9b -r a93cdcf9e3e6 textproc/libhighlight/PLIST
--- a/textproc/libhighlight/PLIST       Tue Nov 15 11:56:28 2022 +0000
+++ b/textproc/libhighlight/PLIST       Tue Nov 15 12:07:29 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2022/10/03 18:09:12 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.20 2022/11/15 12:07:29 schmonz Exp $
 lib/libhighlight.la
 share/bash-completion/completions/highlight
 share/doc/highlight/AUTHORS
@@ -310,6 +310,7 @@
 share/highlight/langDefs/yaiff.lang
 share/highlight/langDefs/yaml.lang
 share/highlight/langDefs/yang.lang
+share/highlight/langDefs/zig.lang
 share/highlight/langDefs/znn.lang
 share/highlight/plugins/asciidoc_html_add_links.lua
 share/highlight/plugins/bash_functions.lua
diff -r 42a295330e9b -r a93cdcf9e3e6 textproc/libhighlight/distinfo
--- a/textproc/libhighlight/distinfo    Tue Nov 15 11:56:28 2022 +0000
+++ b/textproc/libhighlight/distinfo    Tue Nov 15 12:07:29 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2022/10/03 18:09:12 schmonz Exp $
+$NetBSD: distinfo,v 1.26 2022/11/15 12:07:29 schmonz Exp $
 
-BLAKE2s (highlight-4.3.tar.bz2) = 892ca1db58a55cd7b38f7887d28a018024a4db9fc289440eb6ad2683d4173d23
-SHA512 (highlight-4.3.tar.bz2) = c0c83b8e17d7bf042d858da9e5cbca611ef5de63da278d052be6f4c6be9818055f2868739e1d02d5734008eb3a25d879580ae7d418196f5bfbfd5e4ff0a693c2
-Size (highlight-4.3.tar.bz2) = 1482114 bytes
+BLAKE2s (highlight-4.4.tar.bz2) = cc45d3d60b329babd557f387fccd07c11c9ea702d5964ca839e483a144b63f83
+SHA512 (highlight-4.4.tar.bz2) = 79cf98c7a3b028d92cb25d3c658115ae9bd3b492309907dc86691130c21e955bd26bd0f9bc76321b3a5df084e6d0c47df50f9da4b5f39c013b0ef4917c160dac
+Size (highlight-4.4.tar.bz2) = 1482821 bytes
 SHA1 (patch-extras_swig_makefile) = 071290b9eb92124eb5605173b77575c5747a4b5e
 SHA1 (patch-makefile) = f2fb560b6fb7f49882f0c83e5aed47ca69bdf74b
 SHA1 (patch-src_core_platform__fs.cpp) = dfc7addeca0faf4ff4996c1efcf5114ea78aebe3



Home | Main Index | Thread Index | Old Index