svn commit: r467011 - in head: . security security/kgpg security/kleopatra security/kwalletmanager
Tobias C. Berner
tcberner at FreeBSD.org
Tue Apr 10 19:39:17 UTC 2018
Author: tcberner
Date: Tue Apr 10 19:39:14 2018
New Revision: 467011
URL: https://svnweb.freebsd.org/changeset/ports/467011
Log:
New ports: security/kgpg, security/kleopatra, security/kwalletmanager
This is the current version of KDE Applications <foo>.
Note that users of KDE SC4 should stick with <foo>-kde4.
Added:
head/security/kgpg/
- copied from r467009, head/security/kgpg-kde4/
head/security/kleopatra/
head/security/kleopatra/Makefile (contents, props changed)
head/security/kleopatra/distinfo (contents, props changed)
head/security/kleopatra/pkg-descr (contents, props changed)
head/security/kleopatra/pkg-plist (contents, props changed)
head/security/kwalletmanager/
- copied from r467009, head/security/kwalletmanager-kde4/
Modified:
head/MOVED
head/security/Makefile
head/security/kgpg/Makefile
head/security/kgpg/distinfo
head/security/kgpg/pkg-plist
head/security/kwalletmanager/Makefile
head/security/kwalletmanager/distinfo
head/security/kwalletmanager/pkg-plist
Modified: head/MOVED
==============================================================================
--- head/MOVED Tue Apr 10 19:35:28 2018 (r467010)
+++ head/MOVED Tue Apr 10 19:39:14 2018 (r467011)
@@ -4696,7 +4696,6 @@ russian/ksocrat||2013-07-26|Has expired: Depends on Qt
science/gsystem||2013-07-26|Has expired: Depends on Qt 3.x
science/kmovisto||2013-07-26|Has expired: Depends on Qt 3.x
science/kst||2013-07-26|Has expired: Depends on Qt 3.x
-security/kgpg||2013-07-26|Has expired: Depends on Qt 3.x
security/klamav||2013-07-26|Has expired: Depends on Qt 3.x
security/kopete-otr||2013-07-26|Has expired: Depends on Qt 3.x
security/kovpn||2013-07-26|Has expired: Depends on Qt 3.x
@@ -9991,7 +9990,6 @@ x11/libkonq|x11/libkonq-kde4|2018-02-22|Make room for
deskutils/superkaramba|deskutils/superkaramba-kde4|2018-02-22|Make room for KDE updates
deskutils/kdeplasma-addons|deskutils/kdeplasma-addons-kde4|2018-02-22|Make room for KDE updates
multimedia/dragon|multimedia/dragon-kde4|2018-02-22|Make room for KDE updates
-security/kwalletmanager|security/kwalletmanager-kde4|2018-02-22|Make room for KDE updates
games/pairs|games/pairs-kde4|2018-02-22|Make room for KDE updates
audio/kio-audiocd|audio/kio-audiocd-kde4|2018-02-22|Make room for KDE updates
audio/kscd|audio/kscd-kde4|2018-02-22|Make room for KDE updates
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Tue Apr 10 19:35:28 2018 (r467010)
+++ head/security/Makefile Tue Apr 10 19:39:14 2018 (r467011)
@@ -304,8 +304,10 @@
SUBDIR += keynote
SUBDIR += keyprint
SUBDIR += kf5-kdesu
+ SUBDIR += kgpg
SUBDIR += kgpg-kde4
SUBDIR += kickpass
+ SUBDIR += kleopatra
SUBDIR += knock
SUBDIR += knocker
SUBDIR += kpcli
@@ -319,6 +321,7 @@
SUBDIR += krb5-devel
SUBDIR += kripp
SUBDIR += kstart
+ SUBDIR += kwalletmanager
SUBDIR += kwalletmanager-kde4
SUBDIR += l0pht-watch
SUBDIR += l0phtcrack
Modified: head/security/kgpg/Makefile
==============================================================================
--- head/security/kgpg-kde4/Makefile Tue Apr 10 19:31:53 2018 (r467009)
+++ head/security/kgpg/Makefile Tue Apr 10 19:39:14 2018 (r467011)
@@ -1,18 +1,21 @@
-# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
PORTNAME= kgpg
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 2
-CATEGORIES= security kde kde-kde4
+DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= security kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Encryption tool for KDE
RUN_DEPENDS= gpg2:security/gnupg
-USES= cmake:outsource kde:4 tar:xz
-USE_KDE= automoc4 kdelibs pimlibs
-USE_QT4= qmake_build moc_build rcc_build uic_build
+USES= cmake:outsource gettext kde:5 tar:xz
+USE_KDE= akonadi akonadicontacts archive auth bookmarks codecs \
+ completion config configwidgets contacts coreaddons crash \
+ dbusaddons doctools ecm i18n iconthemes itemmodels itemviews \
+ jobwidgets kio notifications service solid sonnet textwidgets \
+ widgetsaddons windowsystem xmlgui
+USE_QT5= core dbus gui network printsupport widgets xml \
+ buildtools_build qmake_build
.include <bsd.port.mk>
Modified: head/security/kgpg/distinfo
==============================================================================
--- head/security/kgpg-kde4/distinfo Tue Apr 10 19:31:53 2018 (r467009)
+++ head/security/kgpg/distinfo Tue Apr 10 19:39:14 2018 (r467011)
@@ -1,2 +1,3 @@
-SHA256 (KDE/4.14.3/kgpg-4.14.3.tar.xz) = bc7d37a935c5b1bb6b0f32abc62635d17ac8fbadc2ed6cfd314af71aee2d0c46
-SIZE (KDE/4.14.3/kgpg-4.14.3.tar.xz) = 807076
+TIMESTAMP = 1520519257
+SHA256 (KDE/applications/17.12.3/kgpg-17.12.3.tar.xz) = d74392f6b737f9961db10274e808849500789219b647b4ecf7d64f43cf66caa7
+SIZE (KDE/applications/17.12.3/kgpg-17.12.3.tar.xz) = 2817380
Modified: head/security/kgpg/pkg-plist
==============================================================================
--- head/security/kgpg-kde4/pkg-plist Tue Apr 10 19:31:53 2018 (r467009)
+++ head/security/kgpg/pkg-plist Tue Apr 10 19:39:14 2018 (r467011)
@@ -1,62 +1,105 @@
bin/kgpg
-share/appdata/kgpg.appdata.xml
-share/applications/kde4/kgpg.desktop
-share/apps/kgpg/icons/hicolor/16x16/actions/document-export-key.png
-share/apps/kgpg/icons/hicolor/16x16/actions/document-import-key.png
-share/apps/kgpg/icons/hicolor/16x16/actions/document-properties-key.png
-share/apps/kgpg/icons/hicolor/16x16/status/key-group.png
-share/apps/kgpg/icons/hicolor/16x16/status/key-orphan.png
-share/apps/kgpg/icons/hicolor/16x16/status/key-pair.png
-share/apps/kgpg/icons/hicolor/16x16/status/key-single.png
-share/apps/kgpg/icons/hicolor/22x22/actions/document-export-key.png
-share/apps/kgpg/icons/hicolor/22x22/actions/document-import-key.png
-share/apps/kgpg/icons/hicolor/22x22/actions/document-properties-key.png
-share/apps/kgpg/icons/hicolor/22x22/actions/key-generate-pair.png
-share/apps/kgpg/icons/hicolor/22x22/actions/view-key-secret.png
-share/apps/kgpg/icons/hicolor/22x22/status/key-group.png
-share/apps/kgpg/icons/hicolor/22x22/status/key-pair.png
-share/apps/kgpg/icons/hicolor/22x22/status/key-single.png
-share/apps/kgpg/icons/hicolor/32x32/actions/document-export-key.png
-share/apps/kgpg/icons/hicolor/32x32/actions/document-import-key.png
-share/apps/kgpg/icons/hicolor/32x32/actions/document-properties-key.png
-share/apps/kgpg/icons/hicolor/32x32/status/key-group.png
-share/apps/kgpg/icons/hicolor/32x32/status/key-pair.png
-share/apps/kgpg/icons/hicolor/32x32/status/key-single.png
-share/apps/kgpg/icons/hicolor/48x48/actions/document-export-key.png
-share/apps/kgpg/icons/hicolor/48x48/actions/document-import-key.png
-share/apps/kgpg/icons/hicolor/48x48/actions/document-properties-key.png
-share/apps/kgpg/icons/hicolor/48x48/status/key-group.png
-share/apps/kgpg/icons/hicolor/48x48/status/key-pair.png
-share/apps/kgpg/icons/hicolor/48x48/status/key-single.png
-share/apps/kgpg/icons/hicolor/scalable/actions/document-export-key.svgz
-share/apps/kgpg/icons/hicolor/scalable/actions/document-import-key.svgz
-share/apps/kgpg/icons/hicolor/scalable/actions/document-properties-key.svgz
-share/apps/kgpg/icons/hicolor/scalable/status/key-group.svgz
-share/apps/kgpg/icons/hicolor/scalable/status/key-pair.svgz
-share/apps/kgpg/icons/hicolor/scalable/status/key-single.svgz
-share/apps/kgpg/keysmanager.rc
-share/apps/kgpg/kgpgeditor.rc
-share/apps/kgpg/tips
-share/autostart/kgpg.desktop
+etc/xdg/autostart/org.kde.kgpg.desktop
+share/applications/org.kde.kgpg.desktop
share/config.kcfg/kgpg.kcfg
share/dbus-1/interfaces/org.kde.kgpg.Key.xml
-share/doc/HTML/en/kgpg/common
-share/doc/HTML/en/kgpg/editor.png
-share/doc/HTML/en/kgpg/index.cache.bz2
-share/doc/HTML/en/kgpg/index.docbook
-share/doc/HTML/en/kgpg/keygen.png
-share/doc/HTML/en/kgpg/keymanage.png
-share/doc/HTML/en/kgpg/keyprop.png
-share/doc/HTML/en/kgpg/keys.png
-share/doc/HTML/en/kgpg/keyserver-search.png
-share/doc/HTML/en/kgpg/keyserver.png
-share/doc/HTML/en/kgpg/options.png
-share/doc/HTML/en/kgpg/select-secret-key.png
-share/doc/HTML/en/kgpg/systray.png
+share/icons/hicolor/128x128/apps/kgpg.png
+share/icons/hicolor/16x16/actions/document-export-key.png
+share/icons/hicolor/16x16/actions/document-import-key.png
+share/icons/hicolor/16x16/actions/document-properties-key.png
share/icons/hicolor/16x16/apps/kgpg.png
+share/icons/hicolor/16x16/status/key-group.png
+share/icons/hicolor/16x16/status/key-orphan.png
+share/icons/hicolor/16x16/status/key-pair.png
+share/icons/hicolor/16x16/status/key-single.png
+share/icons/hicolor/22x22/actions/document-export-key.png
+share/icons/hicolor/22x22/actions/document-import-key.png
+share/icons/hicolor/22x22/actions/document-properties-key.png
+share/icons/hicolor/22x22/actions/key-generate-pair.png
+share/icons/hicolor/22x22/actions/view-key-secret.png
share/icons/hicolor/22x22/apps/kgpg.png
+share/icons/hicolor/22x22/status/key-group.png
+share/icons/hicolor/22x22/status/key-pair.png
+share/icons/hicolor/22x22/status/key-single.png
+share/icons/hicolor/32x32/actions/document-export-key.png
+share/icons/hicolor/32x32/actions/document-import-key.png
+share/icons/hicolor/32x32/actions/document-properties-key.png
share/icons/hicolor/32x32/apps/kgpg.png
+share/icons/hicolor/32x32/status/key-group.png
+share/icons/hicolor/32x32/status/key-pair.png
+share/icons/hicolor/32x32/status/key-single.png
+share/icons/hicolor/48x48/actions/document-export-key.png
+share/icons/hicolor/48x48/actions/document-import-key.png
+share/icons/hicolor/48x48/actions/document-properties-key.png
share/icons/hicolor/48x48/apps/kgpg.png
-share/kde4/services/ServiceMenus/encryptfile.desktop
-share/kde4/services/ServiceMenus/encryptfolder.desktop
-share/kde4/services/ServiceMenus/viewdecrypted.desktop
+share/icons/hicolor/48x48/status/key-group.png
+share/icons/hicolor/48x48/status/key-pair.png
+share/icons/hicolor/48x48/status/key-single.png
+share/icons/hicolor/64x64/apps/kgpg.png
+share/icons/hicolor/scalable/actions/document-export-key.svgz
+share/icons/hicolor/scalable/actions/document-import-key.svgz
+share/icons/hicolor/scalable/actions/document-properties-key.svgz
+share/icons/hicolor/scalable/apps/kgpg.svg
+share/icons/hicolor/scalable/status/key-group.svgz
+share/icons/hicolor/scalable/status/key-pair.svgz
+share/icons/hicolor/scalable/status/key-single.svgz
+%%DATADIR%%/tips
+share/kservices5/ServiceMenus/encryptfile.desktop
+share/kservices5/ServiceMenus/encryptfolder.desktop
+share/kservices5/ServiceMenus/viewdecrypted.desktop
+share/kxmlgui5/kgpg/keysmanager.rc
+share/kxmlgui5/kgpg/kgpgeditor.rc
+share/locale/ar/LC_MESSAGES/kgpg.mo
+share/locale/ast/LC_MESSAGES/kgpg.mo
+share/locale/bg/LC_MESSAGES/kgpg.mo
+share/locale/bs/LC_MESSAGES/kgpg.mo
+share/locale/ca/LC_MESSAGES/kgpg.mo
+share/locale/ca at valencia/LC_MESSAGES/kgpg.mo
+share/locale/cs/LC_MESSAGES/kgpg.mo
+share/locale/da/LC_MESSAGES/kgpg.mo
+share/locale/de/LC_MESSAGES/kgpg.mo
+share/locale/el/LC_MESSAGES/kgpg.mo
+share/locale/en_GB/LC_MESSAGES/kgpg.mo
+share/locale/eo/LC_MESSAGES/kgpg.mo
+share/locale/es/LC_MESSAGES/kgpg.mo
+share/locale/et/LC_MESSAGES/kgpg.mo
+share/locale/eu/LC_MESSAGES/kgpg.mo
+share/locale/fa/LC_MESSAGES/kgpg.mo
+share/locale/fi/LC_MESSAGES/kgpg.mo
+share/locale/fr/LC_MESSAGES/kgpg.mo
+share/locale/ga/LC_MESSAGES/kgpg.mo
+share/locale/gl/LC_MESSAGES/kgpg.mo
+share/locale/he/LC_MESSAGES/kgpg.mo
+share/locale/hr/LC_MESSAGES/kgpg.mo
+share/locale/hu/LC_MESSAGES/kgpg.mo
+share/locale/ia/LC_MESSAGES/kgpg.mo
+share/locale/id/LC_MESSAGES/kgpg.mo
+share/locale/is/LC_MESSAGES/kgpg.mo
+share/locale/it/LC_MESSAGES/kgpg.mo
+share/locale/ja/LC_MESSAGES/kgpg.mo
+share/locale/kk/LC_MESSAGES/kgpg.mo
+share/locale/km/LC_MESSAGES/kgpg.mo
+share/locale/ko/LC_MESSAGES/kgpg.mo
+share/locale/lt/LC_MESSAGES/kgpg.mo
+share/locale/lv/LC_MESSAGES/kgpg.mo
+share/locale/mr/LC_MESSAGES/kgpg.mo
+share/locale/nb/LC_MESSAGES/kgpg.mo
+share/locale/nds/LC_MESSAGES/kgpg.mo
+share/locale/nl/LC_MESSAGES/kgpg.mo
+share/locale/nn/LC_MESSAGES/kgpg.mo
+share/locale/pa/LC_MESSAGES/kgpg.mo
+share/locale/pl/LC_MESSAGES/kgpg.mo
+share/locale/pt/LC_MESSAGES/kgpg.mo
+share/locale/pt_BR/LC_MESSAGES/kgpg.mo
+share/locale/ro/LC_MESSAGES/kgpg.mo
+share/locale/ru/LC_MESSAGES/kgpg.mo
+share/locale/sk/LC_MESSAGES/kgpg.mo
+share/locale/sl/LC_MESSAGES/kgpg.mo
+share/locale/sr/LC_MESSAGES/kgpg.mo
+share/locale/sv/LC_MESSAGES/kgpg.mo
+share/locale/tr/LC_MESSAGES/kgpg.mo
+share/locale/ug/LC_MESSAGES/kgpg.mo
+share/locale/uk/LC_MESSAGES/kgpg.mo
+share/locale/zh_CN/LC_MESSAGES/kgpg.mo
+share/locale/zh_TW/LC_MESSAGES/kgpg.mo
+share/metainfo/org.kde.kgpg.appdata.xml
Added: head/security/kleopatra/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/kleopatra/Makefile Tue Apr 10 19:39:14 2018 (r467011)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= kleopatra
+DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= security kde kde-applications
+
+MAINTAINER= kde at FreeBSD.org
+COMMENT= Certificate manager for KDE
+
+LIB_DEPENDS= libassuan.so:security/libassuan \
+ libboost_thread.so:devel/boost-libs \
+ libgpgme.so:security/gpgme \
+ libgpg-error.so:security/libgpg-error \
+ libgpgmepp.so:security/gpgme-cpp \
+ libqgpgme.so:security/gpgme-qt5
+
+USES= cmake:outsource gettext kde:5 tar:xz
+USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \
+ doctools ecm i18n iconthemes itemmodels kcmutils notifications \
+ service sonnet textwidgets widgetsaddons windowsystem xmlgui \
+ libkleo mime
+USE_QT5= core dbus gui network printsupport testlib widgets xml \
+ buildtools_build qmake_build
+
+.include <bsd.port.mk>
Added: head/security/kleopatra/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/kleopatra/distinfo Tue Apr 10 19:39:14 2018 (r467011)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520519258
+SHA256 (KDE/applications/17.12.3/kleopatra-17.12.3.tar.xz) = eda95062315b3435449a44dc59d044a03c5b2bbf352a45810040af0365902790
+SIZE (KDE/applications/17.12.3/kleopatra-17.12.3.tar.xz) = 1895848
Added: head/security/kleopatra/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/kleopatra/pkg-descr Tue Apr 10 19:39:14 2018 (r467011)
@@ -0,0 +1,5 @@
+Kleopatra is a certificate manager and a universal crypto GUI.
+It supports managing X.509 and OpenPGP certificates in the
+GpgSM keybox and retrieving certificates from LDAP servers.
+
+WWW: https://www.kde.org/applications/utilities/kleopatra/
Added: head/security/kleopatra/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/kleopatra/pkg-plist Tue Apr 10 19:39:14 2018 (r467011)
@@ -0,0 +1,141 @@
+bin/kleopatra
+bin/kwatchgnupg
+etc/xdg/kleopatra.categories
+etc/xdg/kleopatra.renamecategories
+lib/libkleopatraclientcore.so
+lib/libkleopatraclientcore.so.1
+lib/libkleopatraclientcore.so.1.3.0
+lib/libkleopatraclientgui.so
+lib/libkleopatraclientgui.so.1
+lib/libkleopatraclientgui.so.1.3.0
+%%QT_PLUGINDIR%%/kcm_kleopatra.so
+share/applications/kleopatra_import.desktop
+share/applications/org.kde.kleopatra.desktop
+share/icons/hicolor/128x128/apps/kleopatra.png
+share/icons/hicolor/16x16/apps/kleopatra.png
+share/icons/hicolor/22x22/apps/kleopatra.png
+share/icons/hicolor/256x256/apps/kleopatra.png
+share/icons/hicolor/32x32/apps/kleopatra.png
+share/icons/hicolor/48x48/apps/kleopatra.png
+share/icons/hicolor/64x64/apps/kleopatra.png
+share/kconf_update/kleopatra-15.08-kickoff.sh
+share/kconf_update/kleopatra.upd
+%%DATADIR%%/pics/kleopatra_splashscreen.png
+%%DATADIR%%/pics/kleopatra_splashscreen.svgz
+%%DATADIR%%/pics/kleopatra_wizard.png
+%%DATADIR%%/pics/kleopatra_wizard.svgz
+share/kservices5/kleopatra_config_appear.desktop
+share/kservices5/kleopatra_config_cryptooperations.desktop
+share/kservices5/kleopatra_config_dirserv.desktop
+share/kservices5/kleopatra_config_gnupgsystem.desktop
+share/kservices5/kleopatra_config_smimevalidation.desktop
+share/kservices5/kleopatra_decryptverifyfiles.desktop
+share/kservices5/kleopatra_decryptverifyfolders.desktop
+share/kservices5/kleopatra_signencryptfiles.desktop
+share/kservices5/kleopatra_signencryptfolders.desktop
+share/kwatchgnupg/pics/kwatchgnupg.png
+share/kwatchgnupg/pics/kwatchgnupg2.png
+share/locale/ar/LC_MESSAGES/kleopatra.mo
+share/locale/ar/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ast/LC_MESSAGES/kleopatra.mo
+share/locale/ast/LC_MESSAGES/kwatchgnupg.mo
+share/locale/bg/LC_MESSAGES/kleopatra.mo
+share/locale/bg/LC_MESSAGES/kwatchgnupg.mo
+share/locale/bs/LC_MESSAGES/kleopatra.mo
+share/locale/bs/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ca/LC_MESSAGES/kleopatra.mo
+share/locale/ca/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ca at valencia/LC_MESSAGES/kleopatra.mo
+share/locale/ca at valencia/LC_MESSAGES/kwatchgnupg.mo
+share/locale/cs/LC_MESSAGES/kleopatra.mo
+share/locale/cs/LC_MESSAGES/kwatchgnupg.mo
+share/locale/da/LC_MESSAGES/kleopatra.mo
+share/locale/da/LC_MESSAGES/kwatchgnupg.mo
+share/locale/de/LC_MESSAGES/kleopatra.mo
+share/locale/de/LC_MESSAGES/kwatchgnupg.mo
+share/locale/el/LC_MESSAGES/kleopatra.mo
+share/locale/el/LC_MESSAGES/kwatchgnupg.mo
+share/locale/en_GB/LC_MESSAGES/kleopatra.mo
+share/locale/en_GB/LC_MESSAGES/kwatchgnupg.mo
+share/locale/eo/LC_MESSAGES/kleopatra.mo
+share/locale/eo/LC_MESSAGES/kwatchgnupg.mo
+share/locale/es/LC_MESSAGES/kleopatra.mo
+share/locale/es/LC_MESSAGES/kwatchgnupg.mo
+share/locale/et/LC_MESSAGES/kleopatra.mo
+share/locale/et/LC_MESSAGES/kwatchgnupg.mo
+share/locale/eu/LC_MESSAGES/kleopatra.mo
+share/locale/eu/LC_MESSAGES/kwatchgnupg.mo
+share/locale/fa/LC_MESSAGES/kleopatra.mo
+share/locale/fa/LC_MESSAGES/kwatchgnupg.mo
+share/locale/fi/LC_MESSAGES/kleopatra.mo
+share/locale/fi/LC_MESSAGES/kwatchgnupg.mo
+share/locale/fr/LC_MESSAGES/kleopatra.mo
+share/locale/fr/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ga/LC_MESSAGES/kleopatra.mo
+share/locale/ga/LC_MESSAGES/kwatchgnupg.mo
+share/locale/gl/LC_MESSAGES/kleopatra.mo
+share/locale/gl/LC_MESSAGES/kwatchgnupg.mo
+share/locale/he/LC_MESSAGES/kleopatra.mo
+share/locale/hi/LC_MESSAGES/kleopatra.mo
+share/locale/hi/LC_MESSAGES/kwatchgnupg.mo
+share/locale/hr/LC_MESSAGES/kleopatra.mo
+share/locale/hu/LC_MESSAGES/kleopatra.mo
+share/locale/hu/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ia/LC_MESSAGES/kleopatra.mo
+share/locale/ia/LC_MESSAGES/kwatchgnupg.mo
+share/locale/is/LC_MESSAGES/kleopatra.mo
+share/locale/is/LC_MESSAGES/kwatchgnupg.mo
+share/locale/it/LC_MESSAGES/kleopatra.mo
+share/locale/it/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ja/LC_MESSAGES/kleopatra.mo
+share/locale/ja/LC_MESSAGES/kwatchgnupg.mo
+share/locale/kk/LC_MESSAGES/kleopatra.mo
+share/locale/kk/LC_MESSAGES/kwatchgnupg.mo
+share/locale/km/LC_MESSAGES/kleopatra.mo
+share/locale/km/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ko/LC_MESSAGES/kleopatra.mo
+share/locale/ko/LC_MESSAGES/kwatchgnupg.mo
+share/locale/lt/LC_MESSAGES/kleopatra.mo
+share/locale/lt/LC_MESSAGES/kwatchgnupg.mo
+share/locale/lv/LC_MESSAGES/kleopatra.mo
+share/locale/lv/LC_MESSAGES/kwatchgnupg.mo
+share/locale/mr/LC_MESSAGES/kleopatra.mo
+share/locale/mr/LC_MESSAGES/kwatchgnupg.mo
+share/locale/nb/LC_MESSAGES/kleopatra.mo
+share/locale/nb/LC_MESSAGES/kwatchgnupg.mo
+share/locale/nds/LC_MESSAGES/kleopatra.mo
+share/locale/nds/LC_MESSAGES/kwatchgnupg.mo
+share/locale/nl/LC_MESSAGES/kleopatra.mo
+share/locale/nl/LC_MESSAGES/kwatchgnupg.mo
+share/locale/nn/LC_MESSAGES/kleopatra.mo
+share/locale/nn/LC_MESSAGES/kwatchgnupg.mo
+share/locale/pa/LC_MESSAGES/kleopatra.mo
+share/locale/pa/LC_MESSAGES/kwatchgnupg.mo
+share/locale/pl/LC_MESSAGES/kleopatra.mo
+share/locale/pl/LC_MESSAGES/kwatchgnupg.mo
+share/locale/pt/LC_MESSAGES/kleopatra.mo
+share/locale/pt/LC_MESSAGES/kwatchgnupg.mo
+share/locale/pt_BR/LC_MESSAGES/kleopatra.mo
+share/locale/pt_BR/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ro/LC_MESSAGES/kleopatra.mo
+share/locale/ro/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ru/LC_MESSAGES/kleopatra.mo
+share/locale/ru/LC_MESSAGES/kwatchgnupg.mo
+share/locale/sk/LC_MESSAGES/kleopatra.mo
+share/locale/sk/LC_MESSAGES/kwatchgnupg.mo
+share/locale/sl/LC_MESSAGES/kleopatra.mo
+share/locale/sl/LC_MESSAGES/kwatchgnupg.mo
+share/locale/sr/LC_MESSAGES/kwatchgnupg.mo
+share/locale/sv/LC_MESSAGES/kleopatra.mo
+share/locale/sv/LC_MESSAGES/kwatchgnupg.mo
+share/locale/tr/LC_MESSAGES/kleopatra.mo
+share/locale/tr/LC_MESSAGES/kwatchgnupg.mo
+share/locale/ug/LC_MESSAGES/kleopatra.mo
+share/locale/ug/LC_MESSAGES/kwatchgnupg.mo
+share/locale/uk/LC_MESSAGES/kleopatra.mo
+share/locale/uk/LC_MESSAGES/kwatchgnupg.mo
+share/locale/zh_CN/LC_MESSAGES/kleopatra.mo
+share/locale/zh_CN/LC_MESSAGES/kwatchgnupg.mo
+share/locale/zh_TW/LC_MESSAGES/kleopatra.mo
+share/locale/zh_TW/LC_MESSAGES/kwatchgnupg.mo
+share/metainfo/org.kde.kleopatra.appdata.xml
Modified: head/security/kwalletmanager/Makefile
==============================================================================
--- head/security/kwalletmanager-kde4/Makefile Tue Apr 10 19:31:53 2018 (r467009)
+++ head/security/kwalletmanager/Makefile Tue Apr 10 19:39:14 2018 (r467011)
@@ -1,16 +1,19 @@
-# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
PORTNAME= kwalletmanager
-PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 3
-CATEGORIES= security kde kde-kde4
+DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+CATEGORIES= security kde kde-applications
MAINTAINER= kde at FreeBSD.org
COMMENT= Password manager for KDE
-USES= cmake:outsource kde:4 tar:xz
-USE_KDE= automoc4 kdelibs
-USE_QT4= qmake_build moc_build rcc_build uic_build
+USES= cmake:outsource desktop-file-utils gettext kde:5 tar:xz
+USE_KDE= archive auth codecs config configwidgets coreaddons crash \
+ dbusaddons doctools ecm emoticons i18n iconthemes init \
+ itemmodels itemviews kcmutils kdelibs4support kio \
+ jobwidgets notifications service wallet widgetsaddons \
+ windowsystem xmlgui
+USE_QT5= core dbus gui widgets xml \
+ buildtools_build qmake_build
.include <bsd.port.mk>
Modified: head/security/kwalletmanager/distinfo
==============================================================================
--- head/security/kwalletmanager-kde4/distinfo Tue Apr 10 19:31:53 2018 (r467009)
+++ head/security/kwalletmanager/distinfo Tue Apr 10 19:39:14 2018 (r467011)
@@ -1,2 +1,3 @@
-SHA256 (KDE/4.14.3/kwalletmanager-4.14.3.tar.xz) = 4bc96efafd4caacac7a7a9e38dea0fcd40ce054042917de8b1ffb6c6aed26cf0
-SIZE (KDE/4.14.3/kwalletmanager-4.14.3.tar.xz) = 456176
+TIMESTAMP = 1520519258
+SHA256 (KDE/applications/17.12.3/kwalletmanager-17.12.3.tar.xz) = a129051f2f93baaecbde8c302ff528a1d4218da8ca27caadd6befa12baa69ad3
+SIZE (KDE/applications/17.12.3/kwalletmanager-17.12.3.tar.xz) = 778500
Modified: head/security/kwalletmanager/pkg-plist
==============================================================================
--- head/security/kwalletmanager-kde4/pkg-plist Tue Apr 10 19:31:53 2018 (r467009)
+++ head/security/kwalletmanager/pkg-plist Tue Apr 10 19:39:14 2018 (r467011)
@@ -1,32 +1,16 @@
-bin/kwalletmanager
-etc/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf
-lib/kde4/kcm_kwallet.so
-lib/kde4/libexec/kcm_kwallet_helper
-share/applications/kde4/kwalletmanager-kwalletd.desktop
-share/applications/kde4/kwalletmanager.desktop
-share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_closed.png
-share/apps/kwalletmanager/icons/hicolor/22x22/actions/folder_open.png
-share/apps/kwalletmanager/kwalletmanager.rc
-share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet.service
-share/doc/HTML/en/kwallet/application-request-to-open-wallet.png
-share/doc/HTML/en/kwallet/common
-share/doc/HTML/en/kwallet/error-nokey.png
-share/doc/HTML/en/kwallet/first-open-request.png
-share/doc/HTML/en/kwallet/index.cache.bz2
-share/doc/HTML/en/kwallet/index.docbook
-share/doc/HTML/en/kwallet/key-selection.png
-share/doc/HTML/en/kwallet/kwallet-applications.png
-share/doc/HTML/en/kwallet/kwallet-edit.png
-share/doc/HTML/en/kwallet/kwalletmanager.png
-share/doc/HTML/en/kwallet/openwallet-request.png
-share/doc/HTML/en/kwallet/oxygen48-status-wallet-closed.png
-share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png
-share/doc/HTML/en/kwallet/save-login-information.png
-share/doc/HTML/en/kwallet/wallet-encryption-selection.png
+bin/kwalletmanager5
+etc/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf
+lib/libexec/kauth/kcm_kwallet_helper5
+%%QT_PLUGINDIR%%/kcm_kwallet5.so
+share/applications/kwalletmanager5-kwalletd.desktop
+share/applications/org.kde.kwalletmanager5.desktop
+share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service
share/icons/hicolor/128x128/apps/kwalletmanager.png
share/icons/hicolor/128x128/apps/kwalletmanager2.png
share/icons/hicolor/16x16/apps/kwalletmanager.png
share/icons/hicolor/16x16/apps/kwalletmanager2.png
+share/icons/hicolor/22x22/actions/wallet-closed.png
+share/icons/hicolor/22x22/actions/wallet-open.png
share/icons/hicolor/22x22/apps/kwalletmanager.png
share/icons/hicolor/32x32/apps/kwalletmanager.png
share/icons/hicolor/32x32/apps/kwalletmanager2.png
@@ -34,6 +18,112 @@ share/icons/hicolor/48x48/apps/kwalletmanager.png
share/icons/hicolor/48x48/apps/kwalletmanager2.png
share/icons/hicolor/64x64/apps/kwalletmanager.png
share/icons/hicolor/64x64/apps/kwalletmanager2.png
-share/kde4/services/kwalletconfig.desktop
-share/kde4/services/kwalletmanager_show.desktop
-share/polkit-1/actions/org.kde.kcontrol.kcmkwallet.policy
+share/kservices5/kwalletconfig5.desktop
+share/kservices5/kwalletmanager5_show.desktop
+share/kxmlgui5/kwalletmanager5/kwalletmanager.rc
+share/locale/ar/LC_MESSAGES/kcmkwallet.mo
+share/locale/ar/LC_MESSAGES/kwalletmanager.mo
+share/locale/ast/LC_MESSAGES/kcmkwallet.mo
+share/locale/ast/LC_MESSAGES/kwalletmanager.mo
+share/locale/bg/LC_MESSAGES/kcmkwallet.mo
+share/locale/bg/LC_MESSAGES/kwalletmanager.mo
+share/locale/bs/LC_MESSAGES/kcmkwallet.mo
+share/locale/bs/LC_MESSAGES/kwalletmanager.mo
+share/locale/ca/LC_MESSAGES/kcmkwallet.mo
+share/locale/ca/LC_MESSAGES/kwalletmanager.mo
+share/locale/ca at valencia/LC_MESSAGES/kcmkwallet.mo
+share/locale/ca at valencia/LC_MESSAGES/kwalletmanager.mo
+share/locale/cs/LC_MESSAGES/kcmkwallet.mo
+share/locale/cs/LC_MESSAGES/kwalletmanager.mo
+share/locale/da/LC_MESSAGES/kcmkwallet.mo
+share/locale/da/LC_MESSAGES/kwalletmanager.mo
+share/locale/de/LC_MESSAGES/kcmkwallet.mo
+share/locale/de/LC_MESSAGES/kwalletmanager.mo
+share/locale/el/LC_MESSAGES/kcmkwallet.mo
+share/locale/el/LC_MESSAGES/kwalletmanager.mo
+share/locale/en_GB/LC_MESSAGES/kcmkwallet.mo
+share/locale/en_GB/LC_MESSAGES/kwalletmanager.mo
+share/locale/eo/LC_MESSAGES/kcmkwallet.mo
+share/locale/eo/LC_MESSAGES/kwalletmanager.mo
+share/locale/es/LC_MESSAGES/kcmkwallet.mo
+share/locale/es/LC_MESSAGES/kwalletmanager.mo
+share/locale/et/LC_MESSAGES/kcmkwallet.mo
+share/locale/et/LC_MESSAGES/kwalletmanager.mo
+share/locale/eu/LC_MESSAGES/kcmkwallet.mo
+share/locale/eu/LC_MESSAGES/kwalletmanager.mo
+share/locale/fa/LC_MESSAGES/kcmkwallet.mo
+share/locale/fa/LC_MESSAGES/kwalletmanager.mo
+share/locale/fi/LC_MESSAGES/kcmkwallet.mo
+share/locale/fi/LC_MESSAGES/kwalletmanager.mo
+share/locale/fr/LC_MESSAGES/kcmkwallet.mo
+share/locale/fr/LC_MESSAGES/kwalletmanager.mo
+share/locale/ga/LC_MESSAGES/kcmkwallet.mo
+share/locale/ga/LC_MESSAGES/kwalletmanager.mo
+share/locale/gl/LC_MESSAGES/kcmkwallet.mo
+share/locale/gl/LC_MESSAGES/kwalletmanager.mo
+share/locale/hi/LC_MESSAGES/kcmkwallet.mo
+share/locale/hi/LC_MESSAGES/kwalletmanager.mo
+share/locale/hr/LC_MESSAGES/kcmkwallet.mo
+share/locale/hr/LC_MESSAGES/kwalletmanager.mo
+share/locale/hu/LC_MESSAGES/kcmkwallet.mo
+share/locale/hu/LC_MESSAGES/kwalletmanager.mo
+share/locale/ia/LC_MESSAGES/kcmkwallet.mo
+share/locale/ia/LC_MESSAGES/kwalletmanager.mo
+share/locale/id/LC_MESSAGES/kcmkwallet.mo
+share/locale/is/LC_MESSAGES/kcmkwallet.mo
+share/locale/is/LC_MESSAGES/kwalletmanager.mo
+share/locale/it/LC_MESSAGES/kcmkwallet.mo
+share/locale/it/LC_MESSAGES/kwalletmanager.mo
+share/locale/ja/LC_MESSAGES/kcmkwallet.mo
+share/locale/ja/LC_MESSAGES/kwalletmanager.mo
+share/locale/kk/LC_MESSAGES/kcmkwallet.mo
+share/locale/kk/LC_MESSAGES/kwalletmanager.mo
+share/locale/km/LC_MESSAGES/kcmkwallet.mo
+share/locale/km/LC_MESSAGES/kwalletmanager.mo
+share/locale/ko/LC_MESSAGES/kcmkwallet.mo
+share/locale/ko/LC_MESSAGES/kwalletmanager.mo
+share/locale/lt/LC_MESSAGES/kcmkwallet.mo
+share/locale/lt/LC_MESSAGES/kwalletmanager.mo
+share/locale/lv/LC_MESSAGES/kcmkwallet.mo
+share/locale/lv/LC_MESSAGES/kwalletmanager.mo
+share/locale/mr/LC_MESSAGES/kcmkwallet.mo
+share/locale/mr/LC_MESSAGES/kwalletmanager.mo
+share/locale/nb/LC_MESSAGES/kcmkwallet.mo
+share/locale/nb/LC_MESSAGES/kwalletmanager.mo
+share/locale/nds/LC_MESSAGES/kcmkwallet.mo
+share/locale/nds/LC_MESSAGES/kwalletmanager.mo
+share/locale/nl/LC_MESSAGES/kcmkwallet.mo
+share/locale/nl/LC_MESSAGES/kwalletmanager.mo
+share/locale/nn/LC_MESSAGES/kcmkwallet.mo
+share/locale/nn/LC_MESSAGES/kwalletmanager.mo
+share/locale/pa/LC_MESSAGES/kcmkwallet.mo
+share/locale/pa/LC_MESSAGES/kwalletmanager.mo
+share/locale/pl/LC_MESSAGES/kcmkwallet.mo
+share/locale/pl/LC_MESSAGES/kwalletmanager.mo
+share/locale/pt/LC_MESSAGES/kcmkwallet.mo
+share/locale/pt/LC_MESSAGES/kwalletmanager.mo
+share/locale/pt_BR/LC_MESSAGES/kcmkwallet.mo
+share/locale/pt_BR/LC_MESSAGES/kwalletmanager.mo
+share/locale/ro/LC_MESSAGES/kcmkwallet.mo
+share/locale/ro/LC_MESSAGES/kwalletmanager.mo
+share/locale/ru/LC_MESSAGES/kcmkwallet.mo
+share/locale/ru/LC_MESSAGES/kwalletmanager.mo
+share/locale/sk/LC_MESSAGES/kcmkwallet.mo
+share/locale/sk/LC_MESSAGES/kwalletmanager.mo
+share/locale/sl/LC_MESSAGES/kcmkwallet.mo
+share/locale/sl/LC_MESSAGES/kwalletmanager.mo
+share/locale/sr/LC_MESSAGES/kcmkwallet.mo
+share/locale/sr/LC_MESSAGES/kwalletmanager.mo
+share/locale/sv/LC_MESSAGES/kcmkwallet.mo
+share/locale/sv/LC_MESSAGES/kwalletmanager.mo
+share/locale/tr/LC_MESSAGES/kcmkwallet.mo
+share/locale/tr/LC_MESSAGES/kwalletmanager.mo
+share/locale/ug/LC_MESSAGES/kcmkwallet.mo
+share/locale/ug/LC_MESSAGES/kwalletmanager.mo
+share/locale/uk/LC_MESSAGES/kcmkwallet.mo
+share/locale/uk/LC_MESSAGES/kwalletmanager.mo
+share/locale/zh_CN/LC_MESSAGES/kcmkwallet.mo
+share/locale/zh_CN/LC_MESSAGES/kwalletmanager.mo
+share/locale/zh_TW/LC_MESSAGES/kcmkwallet.mo
+share/locale/zh_TW/LC_MESSAGES/kwalletmanager.mo
+share/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy
More information about the svn-ports-all
mailing list