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) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
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.

There are no commits on branch 2022Q2 for this port