notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
p5-Crypt-OpenPGP Pure-Perl OpenPGP-compatible PGP implementation
1.12 security on this many watch lists=9 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.12Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-09-11 22:12:58
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: p5-Digest-SHA1, p5-DBI, p5-Crypt-DES, p5-Digest-MD5
Also Listed In: perl5
License: not specified in port
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (72 items)
Collapse this list.
  1. bin/pgplet
  2. lib/perl5/site_perl/Crypt/OpenPGP.pm
  3. lib/perl5/site_perl/Crypt/OpenPGP/Armour.pm
  4. lib/perl5/site_perl/Crypt/OpenPGP/Buffer.pm
  5. lib/perl5/site_perl/Crypt/OpenPGP/CFB.pm
  6. lib/perl5/site_perl/Crypt/OpenPGP/Certificate.pm
  7. lib/perl5/site_perl/Crypt/OpenPGP/Cipher.pm
  8. lib/perl5/site_perl/Crypt/OpenPGP/Ciphertext.pm
  9. lib/perl5/site_perl/Crypt/OpenPGP/Compressed.pm
  10. lib/perl5/site_perl/Crypt/OpenPGP/Config.pm
  11. lib/perl5/site_perl/Crypt/OpenPGP/Constants.pm
  12. lib/perl5/site_perl/Crypt/OpenPGP/Digest.pm
  13. lib/perl5/site_perl/Crypt/OpenPGP/ErrorHandler.pm
  14. lib/perl5/site_perl/Crypt/OpenPGP/Key.pm
  15. lib/perl5/site_perl/Crypt/OpenPGP/Key/Public.pm
  16. lib/perl5/site_perl/Crypt/OpenPGP/Key/Public/DSA.pm
  17. lib/perl5/site_perl/Crypt/OpenPGP/Key/Public/ElGamal.pm
  18. lib/perl5/site_perl/Crypt/OpenPGP/Key/Public/RSA.pm
  19. lib/perl5/site_perl/Crypt/OpenPGP/Key/Secret.pm
  20. lib/perl5/site_perl/Crypt/OpenPGP/Key/Secret/DSA.pm
  21. lib/perl5/site_perl/Crypt/OpenPGP/Key/Secret/ElGamal.pm
  22. lib/perl5/site_perl/Crypt/OpenPGP/Key/Secret/RSA.pm
  23. lib/perl5/site_perl/Crypt/OpenPGP/KeyBlock.pm
  24. lib/perl5/site_perl/Crypt/OpenPGP/KeyRing.pm
  25. lib/perl5/site_perl/Crypt/OpenPGP/KeyServer.pm
  26. lib/perl5/site_perl/Crypt/OpenPGP/MDC.pm
  27. lib/perl5/site_perl/Crypt/OpenPGP/Marker.pm
  28. lib/perl5/site_perl/Crypt/OpenPGP/Message.pm
  29. lib/perl5/site_perl/Crypt/OpenPGP/OnePassSig.pm
  30. lib/perl5/site_perl/Crypt/OpenPGP/PacketFactory.pm
  31. lib/perl5/site_perl/Crypt/OpenPGP/Plaintext.pm
  32. lib/perl5/site_perl/Crypt/OpenPGP/S2k.pm
  33. lib/perl5/site_perl/Crypt/OpenPGP/SKSessionKey.pm
  34. lib/perl5/site_perl/Crypt/OpenPGP/SessionKey.pm
  35. lib/perl5/site_perl/Crypt/OpenPGP/Signature.pm
  36. lib/perl5/site_perl/Crypt/OpenPGP/Signature/SubPacket.pm
  37. lib/perl5/site_perl/Crypt/OpenPGP/Trust.pm
  38. lib/perl5/site_perl/Crypt/OpenPGP/UserID.pm
  39. lib/perl5/site_perl/Crypt/OpenPGP/Util.pm
  40. lib/perl5/site_perl/Crypt/OpenPGP/Words.pm
  41. lib/perl5/site_perl/man/man3/Crypt::OpenPGP.3.gz
  42. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Armour.3.gz
  43. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Buffer.3.gz
  44. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::CFB.3.gz
  45. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Certificate.3.gz
  46. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Cipher.3.gz
  47. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Ciphertext.3.gz
  48. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Compressed.3.gz
  49. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Constants.3.gz
  50. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Digest.3.gz
  51. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::ErrorHandler.3.gz
  52. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Key.3.gz
  53. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::KeyBlock.3.gz
  54. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::KeyRing.3.gz
  55. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::KeyServer.3.gz
  56. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::MDC.3.gz
  57. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Marker.3.gz
  58. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Message.3.gz
  59. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::OnePassSig.3.gz
  60. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::PacketFactory.3.gz
  61. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Plaintext.3.gz
  62. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::S2k.3.gz
  63. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::SKSessionKey.3.gz
  64. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::SessionKey.3.gz
  65. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Signature.3.gz
  66. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Trust.3.gz
  67. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::UserID.3.gz
  68. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Util.3.gz
  69. lib/perl5/site_perl/man/man3/Crypt::OpenPGP::Words.3.gz
  70. @owner
  71. @group
  72. @mode
Collapse this list.
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 = 1536591741 SHA256 (Crypt-OpenPGP-1.12.tar.gz) = e8a7ff2a993b76a69ad6dffdbe55755be5678b84e6ec494dcd9ab966f766f50e SIZE (Crypt-OpenPGP-1.12.tar.gz) = 103125

Packages (timestamps in pop-ups are UTC):
p5-Crypt-OpenPGP
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.121.121.121.121.12-1.12-
FreeBSD:13:quarterly1.121.121.121.121.121.121.121.12
FreeBSD:14:latest1.121.121.121.121.121.12-1.12
FreeBSD:14:quarterly1.121.12-1.121.121.121.121.12
FreeBSD:15:latest1.121.12n/a1.12n/a1.121.121.12
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Alt-Crypt-RSA-BigInt>=0 : security/p5-Alt-Crypt-RSA-BigInt
  2. p5-Crypt-Blowfish>=0 : security/p5-Crypt-Blowfish
  3. p5-Crypt-CAST5_PP>=0 : security/p5-Crypt-CAST5_PP
  4. p5-Crypt-DES_EDE3>=0 : security/p5-Crypt-DES_EDE3
  5. p5-Crypt-DSA>=0 : security/p5-Crypt-DSA
  6. p5-Crypt-IDEA>=0 : security/p5-Crypt-IDEA
  7. p5-Crypt-RIPEMD160>=0 : security/p5-Crypt-RIPEMD160
  8. p5-Crypt-Rijndael>=0 : security/p5-Crypt-Rijndael
  9. p5-Crypt-Twofish>=0 : security/p5-Crypt-Twofish
  10. p5-Data-Buffer>=0.04 : misc/p5-Data-Buffer
  11. p5-File-HomeDir>=0 : devel/p5-File-HomeDir
  12. p5-libwww>=0 : www/p5-libwww
  13. p5-URI>=0 : net/p5-URI
  14. perl5>=5.32.r0<5.33 : lang/perl5.32
  15. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Alt-Crypt-RSA-BigInt>=0 : security/p5-Alt-Crypt-RSA-BigInt
  2. p5-Crypt-Blowfish>=0 : security/p5-Crypt-Blowfish
  3. p5-Crypt-CAST5_PP>=0 : security/p5-Crypt-CAST5_PP
  4. p5-Crypt-DES_EDE3>=0 : security/p5-Crypt-DES_EDE3
  5. p5-Crypt-DSA>=0 : security/p5-Crypt-DSA
  6. p5-Crypt-IDEA>=0 : security/p5-Crypt-IDEA
  7. p5-Crypt-RIPEMD160>=0 : security/p5-Crypt-RIPEMD160
  8. p5-Crypt-Rijndael>=0 : security/p5-Crypt-Rijndael
  9. p5-Crypt-Twofish>=0 : security/p5-Crypt-Twofish
  10. p5-Data-Buffer>=0.04 : misc/p5-Data-Buffer
  11. p5-File-HomeDir>=0 : devel/p5-File-HomeDir
  12. p5-libwww>=0 : www/p5-libwww
  13. p5-URI>=0 : net/p5-URI
  14. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. databases/p5-DBIx-Class-EncodedColumn
  2. net-mgmt/p5-jmx4perl
for Run
  1. databases/p5-DBIx-Class-EncodedColumn
  2. 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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Crypt/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Crypt/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Crypt/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Crypt/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Crypt/
  7. http://backpan.perl.org/modules/by-module/Crypt/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Crypt/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Crypt/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Crypt/
  12. https://www.cpan.org/modules/by-module/Crypt/
Collapse this list.

Number of commits found: 45

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.12
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.12
10 Sep 2018 20:27:45
Revision:479467Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:479416Original commit files touched by this commit
des search for other commits by this committer
There is no need to remove .orig files.
1.06_2
10 Sep 2018 13:19:46
Revision:479411Original commit files touched by this commit
des search for other commits by this committer
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
Revision:479390Original commit files touched by this commit
des search for other commits by this committer
Reassign all of tobez@'s p5 ports to perl@.

Approved by:	tobez
1.06_2
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:424411Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
${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
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
1.06_1
30 Jan 2014 09:08:26
Revision:341821Original commit files touched by this commit
az search for other commits by this committer
- add stage support

Approved by:	portmgr (blanket infrastructure)
1.06_1
20 Sep 2013 22:55:26
Revision:327769Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
1.06_1
05 Aug 2013 15:05:30
Revision:324276Original commit files touched by this commit
az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
1.06_1
18 Dec 2012 11:41:01
Revision:309165Original commit files touched by this commit
tobez search for other commits by this committer
Drop support for perl 5.8.

Nudged by:	az
1.06
03 Jun 2012 05:56:20
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: maintainer (tobez@ via IM)
1.06
13 Mar 2012 16:15:36
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.06.

Changes:        http://search.cpan.org/dist/Crypt-OpenPGP/Changes
1.05
27 Dec 2010 14:58:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit Sanity Test Failure
mm search for other commits by this committer
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
Original commit files touched by this commit
kuriyama search for other commits by this committer
- 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
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 1.04.

PR:             142113
Submitted by:   Alex Deiter <alex.deiter@gmail.com>
1.03_1
22 Jul 2009 16:27:08
Original commit files touched by this commit
pgollucci search for other commits by this committer
- 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
Original commit files touched by this commit
araujo search for other commits by this committer
- 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
Original commit files touched by this commit
tobez search for other commits by this committer
Fix location of a dependency.

Reported by:    krismail
1.03_1
23 Apr 2007 14:01:17
Original commit files touched by this commit
tobez search for other commits by this committer
Resurrect p5-Crypt-OpenPGP, now with a patch for CVE-2005-0366.

Seems OK:       simon, lth
1.03
04 Jul 2006 14:04:31
Original commit files touched by this commit This port version is marked as vulnerable.
vd search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
sat search for other commits by this committer
- 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
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
pav search for other commits by this committer
- Add SHA256

Approved by:    maintainer
1.03
18 Mar 2004 18:01:13
Original commit files touched by this commit This port version is marked as vulnerable.
trevor search for other commits by this committer
Add size data, approved by maintainers.
1.03
12 Jun 2003 16:41:16
Original commit files touched by this commit This port version is marked as vulnerable.
erwin search for other commits by this committer
Change to my FreeBSD.org address
1.03
13 Apr 2003 11:10:18
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
knu search for other commits by this committer
De-pkg-comment.
0.16
17 Feb 2003 16:20:34
Original commit files touched by this commit This port version is marked as vulnerable.
nork search for other commits by this committer
Remove RESTRICTED tag for crypto stuff.

Pointed out by:         kris
0.16
12 Jan 2003 12:56:45
Original commit files touched by this commit This port version is marked as vulnerable.
kris search for other commits by this committer
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
Original commit files touched by this commit This port version is marked as vulnerable.
mharo search for other commits by this committer
hand over to ports@freebsd.org
0.16
18 Nov 2002 00:09:36
Original commit files touched by this commit This port version is marked as vulnerable.
edwin search for other commits by this committer
Add missing dependencies
Noticed by: bento
19 Oct 2001 06:39:44
commit hash: fp1.19849@dev.null.freshports.orgcommit hash: fp1.19849@dev.null.freshports.orgcommit hash: fp1.19849@dev.null.freshports.orgcommit hash: fp1.19849@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Add \s to end of continuation lines so make <anything> will succeed.    
18 Oct 2001 20:53:02
commit hash: fp1.19838@dev.null.freshports.orgcommit hash: fp1.19838@dev.null.freshports.orgcommit hash: fp1.19838@dev.null.freshports.orgcommit hash: fp1.19838@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
add a few more dependencies    
12 Sep 2001 05:38:11
commit hash: fp1.18706@dev.null.freshports.orgcommit hash: fp1.18706@dev.null.freshports.orgcommit hash: fp1.18706@dev.null.freshports.orgcommit hash: fp1.18706@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
add one more dependency    
12 Sep 2001 02:12:58
commit hash: fp1.18702@dev.null.freshports.orgcommit hash: fp1.18702@dev.null.freshports.orgcommit hash: fp1.18702@dev.null.freshports.orgcommit hash: fp1.18702@dev.null.freshports.org files touched by this commit
mharo search for other commits by this committer
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.    

Number of commits found: 45