Received: by mail.netbsd.org (Postfix, from userid 605) id B8B2C84E57; Mon, 28 Oct 2019 16:10:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4114984E09 for ; Mon, 28 Oct 2019 16:10:53 +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 8fksm8vmeXp5 for ; Mon, 28 Oct 2019 16:10:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8D25B84D71 for ; Mon, 28 Oct 2019 16:10:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 871B6FA8D; Mon, 28 Oct 2019 16:10:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572279052114510" MIME-Version: 1.0 Date: Mon, 28 Oct 2019 16:10:52 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20191028161052.871B6FA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1572279052114510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Mon Oct 28 16:10:52 UTC 2019 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/grantlee: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: grantlee: Restore It is still pulled by kde4. To generate a diff of this commit: cvs rdiff -u -r1.2934 -r1.2935 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.3 pkgsrc/devel/grantlee/DESCR cvs rdiff -u -r0 -r1.11 pkgsrc/devel/grantlee/Makefile cvs rdiff -u -r0 -r1.5 pkgsrc/devel/grantlee/PLIST \ pkgsrc/devel/grantlee/distinfo cvs rdiff -u -r0 -r1.8 pkgsrc/devel/grantlee/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572279052114510 Content-Disposition: inline Content-Length: 5601 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2934 pkgsrc/devel/Makefile:1.2935 --- pkgsrc/devel/Makefile:1.2934 Mon Oct 28 16:03:05 2019 +++ pkgsrc/devel/Makefile Mon Oct 28 16:10:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2934 2019/10/28 16:03:05 kamil Exp $ +# $NetBSD: Makefile,v 1.2935 2019/10/28 16:10:52 kamil Exp $ # COMMENT= Development utilities @@ -447,6 +447,7 @@ SUBDIR+= gprbuild-aux SUBDIR+= gps SUBDIR+= gputils SUBDIR+= gradle +SUBDIR+= grantlee SUBDIR+= grantlee-qt5 SUBDIR+= gsoap SUBDIR+= gst-plugins0.10-pango Added files: Index: pkgsrc/devel/grantlee/DESCR diff -u /dev/null pkgsrc/devel/grantlee/DESCR:1.3 --- /dev/null Mon Oct 28 16:10:52 2019 +++ pkgsrc/devel/grantlee/DESCR Mon Oct 28 16:10:52 2019 @@ -0,0 +1 @@ +String template engine in QT based on Django template system. Index: pkgsrc/devel/grantlee/Makefile diff -u /dev/null pkgsrc/devel/grantlee/Makefile:1.11 --- /dev/null Mon Oct 28 16:10:52 2019 +++ pkgsrc/devel/grantlee/Makefile Mon Oct 28 16:10:52 2019 @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.11 2019/10/28 16:10:52 kamil Exp $ +# + +DISTNAME= grantlee-0.5.1 +PKGREVISION= 4 +CATEGORIES= devel +MASTER_SITES= http://downloads.grantlee.org/ + +MAINTAINER= pkgsrc-users@NetBSD.org +#HOMEPAGE= http://www.gitorious.org/grantlee/pages/Home +COMMENT= String template engine in QT based on Django template system +LICENSE= gnu-lgpl-v3 + +USE_LANGUAGES= c c++ +USE_CMAKE= yes + +SUBST_CLASSES+= fix-inc +SUBST_STAGE.fix-inc= pre-configure +SUBST_MESSAGE.fix-inc= Fixing install dir for includes +SUBST_FILES.fix-inc+= CMakeLists.txt +SUBST_SED.fix-inc+= -e 's,INCLUDE_INSTALL_DIR include,INCLUDE_INSTALL_DIR include/grantlee-qt4,' + +pre-configure: + ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ + +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/grantlee/PLIST diff -u /dev/null pkgsrc/devel/grantlee/PLIST:1.5 --- /dev/null Mon Oct 28 16:10:52 2019 +++ pkgsrc/devel/grantlee/PLIST Mon Oct 28 16:10:52 2019 @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.5 2019/10/28 16:10:52 kamil Exp $ +include/grantlee-qt4/grantlee/abstractlocalizer.h +include/grantlee-qt4/grantlee/abstractmarkupbuilder.h +include/grantlee-qt4/grantlee/bbcodebuilder.h +include/grantlee-qt4/grantlee/cachingloaderdecorator.h +include/grantlee-qt4/grantlee/containeraccessor.h +include/grantlee-qt4/grantlee/context.h +include/grantlee-qt4/grantlee/engine.h +include/grantlee-qt4/grantlee/exception.h +include/grantlee-qt4/grantlee/filter.h +include/grantlee-qt4/grantlee/filterexpression.h +include/grantlee-qt4/grantlee/grantlee_core_export.h +include/grantlee-qt4/grantlee/grantlee_gui_export.h +include/grantlee-qt4/grantlee/grantlee_version.h +include/grantlee-qt4/grantlee/markupdirector.h +include/grantlee-qt4/grantlee/mediawikimarkupbuilder.h +include/grantlee-qt4/grantlee/metatype.h +include/grantlee-qt4/grantlee/node.h +include/grantlee-qt4/grantlee/outputstream.h +include/grantlee-qt4/grantlee/parser.h +include/grantlee-qt4/grantlee/plaintextmarkupbuilder.h +include/grantlee-qt4/grantlee/qtlocalizer.h +include/grantlee-qt4/grantlee/rendercontext.h +include/grantlee-qt4/grantlee/safestring.h +include/grantlee-qt4/grantlee/taglibraryinterface.h +include/grantlee-qt4/grantlee/template.h +include/grantlee-qt4/grantlee/templateloader.h +include/grantlee-qt4/grantlee/texthtmlbuilder.h +include/grantlee-qt4/grantlee/token.h +include/grantlee-qt4/grantlee/typeaccessor.h +include/grantlee-qt4/grantlee/util.h +include/grantlee-qt4/grantlee/variable.h +include/grantlee-qt4/grantlee_core.h +include/grantlee-qt4/grantlee_templates.h +include/grantlee-qt4/grantlee_textdocument.h +lib/cmake/grantlee/GrantleeConfig.cmake +lib/cmake/grantlee/GrantleeConfigVersion.cmake +lib/cmake/grantlee/GrantleeTargets-noconfig.cmake +lib/cmake/grantlee/GrantleeTargets.cmake +lib/cmake/grantlee/GrantleeUse.cmake +lib/grantlee/0.5/grantlee_defaultfilters.so +lib/grantlee/0.5/grantlee_defaulttags.so +lib/grantlee/0.5/grantlee_i18ntags.so +lib/grantlee/0.5/grantlee_loadertags.so +lib/libgrantlee_core.so +lib/libgrantlee_core.so.0 +lib/libgrantlee_core.so.${PKGVERSION} +lib/libgrantlee_gui.so +lib/libgrantlee_gui.so.0 +lib/libgrantlee_gui.so.${PKGVERSION} Index: pkgsrc/devel/grantlee/distinfo diff -u /dev/null pkgsrc/devel/grantlee/distinfo:1.5 --- /dev/null Mon Oct 28 16:10:52 2019 +++ pkgsrc/devel/grantlee/distinfo Mon Oct 28 16:10:52 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.5 2019/10/28 16:10:52 kamil Exp $ + +SHA1 (grantlee-0.5.1.tar.gz) = fe7111bcf25d1e3ead8e48f0f1aea91df944e58d +RMD160 (grantlee-0.5.1.tar.gz) = d1a2a161dbbda67054488916418e69f8a567601f +SHA512 (grantlee-0.5.1.tar.gz) = 5a57428a35ed70422dad84ae01e9dd5080729ca9c236d54e93b957f021e5da62ef294cdbd7cf11c71887cfd6314dad23d7c5880c9b2f6e8965580339a0d26523 +Size (grantlee-0.5.1.tar.gz) = 1172769 bytes Index: pkgsrc/devel/grantlee/buildlink3.mk diff -u /dev/null pkgsrc/devel/grantlee/buildlink3.mk:1.8 --- /dev/null Mon Oct 28 16:10:52 2019 +++ pkgsrc/devel/grantlee/buildlink3.mk Mon Oct 28 16:10:52 2019 @@ -0,0 +1,15 @@ +# $NetBSD: buildlink3.mk,v 1.8 2019/10/28 16:10:52 kamil Exp $ + +BUILDLINK_TREE+= grantlee + +.if !defined(GRANTLEE_BUILDLINK3_MK) +GRANTLEE_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.grantlee+= grantlee>=0.3.0 +BUILDLINK_ABI_DEPENDS.grantlee?= grantlee>=0.5.1nb4 +BUILDLINK_PKGSRCDIR.grantlee?= ../../devel/grantlee + +.include "../../x11/qt4-libs/buildlink3.mk" +.endif # GRANTLEE_BUILDLINK3_MK + +BUILDLINK_TREE+= -grantlee --_----------=_1572279052114510--