From owner-cvs-all@FreeBSD.ORG Tue Feb 6 03:52:14 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 2EE7E16A402; Tue, 6 Feb 2007 03:52:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1F89713C461; Tue, 6 Feb 2007 03:52:14 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l163qE1g034972; Tue, 6 Feb 2007 03:52:14 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l163qEHr034971; Tue, 6 Feb 2007 03:52:14 GMT (envelope-from delphij) Message-Id: <200702060352.l163qEHr034971@repoman.freebsd.org> From: Xin LI Date: Tue, 6 Feb 2007 03:52:14 +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/extmail Makefile distinfo pkg-descr pkg-plist ports/mail/extmail/files pkg-message.in 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: Tue, 06 Feb 2007 03:52:14 -0000 delphij 2007-02-06 03:52:14 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/extmail Makefile distinfo pkg-descr pkg-plist mail/extmail/files pkg-message.in Log: New port skeleton for ExtMail -- A high performance webmail system. It was written in pure perl, only support Maildir++(or Maildir), we try to optimize the design and archtecture, make it scalable well and run faster than common php/perl webmail system. Homepage: http://www.extmail.org Submitted by: chifeng at gmail com Revision Changes Path 1.828 +1 -0 ports/mail/Makefile 1.1 +43 -0 ports/mail/extmail/Makefile (new) 1.1 +3 -0 ports/mail/extmail/distinfo (new) 1.1 +5 -0 ports/mail/extmail/files/pkg-message.in (new) 1.1 +7 -0 ports/mail/extmail/pkg-descr (new) 1.1 +352 -0 ports/mail/extmail/pkg-plist (new)