Received: by mail.netbsd.org (Postfix, from userid 605) id 4687584D75; Tue, 27 Aug 2019 21:31:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BFFB784D3C for ; Tue, 27 Aug 2019 21:31:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2dt9egBvY3jQ for ; Tue, 27 Aug 2019 21:31:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DE19D84D22 for ; Tue, 27 Aug 2019 21:31:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D31B1FBF4; Tue, 27 Aug 2019 21:31:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156694148021200" MIME-Version: 1.0 Date: Tue, 27 Aug 2019 21:31:20 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/textproc/syntax-highlighting To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190827213120.D31B1FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156694148021200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_156694148021200 Content-Disposition: inline Content-Length: 3801 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_156694148021200--