Port details |
- qgpgme GnuPG Made Easy (GPGME) Qt bindings
- 2.0.0_1 security
=0 2.0.0_1Version of this port present on the latest quarterly branch. - Maintainer: jhale@FreeBSD.org
 - Port Added: 2025-06-24 13:21:11
- Last Update: 2025-08-15 17:44:23
- Commit Hash: a021125
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found 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_1:
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:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.0_1 15 Aug 2025 17:44:23
    |
Max Brazhnikov (makc)  |
security/qgpgme: add upstream patch
to fix crash in upcoming KMail 25.08.
Upstream commits:
https://dev.gnupg.org/rGPGMEQT150b23c105f3ea7034e6f106e60686aea4e4a13e
https://dev.gnupg.org/rGPGMEQT86d58c452e0028ea3b59a6ceac7060ece99b4fd2
Approved by: jhale@ via irc |
2.0.0 24 Jun 2025 13:09:24
    |
Jason E. Hale (jhale)  |
security/gpgme: Update to 2.0.0
Upstream has split most of the bindings out into separate projects with
this release, so the child ports that were previously providing various
bindings are now autonomous and have new origins. The python bindings
should have been called py-gpg for many years now, since 'gpg' is the
actual module name, so this also corrects that issue.
security/gpgme-cpp -> security/gpgmepp
security/gpgme-qt -> security/qgpgme
security/py-gpgme -> security/py-gpg
gpgmepp and qgpgme have been converted to CMake. py-gpg is now a "fun"
autotools and FreeBSD ports system hybrid. Gpgme, itself, still uses
autotools, but with much less parenting (patching) to do for its
emancipated children.
Adjust several ports to fix API incompatibility with upstream patches
and with some of my own. Adjust all consumers to use the new port
origins of the former child ports.
https://dev.gnupg.org/T7673 |
Number of commits found: 2
|