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:           Sun May 26 13:06:41 UTC 2024

Modified Files:
        pkgsrc/textproc: Makefile
Added Files:
        pkgsrc/textproc/kf6-ktexttemplate: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
kf6-ktexttemplate: add version 6.2.0

KDE Frameworks 6 ktexttemplate.

The goal of KTextTemplate is to make it easier for application developers to
separate the structure of documents from the data they contain, opening the door
for theming and advanced generation of other text such as code.

The syntax uses the syntax of the Django template system, and
the core design of Django is reused in KTextTemplate.


To generate a diff of this commit:
cvs rdiff -u -r1.1472 -r1.1473 pkgsrc/textproc/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/kf6-ktexttemplate/DESCR \
    pkgsrc/textproc/kf6-ktexttemplate/Makefile \
    pkgsrc/textproc/kf6-ktexttemplate/PLIST \
    pkgsrc/textproc/kf6-ktexttemplate/buildlink3.mk \
    pkgsrc/textproc/kf6-ktexttemplate/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/Makefile
diff -u pkgsrc/textproc/Makefile:1.1472 pkgsrc/textproc/Makefile:1.1473
--- pkgsrc/textproc/Makefile:1.1472     Sun May 26 13:04:54 2024
+++ pkgsrc/textproc/Makefile    Sun May 26 13:06:40 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1472 2024/05/26 13:04:54 markd Exp $
+# $NetBSD: Makefile,v 1.1473 2024/05/26 13:06:40 markd Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -486,6 +486,7 @@ SUBDIR+=    kcodecs
 SUBDIR+=       kcompletion
 SUBDIR+=       kf6-kcodecs
 SUBDIR+=       kf6-kcompletion
+SUBDIR+=       kf6-ktexttemplate
 SUBDIR+=       kpimtextedit
 SUBDIR+=       ktextaddons
 SUBDIR+=       latex2html

Added files:

Index: pkgsrc/textproc/kf6-ktexttemplate/DESCR
diff -u /dev/null pkgsrc/textproc/kf6-ktexttemplate/DESCR:1.1
--- /dev/null   Sun May 26 13:06:41 2024
+++ pkgsrc/textproc/kf6-ktexttemplate/DESCR     Sun May 26 13:06:40 2024
@@ -0,0 +1,6 @@
+The goal of KTextTemplate is to make it easier for application developers to
+separate the structure of documents from the data they contain, opening the door
+for theming and advanced generation of other text such as code.
+
+The syntax uses the syntax of the Django template system, and
+the core design of Django is reused in KTextTemplate.
Index: pkgsrc/textproc/kf6-ktexttemplate/Makefile
diff -u /dev/null pkgsrc/textproc/kf6-ktexttemplate/Makefile:1.1
--- /dev/null   Sun May 26 13:06:41 2024
+++ pkgsrc/textproc/kf6-ktexttemplate/Makefile  Sun May 26 13:06:41 2024
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2024/05/26 13:06:41 markd Exp $
+
+DISTNAME=      ktexttemplate-${KF6VER}
+CATEGORIES=    textproc
+
+HOMEPAGE=      https://community.kde.org/Frameworks
+COMMENT=       Separate the structure of documents from the data they contain
+LICENSE=       gnu-lgpl-v2.1
+
+.include "../../meta-pkgs/kde/kf6.mk"
+
+BUILDLINK_DEPMETHOD.qt6-qttools= build
+.include "../../devel/qt6-qttools/buildlink3.mk"
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/kf6-ktexttemplate/PLIST
diff -u /dev/null pkgsrc/textproc/kf6-ktexttemplate/PLIST:1.1
--- /dev/null   Sun May 26 13:06:41 2024
+++ pkgsrc/textproc/kf6-ktexttemplate/PLIST     Sun May 26 13:06:41 2024
@@ -0,0 +1,63 @@
+@comment $NetBSD: PLIST,v 1.1 2024/05/26 13:06:41 markd Exp $
+include/KF6/KTextTemplate/KTextTemplate/AbstractLocalizer
+include/KF6/KTextTemplate/KTextTemplate/AbstractNodeFactory
+include/KF6/KTextTemplate/KTextTemplate/AbstractTemplateLoader
+include/KF6/KTextTemplate/KTextTemplate/CachingLoaderDecorator
+include/KF6/KTextTemplate/KTextTemplate/Context
+include/KF6/KTextTemplate/KTextTemplate/Engine
+include/KF6/KTextTemplate/KTextTemplate/Exception
+include/KF6/KTextTemplate/KTextTemplate/FileSystemTemplateLoader
+include/KF6/KTextTemplate/KTextTemplate/Filter
+include/KF6/KTextTemplate/KTextTemplate/FilterExpression
+include/KF6/KTextTemplate/KTextTemplate/InMemoryTemplateLoader
+include/KF6/KTextTemplate/KTextTemplate/MetaType
+include/KF6/KTextTemplate/KTextTemplate/Node
+include/KF6/KTextTemplate/KTextTemplate/NodeList
+include/KF6/KTextTemplate/KTextTemplate/OutputStream
+include/KF6/KTextTemplate/KTextTemplate/Parser
+include/KF6/KTextTemplate/KTextTemplate/QtLocalizer
+include/KF6/KTextTemplate/KTextTemplate/RenderContext
+include/KF6/KTextTemplate/KTextTemplate/SafeString
+include/KF6/KTextTemplate/KTextTemplate/TagLibraryInterface
+include/KF6/KTextTemplate/KTextTemplate/Template
+include/KF6/KTextTemplate/KTextTemplate/TemplateLoader
+include/KF6/KTextTemplate/KTextTemplate/Token
+include/KF6/KTextTemplate/KTextTemplate/TypeAccessor
+include/KF6/KTextTemplate/KTextTemplate/Util
+include/KF6/KTextTemplate/KTextTemplate/Variable
+include/KF6/KTextTemplate/ktexttemplate/abstractlocalizer.h
+include/KF6/KTextTemplate/ktexttemplate/cachingloaderdecorator.h
+include/KF6/KTextTemplate/ktexttemplate/context.h
+include/KF6/KTextTemplate/ktexttemplate/engine.h
+include/KF6/KTextTemplate/ktexttemplate/exception.h
+include/KF6/KTextTemplate/ktexttemplate/filter.h
+include/KF6/KTextTemplate/ktexttemplate/filterexpression.h
+include/KF6/KTextTemplate/ktexttemplate/ktexttemplate_export.h
+include/KF6/KTextTemplate/ktexttemplate/metatype.h
+include/KF6/KTextTemplate/ktexttemplate/node.h
+include/KF6/KTextTemplate/ktexttemplate/outputstream.h
+include/KF6/KTextTemplate/ktexttemplate/parser.h
+include/KF6/KTextTemplate/ktexttemplate/qtlocalizer.h
+include/KF6/KTextTemplate/ktexttemplate/rendercontext.h
+include/KF6/KTextTemplate/ktexttemplate/safestring.h
+include/KF6/KTextTemplate/ktexttemplate/taglibraryinterface.h
+include/KF6/KTextTemplate/ktexttemplate/template.h
+include/KF6/KTextTemplate/ktexttemplate/templateloader.h
+include/KF6/KTextTemplate/ktexttemplate/token.h
+include/KF6/KTextTemplate/ktexttemplate/typeaccessor.h
+include/KF6/KTextTemplate/ktexttemplate/util.h
+include/KF6/KTextTemplate/ktexttemplate/variable.h
+include/KF6/KTextTemplate/ktexttemplate_version.h
+lib/cmake/KF6TextTemplate/KF6TextTemplateConfig.cmake
+lib/cmake/KF6TextTemplate/KF6TextTemplateConfigVersion.cmake
+lib/cmake/KF6TextTemplate/KF6TextTemplateMacros.cmake
+lib/cmake/KF6TextTemplate/KF6TextTemplateTargets-noconfig.cmake
+lib/cmake/KF6TextTemplate/KF6TextTemplateTargets.cmake
+lib/libKF6TextTemplate.so
+lib/libKF6TextTemplate.so.6
+lib/libKF6TextTemplate.so.${PKGVERSION}
+qt6/plugins/kf6/ktexttemplate/ktexttemplate_defaultfilters.so
+qt6/plugins/kf6/ktexttemplate/ktexttemplate_defaulttags.so
+qt6/plugins/kf6/ktexttemplate/ktexttemplate_i18ntags.so
+qt6/plugins/kf6/ktexttemplate/ktexttemplate_loadertags.so
+share/qlogging-categories6/ktexttemplate.categories
Index: pkgsrc/textproc/kf6-ktexttemplate/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/kf6-ktexttemplate/buildlink3.mk:1.1
--- /dev/null   Sun May 26 13:06:41 2024
+++ pkgsrc/textproc/kf6-ktexttemplate/buildlink3.mk     Sun May 26 13:06:41 2024
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2024/05/26 13:06:41 markd Exp $
+
+BUILDLINK_TREE+=       kf6-ktexttemplate
+
+.if !defined(KF6_KTEXTTEMPLATE_BUILDLINK3_MK)
+KF6_KTEXTTEMPLATE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kf6-ktexttemplate+=      kf6-ktexttemplate>=6.2.0
+BUILDLINK_PKGSRCDIR.kf6-ktexttemplate?=                ../../textproc/kf6-ktexttemplate
+
+.include "../../lang/qt6-qtdeclarative/buildlink3.mk"
+.include "../../x11/qt6-qtbase/buildlink3.mk"
+.endif # KF6_KTEXTTEMPLATE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -kf6-ktexttemplate
Index: pkgsrc/textproc/kf6-ktexttemplate/distinfo
diff -u /dev/null pkgsrc/textproc/kf6-ktexttemplate/distinfo:1.1
--- /dev/null   Sun May 26 13:06:41 2024
+++ pkgsrc/textproc/kf6-ktexttemplate/distinfo  Sun May 26 13:06:41 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/05/26 13:06:41 markd Exp $
+
+BLAKE2s (ktexttemplate-6.2.0.tar.xz) = 0a9c13015d7b134261ee0b87b8bf70280e97235dc1e5e41bd3accbf8f6395162
+SHA512 (ktexttemplate-6.2.0.tar.xz) = 2fdeaffa25145d132165bf8c89d89efae412dc67b0163d987f4f624694d4888cf3cc055d0cdee11996ea67871e41f9f38d843576d86b8131e7c8ffad5210c4be
+Size (ktexttemplate-6.2.0.tar.xz) = 846028 bytes



Home | Main Index | Thread Index | Old Index