From owner-cvs-all@FreeBSD.ORG Mon Apr 9 20:44:48 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 077ED16A405; Mon, 9 Apr 2007 20:44:48 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id EA2DF13C4BC; Mon, 9 Apr 2007 20:44:47 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l39KilE2026169; Mon, 9 Apr 2007 20:44:47 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l39Kil6i026161; Mon, 9 Apr 2007 20:44:47 GMT (envelope-from miwi) Message-Id: <200704092044.l39Kil6i026161@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Apr 2007 20:44:47 +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/james Makefile distinfo pkg-descr pkg-plist ports/mail/james/files james.sh.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: Mon, 09 Apr 2007 20:44:48 -0000 miwi 2007-04-09 20:44:47 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/james Makefile distinfo pkg-descr pkg-plist mail/james/files james.sh.in Log: The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail appli -cation platform API. James is based upon the Apache Avalon application framework, formerly a product of the Apache Avalon project. WWW: http://james.apache.org/ PR: ports/111041 Submitted by: Nemo Liu Revision Changes Path 1.844 +1 -0 ports/mail/Makefile 1.1 +64 -0 ports/mail/james/Makefile (new) 1.1 +3 -0 ports/mail/james/distinfo (new) 1.1 +178 -0 ports/mail/james/files/james.sh.in (new) 1.1 +17 -0 ports/mail/james/pkg-descr (new) 1.1 +129 -0 ports/mail/james/pkg-plist (new)