Port details |
- pecl-gnupg PECL wrapper around the gpgme library
- 1.5.1 security
=3 1.5.1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2006-03-16 21:44:44
- Last Update: 2024-05-19 17:15:27
- Commit Hash: 951003b
- People watching this port, also watch:: libevent, phpsysinfo-php82, xcb-util-image, libXdamage, indexinfo
- License: BSD2CLAUSE
- WWW:
- https://pecl.php.net/package/gnupg
- https://github.com/php-gnupg/php-gnupg
- Description:
- This extension provides methods to PHP interact with gnupg.
 ¦ ¦ ¦ ¦ 
- 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:
-
- ${PHP_PKGNAMEPREFIX}pecl-gnupg>0:security/pecl-gnupg
- To install the port:
- cd /usr/ports/security/pecl-gnupg/ && make install clean
- To add the package, run one of these commands:
- pkg install security/pecl-gnupg
- pkg install php82-pecl-gnupg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pecl-gnupg
- Package flavors (<flavor>: <package>)
- php82: php82-pecl-gnupg
- php81: php81-pecl-gnupg
- php83: php83-pecl-gnupg
- distinfo:
- TIMESTAMP = 1642102225
SHA256 (PECL/gnupg-1.5.1.tgz) = a9906f465ab2343cb2f3127ee209c72760238745c34878d9bbc1576486219252
SIZE (PECL/gnupg-1.5.1.tgz) = 37316
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:
-
- phpize : lang/php82
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php82
- Library dependencies:
-
- libgpgme.so : security/gpgme
- This port is required by:
- for Run
-
- mail/snappymail
Configuration Options:
- No options to configure
- Options name:
- security_pecl-gnupg
- USES:
- localbase php:pecl
- 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 |
1.5.1 19 May 2024 17:15:27
    |
Po-Chuan Hsieh (sunpoet)  |
security/pecl-gnupg: Update WWW |
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) |
1.5.1 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 ) |
1.5.1 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 ) |
1.5.1 23 Jan 2022 18:19:08
    |
Po-Chuan Hsieh (sunpoet)  |
security/pecl-gnupg: Update to 1.5.1
Changes: https://pecl.php.net/package-changelog.php?package=gnupg |
1.5.0 25 Apr 2021 20:35:21
    |
Po-Chuan Hsieh (sunpoet)  |
security/pecl-gnupg: Update to 1.5.0
Changes: https://pecl.php.net/package-changelog.php?package=gnupg |
1.4.0_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.0_1 06 Nov 2020 11:26:07
  |
sunpoet  |
Fix build with PHP 8.0 |
1.4.0_1 03 Sep 2019 19:08:51
  |
sunpoet  |
Cosmetic change |
1.4.0_1 10 Apr 2017 15:08:47
  |
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
1.4.0_1 13 Dec 2016 14:26:12
  |
sunpoet  |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
1.4.0_1 26 Nov 2016 23:41:17
  |
jhale  |
Update security/gpgme-* to 1.8.0
In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.
The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module. |
1.4.0 19 Nov 2016 17:06:16
  |
sunpoet  |
- Update to 1.4.0
- Remove IGNORE_WITH_PHP=70
Changes: https://pecl.php.net/package-changelog.php?package=gnupg |
1.3.6_1 03 Aug 2016 12:47:05
  |
mat  |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
1.3.6 28 Jun 2016 14:00:45
  |
mat  |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.3.6 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.3.6 17 Mar 2016 09:09:06
  |
tijl  |
security/gpgme: put header back in normal location.
This used to cause a conflict with security/gpgme03 but this port has been
removed many years ago now.
Approved by: jhale (maintainer) |
1.3.6 06 Mar 2016 06:19:50
  |
sunpoet  |
- Update to 1.3.6
Changes: https://pecl.php.net/package-changelog.php?package=gnupg |
1.3.3_1 18 Feb 2016 14:47:06
  |
miwi  |
- Ignore php70
- While here remove old php gruft |
1.3.3_1 17 Oct 2015 18:08:23
  |
sunpoet  |
- Add LICENSE_FILE
- Use USES=localbase |
1.3.3_1 14 Mar 2014 08:18:16
  |
sunpoet  |
- Use USES=tar:tgz |
1.3.3_1 23 Dec 2013 17:16:30
  |
sunpoet  |
- Update LICENSE |
1.3.3_1 21 Nov 2013 23:12:14
  |
sunpoet  |
- Add LICENSE
- Support STAGEDIR |
1.3.3_1 20 Oct 2013 19:20:16
  |
jhale  |
- Update security/gpgme to 1.4.3
- Use USE_GNOME= ltverhack to correct the library version number
to what the author intended. This effectively rolls the version
number backwards, but should prevent future unneccesary version
bumps.
- Support staging
- Use options helpers
- Use new LIB_DEPENDS syntax
- Bump PORTREVISION on dependent ports |
1.3.3 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.3.3 29 Aug 2013 04:21:28
  |
sunpoet  |
- Use single space after WWW: |
1.3.3 09 Aug 2013 17:22:27
  |
sunpoet  |
- Update to 1.3.3
- Remove leading indefinite article from COMMENT
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Cleanup Makefile header
Changes: http://pecl.php.net/package-changelog.php?package=gnupg |
1.3.2 17 May 2012 20:44:45
 |
ale  |
Fix build with php 5.4. |
1.3.2 02 Feb 2012 02:33:22
 |
sunpoet  |
- Remove missing file in previous commit |
1.3.2 01 Feb 2012 21:52:47
 |
sunpoet  |
- Update to 1.3.2
- Remove PHP_MODNAME
- Cosmetic change
- Take maintainership
Changes: http://pecl.php.net/package-changelog.php?package=gnupg |
1.3.1_5 01 Feb 2012 15:53:08
 |
tabthorpe  |
- Reassign to the heap |
1.3.1_5 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.3.1_5 21 Jul 2011 12:43:39
 |
jlaffaye  |
- Chase gpgme shared lib bump.
- Add an entry to UPDATING
Reviewed by: tabthorpe |
1.3.1_4 03 Jul 2011 14:03:52
 |
ohauer  |
-remove MD5 |
1.3.1_4 16 Dec 2010 02:34:07
 |
glarkin  |
- Chase security/libksba shlib version bump
Requested by: kwm
Pointyhat to: glarkin |
1.3.1_3 20 Jan 2010 00:37:04
 |
mnag  |
- Fix segmantation fault with new gnupg
- Bump PORTREVISION
PR: 142311
Submitted by: miwi |
1.3.1_2 15 Jul 2009 16:47:45
 |
wxs  |
- Chase security/gpgme update.
Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the
following ports require a patch to use the new gpgme correctly:
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim3
deskutils/kdepim4
deskutils/kdepim4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
deskutils/kdepimlibs4
finance/qhacc
mail/mutt-devel
net-im/ayttm
net-im/centericq
net-im/centerim
net-im/centerim-devel
security/openvas-libnasl
These patches were submitted by various people and documented in ports/135911.
PR: ports/135911 |
1.3.1_1 06 Jun 2008 14:01:07
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.3.1 04 Oct 2007 06:00:24
 |
edwin  |
Remove always-false/true conditions based on OSVERSION 500000 |
1.3.1 28 May 2007 18:21:05
 |
mnag  |
- Update to 1.3.1 |
1.3 09 Nov 2006 01:17:15
 |
mnag  |
- Update to 1.3 to fix build with PHP 5.2.0
Notified by: krismail |
1.2_1 19 Sep 2006 14:13:05
 |
mnag  |
- Respect CFLAGS, porters handbook ch 12.15
PR: 102802
Submitted by: Soeren Straarup <xride___x12.dk> |
1.2_1 13 Sep 2006 21:24:20
 |
lofi  |
Update gpgme to 1.1.2, chase dependencies. |
1.2 26 May 2006 20:03:11
 |
mnag  |
- Update to 1.2 |
1.1 16 Mar 2006 21:40:45
 |
mnag  |
- Add port security/pecl-gnupg
This extension provides methods to PHP interact with gnupg.
WWW: http://pecl.php.net/package/gnupg |