Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Aug 2010 21:49:13 +0000 (UTC)
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail Makefile ports/mail/rubygem-pony Makefile distinfo pkg-descr
Message-ID:  <201008302149.o7ULnD3Q048832@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008302149.o7ULnD3Q048832>