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: nia
Date: Sun May 17 15:09:41 UTC 2020
Modified Files:
pkgsrc/textproc/libhighlight: Makefile.common PLIST distinfo
Log Message:
highlight: Update to 3.57
12.05.2020
- added support for Haml (https://gitlab.com/saalen/highlight/-/issues/140)
- added support for Wren
- added Lua function `OverrideParam`
- fixed regression in xterm256 or truecolor output (https://gitlab.com/saalen/highlight/-/issues/152)
- fixed `--list-scripts` with read-only language definitions (https://gitlab.com/saalen/highlight/-/issues/154)
- improved several language definitions
- Windows GUI: added dark mode
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/libhighlight/Makefile.common
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/libhighlight/PLIST
cvs rdiff -u -r1.16 -r1.17 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.14 pkgsrc/textproc/libhighlight/Makefile.common:1.15
--- pkgsrc/textproc/libhighlight/Makefile.common:1.14 Tue May 12 09:56:44 2020
+++ pkgsrc/textproc/libhighlight/Makefile.common Sun May 17 15:09:41 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.14 2020/05/12 09:56:44 schmonz Exp $
+# $NetBSD: Makefile.common,v 1.15 2020/05/17 15:09:41 nia Exp $
# used by textproc/highlight/Makefile
# used by textproc/libhighlight/Makefile
# used by textproc/p5-highlight/Makefile
DISTNAME= highlight-${VERSION}
-VERSION= 3.56
+VERSION= 3.57
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.12 pkgsrc/textproc/libhighlight/PLIST:1.13
--- pkgsrc/textproc/libhighlight/PLIST:1.12 Tue May 12 09:56:44 2020
+++ pkgsrc/textproc/libhighlight/PLIST Sun May 17 15:09:41 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2020/05/12 09:56:44 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/05/17 15:09:41 nia Exp $
lib/libhighlight.la
share/doc/highlight/AUTHORS
share/doc/highlight/COPYING
@@ -149,6 +149,7 @@ share/highlight/langDefs/gdb.lang
share/highlight/langDefs/gdscript.lang
share/highlight/langDefs/go.lang
share/highlight/langDefs/graphviz.lang
+share/highlight/langDefs/haml.lang
share/highlight/langDefs/haskell.lang
share/highlight/langDefs/haxe.lang
share/highlight/langDefs/hcl.lang
@@ -294,6 +295,7 @@ share/highlight/langDefs/vhd.lang
share/highlight/langDefs/vimscript.lang
share/highlight/langDefs/vue.lang
share/highlight/langDefs/whiley.lang
+share/highlight/langDefs/wren.lang
share/highlight/langDefs/xml.lang
share/highlight/langDefs/xpp.lang
share/highlight/langDefs/yaiff.lang
Index: pkgsrc/textproc/libhighlight/distinfo
diff -u pkgsrc/textproc/libhighlight/distinfo:1.16 pkgsrc/textproc/libhighlight/distinfo:1.17
--- pkgsrc/textproc/libhighlight/distinfo:1.16 Tue May 12 09:56:44 2020
+++ pkgsrc/textproc/libhighlight/distinfo Sun May 17 15:09:41 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.16 2020/05/12 09:56:44 schmonz Exp $
+$NetBSD: distinfo,v 1.17 2020/05/17 15:09:41 nia Exp $
-SHA1 (highlight-3.56.tar.bz2) = 5f7827accaebb0879d14014d76af3bea8ac5bad4
-RMD160 (highlight-3.56.tar.bz2) = 5a00d228ac32852520ac2f9eaa6312fc425a6540
-SHA512 (highlight-3.56.tar.bz2) = 2da32e9527f870030341f370d43c3534476b97764937708b01e60202400b76cd9ef20a3a9dd1e712a190cd009a9ae4d852f46dce0fd95c8a4d1b0a8efeba74bb
-Size (highlight-3.56.tar.bz2) = 1412093 bytes
+SHA1 (highlight-3.57.tar.bz2) = 0076a69a6eb6f0bfdd7fbbf4799c0438827fa804
+RMD160 (highlight-3.57.tar.bz2) = aab32330ef947d9e83f229d007cf202c1a0b0e66
+SHA512 (highlight-3.57.tar.bz2) = a086f6b8c4a4fc0b6651d456b178350a6c59a32cd613451d81b53fe3294eb0f80d673cb64fb615ef91d6c4d4bbc8a57413aec2490d2a5ad67e695ec6e92b3d99
+Size (highlight-3.57.tar.bz2) = 1412857 bytes
SHA1 (patch-extras_swig_makefile) = 071290b9eb92124eb5605173b77575c5747a4b5e
SHA1 (patch-makefile) = c9c15d82c826b8d0b99b59dedf0fb43b4eb9c063
SHA1 (patch-src_core_platform__fs.cpp) = 94e4b2aef89e48e104be57acf6dd9ce4b5917e21
Home |
Main Index |
Thread Index |
Old Index