| Port details |
- kleopatra Certificate manager for KDE
- 25.08.3 security
=2 25.08.1Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2018-04-10 19:39:31
- Last Update: 2025-11-06 15:39:34
- Commit Hash: f5384fe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: kde kde-applications
- License: LGPL20
- WWW:
- https://www.kde.org/applications/utilities/kleopatra/
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- kleopatra>0:security/kleopatra
- To install the port:
- cd /usr/ports/security/kleopatra/ && make install clean
- To add the package, run one of these commands:
- pkg install security/kleopatra
- pkg install kleopatra
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kleopatra
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1762264764
SHA256 (KDE/release-service/25.08.3/kleopatra-25.08.3.tar.xz) = 3c2f65207ecacd6f72631e832a93342a6c43260e897afcc285d1803b51cc6766
SIZE (KDE/release-service/25.08.3/kleopatra-25.08.3.tar.xz) = 2881980
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- meinproc6 : devel/kf6-kdoctools
- meinproc6 : devel/kf6-kdoctools
- ECMConfig.cmake : devel/kf6-extra-cmake-modules
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- meinproc6 : devel/kf6-kdoctools
- meinproc6 : devel/kf6-kdoctools
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- Library dependencies:
-
- libassuan.so : security/libassuan
- libboost_thread.so : devel/boost-libs
- libgpgme.so : security/gpgme
- libgpg-error.so : security/libgpg-error
- libgpgmepp.so : security/gpgmepp
- libqgpgmeqt6.so : security/qgpgme@qt6
- libintl.so : devel/gettext-runtime
- libKPim6AkonadiMime.so : net/akonadi-mime
- libKF6ColorScheme.so : x11-themes/kf6-kcolorscheme
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6CoreAddons.so : devel/kf6-kcoreaddons
- libKF6Crash.so : devel/kf6-kcrash
- libKF6DBusAddons.so : devel/kf6-kdbusaddons
- libKF6I18n.so : devel/kf6-ki18n
- libKF6IconThemes.so : x11-themes/kf6-kiconthemes
- libKPim6IdentityManagementCore.so : net/kidentitymanagement
- libKF6ItemModels.so : devel/kf6-kitemmodels
- libKF6KIOCore.so : devel/kf6-kio
- libKPim6Libkleo.so : security/libkleo
- libKPim6MailTransport.so : net/kmailtransport
- libKPim6Mime.so : net/kmime
- libKPim6MimeTreeParserCore.so : net/mimetreeparser
- libKF6Notifications.so : devel/kf6-knotifications
- libKF6WidgetsAddons.so : x11-toolkits/kf6-kwidgetsaddons
- libKF6WindowSystem.so : x11/kf6-kwindowsystem
- libKF6XmlGui.so : x11-toolkits/kf6-kxmlgui
- libQt6Core.so : devel/qt6-base
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for kleopatra-25.08.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_kleopatra
- USES:
- cmake compiler:c++11-lang desktop-file-utils gettext kde:6 qt:6 shared-mime-info tar:xz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
18.12.2 08 Feb 2019 05:11:14
  |
tcberner  |
Update KDE Applications to 18.12.2
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php
[2]
https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2 |
18.12.1_1 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
18.12.1 10 Jan 2019 19:52:58
  |
tcberner  |
Update KDE Applications to 18.12.1
Release Announcement:
https://www.kde.org/announcements/announce-applications-18.12.1.php
Today KDE released the first stability update for KDE Applications 18.12.
This release contains only bugfixes and translation updates, providing a
safe and pleasant update for everyone.
About 20 recorded bugfixes include improvements to Kontact, Cantor, Dolphin,
JuK, Kdenlive, Konsole, Okular, among others.
Improvements include:
* Akregator now works with WebEngine from Qt 5.11 or newer
* Sorting columns in the JuK music player has been fixed
* Konsole renders box-drawing characters correctly again
You can find the full list of changes here:
https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.1 |
18.12.0 30 Dec 2018 17:15:06
  |
tcberner  |
More GCC-related fixes in kde@ ports
PR: 234461
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
18.12.0 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
18.12.0 14 Dec 2018 05:07:05
  |
tcberner  |
Update KDE Applications to 18.12.0
https://www.kde.org/announcements/announce-applications-18.12.0.php |
18.08.3_1 12 Dec 2018 00:15:50
  |
jbeich  |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
18.08.3 09 Nov 2018 20:09:14
  |
tcberner  |
Update KDE Applications to 18.09.3 |
18.08.2 11 Oct 2018 20:23:50
  |
tcberner  |
Update KDE Applications to 18.08.2 |
18.08.1 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
18.08.1 06 Sep 2018 21:06:48
  |
adridg  |
Update the current KDE Applications to 18.08.1, the latest release.
https://www.kde.org/announcements/announce-applications-18.08.1.php
The release notes mention a few dozen fixes, MTP doesn't crash when
concurrently accessed by another application, nothing critical.
Submitted by: tcberner |
18.08.0 25 Aug 2018 05:15:03
  |
tcberner  |
Update KDE Applications to 18.08
Changelog: https://www.kde.org/announcements/announce-applications-18.08.0.php |
18.04.3_1 09 Aug 2018 06:58:31
  |
jbeich  |
devel/boost-*: update to 1.68.0
- Switch to C++14 for libboost_system to support C++14 consumers
Changes: http://www.boost.org/users/history/version_1_68_0.html
PR: 229569
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D16165 |
18.04.3 13 Jul 2018 17:41:57
  |
tcberner  |
Update KDE Applications to 18.04.3 |
18.04.2 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
18.04.2 10 Jun 2018 10:39:35
  |
tcberner  |
Update KDE Applications to 18.04.2 |
18.04.1 11 May 2018 06:09:40
  |
tcberner  |
Update KDE Applications to 18.04.1 |
18.04.0 28 Apr 2018 18:11:50
  |
tcberner  |
Update KDE Applications to 18.04.0
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the
dev-repo. |
17.12.3_1 18 Apr 2018 13:57:43
  |
jbeich  |
devel/boost-*: update to 1.67.0
Changes: http://www.boost.org/users/history/version_1_67_0.html
PR: 227427
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15030 |
17.12.3 10 Apr 2018 19:39:15
  |
tcberner  |
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. |