From owner-cvs-all@FreeBSD.ORG Tue Dec 9 01:07:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA6E16A4CE; Tue, 9 Dec 2003 01:07:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DEE43D13; Tue, 9 Dec 2003 01:07:37 -0800 (PST) (envelope-from demon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB997bXJ073076; Tue, 9 Dec 2003 01:07:37 -0800 (PST) (envelope-from demon@repoman.freebsd.org) Received: (from demon@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB997bPF073075; Tue, 9 Dec 2003 01:07:37 -0800 (PST) (envelope-from demon) Message-Id: <200312090907.hB997bPF073075@repoman.freebsd.org> From: Dmitry Sivachenko Date: Tue, 9 Dec 2003 01:07:37 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/sympa Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plistpatch-src-etc-script-sympa X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 09 Dec 2003 09:07:39 -0000 demon 2003/12/09 01:07:37 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/sympa Makefile distinfo pkg-deinstall pkg-descr pkg-install pkg-plist mail/sympa/files patch-check_perl_modules.pl patch-src-etc-script-sympa Log: New port: sympa. SYMPA is an electronic mailing list manager. It is used to automate list management functions such as subscription, moderation and management of archives. SYMPA also manages sending of messages to the lists, and makes it possible to reduce the load on the system. Provided that you have enough memory on your system, Sympa is especially well adapted for big lists. For a list with 20 000 subscribers, it takes 5 minutes to send a message to 90% of subscribers, of course considering that the network is available. WWW: http://www.sympa.org/ PR: 46615 Submitted by: Autrijus Tang Revision Changes Path 1.459 +1 -0 ports/mail/Makefile 1.1 +79 -0 ports/mail/sympa/Makefile (new) 1.1 +1 -0 ports/mail/sympa/distinfo (new) 1.1 +20 -0 ports/mail/sympa/files/patch-check_perl_modules.pl (new) 1.1 +84 -0 ports/mail/sympa/files/patch-src-etc-script-sympa (new) 1.1 +15 -0 ports/mail/sympa/pkg-deinstall (new) 1.1 +12 -0 ports/mail/sympa/pkg-descr (new) 1.1 +35 -0 ports/mail/sympa/pkg-install (new) 1.1 +1177 -0 ports/mail/sympa/pkg-plist (new)