Port details |
- p5-Crypt-OpenPGP Pure-Perl OpenPGP-compatible PGP implementation
- 1.18 security =11 1.12Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2001-09-11 22:12:58
- Last Update: 2024-10-22 21:58:33
- Commit Hash: 94d53b2
- People watching this port, also watch:: wget, unzip, p5-libwww, p5-Digest-MD5, p5-Digest-SHA1
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Crypt-OpenPGP
- Description:
- Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1].
In addition to support for the standard itself, Crypt::OpenPGP claims
compatibility with many other PGP implementations, both those that
support the standard and those that preceded it.
Crypt::OpenPGP provides signing/verification, encryption/decryption,
keyring management, and key-pair generation; in short it should provide
you with everything you need to PGP-enable yourself. Alternatively it can
be used as part of a larger system; for example, perhaps you have a
web-form-to-email generator written in Perl, and you'd like to encrypt
outgoing messages, because they contain sensitive information.
Crypt::OpenPGP can be plugged into such a scenario, given your public
key, and told to encrypt all messages; they will then be readable only by
you.
This module currently supports RSA and DSA for digital signatures, and
RSA and ElGamal for encryption/decryption. It supports the symmetric
ciphers 3DES, Blowfish, IDEA, Twofish, and Rijndael (AES). Rijndael is
supported for key sizes of 128, 192, and 256 bits. Crypt::OpenPGP
supports the digest algorithms MD5, SHA-1, and RIPE-MD/160. And it
supports ZIP and Zlib compression.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-OpenPGP>0:security/p5-Crypt-OpenPGP
- To install the port:
- cd /usr/ports/security/p5-Crypt-OpenPGP/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-OpenPGP
- pkg install p5-Crypt-OpenPGP
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-OpenPGP
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729594550
SHA256 (Crypt-OpenPGP-1.18.tar.gz) = e72931d39599be85b828599ab808d53854c904078a997dfa556d0d02c116b719
SIZE (Crypt-OpenPGP-1.18.tar.gz) = 136360
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:
-
- p5-Alt-Crypt-RSA-BigInt>=0 : security/p5-Alt-Crypt-RSA-BigInt
- p5-Bytes-Random-Secure>=0 : security/p5-Bytes-Random-Secure
- p5-Crypt-Blowfish>=0 : security/p5-Crypt-Blowfish
- p5-Crypt-CAST5_PP>=0 : security/p5-Crypt-CAST5_PP
- p5-Crypt-DES_EDE3>=0 : security/p5-Crypt-DES_EDE3
- p5-Crypt-DSA>=1.17 : security/p5-Crypt-DSA
- p5-Crypt-IDEA>=0 : security/p5-Crypt-IDEA
- p5-Crypt-RIPEMD160>=0.05 : security/p5-Crypt-RIPEMD160
- p5-Crypt-Rijndael>=0 : security/p5-Crypt-Rijndael
- p5-Crypt-Twofish>=0 : security/p5-Crypt-Twofish
- p5-Data-Buffer>=0.04 : misc/p5-Data-Buffer
- p5-File-HomeDir>=0 : devel/p5-File-HomeDir
- p5-libwww>=0 : www/p5-libwww
- p5-URI>=0 : net/p5-URI
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-Exception>=0 : devel/p5-Test-Exception
- Runtime dependencies:
-
- p5-Alt-Crypt-RSA-BigInt>=0 : security/p5-Alt-Crypt-RSA-BigInt
- p5-Bytes-Random-Secure>=0 : security/p5-Bytes-Random-Secure
- p5-Crypt-Blowfish>=0 : security/p5-Crypt-Blowfish
- p5-Crypt-CAST5_PP>=0 : security/p5-Crypt-CAST5_PP
- p5-Crypt-DES_EDE3>=0 : security/p5-Crypt-DES_EDE3
- p5-Crypt-DSA>=1.17 : security/p5-Crypt-DSA
- p5-Crypt-IDEA>=0 : security/p5-Crypt-IDEA
- p5-Crypt-RIPEMD160>=0.05 : security/p5-Crypt-RIPEMD160
- p5-Crypt-Rijndael>=0 : security/p5-Crypt-Rijndael
- p5-Crypt-Twofish>=0 : security/p5-Crypt-Twofish
- p5-Data-Buffer>=0.04 : misc/p5-Data-Buffer
- p5-File-HomeDir>=0 : devel/p5-File-HomeDir
- p5-libwww>=0 : www/p5-libwww
- p5-URI>=0 : net/p5-URI
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-EncodedColumn
- net-mgmt/p5-jmx4perl
- for Run
-
- databases/p5-DBIx-Class-EncodedColumn
- net-mgmt/p5-jmx4perl
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-OpenPGP
- USES:
- perl5
- 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.18 22 Oct 2024 21:58:33 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-OpenPGP: Update to 1.18
Changes: https://metacpan.org/dist/Crypt-OpenPGP/changes |
1.17 22 Oct 2024 09:51:47 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-OpenPGP: Update to 1.17
Changes: https://metacpan.org/dist/Crypt-OpenPGP/changes |
1.15_1 14 Oct 2024 05:26:24 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-OpenPGP: Fix RUN_DEPENDS and TEST_DEPENDS
- Add LICENSE
- Update version requirement of RUN_DEPENDS
- Sort RUN_DEPENDS
- Bump PORTREVISION for dependency change
Fixes: 7bd8577699d52e0f91cd4925dc3bca81f9191392 |
1.15 13 Oct 2024 19:36:26 |
Rodrigo Osorio (rodrigo) |
security/p5-Crypt-OpenPGP: update to 1.15
Full changelog: https://metacpan.org/dist/Crypt-OpenPGP/changes
Since 1.13 upsrtream project has a new maintainer working in merge
past PRs.
[Changes since 1.12]
* Release of TRIAL 1.14 as production
* PR #15 - (@nielslaukens) Added UserAttribute class (unparsed)
* PR #16 - (@nielslaukens) Bugfix: allow multiple 'Preferred
hash/compression algorithms'
* PR #17 - (@nielslaukens) Added UserAttribute class (unparsed)
* PR #18 - (@nielslaukens) Bugfix: parse notation data subpacket of
Signature correctly
* PR #19 - (@nielslaukens) Support unknown algos
* Closed RT#53323: Failing on 64bit machines
* Fix RT#123452 Require at least one Random Source
* GH PR#29 (@andyjack) Add use strict to increase kwalitee
* GH PR#31 (@gozer) ElGamal: key's p can be a large integer, use Bigint
* GH PR#32 (@Shildus). Add support for SHA-2 (SHA-512, SHA-256,...)
signatures verification
Port changes:
* Add new dependency to make perl test pass. |
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.12 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.12 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.12 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.12 10 Sep 2018 20:27:45 |
sunpoet |
Update to 1.12
- Add BUILD_DEPENDS
- Add TEST_DEPENDS
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/changes/distribution/Crypt-OpenPGP |
1.06_2 10 Sep 2018 13:23:13 |
des |
There is no need to remove .orig files. |
1.06_2 10 Sep 2018 13:19:46 |
des |
Regenerate with 'make makepatch' and add a comment. Note that I am
unsure if the patch is still required, or even if it is correct. |
1.06_2 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
1.06_2 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.06_2 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.06_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.06_2 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.06_1 30 Jan 2014 09:08:26 |
az |
- add stage support
Approved by: portmgr (blanket infrastructure) |
1.06_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.06_1 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
1.06_1 18 Dec 2012 11:41:01 |
tobez |
Drop support for perl 5.8.
Nudged by: az |
1.06 03 Jun 2012 05:56:20 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (tobez@ via IM) |
1.06 13 Mar 2012 16:15:36 |
pgollucci |
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.
PR: ports/165605
Approved by: portmgr (bapt)
Feature safe: yes (I sure hope so) |
1.06 08 Mar 2012 18:45:38 |
pgollucci |
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index |
1.06 10 Jan 2011 12:03:14 |
tobez |
Update to 1.06.
Changes: http://search.cpan.org/dist/Crypt-OpenPGP/Changes |
1.05 27 Dec 2010 14:58:06 |
pgollucci |
- Update to 1.05
- Remove MD5
PR: ports/153091
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (tobez ; 15 days)
Changes: http://search.cpan.org/dist/Crypt-OpenPGP/Changes |
1.04_2 21 Sep 2010 07:56:43 |
mm |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress.
Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903
Bump PORTREVISION |
1.04_1 26 Jan 2010 15:01:10 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 8).
Approved by: portmgr (itetcu) |
1.04 25 Jan 2010 11:10:37 |
tobez |
Update to 1.04.
PR: 142113
Submitted by: Alex Deiter <alex.deiter@gmail.com> |
1.03_1 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
1.03_1 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.03_1 25 Apr 2007 07:34:27 |
tobez |
Fix location of a dependency.
Reported by: krismail |
1.03_1 23 Apr 2007 14:01:17 |
tobez |
Resurrect p5-Crypt-OpenPGP, now with a patch for CVE-2005-0366.
Seems OK: simon, lth |
1.03 04 Jul 2006 14:04:31 |
vd |
Remove expired leaf ports:
2006-07-01 emulators/linux_base-fc3
2006-06-15 misc/linux-opengroupware
2006-07-01 net/opengk
2006-07-01 security/p5-Crypt-OpenPGP
2006-07-01 textproc/sed_inplace
2006-07-01 textproc/xml4j
2006-07-01 x11-wm/aewm++ |
1.03 01 Jun 2006 10:55:35 |
sat |
- Mark deprecated and set expiration date at +1 month:
Crypt-OpenPGP was abandoned in 2002, use security/gnupg instead
Discussed with: erwin (maintainer)
Approved by: krion (mentor) |
1.03 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.03 26 Nov 2005 17:00:48 |
pav |
- Add SHA256
Approved by: maintainer |
1.03 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.03 12 Jun 2003 16:41:16 |
erwin |
Change to my FreeBSD.org address |
1.03 13 Apr 2003 11:10:18 |
edwin |
bento fix security/p5-Crypt-OpenPGP
Totally remove dependency checking for Makefile.PL as we
handle this in our port Makefile. Somehow bento got confused
and get's into a neverending loop. This should fix this
while not affecting normal install.
PR: ports/50711
Submitted by: Erwin Lansing <erwin@lansing.dk> |
1.03 02 Apr 2003 12:19:52 |
edwin |
update and fix security/p5-Crypt-OpenPGP
- update to 1.03 to make fetcheable
- remove NO_PACKAGE (fix PLIST)
- take maintainership
- replace homegrown BASEPERL with SITEPERL
- remove MANPREFIX
- make dependencies dependend on perl version for those included in perl
5.8
- add WWW
PR: ports/50488
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.16 20 Feb 2003 18:59:13 |
knu |
De-pkg-comment. |
0.16 17 Feb 2003 16:20:34 |
nork |
Remove RESTRICTED tag for crypto stuff.
Pointed out by: kris |
0.16 12 Jan 2003 12:56:45 |
kris |
Mark NO_PACKAGE: something causes the package builds to go haywire and
spit out an infinite amount of text (this is bad for disk space) |
0.16 18 Nov 2002 01:45:56 |
mharo |
hand over to ports@freebsd.org |
0.16 18 Nov 2002 00:09:36 |
edwin |
Add missing dependencies
Noticed by: bento |
19 Oct 2001 06:39:44 |
asami |
Add \s to end of continuation lines so make <anything> will succeed. |
18 Oct 2001 20:53:02 |
mharo |
add a few more dependencies |
12 Sep 2001 05:38:11 |
mharo |
add one more dependency |
12 Sep 2001 02:12:58 |
mharo |
Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard[1]. In
addition to support for the standard itself, Crypt::OpenPGP claims
compatibility with many other PGP implementations, both those that support the
standard and those that preceded it. |