Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/syntax-highlighting syntax-highlighting: upda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2b11c042f11
branches:  trunk
changeset: 433759:b2b11c042f11
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 07 11:57:22 2020 +0000

description:
syntax-highlighting: update to 5.70.0

5.67
  Updates nasm.xml with the latest instructions
  Perl: Add 'say' to keyword list
  cmake: Fix `CMAKE_POLICY_*_CMP<N>` regex and add special args to `get_cmake_property`
  Add GraphQL highlighting definition
5.68
  Fix out-of-memory due to too large context stacks
  [PATCH] General update for CartoCSS syntax highlighting
  Add syntax highlighting for Java Properties
  TypeScript: add private fields and type-only imports/exports, and some fixes
  Add FreeCAD FCMacro extension to the python highlighting definition
  Updates for CMake 3.17
  C++: constinit keyword and std::format syntax for strings. Improvement printf format
  RPM spec: various improvements
  Makefile highlight: fix variable names in "else" conditionals
  Add syntax highlighting for Solidity
  Small improvements in some XML files
  Makefile highlight: add substitutions
5.69
  LaTeX: fix math parentheses in optional labels
  Add Inno Setup syntax, including embedded Pascal scripting
  Lua: add # as additional deliminator to activate auto-completion with `#something`
  C: remove ' as digit separator
  add some comment about the skip offset stuff
  optimize dynamic regex matching
  fix regex rules wrongly marked as dynamic
  extend indexer to detect dynamic=true regexes that have no place holders to adapt
  Add Overpass QL highlighting
  Agda: keywords updated to 2.6.0 and fix float points
5.70
  debchangelog: add Groovy Gorilla
  Update Logtalk language syntax support
  TypeScript: add the "awaited" type operator

diffstat:

 textproc/syntax-highlighting/Makefile |   3 +--
 textproc/syntax-highlighting/PLIST    |   4 ++--
 textproc/syntax-highlighting/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (43 lines):

diff -r d151d11da974 -r b2b11c042f11 textproc/syntax-highlighting/Makefile
--- a/textproc/syntax-highlighting/Makefile     Sun Jun 07 11:55:46 2020 +0000
+++ b/textproc/syntax-highlighting/Makefile     Sun Jun 07 11:57:22 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/06/02 08:22:59 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/06/07 11:57:22 markd Exp $
 
 DISTNAME=      syntax-highlighting-${KF5VER}
-PKGREVISION=   4
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks
diff -r d151d11da974 -r b2b11c042f11 textproc/syntax-highlighting/PLIST
--- a/textproc/syntax-highlighting/PLIST        Sun Jun 07 11:55:46 2020 +0000
+++ b/textproc/syntax-highlighting/PLIST        Sun Jun 07 11:57:22 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/08/27 21:31:20 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/06/07 11:57:22 markd Exp $
 bin/kate-syntax-highlighter
 include/KF5/KSyntaxHighlighting/AbstractHighlighter
 include/KF5/KSyntaxHighlighting/Definition
@@ -112,4 +112,4 @@
 share/locale/xh/LC_MESSAGES/syntaxhighlighting5_qt.qm
 share/locale/zh_CN/LC_MESSAGES/syntaxhighlighting5_qt.qm
 share/locale/zh_TW/LC_MESSAGES/syntaxhighlighting5_qt.qm
-share/qlogging-categories5/org_kde_ksyntaxhighlighting.categories
+share/qlogging-categories5/ksyntaxhighlighting.categories
diff -r d151d11da974 -r b2b11c042f11 textproc/syntax-highlighting/distinfo
--- a/textproc/syntax-highlighting/distinfo     Sun Jun 07 11:55:46 2020 +0000
+++ b/textproc/syntax-highlighting/distinfo     Sun Jun 07 11:57:22 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2020/01/29 11:49:28 markd Exp $
+$NetBSD: distinfo,v 1.10 2020/06/07 11:57:22 markd Exp $
 
-SHA1 (syntax-highlighting-5.66.0.tar.xz) = 6118ef303eb9ced8a6d3823b694f6c926dd9a4e0
-RMD160 (syntax-highlighting-5.66.0.tar.xz) = cc1770f306f15fce9334ddbf9e8573c85a05d976
-SHA512 (syntax-highlighting-5.66.0.tar.xz) = 7cc68e9eaa3b12f2a5a436115cdc05443640bf1ca1a92c7b66a168605fcafc0e19174a8b28ee0683932e0c097970439e9235a5d55c584ffe56e4cf71e77f2cce
-Size (syntax-highlighting-5.66.0.tar.xz) = 1579312 bytes
+SHA1 (syntax-highlighting-5.70.0.tar.xz) = d96e66bd038c0a4b6d0c609020966fc0acd4234a
+RMD160 (syntax-highlighting-5.70.0.tar.xz) = 6d5ac991a8963c31dfcea5c6738b41bdce060cd7
+SHA512 (syntax-highlighting-5.70.0.tar.xz) = 59a05fd274cb11b893351cc10747600e03ced88cdc738eee26689e9a2a97b07db05805c0b0dcadbf02809254bd170b04f27b8372abb26b769bc6e962c615b9e0
+Size (syntax-highlighting-5.70.0.tar.xz) = 1606544 bytes
 SHA1 (patch-autotests_input_highlight.sh) = a03c2d3a389b066d914a1c1aab97977013af4626



Home | Main Index | Thread Index | Old Index