Port details |
- kleopatra Certificate manager for KDE
- 24.12.3 security
=2 23.08.5_3Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2018-04-10 19:39:31
- Last Update: 2025-03-07 18:09:22
- Commit Hash: 9cdd086
- 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 - 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 = 1741276143
SHA256 (KDE/release-service/24.12.3/kleopatra-24.12.3.tar.xz) = 366fcc7ee45afa96ecab5647669db0a5008e609cf7c17f664146ad3aa847d845
SIZE (KDE/release-service/24.12.3/kleopatra-24.12.3.tar.xz) = 2797796
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/gpgme-cpp
- libqgpgmeqt6.so : security/gpgme-qt@qt6
- libintl.so : devel/gettext-runtime
- libKPim6AkonadiMime.so : net/akonadi-mime
- libKF6AuthCore.so : devel/kf6-kauth
- libKF6Codecs.so : textproc/kf6-kcodecs
- libKF6ConfigCore.so : devel/kf6-kconfig
- libKF6ConfigWidgets.so : x11-toolkits/kf6-kconfigwidgets
- 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
- libKF6KCMUtils.so : devel/kf6-kcmutils
- libKPim6Libkleo.so : security/libkleo
- libKPim6MailTransport.so : net/kmailtransport
- libKPim6Mime.so : net/kmime
- libKPim6MimeTreeParserCore.so : net/mimetreeparser
- libKF6Notifications.so : devel/kf6-knotifications
- libKF6Service.so : devel/kf6-kservice
- libKF6SonnetCore.so : textproc/kf6-sonnet
- libKF6StatusNotifierItem.so : deskutils/kf6-kstatusnotifieritem
- libKF6TextWidgets.so : x11-toolkits/kf6-ktextwidgets
- 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-24.12.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:
|
Number of commits found: 108 (showing only 8 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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. |
Number of commits found: 108 (showing only 8 on this page)
|