pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Apr 25 21:08:11 UTC 2019

Modified Files:
        pkgsrc/textproc/kapidox: Makefile distinfo
        pkgsrc/textproc/kcodecs: Makefile PLIST distinfo
        pkgsrc/textproc/kcompletion: Makefile PLIST distinfo
        pkgsrc/textproc/sonnet: Makefile PLIST distinfo
        pkgsrc/textproc/syntax-highlighting: Makefile PLIST distinfo

Log Message:
kde: update KDE Frameworks to 5.57.0

KCompletion

  Don't set a null completer on a non-editable combobox

Syntax Highlighting

  Add syntax definition for Elm language to syntax-highlighting
  AppArmor & SELinux: remove one indentation in XML files
  Doxygen: don't use black color in tags
  Allow line end context switches in empty lines
  Fix endRegion folding in rules with beginRegion+endRegion (use length=0)
  Add extensions to groovy highlighting
  Add Smali syntax highlighting file
  Add "." as weakDeliminator in Octave syntax file
  Logcat: fix dsError color with underline="0"
  fix highlighter crash for broken hl file
  guard target link libraries for older CMake version


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/kapidox/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/kapidox/distinfo
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/kcodecs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/kcodecs/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/kcodecs/distinfo
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/kcompletion/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/kcompletion/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/kcompletion/distinfo
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/sonnet/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/sonnet/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/sonnet/distinfo
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/syntax-highlighting/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/syntax-highlighting/PLIST
cvs rdiff -u -r1.5 -r1.6 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/kapidox/Makefile
diff -u pkgsrc/textproc/kapidox/Makefile:1.4 pkgsrc/textproc/kapidox/Makefile:1.5
--- pkgsrc/textproc/kapidox/Makefile:1.4        Thu Apr 25 07:33:24 2019
+++ pkgsrc/textproc/kapidox/Makefile    Thu Apr 25 21:08:10 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/04/25 07:33:24 maya Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/25 21:08:10 markd Exp $
 
 DISTNAME=      kapidox-${KF5VER}
-PKGREVISION=   1
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/textproc/kapidox/distinfo
diff -u pkgsrc/textproc/kapidox/distinfo:1.5 pkgsrc/textproc/kapidox/distinfo:1.6
--- pkgsrc/textproc/kapidox/distinfo:1.5        Thu Jun 21 06:49:18 2018
+++ pkgsrc/textproc/kapidox/distinfo    Thu Apr 25 21:08:10 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 06:49:18 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:08:10 markd Exp $
 
-SHA1 (kapidox-5.47.0.tar.xz) = d39eb94a13cbbc1581a7198b87afe1df089ef453
-RMD160 (kapidox-5.47.0.tar.xz) = 95cbe6ebdb7be2591661f721f62d4ff70fb11c6e
-SHA512 (kapidox-5.47.0.tar.xz) = 027eabf85bab1649e81d3a81662f173f01e19ac009384bc0e840bc7a601a6c119d9f87ac51e7c7e07c03ed84cc451943ff934f6e96e895d44d898b6e8ad5aee2
-Size (kapidox-5.47.0.tar.xz) = 396404 bytes
+SHA1 (kapidox-5.57.0.tar.xz) = e9b45f52de47e58e86541d73efa601955f94e7f0
+RMD160 (kapidox-5.57.0.tar.xz) = 2c71ecf16d71e9381ef72afceb287f4d54383c4b
+SHA512 (kapidox-5.57.0.tar.xz) = 578411585cb7e4ca409fa16e023a58ce3f2313497b33734e002633ff36ecee11354b259bdfd0dc46820ce81f0455a7c6577e8e2efae91c354d19805325b70d80
+Size (kapidox-5.57.0.tar.xz) = 396700 bytes
 SHA1 (patch-setup.py) = 251028c314a9e1a7a830d1183d4b6bed4558356b

Index: pkgsrc/textproc/kcodecs/Makefile
diff -u pkgsrc/textproc/kcodecs/Makefile:1.28 pkgsrc/textproc/kcodecs/Makefile:1.29
--- pkgsrc/textproc/kcodecs/Makefile:1.28       Wed Apr  3 00:33:09 2019
+++ pkgsrc/textproc/kcodecs/Makefile    Thu Apr 25 21:08:10 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2019/04/03 00:33:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2019/04/25 21:08:10 markd Exp $
 
 DISTNAME=      kcodecs-${KF5VER}
-PKGREVISION=   5
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/textproc/kcodecs/PLIST
diff -u pkgsrc/textproc/kcodecs/PLIST:1.2 pkgsrc/textproc/kcodecs/PLIST:1.3
--- pkgsrc/textproc/kcodecs/PLIST:1.2   Thu Feb  1 10:09:38 2018
+++ pkgsrc/textproc/kcodecs/PLIST       Thu Apr 25 21:08:10 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2018/02/01 10:09:38 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/04/25 21:08:10 markd Exp $
 include/KF5/KCodecs/KCharsets
 include/KF5/KCodecs/KCodecs
 include/KF5/KCodecs/KEmailAddress
@@ -21,7 +21,6 @@ share/examples/kde-xdg/kcodecs.categorie
 share/locale/af/LC_MESSAGES/kcodecs5_qt.qm
 share/locale/ar/LC_MESSAGES/kcodecs5_qt.qm
 share/locale/as/LC_MESSAGES/kcodecs5_qt.qm
-share/locale/ast/LC_MESSAGES/kcodecs5_qt.qm
 share/locale/be/LC_MESSAGES/kcodecs5_qt.qm
 share/locale/be@latin/LC_MESSAGES/kcodecs5_qt.qm
 share/locale/bg/LC_MESSAGES/kcodecs5_qt.qm

Index: pkgsrc/textproc/kcodecs/distinfo
diff -u pkgsrc/textproc/kcodecs/distinfo:1.5 pkgsrc/textproc/kcodecs/distinfo:1.6
--- pkgsrc/textproc/kcodecs/distinfo:1.5        Thu Jun 21 06:51:06 2018
+++ pkgsrc/textproc/kcodecs/distinfo    Thu Apr 25 21:08:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 06:51:06 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:08:10 markd Exp $
 
-SHA1 (kcodecs-5.47.0.tar.xz) = 81ce3c7b45bf26711bb5b537e7ed5e7a8ab0c094
-RMD160 (kcodecs-5.47.0.tar.xz) = 747d5e6c8c5aad9c8f9515cb5bf3a0eeb1724e86
-SHA512 (kcodecs-5.47.0.tar.xz) = 3aabd608228ba92330847c06b77ac625894c7fcba5badcc0164229d8e8d0a1305f702c5ad09e057833b8a2940be5eca1dc33634d94f79df79d973b6e304ae7dc
-Size (kcodecs-5.47.0.tar.xz) = 219996 bytes
+SHA1 (kcodecs-5.57.0.tar.xz) = eab0fb829d71fa4f3ff54d1bb3a2ef8ae7dfd1b3
+RMD160 (kcodecs-5.57.0.tar.xz) = e9119b418884e9c9ccdebec46b709299faac3a88
+SHA512 (kcodecs-5.57.0.tar.xz) = fd041bb6ef26185cfe69eeeae88e1d270712e01305a8da4b9bfd4da0ae4fbf1f3c11bbfae1150b451e4bbf4003acf13dd31b34d6fba84858e0f8bf3e72dfd973
+Size (kcodecs-5.57.0.tar.xz) = 220256 bytes

Index: pkgsrc/textproc/kcompletion/Makefile
diff -u pkgsrc/textproc/kcompletion/Makefile:1.25 pkgsrc/textproc/kcompletion/Makefile:1.26
--- pkgsrc/textproc/kcompletion/Makefile:1.25   Wed Apr  3 00:33:09 2019
+++ pkgsrc/textproc/kcompletion/Makefile        Thu Apr 25 21:08:10 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/04/03 00:33:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.26 2019/04/25 21:08:10 markd Exp $
 
 DISTNAME=      kcompletion-${KF5VER}
-PKGREVISION=   5
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/textproc/kcompletion/PLIST
diff -u pkgsrc/textproc/kcompletion/PLIST:1.1 pkgsrc/textproc/kcompletion/PLIST:1.2
--- pkgsrc/textproc/kcompletion/PLIST:1.1       Thu May 26 09:26:56 2016
+++ pkgsrc/textproc/kcompletion/PLIST   Thu Apr 25 21:08:10 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/26 09:26:56 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/04/25 21:08:10 markd Exp $
 include/KF5/KCompletion/KComboBox
 include/KF5/KCompletion/KCompletion
 include/KF5/KCompletion/KCompletionBase
@@ -30,7 +30,6 @@ qt5/mkspecs/modules/qt_KCompletion.pri
 share/locale/af/LC_MESSAGES/kcompletion5_qt.qm
 share/locale/ar/LC_MESSAGES/kcompletion5_qt.qm
 share/locale/as/LC_MESSAGES/kcompletion5_qt.qm
-share/locale/ast/LC_MESSAGES/kcompletion5_qt.qm
 share/locale/be/LC_MESSAGES/kcompletion5_qt.qm
 share/locale/be@latin/LC_MESSAGES/kcompletion5_qt.qm
 share/locale/bg/LC_MESSAGES/kcompletion5_qt.qm

Index: pkgsrc/textproc/kcompletion/distinfo
diff -u pkgsrc/textproc/kcompletion/distinfo:1.5 pkgsrc/textproc/kcompletion/distinfo:1.6
--- pkgsrc/textproc/kcompletion/distinfo:1.5    Thu Jun 21 06:52:39 2018
+++ pkgsrc/textproc/kcompletion/distinfo        Thu Apr 25 21:08:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 06:52:39 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:08:10 markd Exp $
 
-SHA1 (kcompletion-5.47.0.tar.xz) = 68e3fd779b89f1cbd6fdd0f8cd0873a287343a16
-RMD160 (kcompletion-5.47.0.tar.xz) = 4f95741dfa6b35d1b5c18dbbc4d57632ac98eb3d
-SHA512 (kcompletion-5.47.0.tar.xz) = 8d5d74f7f312466ad2898bbd8c40512e53a0e5d86883fd99429f29be52dd4b80c7b4e539ed07a08d8e9bdfc4a4b61fd6822a36b31159c8aaa47eb1fcbd379204
-Size (kcompletion-5.47.0.tar.xz) = 115524 bytes
+SHA1 (kcompletion-5.57.0.tar.xz) = 88859f29259e7ab3afb7be570d8a008559e8843a
+RMD160 (kcompletion-5.57.0.tar.xz) = a333d2160fee9d69cc28b0fa141b09e86ba261a5
+SHA512 (kcompletion-5.57.0.tar.xz) = d4782da892535a07ac904be510f76741c648e0b007f09acc7b0445308f8f9f24d25abb194b8824b8fc2de3be117793ed4fb8c5f40c3743f3e0ad610fb04e0747
+Size (kcompletion-5.57.0.tar.xz) = 115828 bytes

Index: pkgsrc/textproc/sonnet/Makefile
diff -u pkgsrc/textproc/sonnet/Makefile:1.31 pkgsrc/textproc/sonnet/Makefile:1.32
--- pkgsrc/textproc/sonnet/Makefile:1.31        Wed Apr  3 00:33:09 2019
+++ pkgsrc/textproc/sonnet/Makefile     Thu Apr 25 21:08:10 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2019/04/03 00:33:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2019/04/25 21:08:10 markd Exp $
 
 DISTNAME=      sonnet-${KF5VER}
-PKGREVISION=   7
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/textproc/sonnet/PLIST
diff -u pkgsrc/textproc/sonnet/PLIST:1.5 pkgsrc/textproc/sonnet/PLIST:1.6
--- pkgsrc/textproc/sonnet/PLIST:1.5    Wed Apr 11 11:50:38 2018
+++ pkgsrc/textproc/sonnet/PLIST        Thu Apr 25 21:08:10 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/04/11 11:50:38 markd Exp $
+@comment $NetBSD: PLIST,v 1.6 2019/04/25 21:08:10 markd Exp $
 bin/gentrigrams
 bin/parsetrigrams
 include/KF5/SonnetCore/Sonnet/BackgroundChecker
@@ -41,7 +41,6 @@ share/kf5/sonnet/trigrams.map
 share/locale/af/LC_MESSAGES/sonnet5_qt.qm
 share/locale/ar/LC_MESSAGES/sonnet5_qt.qm
 share/locale/as/LC_MESSAGES/sonnet5_qt.qm
-share/locale/ast/LC_MESSAGES/sonnet5_qt.qm
 share/locale/be/LC_MESSAGES/sonnet5_qt.qm
 share/locale/be@latin/LC_MESSAGES/sonnet5_qt.qm
 share/locale/bg/LC_MESSAGES/sonnet5_qt.qm

Index: pkgsrc/textproc/sonnet/distinfo
diff -u pkgsrc/textproc/sonnet/distinfo:1.7 pkgsrc/textproc/sonnet/distinfo:1.8
--- pkgsrc/textproc/sonnet/distinfo:1.7 Thu Jun 21 06:53:52 2018
+++ pkgsrc/textproc/sonnet/distinfo     Thu Apr 25 21:08:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/06/21 06:53:52 markd Exp $
+$NetBSD: distinfo,v 1.8 2019/04/25 21:08:10 markd Exp $
 
-SHA1 (sonnet-5.47.0.tar.xz) = cb6edd24efe77a135e78b330c1cb9ff4c544b2de
-RMD160 (sonnet-5.47.0.tar.xz) = 4bae90d9c805d906d0010be7056022aff7eb82da
-SHA512 (sonnet-5.47.0.tar.xz) = e004c0fbf9d2750b4e9f4b093c499312d04cd3d507313dcf35f495552031016fa9f45a7e38476baf720e15bf654de5ccab8c534cbe9e414496d4f9b500ebb332
-Size (sonnet-5.47.0.tar.xz) = 285848 bytes
+SHA1 (sonnet-5.57.0.tar.xz) = 2c72709bdfa8dee4754055db63cda491801b6155
+RMD160 (sonnet-5.57.0.tar.xz) = 6498093586c0b35ed9b93a0382bec3fbaf80165c
+SHA512 (sonnet-5.57.0.tar.xz) = 43bd410e64465bfa8d5da35137b44d64ceaa38ca9b526f017930e97ec4ca96d4f23299f8c3a3c7711964ec5a1285a87475d90693ea8a86596a93c7f62783f732
+Size (sonnet-5.57.0.tar.xz) = 287740 bytes

Index: pkgsrc/textproc/syntax-highlighting/Makefile
diff -u pkgsrc/textproc/syntax-highlighting/Makefile:1.16 pkgsrc/textproc/syntax-highlighting/Makefile:1.17
--- pkgsrc/textproc/syntax-highlighting/Makefile:1.16   Wed Apr  3 00:33:09 2019
+++ pkgsrc/textproc/syntax-highlighting/Makefile        Thu Apr 25 21:08:11 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/04/03 00:33:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2019/04/25 21:08:11 markd Exp $
 
 DISTNAME=      syntax-highlighting-${KF5VER}
-PKGREVISION=   6
 CATEGORIES=    textproc
 
 HOMEPAGE=      https://community.kde.org/Frameworks

Index: pkgsrc/textproc/syntax-highlighting/PLIST
diff -u pkgsrc/textproc/syntax-highlighting/PLIST:1.3 pkgsrc/textproc/syntax-highlighting/PLIST:1.4
--- pkgsrc/textproc/syntax-highlighting/PLIST:1.3       Thu Jun 21 06:55:35 2018
+++ pkgsrc/textproc/syntax-highlighting/PLIST   Thu Apr 25 21:08:11 2019
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2018/06/21 06:55:35 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/04/25 21:08:11 markd Exp $
 bin/kate-syntax-highlighter
 include/KF5/KSyntaxHighlighting/AbstractHighlighter
 include/KF5/KSyntaxHighlighting/Definition
+include/KF5/KSyntaxHighlighting/DefinitionDownloader
 include/KF5/KSyntaxHighlighting/FoldingRegion
 include/KF5/KSyntaxHighlighting/Format
 include/KF5/KSyntaxHighlighting/Repository
@@ -10,6 +11,7 @@ include/KF5/KSyntaxHighlighting/SyntaxHi
 include/KF5/KSyntaxHighlighting/Theme
 include/KF5/KSyntaxHighlighting/abstracthighlighter.h
 include/KF5/KSyntaxHighlighting/definition.h
+include/KF5/KSyntaxHighlighting/definitiondownloader.h
 include/KF5/KSyntaxHighlighting/foldingregion.h
 include/KF5/KSyntaxHighlighting/format.h
 include/KF5/KSyntaxHighlighting/ksyntaxhighlighting_export.h
@@ -29,7 +31,6 @@ qt5/mkspecs/modules/qt_KSyntaxHighlighti
 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/ast/LC_MESSAGES/syntaxhighlighting5_qt.qm
 share/locale/be/LC_MESSAGES/syntaxhighlighting5_qt.qm
 share/locale/bg/LC_MESSAGES/syntaxhighlighting5_qt.qm
 share/locale/bn/LC_MESSAGES/syntaxhighlighting5_qt.qm

Index: pkgsrc/textproc/syntax-highlighting/distinfo
diff -u pkgsrc/textproc/syntax-highlighting/distinfo:1.5 pkgsrc/textproc/syntax-highlighting/distinfo:1.6
--- pkgsrc/textproc/syntax-highlighting/distinfo:1.5    Thu Jun 21 06:55:35 2018
+++ pkgsrc/textproc/syntax-highlighting/distinfo        Thu Apr 25 21:08:11 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/06/21 06:55:35 markd Exp $
+$NetBSD: distinfo,v 1.6 2019/04/25 21:08:11 markd Exp $
 
-SHA1 (syntax-highlighting-5.47.0.tar.xz) = e2c0ef711decd79f7ff77b6706a541ce16132437
-RMD160 (syntax-highlighting-5.47.0.tar.xz) = 0668e534f7f14d841abc3f0826fe3c4dd2652ca8
-SHA512 (syntax-highlighting-5.47.0.tar.xz) = 64e3711fec589e17301fced98f91fb018ccf5efdaaf55e3bdcdc8602b3dfd1686cd09856f206dc069bbe42a3c998f27c398ea3da8719e2c36638d14c29537c5a
-Size (syntax-highlighting-5.47.0.tar.xz) = 1171756 bytes
+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 (patch-autotests_input_highlight.sh) = a03c2d3a389b066d914a1c1aab97977013af4626



Home | Main Index | Thread Index | Old Index