Port details |
- p5-Mail-Sender Module for sending mails with attachments through an SMTP server
- 0.903 mail =21 0.903Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2000-07-28 22:17:07
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: gmake, p5-MIME-Tools, unzip, p5-libwww, m4
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Mail-Sender
- Description:
- Mail::Sender provides an object oriented interface to sending mails. It
doesn't need any outer program. It connects to a mail server directly
from Perl, using Socket.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Mail-Sender>0:mail/p5-Mail-Sender
- To install the port:
- cd /usr/ports/mail/p5-Mail-Sender/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/p5-Mail-Sender
- pkg install p5-Mail-Sender
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Mail-Sender
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1536950634
SHA256 (Mail-Sender-0.903.tar.gz) = 4413eb49f520a8318151811ccb05a8d542973aada20aa503ad32f9ffc98a39bf
SIZE (Mail-Sender-0.903.tar.gz) = 60499
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- 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-Mail-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 |
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.903 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.903 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 ) |
0.903 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.903 10 Oct 2018 10:23:44 |
sunpoet |
Update to 0.903
- Add LICENSE
- Add NO_ARCH
Changes: https://metacpan.org/changes/distribution/Mail-Sender |
0.8.23 10 Sep 2018 11:17:00 |
des |
Reassign all of tobez@'s p5 ports to perl@.
Approved by: tobez |
0.8.23 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.8.23 03 Nov 2015 10:56:32 |
tobez |
Update to 0.8.23. |
0.8.22_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.8.22 05 Jan 2014 16:33:44 |
az |
- support stage
Approved by: portmgr (blanket infrastructure) |
0.8.22 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.8.22 05 Aug 2013 15:05:30 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: tobez@ (maintainer) |
0.8.22 26 Jul 2013 05:33:52 |
az |
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
Approved by: bapt@ (portmrg@) |
0.8.22 15 Dec 2012 18:14:46 |
tobez |
Update to 0.8.22.
Changes: http://search.cpan.org/dist/Mail-Sender/Changes |
0.8.21 13 Nov 2012 09:15:42 |
tobez |
Update to 0.8.21.
Changes: http://cpansearch.perl.org/src/JENDA/Mail-Sender-0.8.21/Changes
Feature safe: yes |
0.8.16 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.8.16 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
0.8.16 22 Jul 2009 16:27:08 |
pgollucci |
- 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) |
0.8.16 05 Sep 2008 10:34:48 |
tobez |
Update to 0.8.16.
The changes file is not helpfule, but here it is anyway:
http://search.cpan.org/dist/Mail-Sender/Changes |
0.8.13 17 Apr 2008 14:30:31 |
araujo |
- 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) |
0.8.13 08 Sep 2007 01:01:47 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.8.13 23 Mar 2006 08:42:40 |
tobez |
Update to 0.8.13. Require perl from ports. |
0.8.10 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
0.8.10 22 Jan 2006 02:20:05 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.8.10 21 Sep 2005 19:31:43 |
fenner |
search.cpan.org redirect reduction canonicalization project, pass 1:
URLs automatically rewritten from /search?dist=Foo or /dist/Foo
to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization,
this is the preferred way to refer to modules on search.cpan.org.
This pass brought to you by http://people.freebsd.org/~fenner/fix-search |
0.8.10 11 Feb 2004 09:39:56 |
tobez |
Update to 0.8.10.
Submitted by: mat |
0.8.06 04 Jun 2003 17:23:43 |
erwin |
- Update to 0.8.06
- Do not depend on p5-MIME-Base64 for perl 5.8
PR: 52284
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: maintainer, edwin (mentor) |
0.8.05 05 Mar 2003 22:48:30 |
tobez |
Update to 0.8.05. |
0.8.04 02 Feb 2003 15:54:25 |
tobez |
Update to 0.8.04.
Vendor changes:
- fixed some Windows problems;
- added NTLM authentication
- added checks for broken connections
- reverted the server response tests
- some documentation fixes and additions
- fixed typo causing problems with perl 5.8
- fixed incorrect handling of halfhour timezones |
0.8.00 06 Aug 2002 10:50:34 |
tobez |
Update to 0.8.00. |
0.7.14 12 Jun 2002 22:49:07 |
tobez |
Update to 0.7.14. |
31 Aug 2001 13:13:04 |
tobez |
Update to 0.7.10. Make it work in BATCH mode as well. Add WWW to pkg-descr.
Fix plist. Assume maintainership. |
10 May 2001 02:20:55 |
vanilla |
Upgrade |
01 Mar 2001 06:39:18 |
vanilla |
Remove do-configure section, use PERL_CONFIGURE now. |
26 Feb 2001 12:41:07 |
kevlo |
Upgrade to version 0.7.06 |
01 Nov 2000 20:37:05 |
will |
Remove Ben as maintainer by his own request due to lack of time. |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
29 Jul 2000 02:17:07 |
ben |
Add Mail::Sender: |