Port details |
- gpgmepp GnuPG Made Easy (GPGME) C++ bindings
- 2.0.0 security
=1 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
- People watching this port, also watch:: libmad, imlib2, xorg-apps, py311-pikepdf, gstreamer1-plugins-dash
- License: LGPL20+
- WWW:
- https://gnupg.org/software/gpgme/index.html
- Description:
- GpgMEpp is a C++ wrapper (or C++ bindings) for the GnuPG project's GPGME
(GnuPG Made Easy) library.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gpgmepp>0:security/gpgmepp
- To install the port:
- cd /usr/ports/security/gpgmepp/ && make install clean
- To add the package, run one of these commands:
- pkg install security/gpgmepp
- pkg install gpgmepp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gpgmepp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1750275911
SHA256 (gpgmepp-2.0.0.tar.xz) = d4796049c06708a26f3096f748ef095347e1a3c1e570561701fe952c3f565382
SIZE (gpgmepp-2.0.0.tar.xz) = 118304
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
- 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:
- No options to configure
- Options name:
- security_gpgmepp
- USES:
- cmake compiler:c++17-lang pkgconfig tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from security/gpgme-cpp on 2025-06-24
REASON: Gpgme C++ bindings have been split into a separate project
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 1
|