Port details |
- p5-Email-Sender-Transport-SMTPS Perl extension for Email::Sender::Transport::SMTPS
- 0.04 mail
=0 0.04Version of this port present on the latest quarterly branch.
- DEPRECATED: Deprecated by upstream. Use Email::Sender::Transport::SMTP in mail/p5-Email-Sender instead
This port expired on: 2022-04-30
- Maintainer: perl@FreeBSD.org
- Port Added: 2014-10-15 10:45:52
- Last Update: 2022-04-30 19:42:57
- Commit Hash: 1899987
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Email-Sender-Transport-SMTPS
- Description:
- This transport is used to send email over SMTP, either with or without
secure sockets (SSL/TLS). it uses the great Net::SMTPS.
This module is recommended than Email::Sender::Transport::TLS.
WWW: https://metacpan.org/release/Email-Sender-Transport-SMTPS
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Email-Sender-Transport-SMTPS>0:mail/p5-Email-Sender-Transport-SMTPS
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Email-Sender-Transport-SMTPS
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650229098
SHA256 (Email-Sender-Transport-SMTPS-0.04.tar.gz) = ebb65fcf8ccbb6327b0b7e9933b1620ac398510782d089233d6df2998e63dd18
SIZE (Email-Sender-Transport-SMTPS-0.04.tar.gz) = 12916
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-Email-Sender>=1.300006 : mail/p5-Email-Sender
- p5-Net-SMTPS>=0.03 : mail/p5-Net-SMTPS
- perl5>=5.32.r0<5.33 : lang/perl5.32
- p5-Module-Build-Tiny>=0.039 : devel/p5-Module-Build-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Email-Sender>=1.300006 : mail/p5-Email-Sender
- p5-Net-SMTPS>=0.03 : mail/p5-Net-SMTPS
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- mail_p5-Email-Sender-Transport-SMTPS
- 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 |
0.04 30 Apr 2022 19:42:57 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-04-30 www/shttpd: Abandonware, last release over 12+ years ago
2022-04-30 mail/p5-Email-Sender-Transport-SMTPS: Deprecated by upstream. Use
Email::Sender::Transport::SMTP in mail/p5-Email-Sender instead
2022-04-30 net/gogoc: Services were discontinued in 2016 |
0.04 17 Apr 2022 23:59:00 |
Po-Chuan Hsieh (sunpoet) |
mail/p5-Email-Sender-Transport-SMTPS: Update to 0.04
- Mark DEPRECATED and set EXPIRATION_DATE to 2022-04-30
- Sort *_DEPENDS
- Fix indent
- Add NO_ARCH
- Sort PLIST
Changes: https://metacpan.org/dist/Email-Sender-Transport-SMTPS/changes |
0.03_1 04 Oct 2021 19:58:01 |
Rene Ladan (rene) |
*: re-assign kuriyama@s ports to the pool, commit bit safekept
With hat: portmgr-secretary |
0.03_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.03_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.03_1 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.03_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.03_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.03_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.03 15 Oct 2014 10:45:33 |
kuriyama |
This transport is used to send email over SMTP, either with or without
secure sockets (SSL/TLS). it uses the great Net::SMTPS.
This module is recommended than Email::Sender::Transport::TLS.
WWW: http://search.cpan.org/dist/Email-Sender-Transport-SMTPS/ |