Bug 153545 - New Port: mail/p5-Dancer-Plugin-Email
Summary: New Port: mail/p5-Dancer-Plugin-Email
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-30 13:20 UTC by Grzegorz Blach
Modified: 2010-12-31 06:44 UTC (History)
0 users

See Also:


Attachments
file.shar (2.89 KB, text/plain)
2010-12-30 13:20 UTC, Grzegorz Blach
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2010-12-30 13:20:06 UTC
Simple email handling for Dancer applications using Email::Stuff!

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 as outlined above.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-30 13:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Wen Heping freebsd_committer freebsd_triage 2010-12-31 03:04:34 UTC
Responsible Changed
From-To: perl->wen

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-12-31 06:29:15 UTC
wen         2010-12-31 06:29:08 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/p5-Dancer-Plugin-Email Makefile distinfo pkg-descr 
                                pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.1049    +1 -0      ports/mail/Makefile
  1.1       +32 -0     ports/mail/p5-Dancer-Plugin-Email/Makefile (new)
  1.1       +2 -0      ports/mail/p5-Dancer-Plugin-Email/distinfo (new)
  1.1       +7 -0      ports/mail/p5-Dancer-Plugin-Email/pkg-descr (new)
  1.1       +7 -0      ports/mail/p5-Dancer-Plugin-Email/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2010-12-31 06:44:47 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!