Bug 150116 - New port: mail/rubygem-pony (express mail sending in ruby)
Summary: New port: mail/rubygem-pony (express mail sending in ruby)
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: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 13:30 UTC by Eric Freeman
Modified: 2010-08-30 23:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.84 KB, text/plain)
2010-08-30 13:30 UTC, Eric Freeman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Freeman 2010-08-30 13:30:01 UTC
Simple port of this gem

Pony provides a simple way to send email in one command, eg
Pony.mail(:to => 'someone@example.com', :body => 'hello')

Please note that this port has a direct dependency on: ports/150112

It should also be noted that if you want to use SMTP TLS with this gem and you have Ruby 1.8.6 you'll need this: ports/150115

http://github.com/benprew/pony

How-To-Repeat: n/a
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-30 17:53:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I will take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-30 22:49:27 UTC
pgollucci    2010-08-30 21:49:13 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/rubygem-pony    Makefile distinfo pkg-descr 
  Log:
  The express way to send mail from Ruby.
  
  Send email in one command:
  Pony.mail(:to => 'someone@example.com', :body => 'hello')
  
  Pony uses /usr/sbin/sendmail to send mail if it
  is available, otherwise it uses SMTP to localhost.
  
  Also, you may need rubygem-smtp_tls if you want to
  send via tls/ssl and are using ruby < 1.8.7
  
  WWW: http://github.com/benprew/pony
  
  PR:             ports/150116
  Submitted by:   Eric Freeman <freebsdports at chillibear.com>
  
  Revision  Changes    Path
  1.1032    +1 -0      ports/mail/Makefile
  1.1       +22 -0     ports/mail/rubygem-pony/Makefile (new)
  1.1       +3 -0      ports/mail/rubygem-pony/distinfo (new)
  1.1       +12 -0     ports/mail/rubygem-pony/pkg-descr (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 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-08-30 22:50:02 UTC
State Changed
From-To: open->closed

Committed, Thanks!