Received: by mail.netbsd.org (Postfix, from userid 605) id 7817E84E03; Sun, 27 Oct 2019 18:20:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1C7F84DFF for ; Sun, 27 Oct 2019 18:20:00 +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 pwIKSgQ4s8Ho for ; Sun, 27 Oct 2019 18:20:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4B70B84DFB for ; Sun, 27 Oct 2019 18:20:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3EFEAFA8D; Sun, 27 Oct 2019 18:20:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157220040079270" MIME-Version: 1.0 Date: Sun, 27 Oct 2019 18:20:00 +0000 From: "Manuel Bouyer" Subject: CVS commit: pkgsrc/security/qt5-qtkeychain To: pkgsrc-changes@NetBSD.org Reply-To: bouyer@netbsd.org X-Mailer: log_accum Message-Id: <20191027182000.3EFEAFA8D@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. --_----------=_157220040079270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bouyer Date: Sun Oct 27 18:20:00 UTC 2019 Added Files: pkgsrc/security/qt5-qtkeychain: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Add qt5-qtkeychain version 0.9.1 QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/qt5-qtkeychain/DESCR \ pkgsrc/security/qt5-qtkeychain/Makefile \ pkgsrc/security/qt5-qtkeychain/PLIST \ pkgsrc/security/qt5-qtkeychain/buildlink3.mk \ pkgsrc/security/qt5-qtkeychain/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157220040079270 Content-Disposition: inline Content-Length: 3302 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/qt5-qtkeychain/DESCR diff -u /dev/null pkgsrc/security/qt5-qtkeychain/DESCR:1.1 --- /dev/null Sun Oct 27 18:20:00 2019 +++ pkgsrc/security/qt5-qtkeychain/DESCR Sun Oct 27 18:20:00 2019 @@ -0,0 +1,2 @@ +QtKeychain is a Qt API to store passwords and other secret data +securely. How the data is stored depends on the platform. Index: pkgsrc/security/qt5-qtkeychain/Makefile diff -u /dev/null pkgsrc/security/qt5-qtkeychain/Makefile:1.1 --- /dev/null Sun Oct 27 18:20:00 2019 +++ pkgsrc/security/qt5-qtkeychain/Makefile Sun Oct 27 18:20:00 2019 @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2019/10/27 18:20:00 bouyer Exp $ + +QTKEYCHAINVER= 0.9.1 +DISTNAME= qtkeychain-${QTKEYCHAINVER} +PKGNAME= qt5-${DISTNAME} +CATEGORIES= security +MASTER_SITES= -https://github.com/frankosterfeld/qtkeychain/archive/v${QTKEYCHAINVER}.tar.gz + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= https://github.com/frankosterfeld/qtkeychain/ +COMMENT= Platform-independent Qt API for storing passwords securely +LICENSE= 2-clause-bsd + +USE_LANGUAGES= c c++ +USE_CMAKE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/qt5-qtkeychain/PLIST diff -u /dev/null pkgsrc/security/qt5-qtkeychain/PLIST:1.1 --- /dev/null Sun Oct 27 18:20:00 2019 +++ pkgsrc/security/qt5-qtkeychain/PLIST Sun Oct 27 18:20:00 2019 @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1 2019/10/27 18:20:00 bouyer Exp $ +include/qt5keychain/keychain.h +include/qt5keychain/qkeychain_export.h +lib/cmake/Qt5Keychain/Qt5KeychainConfig.cmake +lib/cmake/Qt5Keychain/Qt5KeychainConfigVersion.cmake +lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends-noconfig.cmake +lib/cmake/Qt5Keychain/Qt5KeychainLibraryDepends.cmake +lib/libqt5keychain.so +lib/libqt5keychain.so.1 +lib/libqt5keychain.so.${PKGVERSION} +qt5/translations/qtkeychain_de.qm +qt5/translations/qtkeychain_ro.qm +mkspecs/modules/qt_Qt5Keychain.pri + Index: pkgsrc/security/qt5-qtkeychain/buildlink3.mk diff -u /dev/null pkgsrc/security/qt5-qtkeychain/buildlink3.mk:1.1 --- /dev/null Sun Oct 27 18:20:00 2019 +++ pkgsrc/security/qt5-qtkeychain/buildlink3.mk Sun Oct 27 18:20:00 2019 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2019/10/27 18:20:00 bouyer Exp $ + +BUILDLINK_TREE+= qt5-qtkeychain + +.if !defined(QT5_QTKEYCHAIN_BUILDLINK3_MK) +QT5_QTKEYCHAIN_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.qt5-qtkeychain+= qt5-qtkeychain>=0.1.0 +BUILDLINK_PKGSRCDIR.qt5-qtkeychain?= ../../security/qt5-qtkeychain + +.endif # QT5_QTKEYCHAIN_BUILDLINK3_MK + +BUILDLINK_TREE+= -qt5-qtkeychain Index: pkgsrc/security/qt5-qtkeychain/distinfo diff -u /dev/null pkgsrc/security/qt5-qtkeychain/distinfo:1.1 --- /dev/null Sun Oct 27 18:20:00 2019 +++ pkgsrc/security/qt5-qtkeychain/distinfo Sun Oct 27 18:20:00 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/10/27 18:20:00 bouyer Exp $ + +SHA1 (qtkeychain-0.9.1.tar.gz) = ee45dcaccbb6caa071ed044b31320fc8e8497b04 +RMD160 (qtkeychain-0.9.1.tar.gz) = c1bf5acddd2a34b22ffc5533c2e424084866c99e +SHA512 (qtkeychain-0.9.1.tar.gz) = c80bd25a5b72c175d0d4a985b952924c807bf67be33eeb89e2b83757727e642c10d8d737cea9744d2faad74c50c1b55d82b306135559c35c91a088c3b198b33a +Size (qtkeychain-0.9.1.tar.gz) = 35806 bytes --_----------=_157220040079270--