Port details |
- p5-Email-Sender Library for sending email
- 2.500 mail =5 2.500Version of this port present on the latest quarterly branch.
- Maintainer: bill.brinzer@gmail.com
- Port Added: 2009-07-05 22:26:46
- Last Update: 2022-10-19 12:47:53
- Commit Hash: af12b17
- People watching this port, also watch:: p5-Convert-BinHex, unzip, p5-libwww, p5-MIME-Tools, wget
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Email-Sender
- Description:
- Email::Sender replaces the old and sometimes problematic Email::Send library,
which did a decent job at handling very simple email sending tasks, but was not
suitable for serious use, for a variety of reasons.
Most users will be able to use Email::Sender::Simple to send mail. Users with
more specific needs should look at the available Email::Sender::Transport
classes.
Documentation may be found in Email::Sender::Manual, and new users should start
with Email::Sender::Manual::QuickStart.
This module provides a very simple, very clean, very specific interface
to multiple Email mailers. The goal of this software is to be small
and simple, easy to use, and easy to extend.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Email-Sender>0:mail/p5-Email-Sender
- To install the port:
- cd /usr/ports/mail/p5-Email-Sender/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/p5-Email-Sender
- pkg install p5-Email-Sender
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Email-Sender
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1664383933
SHA256 (Email-Sender-2.500.tar.gz) = 3c8ad904cac514e856bd9d35be331a5822c4dea277a0dde544d13414eb4c47b1
SIZE (Email-Sender-2.500.tar.gz) = 52593
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-Abstract>=3.006 : mail/p5-Email-Abstract
- p5-Email-Address>=0 : mail/p5-Email-Address
- p5-Email-Simple>=1.998 : mail/p5-Email-Simple
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Module-Runtime>=0 : devel/p5-Module-Runtime
- p5-Moo>=2.000000 : devel/p5-Moo
- p5-MooX-Types-MooseLike>=0.15 : devel/p5-MooX-Types-MooseLike
- p5-Sub-Exporter>=0 : devel/p5-Sub-Exporter
- p5-Throwable>=0.200003 : devel/p5-Throwable
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Email-Abstract>=3.006 : mail/p5-Email-Abstract
- p5-Email-Address>=0 : mail/p5-Email-Address
- p5-Email-Simple>=1.998 : mail/p5-Email-Simple
- p5-List-MoreUtils>=0 : lang/p5-List-MoreUtils
- p5-Module-Runtime>=0 : devel/p5-Module-Runtime
- p5-Moo>=2.000000 : devel/p5-Moo
- p5-MooX-Types-MooseLike>=0.15 : devel/p5-MooX-Types-MooseLike
- p5-Sub-Exporter>=0 : devel/p5-Sub-Exporter
- p5-Throwable>=0.200003 : devel/p5-Throwable
- p5-Try-Tiny>=0 : lang/p5-Try-Tiny
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Test2-Harness-UI
- mail/p5-Dancer-Plugin-Email
- mail/p5-Dancer2-Plugin-Email
- mail/p5-Email-Outlook-Message
- mail/p5-Email-Sender-Transport-SMTP-TLS
- mail/p5-Email-Sender-Transport-SQLite
- mail/p5-Email-Stuffer
-
Deleted ports which required this port:
- for Run
-
- devel/bugzilla50
- devel/p5-Test2-Harness-UI
- mail/p5-Dancer-Plugin-Email
- mail/p5-Dancer2-Plugin-Email
- mail/p5-Email-Outlook-Message
- mail/p5-Email-Sender-Transport-SMTP-TLS
- mail/p5-Email-Sender-Transport-SQLite
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- mail_p5-Email-Sender
- 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 |
2.500 19 Oct 2022 12:47:53 |
Nuno Teixeira (eduardo) Author: Gian-Simon Purkert |
mail/p5-Email-Sender: Update to 2.500
- define license file
ChangeLog: https://metacpan.org/dist/Email-Sender/changes
PR: 266685
Approved by: maintainer timeout, >2 weeks |
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.300031_2 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.300031_2 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
1.300031_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.300031_2 04 Jan 2019 19:27:36 |
pi |
p5-Email-Sender: change run-dep Email-Address-XS back to Email-Address
- the run-dep Email-Address-XS is not used by the module without
Email-Address-UseXS
- So it's either add Email-Address-UseXS or back to Email-Address
PR: 233803
Reported by: dvl
Approved by: unbreak blanket |
1.300031_1 03 Jan 2019 19:08:48 |
pi |
mail/p5-Email-Sender: change RUN_DEPENDS
- port depends on p5-Email-Address, which is deprecated
- p5-Email-Address-XS can be used as a replacement
PR: 233803
Submitted by: wfdudley@gmail.com
Approved by: bill.brinzer@gmail.com (maintainer timeout)
MFH: 2019Q1 |
1.300031 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.300031 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.300031 17 May 2018 19:11:40 |
sunpoet |
Update to 1.300031
- While I'm here:
- Remove PORTREVISION
- Update version requirement of *_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Email-Sender/Changes
PR: 227990
Submitted by: Melissa Pilgrim <ports.maintainer@evilphi.com>
Approved by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer, via email) |
1.300011_1 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.300011_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.300011_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 ) |
1.300011 09 Jul 2014 21:18:47 |
swills |
mail/p5-Email-Sender-Transport-SQLite: Update to version 0.092002
PR: 191683
Submitted by: Bill Brinzer <bill.brinzer@gmail.com> |
1.300006 06 Mar 2014 18:51:18 |
sunpoet |
- Remove outdated PERL_LEVEL check
With hat: perl |
1.300006 01 Dec 2013 17:58:31 |
sunpoet |
- Update to 1.300006
- Remove leading indefinite article from COMMENT
- Support STAGEDIR
Changes: http://search.cpan.org/dist/Email-Sender/Changes
PR: ports/183990
Submitted by: sunpoet (myself)
Approved by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer) |
0.120001 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.120001 15 Sep 2013 07:14:13 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
0.120001 06 Sep 2012 15:42:44 |
swills |
- Update to 0.120001
PR: ports/170849
Approved by: maintainer timeout (bill.brinzer@gmail.com, >2 weeks) |
0.110004 22 Feb 2012 17:38:22 |
sunpoet |
- Update to 0.110004
- Add BUILD_DEPENDS and TEST_DEPENDS
- Fix *_DEPENDS: Capture::Tiny is a test-only dependency
Changes: http://search.cpan.org/dist/Email-Sender/Changes
PR: ports/164701
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 20 days) |
0.102370 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
0.102370 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.102370 31 Aug 2010 02:26:18 |
pgollucci |
-
PR: ports/150103
Submitted by: Kan Sasaki <sasaki@fcc.ad.jp>
Approved by: bill.brinzer@gmail.com (maintainer)
Changes: http://search.cpan.org/dist/Email-Sender/Changes |
0.100460 21 Apr 2010 16:13:56 |
sylvio |
- Update to 0.100460
PR: ports/145897
Submitted by: Bill Brinzer <bill.brinzer@gmail.com> (maintainer)
Approved by: itetcu (mentor, implicit) |
0.100110_1 15 Feb 2010 23:44:52 |
pgollucci |
- Add new deps required from the last update
Reported by: skv
Feature safe: yes |
0.100110 11 Feb 2010 17:03:01 |
pgollucci |
- Update to 0.100110
PR: ports/143768
Submitted by: myself (pgollucci@)
Approved by: bill.brinzer@gmail.com (maintainer) |
0.093380 15 Dec 2009 21:07:49 |
pgollucci |
- Update to 0.093380
PR: ports/141527
Approved by: maintainer
Submitted by: myself (pgollucci@) |
0.093110 20 Nov 2009 18:51:07 |
miwi |
- Update to 0.093110
PR: 140383
Submitted by: Sahil Tandon <sahil@tandon.net>
Approved by: maintianer |
0.092840 17 Oct 2009 18:02:24 |
itetcu |
Update to 0.092840
PR: 139504
Submitted by: Sahil Tandon
Approved by: maintainer |
0.091940 30 Jul 2009 23:04:49 |
pgollucci |
Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plists
PR: ports/136771
Exp Run by: pav
Approved by: portmgr (pav) |
0.091940 26 Jul 2009 08:47:40 |
beat |
- Update to 0.091940
PR: ports/137132
Submitted by: Bill Brinzer <bill.brinzer AT gmail.com> |
0.091661 05 Jul 2009 22:25:19 |
miwi |
Email::Sender replaces the old and sometimes problematic Email::Send library,
which did a decent job at handling very simple email sending tasks, but was not
suitable for serious use, for a variety of reasons.
Most users will be able to use Email::Sender::Simple to send mail. Users with
more specific needs should look at the available Email::Sender::Transport
classes.
Documentation may be found in Email::Sender::Manual, and new users should start
with Email::Sender::Manual::QuickStart.
WWW: http://search.cpan.org/dist/Email-Sender/
PR: ports/136319
Submitted by: Bill Brinzer <bill.brinzer at gmail.com> |