| Port details |
- gpgme-qt Gpgme Qt6 bindings
- 1.20.0 security
=0 Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: jhale@FreeBSD.org
 - Port Added: 2023-05-03 03:34:15
- Last Update: 2023-05-03 03:29:51
- Commit Hash: f247211
- License: GPLv2+
- 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.
¦ ¦ ¦ ¦ 
- 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
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/security/gpgme-qt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/gpgme-qt
- pkg install gpgme-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gpgme-qt5
- Package flavors (<flavor>: <package>)
- qt5: gpgme-qt5
- qt6: gpgme-qt6
- distinfo:
- TIMESTAMP = 1683032158
SHA256 (gpgme-1.20.0.tar.bz2) = 25a5785a5da356689001440926b94e967d02e13c49eb7743e35ef0cf22e42750
SIZE (gpgme-1.20.0.tar.bz2) = 1817377
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.3 : 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
- 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 gpgme-qt5-1.20.0:
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 tar:bzip2 compiler:c++11-lib pkgconfig qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2016-11-26
Affects: users of security/gpgme-* Author: jhale@FreeBSD.org Reason:
Gpgme has been updated to 1.8.0.
With it comes the removal of libgpgme-pthread.so in favor of using
libgpgme.so itself as the thread-safe library. Ports that may have
linked to -lgpgme-pthread will now just link to -lgpgme. PORTREVISION
has been bumped on all ports with a dependency on security/gpgme.
The Python module provided by security/py-gpgme has been renamed
from pyme3 to gpg, as well.
Portmaster users:
portmaster -r gpgme
Portupgrade users:
portupgrade -fr security/gpgme
|
Number of commits found: 1
| 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.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. |
Number of commits found: 1
|