diff options
author | markd <markd@pkgsrc.org> | 2020-06-07 11:57:22 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-06-07 11:57:22 +0000 |
commit | e7e24de52d5ecf734b3bf53897d0663d1f560556 (patch) | |
tree | 87f48ff985bd8014642b6699f1edf7d8f5a73319 /textproc | |
parent | 0d25bcc2ae194496a1c33ab47474b33196054ee2 (diff) | |
download | pkgsrc-e7e24de52d5ecf734b3bf53897d0663d1f560556.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/syntax-highlighting/Makefile | 3 | ||||
-rw-r--r-- | textproc/syntax-highlighting/PLIST | 4 | ||||
-rw-r--r-- | textproc/syntax-highlighting/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/textproc/syntax-highlighting/Makefile b/textproc/syntax-highlighting/Makefile index ce4cb394f03..55c3fc04d67 100644 --- a/textproc/syntax-highlighting/Makefile +++ b/textproc/syntax-highlighting/Makefile @@ -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 --git a/textproc/syntax-highlighting/PLIST b/textproc/syntax-highlighting/PLIST index a3de364e55e..c1ebd853fae 100644 --- a/textproc/syntax-highlighting/PLIST +++ b/textproc/syntax-highlighting/PLIST @@ -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/wa/LC_MESSAGES/syntaxhighlighting5_qt.qm 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 --git a/textproc/syntax-highlighting/distinfo b/textproc/syntax-highlighting/distinfo index 15a0c234ca6..417e1b3d030 100644 --- a/textproc/syntax-highlighting/distinfo +++ b/textproc/syntax-highlighting/distinfo @@ -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 |