From owner-cvs-all@FreeBSD.ORG Sat May 8 07:25:27 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 014DB1065675; Sat, 8 May 2010 07:25:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E64A38FC0A; Sat, 8 May 2010 07:25:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o487PQ0i051429; Sat, 8 May 2010 07:25:26 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o487PQs7051428; Sat, 8 May 2010 07:25:26 GMT (envelope-from wen) Message-Id: <201005080725.o487PQs7051428@repoman.freebsd.org> From: Wen Heping Date: Sat, 8 May 2010 07:25:26 +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/smtp-cli Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 07:25:27 -0000 wen 2010-05-08 07:25:26 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/smtp-cli Makefile distinfo pkg-descr Log: smtp-cli is a powerful SMTP command line client with a support for advanced features, such as STARTTLS, SMTP-AUTH, or IPv6 and with a scriptable message composition capabilities supporting anything from simple plain-text messages right up to building complex HTML emails with alternative plain-text part, attachments and inline images. The MIME-Type of the attachments can either be guessed automatically or alternatively set on the command line, separately for each attachment if required. WWW: http://www.logix.cz/michal/devel/smtp-cli/ PR: ports/145937 Submitted by: Frank Wall Revision Changes Path 1.1020 +1 -0 ports/mail/Makefile 1.1 +37 -0 ports/mail/smtp-cli/Makefile (new) 1.1 +3 -0 ports/mail/smtp-cli/distinfo (new) 1.1 +10 -0 ports/mail/smtp-cli/pkg-descr (new)