pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gpgmepp
Module Name: pkgsrc
Committed By: wiz
Date: Thu Jan 29 13:49:39 UTC 2026
Added Files:
pkgsrc/security/gpgmepp: DESCR Makefile PLIST distinfo
Log Message:
security/gpgmepp: import gpgmepp-2.0.0
GPGME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's
GPGME (GnuPG Made Easy) library.
It is fairly complete, with some minor things still missing.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/security/gpgmepp/DESCR \
pkgsrc/security/gpgmepp/PLIST
cvs rdiff -u -r0 -r1.51 pkgsrc/security/gpgmepp/Makefile
cvs rdiff -u -r0 -r1.6 pkgsrc/security/gpgmepp/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/security/gpgmepp/DESCR
diff -u /dev/null pkgsrc/security/gpgmepp/DESCR:1.3
--- /dev/null Thu Jan 29 13:49:39 2026
+++ pkgsrc/security/gpgmepp/DESCR Thu Jan 29 13:49:39 2026
@@ -0,0 +1,4 @@
+GPGME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's
+GPGME (GnuPG Made Easy) library.
+
+It is fairly complete, with some minor things still missing.
Index: pkgsrc/security/gpgmepp/PLIST
diff -u /dev/null pkgsrc/security/gpgmepp/PLIST:1.3
--- /dev/null Thu Jan 29 13:49:39 2026
+++ pkgsrc/security/gpgmepp/PLIST Thu Jan 29 13:49:39 2026
@@ -0,0 +1,53 @@
+@comment $NetBSD: PLIST,v 1.3 2026/01/29 13:49:39 wiz Exp $
+include/gpgme++/configuration.h
+include/gpgme++/context.h
+include/gpgme++/data.h
+include/gpgme++/decryptionresult.h
+include/gpgme++/defaultassuantransaction.h
+include/gpgme++/editinteractor.h
+include/gpgme++/encryptionresult.h
+include/gpgme++/engineinfo.h
+include/gpgme++/error.h
+include/gpgme++/eventloopinteractor.h
+include/gpgme++/exception.h
+include/gpgme++/global.h
+include/gpgme++/gpgaddexistingsubkeyeditinteractor.h
+include/gpgme++/gpgadduserideditinteractor.h
+include/gpgme++/gpgagentgetinfoassuantransaction.h
+include/gpgme++/gpggencardkeyinteractor.h
+include/gpgme++/gpgmefw.h
+include/gpgme++/gpgmepp_export.h
+include/gpgme++/gpgmepp_version.h
+include/gpgme++/gpgrevokekeyeditinteractor.h
+include/gpgme++/gpgsetexpirytimeeditinteractor.h
+include/gpgme++/gpgsetownertrusteditinteractor.h
+include/gpgme++/gpgsignkeyeditinteractor.h
+include/gpgme++/importresult.h
+include/gpgme++/interfaces/assuantransaction.h
+include/gpgme++/interfaces/dataprovider.h
+include/gpgme++/interfaces/passphraseprovider.h
+include/gpgme++/interfaces/progressprovider.h
+include/gpgme++/interfaces/statusconsumer.h
+include/gpgme++/key.h
+include/gpgme++/keygenerationresult.h
+include/gpgme++/keylistresult.h
+include/gpgme++/notation.h
+include/gpgme++/randomresults.h
+include/gpgme++/result.h
+include/gpgme++/scdgetinfoassuantransaction.h
+include/gpgme++/signingresult.h
+include/gpgme++/statusconsumerassuantransaction.h
+include/gpgme++/swdbresult.h
+include/gpgme++/tofuinfo.h
+include/gpgme++/verificationresult.h
+include/gpgme++/vfsmountresult.h
+lib/cmake/Gpgmepp/FindGpgme.cmake
+lib/cmake/Gpgmepp/FindLibGpgError.cmake
+lib/cmake/Gpgmepp/GpgmeppConfig.cmake
+lib/cmake/Gpgmepp/GpgmeppConfigVersion.cmake
+lib/cmake/Gpgmepp/GpgmeppTargets-noconfig.cmake
+lib/cmake/Gpgmepp/GpgmeppTargets.cmake
+lib/libgpgmepp.so
+lib/libgpgmepp.so.7
+lib/libgpgmepp.so.7.0.0
+lib/pkgconfig/gpgmepp.pc
Index: pkgsrc/security/gpgmepp/Makefile
diff -u /dev/null pkgsrc/security/gpgmepp/Makefile:1.51
--- /dev/null Thu Jan 29 13:49:39 2026
+++ pkgsrc/security/gpgmepp/Makefile Thu Jan 29 13:49:39 2026
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.51 2026/01/29 13:49:39 wiz Exp $
+
+DISTNAME= gpgmepp-2.0.0
+CATEGORIES= security
+MASTER_SITES= https://www.gnupg.org/ftp/gcrypt/gpgmepp/
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.gnupg.org/software/gpgme/index.html
+COMMENT= C++ library for OpenPGP using GnuPG
+LICENSE= gnu-lgpl-v2
+
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= src/gpgmepp.pc.in
+
+BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.47
+.include "../../security/libgpg-error/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gpgme+= gpgme>=2.0.0
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/gpgmepp/distinfo
diff -u /dev/null pkgsrc/security/gpgmepp/distinfo:1.6
--- /dev/null Thu Jan 29 13:49:39 2026
+++ pkgsrc/security/gpgmepp/distinfo Thu Jan 29 13:49:39 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.6 2026/01/29 13:49:39 wiz Exp $
+
+BLAKE2s (gpgmepp-2.0.0.tar.xz) = 10c59d70aaf1f8ef6cf0d2989d05ac469a251061fb348284fa7a2d664593cdd1
+SHA512 (gpgmepp-2.0.0.tar.xz) = ed98f5dfd45efa216d0fc983ad650b46235b28a8e4faaf4349bc8e14cf76758e3099cfdc61e549f07e57d663e82550f373641f67303c5f2891b00fa5b419e927
+Size (gpgmepp-2.0.0.tar.xz) = 118304 bytes
Home |
Main Index |
Thread Index |
Old Index