pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/libhighlight
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Nov 15 12:07:29 UTC 2022
Modified Files:
pkgsrc/textproc/libhighlight: Makefile.common PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/libhighlight/Makefile.common
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/libhighlight/PLIST
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/libhighlight/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/libhighlight/Makefile.common
diff -u pkgsrc/textproc/libhighlight/Makefile.common:1.22 pkgsrc/textproc/libhighlight/Makefile.common:1.23
--- pkgsrc/textproc/libhighlight/Makefile.common:1.22 Mon Oct 3 18:10:51 2022
+++ pkgsrc/textproc/libhighlight/Makefile.common Tue Nov 15 12:07:29 2022
@@ -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
Index: pkgsrc/textproc/libhighlight/PLIST
diff -u pkgsrc/textproc/libhighlight/PLIST:1.19 pkgsrc/textproc/libhighlight/PLIST:1.20
--- pkgsrc/textproc/libhighlight/PLIST:1.19 Mon Oct 3 18:09:12 2022
+++ pkgsrc/textproc/libhighlight/PLIST Tue Nov 15 12:07:29 2022
@@ -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/xpp.lang
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
Index: pkgsrc/textproc/libhighlight/distinfo
diff -u pkgsrc/textproc/libhighlight/distinfo:1.25 pkgsrc/textproc/libhighlight/distinfo:1.26
--- pkgsrc/textproc/libhighlight/distinfo:1.25 Mon Oct 3 18:09:12 2022
+++ pkgsrc/textproc/libhighlight/distinfo Tue Nov 15 12:07:29 2022
@@ -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