cvs commit: ports/mail Makefile ports/mail/rubygem-smtp_tls
 Makefile distinfo pkg-descr
    Philip M. Gollucci 
    pgollucci at FreeBSD.org
       
    Wed Sep  8 20:42:20 UTC 2010
    
    
  
pgollucci    2010-09-08 20:42:19 UTC
  FreeBSD ports repository
  Modified files:
    mail                 Makefile 
  Added files:
    mail/rubygem-smtp_tls Makefile distinfo pkg-descr 
  Log:
  Provides SMTP STARTTLS support for Ruby 1.8.6, this
  functionality is built-in for Ruby 1.8.7+.
  
  To use simply: require 'smtp_tls' and use the
  Net::SMTP#enable_starttls method to talk to
  servers that use STARTTLS.
  
  WWW: http://seattlerb.rubyforge.org/smtp_tls/
  
  PR:             ports/150115
  Submitted by:   Eric Freeman <freebsdports at chillibear.com>
  
  Revision  Changes    Path
  1.1035    +1 -0      ports/mail/Makefile
  1.1       +31 -0     ports/mail/rubygem-smtp_tls/Makefile (new)
  1.1       +3 -0      ports/mail/rubygem-smtp_tls/distinfo (new)
  1.1       +8 -0      ports/mail/rubygem-smtp_tls/pkg-descr (new)
    
    
More information about the cvs-all
mailing list