5008 FreshPorts -- mail/p5-Dancer-Plugin-Email
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Dancer-Plugin-Email 1.0100 mail on this many watch lists=0 search for ports that depend on this port
Simple email handling for Dancer applications
Maintained by: gblach@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Dec 2010 06:29:27
Also Listed In: perl5
License: ART10 GPLv1


Dancer::Plugin::Email provides an easy way of handling text or
html email messages with or without attachments. Simply define
how you wish to send the email in your application's YAML
configuration file, then call the email keyword passing the
necessary parameters.

WWW: http://search.cpan.org/dist/Dancer-Plugin-Email/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. www/p5-Dancer
  2. security/p5-Authen-SASL
  3. mail/p5-Email-Stuff
  4. textproc/p5-Hash-Merge
  5. security/p5-IO-Socket-SSL
  6. mail/p5-Net-SMTP-SSL
  7. mail/p5-Net-SMTP-TLS
  8. security/p5-Net-SSLeay
  9. lang/perl5.12
Required To Run:
  1. www/p5-Dancer
  2. security/p5-Authen-SASL
  3. mail/p5-Email-Stuff
  4. textproc/p5-Hash-Merge
  5. security/p5-IO-Socket-SSL
  6. mail/p5-Net-SMTP-SSL
  7. mail/p5-Net-SMTP-TLS
  8. security/p5-Net-SSLeay
  9. lang/perl5.12
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/p5-Dancer-Plugin-Email/ && make install clean
To add the package: pkg_add -r p5-Dancer-Plugin-Email


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/I/IR/IRONCAMEL/
  3. ftp://ftp.cpan.org/pub/CPAN/authors/id/I/IR/IRONCAMEL/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/authors/id/I/IR/IRONCAMEL/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/I/IR/IRONCAMEL/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/I/IR/IRONCAMEL/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/I/IR/IRONCAMEL/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/I/IR/IRONCAMEL/
  10. ftp://mirror.hiwaay.net/CPAN/authors/id/I/IR/IRONCAMEL/
  11. http://at.cpan.org/authors/id/I/IR/IRONCAMEL/
  12. http://backpan.perl.org/authors/id/I/IR/IRONCAMEL/
  13. http://cpan.nctu.edu.tw/authors/id/I/IR/IRONCAMEL/
  14. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/I/IR/IRONCAMEL/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/I/IR/IRONCAMEL/
  16. http://www.cpan.dk/authors/id/I/IR/IRONCAMEL/
  17. http://www.cpan.dk/modules/by-module/

Number of commits found: 8

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
13 Mar 2013 17:20:11
Original commit files touched by this commit  1.0100
gblach search for other commits by this committer
- Update to 1.0100

Approved by:	crees, tabthorpe (mentors, implicit)
04 Nov 2012 13:05:06
Original commit files touched by this commit  1.0000
gblach search for other commits by this committer
- Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
27 Sep 2012 09:03:06
Original commit files touched by this commit  1.0000
culot search for other commits by this committer
- Update to 1.0000

Changes:	http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES
PR:		ports/172094
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
10 Jun 2012 18:42:48
Original commit files touched by this commit  0.1300
swills search for other commits by this committer
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
20 Jul 2011 11:15:13
Original commit files touched by this commit  0.1300
culot search for other commits by this committer
- Update to 0.1300 [1]
- Add LICENSE (Artistic 1 & GPLv1)
- Add Dancer::Plugin::README to MAN3 and pkg-plist

Changes:        http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES
PR:             ports/159041 [1]
Submitted by:   Grzegorz Blach <magik@roorback.net> (maintainer)
03 Jun 2011 08:31:42
Original commit files touched by this commit  0.1203
culot search for other commits by this committer
- Update to 0.1203 [1]
- Make use of the CPAN:USER macro
- Pet portlint(1) using tabs instead of spaces

Changes:        http://search.cpan.org/dist/Dancer-Plugin-Email/CHANGES
PR:             ports/157541 [1]
Submitted by:   Grzegorz Blach <magik@roorback.net> (maintainer)
12 Feb 2011 09:30:23
Original commit files touched by this commit  0.1202
az search for other commits by this committer
Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.

No functional changes.

Sponsored by:   p5 namespace
31 Dec 2010 06:29:08
Original commit files touched by this commit  0.1202
wen search for other commits by this committer
Dancer::Plugin::Email provides an easy way of handling text or
html email messages with or without attachments. Simply define
how you wish to send the email in your application's YAML
configuration file, then call the email keyword passing the
necessary parameters.

WWW: http://search.cpan.org/~ironcamel/Dancer-Plugin-Email/

PR:             ports/153545
Submitted by:   Grzegorz Blach <magik@roorback.net>

Number of commits found: 8

284c
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours12
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0