cvs commit: ports/mail Makefile ports/mail/rubygem-pony Makefile
distinfo pkg-descr
Philip M. Gollucci
pgollucci at FreeBSD.org
Mon Aug 30 21:49:13 UTC 2010
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 at 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)
More information about the cvs-ports
mailing list