Port details |
- gpgme-qt Gpgme Qt5 bindings
- 1.24.2 security
=2 1.24.2Version of this port present on the latest quarterly branch. - Maintainer: jhale@FreeBSD.org
 - Port Added: 2023-05-03 03:34:15
- Last Update: 2025-06-24 13:09:24
- Commit Hash: 217815b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://www.gnupg.org/related_software/gpgme/
- Description:
- GnuPG Made Easy (GPGME) is a C library designed to make access to GnuPG
easier for applications. It provides a High-Level Crypto API for encryption,
decryption, signing, signature verification and key management. Currently it
uses GnuPG as its backend.
¦ ¦ ¦ ¦ 
- 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:
-
- gpgme-qt5>0:security/gpgme-qt
- No installation instructions:
- This port has been deleted.
- PKGNAME: gpgme-qt5
- Package flavors (<flavor>: <package>)
- qt5: gpgme-qt5
- qt6: gpgme-qt6
- distinfo:
- TIMESTAMP = 1739544658
SHA256 (gpgme-1.24.2.tar.bz2) = e11b1a0e361777e9e55f48a03d89096e2abf08c63d84b7017cfe1dce06639581
SIZE (gpgme-1.24.2.tar.bz2) = 1891804
Packages (timestamps in pop-ups are UTC):
- Master port: security/gpgme
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- Library dependencies:
-
- libassuan.so : security/libassuan
- libgpg-error.so : security/libgpg-error
- libgpgme.so : security/gpgme
- libgpgmepp.so : security/gpgme-cpp
- libQt5Core.so : devel/qt5-core
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gpgme-qt5-1.24.2:
DOXYGEN=off: Build documentation with Doxygen
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- security_gpgme-qt
- USES:
- compiler:c11 cpe gmake libtool localbase:ldflags pathfix tar:bzip2 compiler:c++11-lang pkgconfig qt:5
- 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) |
This is a slave port. You may also want to view the commits to the master port: security/gpgme |
Commit | Credits | Log message |
1.24.2 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 |
1.24.2 14 Feb 2025 15:15:49
    |
Jason E. Hale (jhale)  |
security/*gpgme*: Update to 1.24.2
https://dev.gnupg.org/T7524 |
1.24.1 06 Dec 2024 04:55:24
    |
Jason E. Hale (jhale)  |
security/*gpgme*: Update to 1.24.1
https://dev.gnupg.org/T7440 |
1.24.0 10 Nov 2024 16:14:54
    |
Jason E. Hale (jhale)  |
security/*gpgme*: Update to 1.24.0
Remove security/gpgme-qt-headers. The Qt headers have been folded back
into security/gpgme-qt since they no longer conflict.
https://dev.gnupg.org/T7376 |
1.23.2_1 08 Jul 2024 05:08:30
    |
Jason E. Hale (jhale)  |
*/*: Chase security/libassuan shlib bump |
1.23.2 01 Dec 2023 21:25:08
    |
Jason E. Hale (jhale)  |
security/*gpgme*: Update to 1.23.2
https://dev.gnupg.org/T6782 |
1.23.0 26 Oct 2023 02:03:00
    |
Jason E. Hale (jhale)  |
security/*gpgme*: Update to 1.23.0
https://dev.gnupg.org/T6774 |
1.22.0 22 Aug 2023 17:48:51
    |
Jason E. Hale (jhale)  |
security/*gpgme*: Update to 1.22.0
gpgme-qt: Fix COMMENT when FLAVOR is not explicitly set and use just
one PORTREVISION line to avoid confusing bumping tools.
https://dev.gnupg.org/T6668 |
1.21.0 10 Jul 2023 18:46:33
    |
Jason E. Hale (jhale)  |
security/*gpgme*: Update to 1.21.0
Split out the headers shared between the qt5 and qt6 flavors of
security/gpgme-qt to security/gpgme-qt-headers so that they no longer
conflict.
https://dev.gnupg.org/T6585 |
1.20.0 03 May 2023 03:29:51
    |
Jason E. Hale (jhale)  |
security/gpgme-qt: Flavorize for new Qt6 bindings
Rename security/gpgme-qt5 to security/gpgme-qt and flavorize to
allow building qt5 and qt6 flavors.
Adjust dependencies and bump PORTREVISION on consumers.
Fix installation of optional Doxgen docs. |