Port details on branch 2025Q3 |
- qgpgme GnuPG Made Easy (GPGME) Qt bindings
- 2.0.0 security
=0 2.0.0Version of this port present on the latest quarterly branch. - Maintainer: jhale@FreeBSD.org
 - Port Added: 2025-06-24 13:21:11
- Last Update: 2025-06-24 13:09:24
- Commit Hash: 217815b
- License: GPLv2+
- WWW:
- https://gnupg.org/software/gpgme/index.html
- Description:
- QGpgme provides a very high level Qt API around GpgMEpp, the GPGME C++
bindings.
There are two general concepts in QGpgME. Data abstraction through
GpgMEpp's Dataprovider interface and the Job pattern.
Data can be provided with QByteArrayDataProvider or QIODeviceDataProvider
which can be constructed from their respective types. This means you can
pass a QFile, QProcess, QString, etc. directly to GPGME.
To provide a stable API / ABI and because of historic reasons in libkleo
(where QGpgME was originally developed as an abstract crypto backend),
QGpgME only provides abstract interfaces as public API while the actual
implementation happens in the private QGpgME prefixed classes.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- qgpgme-qt6>0:security/qgpgme
- To install the port:
- cd /usr/ports/security/qgpgme/ && make install clean
- To add the package, run one of these commands:
- pkg install security/qgpgme
- pkg install qgpgme-qt6
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qgpgme-qt6
- Package flavors (<flavor>: <package>)
- qt6: qgpgme-qt6
- qt5: qgpgme-qt5
- distinfo:
- TIMESTAMP = 1750277661
SHA256 (qgpgme-2.0.0.tar.xz) = 15645b2475cca6118eb2ed331b3a8d9442c9d4019c3846ba3f6d25321b4a61ad
SIZE (qgpgme-2.0.0.tar.xz) = 188552
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
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libgpg-error.so : security/libgpg-error
- libgpgme.so : security/gpgme
- libgpgmepp.so : security/gpgmepp
- libQt6Core.so : devel/qt6-base
- This port is required by:
- for Libraries
-
- deskutils/akonadi-import-wizard
- deskutils/akonadiconsole
- deskutils/akregator
- deskutils/grantlee-editor
- deskutils/kaddressbook
- deskutils/kdepim-addons
- deskutils/kmail
Configuration Options:
- ===> The following configuration options are available for qgpgme-qt6-2.0.0:
DOXYGEN=off: Build documentation with Doxygen
===> Use 'make config' to modify these settings
- Options name:
- security_qgpgme
- USES:
- cmake:testing compiler:c++17-lang pkgconfig qt:6 tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|