summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-12-30 22:05:46 +0000
committerryoon <ryoon@pkgsrc.org>2014-12-30 22:05:46 +0000
commit395d9a752159eee552858a382943b4f14f781ca4 (patch)
tree1ab02bef62fae692796a2ca2ab1f8294c47de45f /security
parent12ae4d72c5ed8aacedac4469b850f28b2d14e460 (diff)
downloadpkgsrc-395d9a752159eee552858a382943b4f14f781ca4.tar.gz
Import qt4-qtkeychain-0.4.0 as security/qt4-qtkeychain.
QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform.
Diffstat (limited to 'security')
-rw-r--r--security/qt4-qtkeychain/DESCR2
-rw-r--r--security/qt4-qtkeychain/Makefile20
-rw-r--r--security/qt4-qtkeychain/PLIST12
-rw-r--r--security/qt4-qtkeychain/buildlink3.mk13
-rw-r--r--security/qt4-qtkeychain/distinfo5
5 files changed, 52 insertions, 0 deletions
diff --git a/security/qt4-qtkeychain/DESCR b/security/qt4-qtkeychain/DESCR
new file mode 100644
index 00000000000..9a587447e9c
--- /dev/null
+++ b/security/qt4-qtkeychain/DESCR
@@ -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.
diff --git a/security/qt4-qtkeychain/Makefile b/security/qt4-qtkeychain/Makefile
new file mode 100644
index 00000000000..2ff4d05528a
--- /dev/null
+++ b/security/qt4-qtkeychain/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2014/12/30 22:05:46 ryoon Exp $
+
+QTKEYCHAINVER= 0.4.0
+DISTNAME= qtkeychain-${QTKEYCHAINVER}
+PKGNAME= qt4-${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
+
+.include "../../x11/qt4-qdbus/buildlink3.mk"
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/qt4-qtkeychain/PLIST b/security/qt4-qtkeychain/PLIST
new file mode 100644
index 00000000000..5a700c99110
--- /dev/null
+++ b/security/qt4-qtkeychain/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2014/12/30 22:05:46 ryoon Exp $
+include/qtkeychain/keychain.h
+include/qtkeychain/qkeychain_export.h
+lib/cmake/QtKeychain/QtKeychainConfig.cmake
+lib/cmake/QtKeychain/QtKeychainConfigVersion.cmake
+lib/cmake/QtKeychain/QtKeychainLibraryDepends-noconfig.cmake
+lib/cmake/QtKeychain/QtKeychainLibraryDepends.cmake
+lib/libqtkeychain.so
+lib/libqtkeychain.so.0
+lib/libqtkeychain.so.${PKGVERSION}
+qt4/translations/qtkeychain_de.qm
+qt4/translations/qtkeychain_ro.qm
diff --git a/security/qt4-qtkeychain/buildlink3.mk b/security/qt4-qtkeychain/buildlink3.mk
new file mode 100644
index 00000000000..d3e270dc25e
--- /dev/null
+++ b/security/qt4-qtkeychain/buildlink3.mk
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2014/12/30 22:05:46 ryoon Exp $
+
+BUILDLINK_TREE+= qt4-qtkeychain
+
+.if !defined(QT4_QTKEYCHAIN_BUILDLINK3_MK)
+QT4_QTKEYCHAIN_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.qt4-qtkeychain+= qt4-qtkeychain>=0.1.0
+BUILDLINK_PKGSRCDIR.qt4-qtkeychain?= ../../security/qt4-qtkeychain
+
+.endif # QT4_QTKEYCHAIN_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -qt4-qtkeychain
diff --git a/security/qt4-qtkeychain/distinfo b/security/qt4-qtkeychain/distinfo
new file mode 100644
index 00000000000..4d51b9277bb
--- /dev/null
+++ b/security/qt4-qtkeychain/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/12/30 22:05:46 ryoon Exp $
+
+SHA1 (qtkeychain-0.4.0.tar.gz) = 869ed20d15cc78ab3903701faf3100d639c3da57
+RMD160 (qtkeychain-0.4.0.tar.gz) = 72196eb012390a1f068bc50b1b424b663a4d99ba
+Size (qtkeychain-0.4.0.tar.gz) = 18236 bytes