From owner-cvs-all@FreeBSD.ORG Mon May 14 13:12:33 2012 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 3B64E106566C; Mon, 14 May 2012 13:12:33 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8AF8FC08; Mon, 14 May 2012 13:12:33 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4EDCWPt054433; Mon, 14 May 2012 13:12:32 GMT (envelope-from ashish@repoman.freebsd.org) Received: (from ashish@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4EDCWHa054432; Mon, 14 May 2012 13:12:32 GMT (envelope-from ashish) Message-Id: <201205141312.q4EDCWHa054432@repoman.freebsd.org> From: Ashish SHUKLA Date: Mon, 14 May 2012 13:12:32 +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/opensmtpd Makefile distinfo pkg-descr pkg-plist ports/mail/opensmtpd/files patch-bootstrap patch-src_Makefile.am pkg-deinstall.in pkg-install.in smtpd.in 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: Mon, 14 May 2012 13:12:33 -0000 ashish 2012-05-14 13:12:32 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/opensmtpd Makefile distinfo pkg-descr pkg-plist mail/opensmtpd/files patch-bootstrap patch-src_Makefile.am pkg-deinstall.in pkg-install.in smtpd.in Log: OpenSMTPD is a FREE implementation of the server-side SMTP protocol as defined by RFC 5321, with some additional standard extensions. It allows ordinary machines to exchange e-mails with other systems speaking the SMTP protocol. WWW: http://www.OpenSMTPD.org/ Revision Changes Path 1.1131 +1 -0 ports/mail/Makefile 1.1 +43 -0 ports/mail/opensmtpd/Makefile (new) 1.1 +2 -0 ports/mail/opensmtpd/distinfo (new) 1.1 +23 -0 ports/mail/opensmtpd/files/patch-bootstrap (new) 1.1 +19 -0 ports/mail/opensmtpd/files/patch-src_Makefile.am (new) 1.1 +14 -0 ports/mail/opensmtpd/files/pkg-deinstall.in (new) 1.1 +17 -0 ports/mail/opensmtpd/files/pkg-install.in (new) 1.1 +35 -0 ports/mail/opensmtpd/files/smtpd.in (new) 1.1 +6 -0 ports/mail/opensmtpd/pkg-descr (new) 1.1 +10 -0 ports/mail/opensmtpd/pkg-plist (new)