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
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!