pkgsrc-WIP-changes archive

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

ktexteditor: Import ktexteditor-5.21.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Thu Apr 28 14:18:04 2016 +1200
Changeset:	bf2e84e7762afc98b7a6b905d8cbe7469373a83b

Added Files:
	ktexteditor/DESCR
	ktexteditor/Makefile
	ktexteditor/PLIST
	ktexteditor/buildlink3.mk
	ktexteditor/distinfo

Log Message:
ktexteditor: Import ktexteditor-5.21.0

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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bf2e84e7762afc98b7a6b905d8cbe7469373a83b

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

diffstat:
 ktexteditor/DESCR         |   8 +++
 ktexteditor/Makefile      |  17 ++++++
 ktexteditor/PLIST         | 153 ++++++++++++++++++++++++++++++++++++++++++++++
 ktexteditor/buildlink3.mk |  16 +++++
 ktexteditor/distinfo      |   6 ++
 5 files changed, 200 insertions(+)

diffs:
diff --git a/ktexteditor/DESCR b/ktexteditor/DESCR
new file mode 100644
index 0000000..c3d35c4
--- /dev/null
+++ b/ktexteditor/DESCR
@@ -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.
diff --git a/ktexteditor/Makefile b/ktexteditor/Makefile
new file mode 100644
index 0000000..1175f87
--- /dev/null
+++ b/ktexteditor/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	ktexteditor-${KF5VER}
+CATEGORIES=	misc
+
+HOMEPAGE=	https://community.kde.org/Frameworks
+COMMENT=	Advanced embeddable text editor
+LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1
+
+.include "../../wip/kf5/Makefile.common"
+
+USE_TOOLS+=	msgmerge pkg-config perl
+
+.include "../../devel/libgit2/buildlink3.mk"
+.include "../../wip/kparts/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ktexteditor/PLIST b/ktexteditor/PLIST
new file mode 100644
index 0000000..91d5d41
--- /dev/null
+++ b/ktexteditor/PLIST
@@ -0,0 +1,153 @@
+@comment $NetBSD$
+include/KF5/KTextEditor/KTextEditor/AnnotationInterface
+include/KF5/KTextEditor/KTextEditor/Application
+include/KF5/KTextEditor/KTextEditor/Attribute
+include/KF5/KTextEditor/KTextEditor/CodeCompletionInterface
+include/KF5/KTextEditor/KTextEditor/CodeCompletionModel
+include/KF5/KTextEditor/KTextEditor/CodeCompletionModelControllerInterface
+include/KF5/KTextEditor/KTextEditor/Command
+include/KF5/KTextEditor/KTextEditor/ConfigInterface
+include/KF5/KTextEditor/KTextEditor/ConfigPage
+include/KF5/KTextEditor/KTextEditor/Cursor
+include/KF5/KTextEditor/KTextEditor/Document
+include/KF5/KTextEditor/KTextEditor/DocumentCursor
+include/KF5/KTextEditor/KTextEditor/Editor
+include/KF5/KTextEditor/KTextEditor/MainWindow
+include/KF5/KTextEditor/KTextEditor/MarkInterface
+include/KF5/KTextEditor/KTextEditor/Message
+include/KF5/KTextEditor/KTextEditor/ModificationInterface
+include/KF5/KTextEditor/KTextEditor/MovingCursor
+include/KF5/KTextEditor/KTextEditor/MovingInterface
+include/KF5/KTextEditor/KTextEditor/MovingRange
+include/KF5/KTextEditor/KTextEditor/MovingRangeFeedback
+include/KF5/KTextEditor/KTextEditor/Plugin
+include/KF5/KTextEditor/KTextEditor/Range
+include/KF5/KTextEditor/KTextEditor/SessionConfigInterface
+include/KF5/KTextEditor/KTextEditor/TextHintInterface
+include/KF5/KTextEditor/KTextEditor/View
+include/KF5/KTextEditor/ktexteditor/annotationinterface.h
+include/KF5/KTextEditor/ktexteditor/application.h
+include/KF5/KTextEditor/ktexteditor/attribute.h
+include/KF5/KTextEditor/ktexteditor/codecompletioninterface.h
+include/KF5/KTextEditor/ktexteditor/codecompletionmodel.h
+include/KF5/KTextEditor/ktexteditor/codecompletionmodelcontrollerinterface.h
+include/KF5/KTextEditor/ktexteditor/command.h
+include/KF5/KTextEditor/ktexteditor/configinterface.h
+include/KF5/KTextEditor/ktexteditor/configpage.h
+include/KF5/KTextEditor/ktexteditor/cursor.h
+include/KF5/KTextEditor/ktexteditor/document.h
+include/KF5/KTextEditor/ktexteditor/documentcursor.h
+include/KF5/KTextEditor/ktexteditor/editor.h
+include/KF5/KTextEditor/ktexteditor/mainwindow.h
+include/KF5/KTextEditor/ktexteditor/markinterface.h
+include/KF5/KTextEditor/ktexteditor/message.h
+include/KF5/KTextEditor/ktexteditor/modificationinterface.h
+include/KF5/KTextEditor/ktexteditor/movingcursor.h
+include/KF5/KTextEditor/ktexteditor/movinginterface.h
+include/KF5/KTextEditor/ktexteditor/movingrange.h
+include/KF5/KTextEditor/ktexteditor/movingrangefeedback.h
+include/KF5/KTextEditor/ktexteditor/plugin.h
+include/KF5/KTextEditor/ktexteditor/range.h
+include/KF5/KTextEditor/ktexteditor/sessionconfiginterface.h
+include/KF5/KTextEditor/ktexteditor/texthintinterface.h
+include/KF5/KTextEditor/ktexteditor/view.h
+include/KF5/KTextEditor/ktexteditor_export.h
+include/KF5/ktexteditor_version.h
+lib/cmake/KF5TextEditor/KF5TextEditorConfig.cmake
+lib/cmake/KF5TextEditor/KF5TextEditorConfigVersion.cmake
+lib/cmake/KF5TextEditor/KF5TextEditorTargets-noconfig.cmake
+lib/cmake/KF5TextEditor/KF5TextEditorTargets.cmake
+lib/libKF5TextEditor.so
+lib/libKF5TextEditor.so.5
+lib/libKF5TextEditor.so.${PKGVERSION}
+qt5/mkspecs/modules/qt_KTextEditor.pri
+qt5/plugins/kf5/parts/katepart.so
+share/katepart5/script/README.md
+share/katepart5/syntax/README.md
+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/be/LC_MESSAGES/ktexteditor5.mo
+share/locale/bg/LC_MESSAGES/ktexteditor5.mo
+share/locale/bn/LC_MESSAGES/ktexteditor5.mo
+share/locale/br/LC_MESSAGES/ktexteditor5.mo
+share/locale/bs/LC_MESSAGES/ktexteditor5.mo
+share/locale/ca/LC_MESSAGES/ktexteditor5.mo
+share/locale/ca@valencia/LC_MESSAGES/ktexteditor5.mo
+share/locale/cs/LC_MESSAGES/ktexteditor5.mo
+share/locale/cy/LC_MESSAGES/ktexteditor5.mo
+share/locale/da/LC_MESSAGES/ktexteditor5.mo
+share/locale/de/LC_MESSAGES/ktexteditor5.mo
+share/locale/el/LC_MESSAGES/ktexteditor5.mo
+share/locale/en_GB/LC_MESSAGES/ktexteditor5.mo
+share/locale/eo/LC_MESSAGES/ktexteditor5.mo
+share/locale/es/LC_MESSAGES/ktexteditor5.mo
+share/locale/et/LC_MESSAGES/ktexteditor5.mo
+share/locale/eu/LC_MESSAGES/ktexteditor5.mo
+share/locale/fa/LC_MESSAGES/ktexteditor5.mo
+share/locale/fi/LC_MESSAGES/ktexteditor5.mo
+share/locale/fr/LC_MESSAGES/ktexteditor5.mo
+share/locale/fy/LC_MESSAGES/ktexteditor5.mo
+share/locale/ga/LC_MESSAGES/ktexteditor5.mo
+share/locale/gl/LC_MESSAGES/ktexteditor5.mo
+share/locale/gu/LC_MESSAGES/ktexteditor5.mo
+share/locale/he/LC_MESSAGES/ktexteditor5.mo
+share/locale/hi/LC_MESSAGES/ktexteditor5.mo
+share/locale/hr/LC_MESSAGES/ktexteditor5.mo
+share/locale/hsb/LC_MESSAGES/ktexteditor5.mo
+share/locale/hu/LC_MESSAGES/ktexteditor5.mo
+share/locale/ia/LC_MESSAGES/ktexteditor5.mo
+share/locale/is/LC_MESSAGES/ktexteditor5.mo
+share/locale/it/LC_MESSAGES/ktexteditor5.mo
+share/locale/ja/LC_MESSAGES/ktexteditor5.mo
+share/locale/ka/LC_MESSAGES/ktexteditor5.mo
+share/locale/kk/LC_MESSAGES/ktexteditor5.mo
+share/locale/km/LC_MESSAGES/ktexteditor5.mo
+share/locale/ko/LC_MESSAGES/ktexteditor5.mo
+share/locale/ku/LC_MESSAGES/ktexteditor5.mo
+share/locale/lb/LC_MESSAGES/ktexteditor5.mo
+share/locale/lt/LC_MESSAGES/ktexteditor5.mo
+share/locale/lv/LC_MESSAGES/ktexteditor5.mo
+share/locale/mai/LC_MESSAGES/ktexteditor5.mo
+share/locale/mk/LC_MESSAGES/ktexteditor5.mo
+share/locale/ml/LC_MESSAGES/ktexteditor5.mo
+share/locale/mr/LC_MESSAGES/ktexteditor5.mo
+share/locale/ms/LC_MESSAGES/ktexteditor5.mo
+share/locale/nb/LC_MESSAGES/ktexteditor5.mo
+share/locale/nds/LC_MESSAGES/ktexteditor5.mo
+share/locale/ne/LC_MESSAGES/ktexteditor5.mo
+share/locale/nl/LC_MESSAGES/ktexteditor5.mo
+share/locale/nn/LC_MESSAGES/ktexteditor5.mo
+share/locale/oc/LC_MESSAGES/ktexteditor5.mo
+share/locale/pa/LC_MESSAGES/ktexteditor5.mo
+share/locale/pl/LC_MESSAGES/ktexteditor5.mo
+share/locale/pt/LC_MESSAGES/ktexteditor5.mo
+share/locale/pt_BR/LC_MESSAGES/ktexteditor5.mo
+share/locale/ro/LC_MESSAGES/ktexteditor5.mo
+share/locale/ru/LC_MESSAGES/ktexteditor5.mo
+share/locale/se/LC_MESSAGES/ktexteditor5.mo
+share/locale/si/LC_MESSAGES/ktexteditor5.mo
+share/locale/sk/LC_MESSAGES/ktexteditor5.mo
+share/locale/sl/LC_MESSAGES/ktexteditor5.mo
+share/locale/sq/LC_MESSAGES/ktexteditor5.mo
+share/locale/sr/LC_MESSAGES/ktexteditor5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor5.mo
+share/locale/sr@latin/LC_MESSAGES/ktexteditor5.mo
+share/locale/sv/LC_MESSAGES/ktexteditor5.mo
+share/locale/ta/LC_MESSAGES/ktexteditor5.mo
+share/locale/tg/LC_MESSAGES/ktexteditor5.mo
+share/locale/th/LC_MESSAGES/ktexteditor5.mo
+share/locale/tr/LC_MESSAGES/ktexteditor5.mo
+share/locale/ug/LC_MESSAGES/ktexteditor5.mo
+share/locale/uk/LC_MESSAGES/ktexteditor5.mo
+share/locale/uz/LC_MESSAGES/ktexteditor5.mo
+share/locale/uz@cyrillic/LC_MESSAGES/ktexteditor5.mo
+share/locale/vi/LC_MESSAGES/ktexteditor5.mo
+share/locale/wa/LC_MESSAGES/ktexteditor5.mo
+share/locale/xh/LC_MESSAGES/ktexteditor5.mo
+share/locale/zh_CN/LC_MESSAGES/ktexteditor5.mo
+share/locale/zh_TW/LC_MESSAGES/ktexteditor5.mo
diff --git a/ktexteditor/buildlink3.mk b/ktexteditor/buildlink3.mk
new file mode 100644
index 0000000..6e396cf
--- /dev/null
+++ b/ktexteditor/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	ktexteditor
+
+.if !defined(KTEXTEDITOR_BUILDLINK3_MK)
+KTEXTEDITOR_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ktexteditor+=	ktexteditor>=5.21.0
+BUILDLINK_PKGSRCDIR.ktexteditor?=	../../wip/ktexteditor
+
+#.include "../../devel/libgit2/buildlink3.mk"
+.include "../../wip/kparts/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif	# KTEXTEDITOR_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-ktexteditor
diff --git a/ktexteditor/distinfo b/ktexteditor/distinfo
new file mode 100644
index 0000000..f8894ec
--- /dev/null
+++ b/ktexteditor/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ktexteditor-5.21.0.tar.xz) = 7cf14bd7c8c8307fb2088402ba2ab66f4972ab06
+RMD160 (ktexteditor-5.21.0.tar.xz) = 27f37a1d5228ab2f4287d7123074d15dc978fce8
+SHA512 (ktexteditor-5.21.0.tar.xz) = ee5a5c522ea51e1a933316a0a1014cb481cdebe9a3cd02af71f92e11bbac3c0da95d00060ec4b8921f3881ef024cae9851e1dc5a7eefd634fba9bf56fd481c3a
+Size (ktexteditor-5.21.0.tar.xz) = 2874732 bytes


Home | Main Index | Thread Index | Old Index