pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun May 26 12:09:30 UTC 2024

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/kf6-ktexteditor: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
kf6-ktexteditor: add version 6.2.0

KDE Frameworks 6 ktexteditor.

KTextEditor provides a powerful text editor component that you can embed in your
application, either as a KPart or using the KF5::TextEditor library (if you need
more control).

The text editor component contains many useful features, from syntax
highlighting and automatic indentation to advanced scripting support, making it
suitable for everything from a simple embedded text-file editor to an advanced
IDE.


To generate a diff of this commit:
cvs rdiff -u -r1.4299 -r1.4300 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/kf6-ktexteditor/DESCR \
    pkgsrc/devel/kf6-ktexteditor/Makefile pkgsrc/devel/kf6-ktexteditor/PLIST \
    pkgsrc/devel/kf6-ktexteditor/buildlink3.mk \
    pkgsrc/devel/kf6-ktexteditor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4299 pkgsrc/devel/Makefile:1.4300
--- pkgsrc/devel/Makefile:1.4299        Sun May 26 12:06:59 2024
+++ pkgsrc/devel/Makefile       Sun May 26 12:09:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4299 2024/05/26 12:06:59 markd Exp $
+# $NetBSD: Makefile,v 1.4300 2024/05/26 12:09:29 markd Exp $
 #
 
 COMMENT=       Development utilities
@@ -861,6 +861,7 @@ SUBDIR+=    kf6-kpeople
 SUBDIR+=       kf6-kpty
 SUBDIR+=       kf6-krunner
 SUBDIR+=       kf6-kservice
+SUBDIR+=       kf6-ktexteditor
 SUBDIR+=       ki18n
 SUBDIR+=       kidletime
 SUBDIR+=       kio

Added files:

Index: pkgsrc/devel/kf6-ktexteditor/DESCR
diff -u /dev/null pkgsrc/devel/kf6-ktexteditor/DESCR:1.1
--- /dev/null   Sun May 26 12:09:30 2024
+++ pkgsrc/devel/kf6-ktexteditor/DESCR  Sun May 26 12:09:29 2024
@@ -0,0 +1,8 @@
+KTextEditor provides a powerful text editor component that you can embed in your
+application, either as a KPart or using the KF5::TextEditor library (if you need
+more control).
+
+The text editor component contains many useful features, from syntax
+highlighting and automatic indentation to advanced scripting support, making it
+suitable for everything from a simple embedded text-file editor to an advanced
+IDE.
Index: pkgsrc/devel/kf6-ktexteditor/Makefile
diff -u /dev/null pkgsrc/devel/kf6-ktexteditor/Makefile:1.1
--- /dev/null   Sun May 26 12:09:30 2024
+++ pkgsrc/devel/kf6-ktexteditor/Makefile       Sun May 26 12:09:29 2024
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 12:09:29 markd Exp $
+
+DISTNAME=      ktexteditor-${KF6VER}
+CATEGORIES=    devel
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Advanced embeddable text editor
+LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+USE_TOOLS+=    gmake msgmerge pkg-config perl
+
+CMAKE_ARGS+=   -DKAUTH_DBUS_DIR=${PREFIX}/share/examples/kf6-ktexteditor
+
+LDFLAGS.SunOS+=        -mimpure-text
+
+CONF_FILES+=   ${PREFIX}/share/examples/kf6-ktexteditor/org.kde.ktexteditor6.katetextbuffer.conf \
+               ${PKG_SYSCONFDIR}/dbus-1/system.d/org.kde.ktexteditor6.katetextbuffer.conf
+
+MAKE_DIRS+=            ${PKG_SYSCONFDIR}/dbus-1/system.d
+INSTALLATION_DIRS+=    share/examples/kf6-ktexteditor
+
+.include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../devel/editorconfig-core/buildlink3.mk"
+#.include "../../devel/libgit2/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-kio/buildlink3.mk"
+.include "../../devel/kf6-kparts/buildlink3.mk"
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../security/kf6-kauth/buildlink3.mk"
+.include "../../textproc/kf6-sonnet/buildlink3.mk"
+.include "../../textproc/kf6-syntax-highlighting/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
+.include "../../x11/kf6-ktextwidgets/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/kf6-ktexteditor/PLIST
diff -u /dev/null pkgsrc/devel/kf6-ktexteditor/PLIST:1.1
--- /dev/null   Sun May 26 12:09:30 2024
+++ pkgsrc/devel/kf6-ktexteditor/PLIST  Sun May 26 12:09:29 2024
@@ -0,0 +1,154 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 12:09:29 markd Exp $
+include/KF6/KTextEditor/KTextEditor/AbstractAnnotationItemDelegate
+include/KF6/KTextEditor/KTextEditor/AnnotationInterface
+include/KF6/KTextEditor/KTextEditor/Application
+include/KF6/KTextEditor/KTextEditor/Attribute
+include/KF6/KTextEditor/KTextEditor/CodeCompletionModel
+include/KF6/KTextEditor/KTextEditor/CodeCompletionModelControllerInterface
+include/KF6/KTextEditor/KTextEditor/Command
+include/KF6/KTextEditor/KTextEditor/ConfigPage
+include/KF6/KTextEditor/KTextEditor/Cursor
+include/KF6/KTextEditor/KTextEditor/Document
+include/KF6/KTextEditor/KTextEditor/DocumentCursor
+include/KF6/KTextEditor/KTextEditor/Editor
+include/KF6/KTextEditor/KTextEditor/InlineNote
+include/KF6/KTextEditor/KTextEditor/InlineNoteProvider
+include/KF6/KTextEditor/KTextEditor/LineRange
+include/KF6/KTextEditor/KTextEditor/MainWindow
+include/KF6/KTextEditor/KTextEditor/Message
+include/KF6/KTextEditor/KTextEditor/MovingCursor
+include/KF6/KTextEditor/KTextEditor/MovingRange
+include/KF6/KTextEditor/KTextEditor/MovingRangeFeedback
+include/KF6/KTextEditor/KTextEditor/Plugin
+include/KF6/KTextEditor/KTextEditor/Range
+include/KF6/KTextEditor/KTextEditor/SessionConfigInterface
+include/KF6/KTextEditor/KTextEditor/TextHintInterface
+include/KF6/KTextEditor/KTextEditor/View
+include/KF6/KTextEditor/ktexteditor/abstractannotationitemdelegate.h
+include/KF6/KTextEditor/ktexteditor/annotationinterface.h
+include/KF6/KTextEditor/ktexteditor/application.h
+include/KF6/KTextEditor/ktexteditor/attribute.h
+include/KF6/KTextEditor/ktexteditor/codecompletionmodel.h
+include/KF6/KTextEditor/ktexteditor/codecompletionmodelcontrollerinterface.h
+include/KF6/KTextEditor/ktexteditor/command.h
+include/KF6/KTextEditor/ktexteditor/configpage.h
+include/KF6/KTextEditor/ktexteditor/cursor.h
+include/KF6/KTextEditor/ktexteditor/document.h
+include/KF6/KTextEditor/ktexteditor/documentcursor.h
+include/KF6/KTextEditor/ktexteditor/editor.h
+include/KF6/KTextEditor/ktexteditor/inlinenote.h
+include/KF6/KTextEditor/ktexteditor/inlinenoteprovider.h
+include/KF6/KTextEditor/ktexteditor/linerange.h
+include/KF6/KTextEditor/ktexteditor/mainwindow.h
+include/KF6/KTextEditor/ktexteditor/message.h
+include/KF6/KTextEditor/ktexteditor/movingcursor.h
+include/KF6/KTextEditor/ktexteditor/movingrange.h
+include/KF6/KTextEditor/ktexteditor/movingrangefeedback.h
+include/KF6/KTextEditor/ktexteditor/plugin.h
+include/KF6/KTextEditor/ktexteditor/range.h
+include/KF6/KTextEditor/ktexteditor/sessionconfiginterface.h
+include/KF6/KTextEditor/ktexteditor/texthintinterface.h
+include/KF6/KTextEditor/ktexteditor/view.h
+include/KF6/KTextEditor/ktexteditor_export.h
+include/KF6/KTextEditor/ktexteditor_version.h
+lib/cmake/KF6TextEditor/KF6TextEditorConfig.cmake
+lib/cmake/KF6TextEditor/KF6TextEditorConfigVersion.cmake
+lib/cmake/KF6TextEditor/KF6TextEditorTargets-noconfig.cmake
+lib/cmake/KF6TextEditor/KF6TextEditorTargets.cmake
+lib/libKF6TextEditor.so
+lib/libKF6TextEditor.so.6
+lib/libKF6TextEditor.so.${PKGVERSION}
+libexec/kf6/kauth/kauth_ktexteditor_helper
+qt6/plugins/kf6/parts/katepart.so
+share/dbus-1/system-services/org.kde.ktexteditor6.katetextbuffer.service
+share/examples/kf6-ktexteditor/org.kde.ktexteditor6.katetextbuffer.conf
+share/kdevappwizard/templates/ktexteditor6-plugin.tar.bz2
+share/locale/af/LC_MESSAGES/ktexteditor6.mo
+share/locale/ar/LC_MESSAGES/ktexteditor6.mo
+share/locale/ast/LC_MESSAGES/ktexteditor6.mo
+share/locale/az/LC_MESSAGES/ktexteditor6.mo
+share/locale/be/LC_MESSAGES/ktexteditor6.mo
+share/locale/bg/LC_MESSAGES/ktexteditor6.mo
+share/locale/bn/LC_MESSAGES/ktexteditor6.mo
+share/locale/br/LC_MESSAGES/ktexteditor6.mo
+share/locale/bs/LC_MESSAGES/ktexteditor6.mo
+share/locale/ca/LC_MESSAGES/ktexteditor6.mo
+share/locale/ca@valencia/LC_MESSAGES/ktexteditor6.mo
+share/locale/cs/LC_MESSAGES/ktexteditor6.mo
+share/locale/cy/LC_MESSAGES/ktexteditor6.mo
+share/locale/da/LC_MESSAGES/ktexteditor6.mo
+share/locale/de/LC_MESSAGES/ktexteditor6.mo
+share/locale/el/LC_MESSAGES/ktexteditor6.mo
+share/locale/en_GB/LC_MESSAGES/ktexteditor6.mo
+share/locale/eo/LC_MESSAGES/ktexteditor6.mo
+share/locale/es/LC_MESSAGES/ktexteditor6.mo
+share/locale/et/LC_MESSAGES/ktexteditor6.mo
+share/locale/eu/LC_MESSAGES/ktexteditor6.mo
+share/locale/fa/LC_MESSAGES/ktexteditor6.mo
+share/locale/fi/LC_MESSAGES/ktexteditor6.mo
+share/locale/fr/LC_MESSAGES/ktexteditor6.mo
+share/locale/fy/LC_MESSAGES/ktexteditor6.mo
+share/locale/ga/LC_MESSAGES/ktexteditor6.mo
+share/locale/gl/LC_MESSAGES/ktexteditor6.mo
+share/locale/gu/LC_MESSAGES/ktexteditor6.mo
+share/locale/he/LC_MESSAGES/ktexteditor6.mo
+share/locale/hi/LC_MESSAGES/ktexteditor6.mo
+share/locale/hr/LC_MESSAGES/ktexteditor6.mo
+share/locale/hsb/LC_MESSAGES/ktexteditor6.mo
+share/locale/hu/LC_MESSAGES/ktexteditor6.mo
+share/locale/ia/LC_MESSAGES/ktexteditor6.mo
+share/locale/id/LC_MESSAGES/ktexteditor6.mo
+share/locale/is/LC_MESSAGES/ktexteditor6.mo
+share/locale/it/LC_MESSAGES/ktexteditor6.mo
+share/locale/ja/LC_MESSAGES/ktexteditor6.mo
+share/locale/ka/LC_MESSAGES/ktexteditor6.mo
+share/locale/kk/LC_MESSAGES/ktexteditor6.mo
+share/locale/km/LC_MESSAGES/ktexteditor6.mo
+share/locale/ko/LC_MESSAGES/ktexteditor6.mo
+share/locale/ku/LC_MESSAGES/ktexteditor6.mo
+share/locale/lb/LC_MESSAGES/ktexteditor6.mo
+share/locale/lt/LC_MESSAGES/ktexteditor6.mo
+share/locale/lv/LC_MESSAGES/ktexteditor6.mo
+share/locale/mai/LC_MESSAGES/ktexteditor6.mo
+share/locale/mk/LC_MESSAGES/ktexteditor6.mo
+share/locale/ml/LC_MESSAGES/ktexteditor6.mo
+share/locale/mr/LC_MESSAGES/ktexteditor6.mo
+share/locale/ms/LC_MESSAGES/ktexteditor6.mo
+share/locale/nb/LC_MESSAGES/ktexteditor6.mo
+share/locale/nds/LC_MESSAGES/ktexteditor6.mo
+share/locale/ne/LC_MESSAGES/ktexteditor6.mo
+share/locale/nl/LC_MESSAGES/ktexteditor6.mo
+share/locale/nn/LC_MESSAGES/ktexteditor6.mo
+share/locale/oc/LC_MESSAGES/ktexteditor6.mo
+share/locale/pa/LC_MESSAGES/ktexteditor6.mo
+share/locale/pl/LC_MESSAGES/ktexteditor6.mo
+share/locale/pt/LC_MESSAGES/ktexteditor6.mo
+share/locale/pt_BR/LC_MESSAGES/ktexteditor6.mo
+share/locale/ro/LC_MESSAGES/ktexteditor6.mo
+share/locale/ru/LC_MESSAGES/ktexteditor6.mo
+share/locale/se/LC_MESSAGES/ktexteditor6.mo
+share/locale/si/LC_MESSAGES/ktexteditor6.mo
+share/locale/sk/LC_MESSAGES/ktexteditor6.mo
+share/locale/sl/LC_MESSAGES/ktexteditor6.mo
+share/locale/sq/LC_MESSAGES/ktexteditor6.mo
+share/locale/sr/LC_MESSAGES/ktexteditor6.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor6.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor6.mo
+share/locale/sr@latin/LC_MESSAGES/ktexteditor6.mo
+share/locale/sv/LC_MESSAGES/ktexteditor6.mo
+share/locale/ta/LC_MESSAGES/ktexteditor6.mo
+share/locale/tg/LC_MESSAGES/ktexteditor6.mo
+share/locale/th/LC_MESSAGES/ktexteditor6.mo
+share/locale/tr/LC_MESSAGES/ktexteditor6.mo
+share/locale/ug/LC_MESSAGES/ktexteditor6.mo
+share/locale/uk/LC_MESSAGES/ktexteditor6.mo
+share/locale/uz/LC_MESSAGES/ktexteditor6.mo
+share/locale/uz@cyrillic/LC_MESSAGES/ktexteditor6.mo
+share/locale/vi/LC_MESSAGES/ktexteditor6.mo
+share/locale/wa/LC_MESSAGES/ktexteditor6.mo
+share/locale/xh/LC_MESSAGES/ktexteditor6.mo
+share/locale/zh_CN/LC_MESSAGES/ktexteditor6.mo
+share/locale/zh_TW/LC_MESSAGES/ktexteditor6.mo
+share/polkit-1/actions/org.kde.ktexteditor6.katetextbuffer.policy
+share/qlogging-categories6/ktexteditor.categories
+share/qlogging-categories6/ktexteditor.renamecategories
Index: pkgsrc/devel/kf6-ktexteditor/buildlink3.mk
diff -u /dev/null pkgsrc/devel/kf6-ktexteditor/buildlink3.mk:1.1
--- /dev/null   Sun May 26 12:09:30 2024
+++ pkgsrc/devel/kf6-ktexteditor/buildlink3.mk  Sun May 26 12:09:30 2024
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 12:09:30 markd Exp $
+
+BUILDLINK_TREE+=       kf6-ktexteditor
+
+.if !defined(KF6_KTEXTEDITOR_BUILDLINK3_MK)
+KF6_KTEXTEDITOR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-ktexteditor+=        kf6-ktexteditor>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-ktexteditor?=  ../../devel/kf6-ktexteditor
+
+.include "../../archivers/kf6-karchive/buildlink3.mk"
+.include "../../devel/kf6-kconfig/buildlink3.mk"
+.include "../../devel/kf6-ki18n/buildlink3.mk"
+.include "../../devel/kf6-kio/buildlink3.mk"
+.include "../../devel/kf6-kparts/buildlink3.mk"
+.include "../../security/kf6-kauth/buildlink3.mk"
+.include "../../textproc/kf6-sonnet/buildlink3.mk"
+.include "../../textproc/kf6-syntax-highlighting/buildlink3.mk"
+.include "../../x11/kf6-kguiaddons/buildlink3.mk"
+.include "../../x11/kf6-ktextwidgets/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_KTEXTEDITOR_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kf6-ktexteditor
Index: pkgsrc/devel/kf6-ktexteditor/distinfo
diff -u /dev/null pkgsrc/devel/kf6-ktexteditor/distinfo:1.1
--- /dev/null   Sun May 26 12:09:30 2024
+++ pkgsrc/devel/kf6-ktexteditor/distinfo       Sun May 26 12:09:30 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 12:09:30 markd Exp $
+
+BLAKE2s (ktexteditor-6.2.0.tar.xz) = 2a7227b16a4df98503105bebc33272b74ba4c4ac44bc431aa932d27b105cb6d4
+SHA512 (ktexteditor-6.2.0.tar.xz) = 72102d90c411ff6a417e750dee12419045d1fc4af1739276506a2df18ec74fecaea8500b44b7f5d37fa0cdf227afcf2773fc0a2dff7ef79444cf9121ee52f988
+Size (ktexteditor-6.2.0.tar.xz) = 2812340 bytes



Home | Main Index | Thread Index | Old Index