Bug 114785

Summary: New port: mail/p5-Net-Server-Mail-ESMTP-AUTH Implements PLAIN and LOGIN auth methodes for Net::Server::Mail.
Product: Ports & Packages Reporter: Zane C. Bowers-Hadley <vvelox>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mail_p5-Net-Server-Mail-ESMTP-AUTH.shar none

Description Zane C. Bowers-Hadley 2007-07-21 04:10:01 UTC

This module is an extension to provide support for SMTP
authentification with Net::Server::Mail::ESMTP module.

Currently only LOGIN and PLAIN methods are supported.

WWW: http://search.cpan.org/~scresto/Net-Server-Mail-ESMTP-AUTH-0.1/

How-To-Repeat: 

1: unshar
2:
3: avoid the flying monkeys and enjoy
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-08-15 19:48:17 UTC
sat         2007-08-15 18:48:12 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Net-Server-Mail-ESMTP-AUTH Makefile distinfo 
                                           pkg-descr pkg-plist 
  Log:
  Add port security/p5-Net-Server-Mail-ESMTP-AUTH:
  
  Net::Server::Mail::ESMTP::AUTH is an extension to provide
  support for SMTP authentication with Net::Server::Mail::ESMTP
  module.
  
  Currently only LOGIN and PLAIN methods are supported.
  
  WWW: http://search.cpan.org/dist/Net-Server-Mail-ESMTP-AUTH/
  Author: Sylvain Cresto <scresto [_at_] gmail.com>
  
  PR:             ports/114785 (with corrections)
  Submitted by:   Zane C. Bowers <vvelox@vvelox.net>
  
  Revision  Changes    Path
  1.910     +1 -0      ports/security/Makefile
  1.1       +26 -0     ports/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile (new)
  1.1       +3 -0      ports/security/p5-Net-Server-Mail-ESMTP-AUTH/distinfo (new)
  1.1       +8 -0      ports/security/p5-Net-Server-Mail-ESMTP-AUTH/pkg-descr (new)
  1.1       +11 -0     ports/security/p5-Net-Server-Mail-ESMTP-AUTH/pkg-plist (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"
Comment 2 sat freebsd_committer freebsd_triage 2007-08-15 19:48:47 UTC
State Changed
From-To: open->closed

Committed to security/, thanks! 

Note that apart from missing distinfo, this port had a few 
other problems. They have been corrected.