Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A7FF84F4A for ; Sat, 29 Jul 2023 02:08:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Bjz5fVqky6r9 for ; Sat, 29 Jul 2023 02:08:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AC7DD84D05 for ; Sat, 29 Jul 2023 02:08:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A30BEFBDB; Sat, 29 Jul 2023 02:08:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690596489262950" MIME-Version: 1.0 Date: Sat, 29 Jul 2023 02:08:09 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/devel/ktexteditor To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230729020809.A30BEFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690596489262950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Sat Jul 29 02:08:09 UTC 2023 Modified Files: pkgsrc/devel/ktexteditor: Makefile PLIST distinfo Log Message: ktexteditor: update to 5.108.0 5.99 Macro replaced by factory function Small refactor to KateViewInternal::word{Prev,Next} Tests for basic cursor movement between words Remove shell-like completion handling on TAB Allow code completion using the tab key clipboardialog: add placerholder label when empty Unassign transpose character shortcut avoid magic to compute line (bug 450817) Enable indent-on-paste for indenttest Fix cstyle/indentpaste4 script Fix cstyle tests: elsething and fork Disable R indenter debug mode Don't change indent-on-paste default yet Add tests and fixes for R indent-on-paste Add tests and fixes for julia indent-on-paste Add tests for ruby indent-on-paste Add tests and fixes for python indent and indent-on-paste Fix python indent script trigger character detection with empty chars Disable cstyle.js debug mode Add tests and fixes for cstyle indent and indent-on-paste Enable 'indent text on paste' by default Normalize signatures in mainwindow.cpp Plugin template: fix install location 5.100 Set default mark type only if control is pressed Don't install desktop file for katepart when building against Qt6 CamelCursor: Improve complex unicode handling we want to shift unsigned ints auto completion got me remove file name for saveas only for remote files Simplify and optimize KateScriptDocument::anchorInternal Indenter: Dart and Js fixes Fix js/dart indent in array Make Tab/Shift+Tab completion work Bring Shell-like tab completion back, and make it work Remove select all and deselect from context menu Remove double message about lack of access rights KateCompletionModel: Dont sort Group::prefilter KateCompletionModel: Simplify changeCompletions() Avoid detaching currentCompletion KateCompletionModel: Remove not needed setters Remove KateCompletionModel config from KateCompletionWidget Avoid excessive filtering and calls to modelContentChanged Completion: Avoid extra model reset Remove "Preview:" label in themes tab Fix fallback logic Fix tab order in search fix clipboard selection update on shift mouse click Ensure to set highlight on reload when file type was set by user 5.101 Convert part metadata to JSON Kate:TextLine: switch to std::shared_ptr Fix setting default mark when ctrl is pressed Fix caret with inline notes Add "Character" the "Insert Tab" action name Fix condition for installing desktop file 5.102 Fix crash on undo after reload Update the cursor and anchor to sync with the visual but not scroll for selectAll Implement invokeAction and commit preedit when click outside the preedit Add missing KWindowSystem dependency Fix 1 space indent not detected Added New Script Sort Uniq avoid use of markedAsFoldingStart start to compute indentation based folding on demand Accept event when clearing multicursors Add Dart and Go to katemoderc 5.103 Fix indent failing due to unknown method 'replace' Don't show selection count when there are none 5.104 Improve cstyle performance Improve performance of rendering spaces with dyn wrap disabled documentSaveCopyAs: Use async job api Optimize rendering spaces with dyn wrapping 5.105 try to improve test stability autoindent: fix indentation when "keep extra spaces" is enabled Julia indent: fix indentation when "keep extra spaces" is enabled, 5.106 Fix Save Copy As.. not working anymore Fix indenting removes characters if line has tabs at start Printer: AlignVCenter line numbers Dont ignore folding when printing code Use m_fontAscent instead of fm.ascent() Draw caret ourselves Fix selection highlight for RTL text with custom line height Include range.js when initializing the engine Fix RTL text with format incorrectly shaped xml-indent: Optimize getCode 5.107 Fix incorrect lineHeight for drag pixmap To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/ktexteditor/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ktexteditor/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ktexteditor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690596489262950 Content-Disposition: inline Content-Length: 2872 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ktexteditor/Makefile diff -u pkgsrc/devel/ktexteditor/Makefile:1.75 pkgsrc/devel/ktexteditor/Makefile:1.76 --- pkgsrc/devel/ktexteditor/Makefile:1.75 Mon May 22 20:59:58 2023 +++ pkgsrc/devel/ktexteditor/Makefile Sat Jul 29 02:08:09 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.75 2023/05/22 20:59:58 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2023/07/29 02:08:09 markd Exp $ DISTNAME= ktexteditor-${KF5VER} -PKGREVISION= 6 CATEGORIES= devel HOMEPAGE= https://community.kde.org/Frameworks Index: pkgsrc/devel/ktexteditor/PLIST diff -u pkgsrc/devel/ktexteditor/PLIST:1.9 pkgsrc/devel/ktexteditor/PLIST:1.10 --- pkgsrc/devel/ktexteditor/PLIST:1.9 Mon Apr 25 05:21:46 2022 +++ pkgsrc/devel/ktexteditor/PLIST Sat Jul 29 02:08:09 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2022/04/25 05:21:46 markd Exp $ +@comment $NetBSD: PLIST,v 1.10 2023/07/29 02:08:09 markd Exp $ include/KF5/KTextEditor/KTextEditor/AbstractAnnotationItemDelegate include/KF5/KTextEditor/KTextEditor/AnnotationInterface include/KF5/KTextEditor/KTextEditor/Application @@ -76,13 +76,12 @@ qt5/plugins/kf5/parts/katepart.so share/dbus-1/system-services/org.kde.ktexteditor.katetextbuffer.service share/examples/ktexteditor/org.kde.ktexteditor.katetextbuffer.conf share/katepart5/script/README.md -share/kdevfiletemplates/templates/ktexteditor-plugin.tar.bz2 +share/kdevappwizard/templates/ktexteditor-plugin.tar.bz2 share/kservices5/katepart.desktop share/kservicetypes5/ktexteditor.desktop share/kservicetypes5/ktexteditorplugin.desktop share/locale/af/LC_MESSAGES/ktexteditor5.mo share/locale/ar/LC_MESSAGES/ktexteditor5.mo -share/locale/ast/LC_MESSAGES/ktexteditor5.mo share/locale/az/LC_MESSAGES/ktexteditor5.mo share/locale/be/LC_MESSAGES/ktexteditor5.mo share/locale/bg/LC_MESSAGES/ktexteditor5.mo Index: pkgsrc/devel/ktexteditor/distinfo diff -u pkgsrc/devel/ktexteditor/distinfo:1.16 pkgsrc/devel/ktexteditor/distinfo:1.17 --- pkgsrc/devel/ktexteditor/distinfo:1.16 Thu Sep 29 00:36:34 2022 +++ pkgsrc/devel/ktexteditor/distinfo Sat Jul 29 02:08:09 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2022/09/29 00:36:34 markd Exp $ +$NetBSD: distinfo,v 1.17 2023/07/29 02:08:09 markd Exp $ -BLAKE2s (ktexteditor-5.98.0.tar.xz) = 01b5962ef9b6f04f3a18b39d77656212e612835e8beea1ceb6d0fe2b10559887 -SHA512 (ktexteditor-5.98.0.tar.xz) = 9505d4b791809f4a262d11d6a4553e29f0897a5447b7609e6df6bc89f86e839691a6e33d325a0168e0eba8ae433d6f5ca740bed115c80a59e1ed68a54e9c8e2f -Size (ktexteditor-5.98.0.tar.xz) = 2422756 bytes +BLAKE2s (ktexteditor-5.108.0.tar.xz) = 50ae965faf900061f2fc5c3c6d1f2844a0538fe2f22be9a31133434e576bd093 +SHA512 (ktexteditor-5.108.0.tar.xz) = 52f0246ac87e70107b17f051585f3543ec38696201b45839338b9b53cc0aaabe3b1408f033c5c72786a9e8e747188fbae5bd64028ca06a36dd15f1700f4993a6 +Size (ktexteditor-5.108.0.tar.xz) = 2770116 bytes --_----------=_1690596489262950--