pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/syntax-highlighting



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Aug 27 21:31:20 UTC 2019

Modified Files:
        pkgsrc/textproc/syntax-highlighting: Makefile PLIST distinfo

Log Message:
syntax-highlighting: update to 5.61.0

5.61.0
  TypeScript: fix keywords in conditional expressions
  Fix generator and test paths of CMake
  Add support for additional QML keywords not part of JavaScript
  Update cmake highlighting
5.60.0
  Fortran: relicense to MIT
  Improve the Fortran fixed format syntax highlighting
  Fortran: implement free & fixed formats
  Fix CMake COMMAND nested paren highlighting
  Add more keywords and also support rr in gdb highlighter
  Detect comment lines early in GDB highlighter
  AppArmor: update syntax
  Julia: update syntax and add constants keywords
  CMake: Highlight the standard CMake environment variables
  Add syntax definition for ninja build
  CMake: Support for 3.15 features
  Jam: various improvements and fixes
  Lua: update for Lua54 and end of function as Keyword rather than Control
  C++: update for C++20
  debchangelog: add Eoan Ermine
5.59.0
  YAML: only comments after spaces and other improvements/fixes
  Markdown: use includeAttrib in code blocks
  fix highlighting of "\0" in C mode
  Tcsh: fix operators and keywords
  Add syntax definition for the Common Intermediate Language
  SyntaxHighlighter: Fix foreground color for text without special highlighting
  Add example app for printing highlighted text to pdf
  Markdown: Use color with higher contrast for lists
  Remove .conf extension from "INI Files" hl, to determine the highlighter
  using MIME type
  Perl: fix the // operator
  fix casing of UInt* types in Julia hl
5.58.0
  Add syntax highlighting for fish shell
  AppArmor: don't highlight variable assignments and alias rules within profiles


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/syntax-highlighting/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/syntax-highlighting/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/syntax-highlighting/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/syntax-highlighting/Makefile
diff -u pkgsrc/textproc/syntax-highlighting/Makefile:1.18 pkgsrc/textproc/syntax-highlighting/Makefile:1.19
--- pkgsrc/textproc/syntax-highlighting/Makefile:1.18   Sun Aug 11 13:24:01 2019
+++ pkgsrc/textproc/syntax-highlighting/Makefile        Tue Aug 27 21:31:20 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/08/11 13:24:01 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2019/08/27 21:31:20 markd Exp $
 
 DISTNAME=      syntax-highlighting-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks
@@ -12,16 +11,6 @@ LICENSE=     gnu-lgpl-v2.1
 
 USE_TOOLS+=    perl
 
-SUBST_CLASSES+=                xdg
-SUBST_STAGE.xdg=       pre-configure
-SUBST_MESSAGE.xdg=     Install via examples dir.
-SUBST_FILES.xdg=       CMakeLists.txt
-SUBST_SED.xdg=         -e 's:{KDE_INSTALL_CONFDIR}:{KDE_INSTALL_XDG_EX_DIR}:'
-
-MAKE_DIRS+=    ${PKG_SYSCONFDIR}/xdg
-CONF_FILES+=   ${PREFIX}/share/examples/kde-xdg/org_kde_ksyntaxhighlighting.categories \
-               ${PKG_SYSCONFDIR}/xdg/org_kde_ksyntaxhighlighting.categories
-
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 BUILDLINK_DEPMETHOD.qt5-qttools= build
 .include "../../x11/qt5-qttools/buildlink3.mk"

Index: pkgsrc/textproc/syntax-highlighting/PLIST
diff -u pkgsrc/textproc/syntax-highlighting/PLIST:1.4 pkgsrc/textproc/syntax-highlighting/PLIST:1.5
--- pkgsrc/textproc/syntax-highlighting/PLIST:1.4       Thu Apr 25 21:08:11 2019
+++ pkgsrc/textproc/syntax-highlighting/PLIST   Tue Aug 27 21:31:20 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/04/25 21:08:11 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/08/27 21:31:20 markd Exp $
 bin/kate-syntax-highlighter
 include/KF5/KSyntaxHighlighting/AbstractHighlighter
 include/KF5/KSyntaxHighlighting/Definition
@@ -28,7 +28,6 @@ lib/libKF5SyntaxHighlighting.so
 lib/libKF5SyntaxHighlighting.so.5
 lib/libKF5SyntaxHighlighting.so.${PKGVERSION}
 qt5/mkspecs/modules/qt_KSyntaxHighlighting.pri
-share/examples/kde-xdg/org_kde_ksyntaxhighlighting.categories
 share/locale/af/LC_MESSAGES/syntaxhighlighting5_qt.qm
 share/locale/ar/LC_MESSAGES/syntaxhighlighting5_qt.qm
 share/locale/be/LC_MESSAGES/syntaxhighlighting5_qt.qm
@@ -113,3 +112,4 @@ share/locale/wa/LC_MESSAGES/syntaxhighli
 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

Index: pkgsrc/textproc/syntax-highlighting/distinfo
diff -u pkgsrc/textproc/syntax-highlighting/distinfo:1.6 pkgsrc/textproc/syntax-highlighting/distinfo:1.7
--- pkgsrc/textproc/syntax-highlighting/distinfo:1.6    Thu Apr 25 21:08:11 2019
+++ pkgsrc/textproc/syntax-highlighting/distinfo        Tue Aug 27 21:31:20 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/04/25 21:08:11 markd Exp $
+$NetBSD: distinfo,v 1.7 2019/08/27 21:31:20 markd Exp $
 
-SHA1 (syntax-highlighting-5.57.0.tar.xz) = 8d714067187c2ce6f3fcaf94d87e75c477992095
-RMD160 (syntax-highlighting-5.57.0.tar.xz) = 501526c5f4d70029c377729398cc7df0b16b0100
-SHA512 (syntax-highlighting-5.57.0.tar.xz) = d1f055dc5a21cbaef8d7beb235bb86e9b8735bbcbe68ffdeae56b0fe1152c2f8625dd0371fc3eb213950a3a404b5454fcafd8c7465a5fdfbdf3a4f00168aff1c
-Size (syntax-highlighting-5.57.0.tar.xz) = 1445868 bytes
+SHA1 (syntax-highlighting-5.61.0.tar.xz) = c9c0994f63a2f5f7fef0bd4b58201170aefabefe
+RMD160 (syntax-highlighting-5.61.0.tar.xz) = 8d3f8b1e9bfc17812fd7d40f046426219dc690e4
+SHA512 (syntax-highlighting-5.61.0.tar.xz) = 7949116ab4167016dc1ba68f0485351fcb26b1b8397ff94a77d90afe63046aa106ac7b3fec131d0a133edce326002598218dd2cffe773fbf6244d2d04354acc4
+Size (syntax-highlighting-5.61.0.tar.xz) = 1487804 bytes
 SHA1 (patch-autotests_input_highlight.sh) = a03c2d3a389b066d914a1c1aab97977013af4626



Home | Main Index | Thread Index | Old Index