Port details |
- rubygem-gpgme Ruby interface to GnuPG Made Easy (GPGME)
- 2.0.24_1 security =2 2.0.24_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-08-21 20:44:31
- Last Update: 2024-07-08 05:08:30
- Commit Hash: c1dda71
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: LGPL21+
- WWW:
- https://github.com/ueno/ruby-gpgme
- Description:
- Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy). GnuPG Made
Easy (GPGME) is a 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-gpgme>0:security/rubygem-gpgme
- To install the port:
- cd /usr/ports/security/rubygem-gpgme/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rubygem-gpgme
- pkg install rubygem-gpgme
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-gpgme
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708450562
SHA256 (rubygem/gpgme-2.0.24.gem) = 53eccd7042abb4fd5c78f30bc9ed075b1325e6450eab207f2f6a1e7e28ae3b64
SIZE (rubygem/gpgme-2.0.24.gem) = 3498496
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:
-
- gpgme>=1.1.2 : security/gpgme
- libassuan>=2.5.5 : security/libassuan
- libgpg-error>=1.45 : security/libgpg-error
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Library dependencies:
-
- libassuan.so : security/libassuan
- libgpg-error.so : security/libgpg-error
- libgpgme.so : security/gpgme
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab
-
Deleted ports which required this port:
- for Run
-
- www/gitlab
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- security_rubygem-gpgme
- USES:
- gem pkgconfig shebangfix
- 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) |
Commit | Credits | Log message |
2.0.24_1 08 Jul 2024 05:08:30 |
Jason E. Hale (jhale) |
*/*: Chase security/libassuan shlib bump |
2.0.24 05 Mar 2024 01:57:55 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.5.6
While here, mark textproc/rubygem-nokogumbo as BROKEN because build
fails with clean latest ports tree and all supported ruby versions.
ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md
PR: 276884
Approved by: sunpoet (ruby@, maintainer)
Exp-run by: antoine |
2.0.24 21 Feb 2024 15:10:44 |
Po-Chuan Hsieh (sunpoet) |
security/rubygem-gpgme: Update to 2.0.24
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.23 21 Aug 2023 17:06:49 |
Po-Chuan Hsieh (sunpoet) |
security/rubygem-gpgme: Update to 2.0.23
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.22 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.0.22 23 Jul 2023 20:02:31 |
Muhammad Moinur Rahman (bofh) |
security/rubygem-gpgme: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.0.22 30 Jan 2023 13:01:38 |
Po-Chuan Hsieh (sunpoet) |
security/rubygem-gpgme: Update to 2.0.22
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.21 17 Jan 2023 01:07:50 |
Yasuhiro Kimura (yasu) |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
2.0.21 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
2.0.21 19 Nov 2022 19:32:18 |
Po-Chuan Hsieh (sunpoet) |
security/rubygem-gpgme: Fix typo in dbcaf755426a9475840a9cb9426cf627c7a226e1 |
2.0.21 19 Nov 2022 08:13:16 |
Po-Chuan Hsieh (sunpoet) |
security/rubygem-gpgme: Update to 2.0.21
- Convert REINPLACE_CMD to patch files
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.20 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.20 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.20 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.20 21 Feb 2020 18:59:13 |
sunpoet |
Update to 2.0.20
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.19 20 Oct 2019 17:21:01 |
sunpoet |
Update to 2.0.19
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.18 24 Nov 2018 22:30:24 |
sunpoet |
Update to 2.0.18
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.16 04 Jan 2018 20:11:28 |
sunpoet |
Update to 2.0.16
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.15 20 Dec 2017 14:38:03 |
sunpoet |
Update to 2.0.15
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.14 02 Nov 2017 19:01:05 |
sunpoet |
Update to 2.0.14
Changes: https://github.com/ueno/ruby-gpgme/blob/master/NEWS |
2.0.13 21 Aug 2017 20:43:57 |
sunpoet |
Add rubygem-gpgme 2.0.13
Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy). GnuPG Made
Easy (GPGME) is a 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.
WWW: https://github.com/ueno/ruby-gpgme |