From owner-cvs-all@FreeBSD.ORG Sun Jun 22 22:45:10 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 923FC106566C; Sun, 22 Jun 2008 22:45:10 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 823328FC1F; Sun, 22 Jun 2008 22:45:10 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5MMjAnV027055; Sun, 22 Jun 2008 22:45:10 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5MMjAtI027054; Sun, 22 Jun 2008 22:45:10 GMT (envelope-from wxs) Message-Id: <200806222245.m5MMjAtI027054@repoman.freebsd.org> From: Wesley Shields Date: Sun, 22 Jun 2008 22:45:10 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/p5-Net-SMTP-SSL Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2008 22:45:10 -0000 wxs 2008-06-22 22:45:10 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-Net-SMTP-SSL Makefile distinfo pkg-descr pkg-plist Log: New port: p5-Net-SMTP-SSL Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its network operations. Due to the nature of Net::SMTP's new method, it is not overridden to make use of a default port for the SMTPS service. Perhaps future versions will be smart like that. Port 465 is usually what you want, and it's not a pain to specify that. WWW: http://search.cpan.org/dist/Net-SMTP-SSL/ Revision Changes Path 1.915 +1 -0 ports/mail/Makefile 1.1 +23 -0 ports/mail/p5-Net-SMTP-SSL/Makefile (new) 1.1 +3 -0 ports/mail/p5-Net-SMTP-SSL/distinfo (new) 1.1 +7 -0 ports/mail/p5-Net-SMTP-SSL/pkg-descr (new) 1.1 +8 -0 ports/mail/p5-Net-SMTP-SSL/pkg-plist (new)