Summary: | New port: mail/rubygem-pony (express mail sending in ruby) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Eric Freeman <freebsdports> | ||||
Component: | Individual Port(s) | Assignee: | Philip M. Gollucci <pgollucci> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Eric Freeman
2010-08-30 13:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I will take it 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" State Changed From-To: open->closed Committed, Thanks! |