From owner-cvs-all@FreeBSD.ORG Thu Feb 12 00:41:35 2009 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 22B6E1065672; Thu, 12 Feb 2009 00:41:35 +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 0FEA08FC13; Thu, 12 Feb 2009 00:41:35 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1C0fYLl026625; Thu, 12 Feb 2009 00:41:34 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1C0fYl4026624; Thu, 12 Feb 2009 00:41:34 GMT (envelope-from wxs) Message-Id: <200902120041.n1C0fYl4026624@repoman.freebsd.org> From: Wesley Shields Date: Thu, 12 Feb 2009 00:41:34 +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/dma Makefile distinfo pkg-descr pkg-plist ports/mail/dma/files dma.rb patch-Makefile patch-libexec_dma_net.c pkg-message.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: Thu, 12 Feb 2009 00:41:36 -0000 wxs 2009-02-12 00:41:34 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/dma Makefile distinfo pkg-descr pkg-plist mail/dma/files dma.rb patch-Makefile patch-libexec_dma_net.c pkg-message.in Log: The DragonFly Mail Agent is a small Mail Transport Agent (MTA), designed for home and office use. It accepts mails from locally installed Mail User Agents (MUA) and delivers the mails either locally or to a remote destination. Remote delivery includes several features like TLS/SSL support and SMTP authentication. Since dma is not intended as a replacement for real, big MTAs like sendmail(8) or postfix(1), it does not listen on port 25 for incoming connections. PR: ports/130658 Submitted by: Daniel Roethlisberger Revision Changes Path 1.946 +1 -0 ports/mail/Makefile 1.1 +55 -0 ports/mail/dma/Makefile (new) 1.1 +3 -0 ports/mail/dma/distinfo (new) 1.1 +58 -0 ports/mail/dma/files/dma.rb (new) 1.1 +6 -0 ports/mail/dma/files/patch-Makefile (new) 1.1 +21 -0 ports/mail/dma/files/patch-libexec_dma_net.c (new) 1.1 +31 -0 ports/mail/dma/files/pkg-message.in (new) 1.1 +11 -0 ports/mail/dma/pkg-descr (new) 1.1 +14 -0 ports/mail/dma/pkg-plist (new)