Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libhighlight highlight: Update to 3.57



details:   https://anonhg.NetBSD.org/pkgsrc/rev/82b696c2ce85
branches:  trunk
changeset: 431917:82b696c2ce85
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 17 15:09:41 2020 +0000

description:
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

diffstat:

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

diffs (59 lines):

diff -r 8c38c8b8ae53 -r 82b696c2ce85 textproc/libhighlight/Makefile.common
--- a/textproc/libhighlight/Makefile.common     Sun May 17 15:04:49 2020 +0000
+++ b/textproc/libhighlight/Makefile.common     Sun May 17 15:09:41 2020 +0000
@@ -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
diff -r 8c38c8b8ae53 -r 82b696c2ce85 textproc/libhighlight/PLIST
--- a/textproc/libhighlight/PLIST       Sun May 17 15:04:49 2020 +0000
+++ b/textproc/libhighlight/PLIST       Sun May 17 15:09:41 2020 +0000
@@ -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/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/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
diff -r 8c38c8b8ae53 -r 82b696c2ce85 textproc/libhighlight/distinfo
--- a/textproc/libhighlight/distinfo    Sun May 17 15:04:49 2020 +0000
+++ b/textproc/libhighlight/distinfo    Sun May 17 15:09:41 2020 +0000
@@ -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