pkgsrc-WIP-changes archive

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

kwallet: Add kwallet 5.19.0



Module Name:	pkgsrc-wip
Committed By:	Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By:	markd
Date:		Tue Mar 1 22:54:37 2016 +1300
Changeset:	ded7c6ac2d1eea3f70c37c3b4cc26828355dc85c

Modified Files:
	Makefile
Added Files:
	kwallet/DESCR
	kwallet/Makefile
	kwallet/PLIST
	kwallet/buildlink3.mk
	kwallet/distinfo

Log Message:
kwallet: Add kwallet 5.19.0

This framework contains two main components:
* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work
spaces.
* The kwalletd used to safely store the passwords on KDE work spaces.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ded7c6ac2d1eea3f70c37c3b4cc26828355dc85c

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

diffstat:
 Makefile              |   1 +
 kwallet/DESCR         |   4 ++
 kwallet/Makefile      |  23 +++++++++
 kwallet/PLIST         | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++
 kwallet/buildlink3.mk |  19 +++++++
 kwallet/distinfo      |   6 +++
 6 files changed, 187 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9ce43f5..2f880c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1469,6 +1469,7 @@ SUBDIR+=	ktjet
 SUBDIR+=	kuickshow
 SUBDIR+=	kup
 SUBDIR+=	kvirc
+SUBDIR+=	kwallet
 SUBDIR+=	kwidgetsaddons
 SUBDIR+=	kwindowsystem
 SUBDIR+=	kxmleditor
diff --git a/kwallet/DESCR b/kwallet/DESCR
new file mode 100644
index 0000000..6f33924
--- /dev/null
+++ b/kwallet/DESCR
@@ -0,0 +1,4 @@
+This framework contains two main components:
+* Interface to KWallet, the safe desktop-wide storage for passwords on KDE work
+spaces.
+* The kwalletd used to safely store the passwords on KDE work spaces.
diff --git a/kwallet/Makefile b/kwallet/Makefile
new file mode 100644
index 0000000..234f28b
--- /dev/null
+++ b/kwallet/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
+
+DISTNAME=	kwallet-${KF5VER}
+CATEGORIES=	security
+
+HOMEPAGE=	https://projects.kde.org/projects/frameworks/kwallet
+COMMENT=	Secure and unified container for user passwords
+LICENSE=	gnu-lgpl-v2.1
+
+.include "../../wip/kf5/Makefile.common"
+
+BUILD_DEPENDS+=	kdoctools>=${KF5VER}:../../wip/kdoctools
+
+USE_TOOLS+=	msgmerge
+
+.include "../../lang/python/tool.mk"
+.include "../../wip/gpgmepp/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../wip/kiconthemes/buildlink3.mk"
+.include "../../wip/knotifications/buildlink3.mk"
+.include "../../wip/kservice/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/kwallet/PLIST b/kwallet/PLIST
new file mode 100644
index 0000000..11fa646
--- /dev/null
+++ b/kwallet/PLIST
@@ -0,0 +1,134 @@
+@comment $NetBSD$
+bin/kwallet-query
+bin/kwalletd5
+include/KF5/KWallet/KWallet
+include/KF5/KWallet/kwallet.h
+include/KF5/KWallet/kwallet_export.h
+include/KF5/kwallet_version.h
+lib/cmake/KF5Wallet/KF5WalletConfig.cmake
+lib/cmake/KF5Wallet/KF5WalletConfigVersion.cmake
+lib/cmake/KF5Wallet/KF5WalletTargets-debug.cmake
+lib/cmake/KF5Wallet/KF5WalletTargets.cmake
+lib/libKF5Wallet.so
+lib/libKF5Wallet.so.5
+lib/libKF5Wallet.so.${PKGVERSION}
+lib/libkwalletbackend5.so
+lib/libkwalletbackend5.so.5
+lib/libkwalletbackend5.so.${PKGVERSION}
+man/man1/kwallet-query.1
+qt5/mkspecs/modules/qt_KWallet.pri
+share/dbus-1/interfaces/kf5_org.kde.KWallet.xml
+share/dbus-1/services/org.kde.kwalletd.service
+share/dbus-1/services/org.kde.kwalletd5.service
+share/knotifications5/kwalletd.notifyrc
+share/kservices5/kwalletd5.desktop
+share/locale/ar/LC_MESSAGES/kwalletd5.mo
+share/locale/ast/LC_MESSAGES/kwallet-query.mo
+share/locale/ast/LC_MESSAGES/kwalletd5.mo
+share/locale/be/LC_MESSAGES/kwalletd5.mo
+share/locale/bg/LC_MESSAGES/kwalletd5.mo
+share/locale/bn/LC_MESSAGES/kwalletd5.mo
+share/locale/bn_IN/LC_MESSAGES/kwalletd5.mo
+share/locale/bs/LC_MESSAGES/kwalletd5.mo
+share/locale/ca/LC_MESSAGES/kwallet-query.mo
+share/locale/ca/LC_MESSAGES/kwalletd5.mo
+share/locale/ca@valencia/LC_MESSAGES/kwallet-query.mo
+share/locale/ca@valencia/LC_MESSAGES/kwalletd5.mo
+share/locale/cs/LC_MESSAGES/kwallet-query.mo
+share/locale/cs/LC_MESSAGES/kwalletd5.mo
+share/locale/da/LC_MESSAGES/kwallet-query.mo
+share/locale/da/LC_MESSAGES/kwalletd5.mo
+share/locale/de/LC_MESSAGES/kwallet-query.mo
+share/locale/de/LC_MESSAGES/kwalletd5.mo
+share/locale/el/LC_MESSAGES/kwalletd5.mo
+share/locale/en_GB/LC_MESSAGES/kwallet-query.mo
+share/locale/en_GB/LC_MESSAGES/kwalletd5.mo
+share/locale/eo/LC_MESSAGES/kwalletd5.mo
+share/locale/es/LC_MESSAGES/kwallet-query.mo
+share/locale/es/LC_MESSAGES/kwalletd5.mo
+share/locale/et/LC_MESSAGES/kwalletd5.mo
+share/locale/eu/LC_MESSAGES/kwalletd5.mo
+share/locale/fa/LC_MESSAGES/kwalletd5.mo
+share/locale/fi/LC_MESSAGES/kwallet-query.mo
+share/locale/fi/LC_MESSAGES/kwalletd5.mo
+share/locale/fr/LC_MESSAGES/kwallet-query.mo
+share/locale/fr/LC_MESSAGES/kwalletd5.mo
+share/locale/fy/LC_MESSAGES/kwalletd5.mo
+share/locale/ga/LC_MESSAGES/kwalletd5.mo
+share/locale/gd/LC_MESSAGES/kwallet-query.mo
+share/locale/gl/LC_MESSAGES/kwallet-query.mo
+share/locale/gl/LC_MESSAGES/kwalletd5.mo
+share/locale/gu/LC_MESSAGES/kwalletd5.mo
+share/locale/he/LC_MESSAGES/kwalletd5.mo
+share/locale/hi/LC_MESSAGES/kwalletd5.mo
+share/locale/hr/LC_MESSAGES/kwalletd5.mo
+share/locale/hsb/LC_MESSAGES/kwalletd5.mo
+share/locale/hu/LC_MESSAGES/kwalletd5.mo
+share/locale/ia/LC_MESSAGES/kwallet-query.mo
+share/locale/ia/LC_MESSAGES/kwalletd5.mo
+share/locale/id/LC_MESSAGES/kwalletd5.mo
+share/locale/is/LC_MESSAGES/kwalletd5.mo
+share/locale/it/LC_MESSAGES/kwallet-query.mo
+share/locale/it/LC_MESSAGES/kwalletd5.mo
+share/locale/ja/LC_MESSAGES/kwallet-query.mo
+share/locale/ja/LC_MESSAGES/kwalletd5.mo
+share/locale/kk/LC_MESSAGES/kwalletd5.mo
+share/locale/km/LC_MESSAGES/kwalletd5.mo
+share/locale/kn/LC_MESSAGES/kwalletd5.mo
+share/locale/ko/LC_MESSAGES/kwallet-query.mo
+share/locale/ko/LC_MESSAGES/kwalletd5.mo
+share/locale/ku/LC_MESSAGES/kwalletd5.mo
+share/locale/lt/LC_MESSAGES/kwallet-query.mo
+share/locale/lt/LC_MESSAGES/kwalletd5.mo
+share/locale/lv/LC_MESSAGES/kwalletd5.mo
+share/locale/mai/LC_MESSAGES/kwalletd5.mo
+share/locale/mk/LC_MESSAGES/kwalletd5.mo
+share/locale/ml/LC_MESSAGES/kwalletd5.mo
+share/locale/mr/LC_MESSAGES/kwalletd5.mo
+share/locale/ms/LC_MESSAGES/kwalletd5.mo
+share/locale/nb/LC_MESSAGES/kwalletd5.mo
+share/locale/nds/LC_MESSAGES/kwalletd5.mo
+share/locale/nl/LC_MESSAGES/kwallet-query.mo
+share/locale/nl/LC_MESSAGES/kwalletd5.mo
+share/locale/nn/LC_MESSAGES/kwallet-query.mo
+share/locale/nn/LC_MESSAGES/kwalletd5.mo
+share/locale/or/LC_MESSAGES/kwalletd5.mo
+share/locale/pa/LC_MESSAGES/kwalletd5.mo
+share/locale/pl/LC_MESSAGES/kwallet-query.mo
+share/locale/pl/LC_MESSAGES/kwalletd5.mo
+share/locale/pt/LC_MESSAGES/kwallet-query.mo
+share/locale/pt/LC_MESSAGES/kwalletd5.mo
+share/locale/pt_BR/LC_MESSAGES/kwallet-query.mo
+share/locale/pt_BR/LC_MESSAGES/kwalletd5.mo
+share/locale/ro/LC_MESSAGES/kwalletd5.mo
+share/locale/ru/LC_MESSAGES/kwallet-query.mo
+share/locale/ru/LC_MESSAGES/kwalletd5.mo
+share/locale/si/LC_MESSAGES/kwalletd5.mo
+share/locale/sk/LC_MESSAGES/kwallet-query.mo
+share/locale/sk/LC_MESSAGES/kwalletd5.mo
+share/locale/sl/LC_MESSAGES/kwallet-query.mo
+share/locale/sl/LC_MESSAGES/kwalletd5.mo
+share/locale/sq/LC_MESSAGES/kwalletd5.mo
+share/locale/sr/LC_MESSAGES/kwallet-query.mo
+share/locale/sr/LC_MESSAGES/kwalletd5.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kwallet-query.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kwalletd5.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kwallet-query.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kwalletd5.mo
+share/locale/sr@latin/LC_MESSAGES/kwallet-query.mo
+share/locale/sr@latin/LC_MESSAGES/kwalletd5.mo
+share/locale/sv/LC_MESSAGES/kwallet-query.mo
+share/locale/sv/LC_MESSAGES/kwalletd5.mo
+share/locale/te/LC_MESSAGES/kwalletd5.mo
+share/locale/tg/LC_MESSAGES/kwalletd5.mo
+share/locale/th/LC_MESSAGES/kwalletd5.mo
+share/locale/tr/LC_MESSAGES/kwalletd5.mo
+share/locale/ug/LC_MESSAGES/kwalletd5.mo
+share/locale/uk/LC_MESSAGES/kwallet-query.mo
+share/locale/uk/LC_MESSAGES/kwalletd5.mo
+share/locale/vi/LC_MESSAGES/kwalletd5.mo
+share/locale/wa/LC_MESSAGES/kwalletd5.mo
+share/locale/zh_CN/LC_MESSAGES/kwallet-query.mo
+share/locale/zh_CN/LC_MESSAGES/kwalletd5.mo
+share/locale/zh_TW/LC_MESSAGES/kwallet-query.mo
+share/locale/zh_TW/LC_MESSAGES/kwalletd5.mo
diff --git a/kwallet/buildlink3.mk b/kwallet/buildlink3.mk
new file mode 100644
index 0000000..6a45cb0
--- /dev/null
+++ b/kwallet/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	kwallet
+
+.if !defined(KWALLET_BUILDLINK3_MK)
+KWALLET_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.kwallet+=	kwallet>=5.19.0
+BUILDLINK_PKGSRCDIR.kwallet?=	../../wip/kwallet
+
+.include "../../wip/gpgmepp/buildlink3.mk"
+.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../wip/kiconthemes/buildlink3.mk"
+.include "../../wip/knotifications/buildlink3.mk"
+.include "../../wip/kservice/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.endif	# KWALLET_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-kwallet
diff --git a/kwallet/distinfo b/kwallet/distinfo
new file mode 100644
index 0000000..ee9d374
--- /dev/null
+++ b/kwallet/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kwallet-5.19.0.tar.xz) = d7d1997a7c163306c5419936f7be11b6f07d6a95
+RMD160 (kwallet-5.19.0.tar.xz) = 9c4de36daef7416f8d3cd6805680ffbc99a07ae1
+SHA512 (kwallet-5.19.0.tar.xz) = 0fde73fa7cbdef1c8136abc9e1b83a27035cfdf5962bc56435b36282ab2237001b7cb0e7a14e59057180184dbf70e5b61392781f1c2aebb3df715e358308ef85
+Size (kwallet-5.19.0.tar.xz) = 287448 bytes


Home | Main Index | Thread Index | Old Index