From 8eb5a0c8c8c1e387aed14e66db7186c6bdce4bfa Mon Sep 17 00:00:00 2001 From: jaapb Date: Sun, 17 Jan 2016 15:09:55 +0000 Subject: Added chat/ktp-auth-handler, the authentication handling library (passwords and SSL certificates) for the KDE Telepathy chat suite. --- chat/ktp-auth-handler/DESCR | 2 ++ chat/ktp-auth-handler/Makefile | 23 +++++++++++++++++++ chat/ktp-auth-handler/PLIST | 50 ++++++++++++++++++++++++++++++++++++++++++ chat/ktp-auth-handler/distinfo | 5 +++++ 4 files changed, 80 insertions(+) create mode 100644 chat/ktp-auth-handler/DESCR create mode 100644 chat/ktp-auth-handler/Makefile create mode 100644 chat/ktp-auth-handler/PLIST create mode 100644 chat/ktp-auth-handler/distinfo (limited to 'chat') diff --git a/chat/ktp-auth-handler/DESCR b/chat/ktp-auth-handler/DESCR new file mode 100644 index 00000000000..f8e154bc0c9 --- /dev/null +++ b/chat/ktp-auth-handler/DESCR @@ -0,0 +1,2 @@ +This is a background application that handles passwords and ssl certificates +for the KDE Telepathy suite. diff --git a/chat/ktp-auth-handler/Makefile b/chat/ktp-auth-handler/Makefile new file mode 100644 index 00000000000..c1bbffa80e2 --- /dev/null +++ b/chat/ktp-auth-handler/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2016/01/17 15:09:55 jaapb Exp $ + +.include "../../meta-pkgs/kde-telepathy/Makefile.common" +DISTNAME= ktp-auth-handler-${KTP_VERSION} +CATEGORIES= chat kde +MASTER_SITES= ${MASTER_SITE_KDE:=kde-telepathy/${KTP_VERSION}/src/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= http://community.kde.org/KTp +COMMENT= KDE Telepathy KWallet integration module +LICENSE= gnu-lgpl-v2.1 + +USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt + +DEPENDS+= qca2-ossl-[0-9]*:../../security/qca2-ossl + +.include "../../chat/ktp-common-internals/buildlink3.mk" +.include "../../devel/qjson/buildlink3.mk" +.include "../../security/qca2/buildlink3.mk" +.include "../../meta-pkgs/kde4/kde4.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/ktp-auth-handler/PLIST b/chat/ktp-auth-handler/PLIST new file mode 100644 index 00000000000..6a7537e720b --- /dev/null +++ b/chat/ktp-auth-handler/PLIST @@ -0,0 +1,50 @@ +@comment $NetBSD: PLIST,v 1.1 2016/01/17 15:09:55 jaapb Exp $ +lib/kde4/libexec/ktp-auth-handler +share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service +share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service +share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service +share/locale/bs/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ca/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ca@valencia/LC_MESSAGES/ktp-auth-handler.mo +share/locale/cs/LC_MESSAGES/ktp-auth-handler.mo +share/locale/da/LC_MESSAGES/ktp-auth-handler.mo +share/locale/de/LC_MESSAGES/ktp-auth-handler.mo +share/locale/el/LC_MESSAGES/ktp-auth-handler.mo +share/locale/en_GB/LC_MESSAGES/ktp-auth-handler.mo +share/locale/es/LC_MESSAGES/ktp-auth-handler.mo +share/locale/et/LC_MESSAGES/ktp-auth-handler.mo +share/locale/fi/LC_MESSAGES/ktp-auth-handler.mo +share/locale/fr/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ga/LC_MESSAGES/ktp-auth-handler.mo +share/locale/gl/LC_MESSAGES/ktp-auth-handler.mo +share/locale/hu/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ia/LC_MESSAGES/ktp-auth-handler.mo +share/locale/it/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ja/LC_MESSAGES/ktp-auth-handler.mo +share/locale/kk/LC_MESSAGES/ktp-auth-handler.mo +share/locale/km/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ko/LC_MESSAGES/ktp-auth-handler.mo +share/locale/lt/LC_MESSAGES/ktp-auth-handler.mo +share/locale/mr/LC_MESSAGES/ktp-auth-handler.mo +share/locale/nb/LC_MESSAGES/ktp-auth-handler.mo +share/locale/nds/LC_MESSAGES/ktp-auth-handler.mo +share/locale/nl/LC_MESSAGES/ktp-auth-handler.mo +share/locale/pl/LC_MESSAGES/ktp-auth-handler.mo +share/locale/pt/LC_MESSAGES/ktp-auth-handler.mo +share/locale/pt_BR/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ro/LC_MESSAGES/ktp-auth-handler.mo +share/locale/ru/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sk/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sl/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sr/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sr@latin/LC_MESSAGES/ktp-auth-handler.mo +share/locale/sv/LC_MESSAGES/ktp-auth-handler.mo +share/locale/uk/LC_MESSAGES/ktp-auth-handler.mo +share/locale/vi/LC_MESSAGES/ktp-auth-handler.mo +share/locale/zh_CN/LC_MESSAGES/ktp-auth-handler.mo +share/locale/zh_TW/LC_MESSAGES/ktp-auth-handler.mo +share/telepathy/clients/KTp.ConfAuthObserver.client +share/telepathy/clients/KTp.SASLHandler.client +share/telepathy/clients/KTp.TLSHandler.client diff --git a/chat/ktp-auth-handler/distinfo b/chat/ktp-auth-handler/distinfo new file mode 100644 index 00000000000..f9fa4b80aec --- /dev/null +++ b/chat/ktp-auth-handler/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2016/01/17 15:09:55 jaapb Exp $ + +SHA1 (ktp-auth-handler-0.9.0.tar.bz2) = 7f855701da1997ee6c1920b7219dead9c94ca04d +RMD160 (ktp-auth-handler-0.9.0.tar.bz2) = 54e47d7e81c019f797ba34bd39de64bb35179917 +Size (ktp-auth-handler-0.9.0.tar.bz2) = 49212 bytes -- cgit v1.2.3