Port details |
- p5-Crypt-SMIME S/MIME message signing, verification, encryption and decryption
- 0.30 security =2 0.30Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2014-07-27 13:28:54
- Last Update: 2024-03-31 03:09:49
- Commit Hash: 9fc6609
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Crypt-SMIME
- Description:
- Crypt::SMIME - S/MIME message signing, verification, encryption and decryption
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-SMIME>0:security/p5-Crypt-SMIME
- To install the port:
- cd /usr/ports/security/p5-Crypt-SMIME/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-SMIME
- pkg install p5-Crypt-SMIME
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-SMIME
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711722453
SHA256 (Crypt-SMIME-0.30.tar.gz) = 0ca33655d3704e69611805914227814e18e3f836093ea0c1ab4c96e41b200d88
SIZE (Crypt-SMIME-0.30.tar.gz) = 28475
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-ExtUtils-CChecker>=0 : devel/p5-ExtUtils-CChecker
- p5-ExtUtils-PkgConfig>=0 : devel/p5-ExtUtils-PkgConfig
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Taint-Util>=0.08 : devel/p5-Taint-Util
- p5-Test-Dependencies>=0 : devel/p5-Test-Dependencies
- p5-Test-Exception>=0 : devel/p5-Test-Exception
- p5-Test-Pod>=1.14 : devel/p5-Test-Pod
- p5-Test-Pod-Coverage>=1.04 : devel/p5-Test-Pod-Coverage
- p5-Test-Taint>=0 : devel/p5-Test-Taint
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- mail/sympa
- security/p5-openxpki
- for Run
-
- mail/sympa
- security/p5-openxpki
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-SMIME
- USES:
- perl5 ssl
- 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 |
0.30 31 Mar 2024 03:09:49 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-SMIME: Update LICENSE |
0.30 29 Mar 2024 14:27:55 |
Philippe Audeoud (jadawin) |
security/p5-Crypt-SMIME: update to 0.30 |
0.29 23 Mar 2024 14:50:10 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-SMIME: Update to 0.29
Changes: https://metacpan.org/dist/Crypt-SMIME/changes |
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) |
0.28 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 ) |
0.28 05 Nov 2021 19:15:56 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-SMIME: Update to 0.28
Changes: https://metacpan.org/dist/Crypt-SMIME/changes |
0.27 30 Jun 2021 20:43:38 |
Po-Chuan Hsieh (sunpoet) |
security/p5-Crypt-SMIME: Fix test
Before:
t/01-smime.t .......... skipped: No package `openssl' found
t/02-smime.more.t ..... skipped: No package `openssl' found
t/03-chained-certs.t .. skipped: No package `openssl' found
t/04-taint.t .......... skipped: No package `openssl' found
After:
t/01-smime.t .......... # Using `/usr/bin/openssl' to generate a keypair
t/01-smime.t .......... ok
t/02-smime.more.t ..... # Using `/usr/bin/openssl' to generate a keypair
t/02-smime.more.t ..... ok
t/03-chained-certs.t .. # Using `/usr/bin/openssl' to generate a keypair
t/03-chained-certs.t .. ok
t/04-taint.t .......... # Using `/usr/bin/openssl' to generate a keypair
t/04-taint.t .......... ok |
0.27 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.27 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.27 23 Sep 2020 18:51:28 |
sunpoet |
Update to 0.27
Changes: https://metacpan.org/changes/distribution/Crypt-SMIME |
0.26 23 Aug 2020 19:40:52 |
sunpoet |
Update to 0.26
Changes: https://metacpan.org/changes/distribution/Crypt-SMIME |
0.25 15 Aug 2020 20:14:16 |
swills |
security/p5-Crypt-SMIME can be built again with LibreSSL
PR: 246374
Reported by: Peter Putzer <freebsd@mnd.sc> |
0.25 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 |
0.25 23 Feb 2018 19:24:33 |
sunpoet |
Update to 0.25
Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes |
0.24 21 Feb 2018 13:39:50 |
sunpoet |
Update to 0.24
Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes |
0.23 25 Jan 2018 13:07:01 |
sunpoet |
Update to 0.23
Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes |
0.22 23 Jan 2018 15:17:18 |
sunpoet |
Update to 0.22
Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes |
0.21 15 Jan 2018 17:16:45 |
sunpoet |
Update to 0.21
Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes |
0.20 11 Jan 2018 18:35:35 |
sunpoet |
Update to 0.20
Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes |
0.19 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
0.19 13 Dec 2016 01:35:31 |
marino |
security/p5-Crypt-SMIME: IGNORE with LibreSSL
This requires CMS (Cryptographic Message Syntax) which is still
unsupported by LibreSSL.
Approved by: SSL blanket |
0.19 12 Dec 2016 14:48:05 |
mat |
Note that this needs a more recent OpenSSL version.
Sponsored by: Absolight |
0.19 04 Dec 2016 10:44:17 |
sunpoet |
- Update to 0.19
- Use USES=ssl
Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes |
0.18 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
0.18 17 Oct 2016 01:51:48 |
wen |
- Update to 0.18
Changes: http://cpansearch.perl.org/src/MIKAGE/Crypt-SMIME-0.18/Changes |
0.17 22 Jun 2016 13:36:27 |
mat |
Update to 0.17.
Sponsored by: Absolight |
0.16 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
0.16 07 Oct 2015 12:22:34 |
ehaupt |
Update to 0.16 |
0.15_4 20 Sep 2015 20:26:08 |
sunpoet |
- Fix OpenSSL dependency
- Remove WITH_OPENSSL_PORT
- While I'm here:
- Remove RUN_DEPENDS: ExtUtils::CChecker and ExtUtils::PkgConfig are build
dependencies
- Update TEST_DEPENDS
- Sort PLIST
- Bump PORTREVISION for dependency change
This port works fine with OpenSSL from base. I manually added libcrypto.pc
(modified one from security/openssl with s|/local||) to /usr/libdata/pkgconfig
before running tests. Though author assumes libcrypto.pc existence (in tests),
the functionality itself is not affected. I decided to remove WITH_OPENSSL_PORT.
PR: 203205
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> |
0.15_3 08 Mar 2015 19:18:43 |
adamw |
Allow the OpenSSL library to be overridden by using WITH_OPENSSL_PORT
instead of a LIB_DEPENDS. I think this is the right way to use
WITH_OPENSSL_PORT, but it's tough to know given the lack of documentation
on it.
PR: 198111
Submitted by: Bernard Spil |
0.15_2 25 Feb 2015 19:08:00 |
adamw |
Test::Exception is a TEST depends, not BUILD/RUN. |
0.15_1 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 ) |
0.15 08 Nov 2014 23:53:19 |
bapt |
Remove useless @dir |
0.15 07 Nov 2014 14:28:31 |
jadawin |
- Update to 0.15 |
0.14 07 Aug 2014 05:23:37 |
pi |
security/p5-Crypt-SMIME: fix dependency to LOCALBASE
Reported by: antoine |
0.14 06 Aug 2014 22:29:36 |
pi |
security/p5-Crypt-SMIME: fix build depends
Submitted by: antoine |
0.14 05 Aug 2014 14:29:09 |
pi |
security/p5-Crypt-SMIME: 0.13 -> 0.14
- New functions extractCertificates() and getSigners()
https://rt.cpan.org/Public/Bug/Display.html?id=97691 |
0.13 30 Jul 2014 18:09:39 |
pi |
security/p5-Crypt-SMIME: fix lib and build depends
Detected by pkg-fallout@FreeBSD.org |
0.13 27 Jul 2014 13:28:48 |
pi |
New port: security/p5-Crypt-SMIME
Crypt::SMIME - S/MIME message signing, verification, encryption and decryption |