From owner-cvs-all@FreeBSD.ORG Thu Mar 23 20:54:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 918E116A41F; Thu, 23 Mar 2006 20:54:32 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC9043D68; Thu, 23 Mar 2006 20:54:27 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2NKsRoX011442; Thu, 23 Mar 2006 20:54:27 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2NKsR2i011441; Thu, 23 Mar 2006 20:54:27 GMT (envelope-from garga) Message-Id: <200603232054.k2NKsR2i011441@repoman.freebsd.org> From: Renato Botelho Date: Thu, 23 Mar 2006 20:54:27 +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/libsrs_alt Makefile distinfo pkg-descr pkg-plist 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: Thu, 23 Mar 2006 20:54:32 -0000 garga 2006-03-23 20:54:27 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/libsrs_alt Makefile distinfo pkg-descr pkg-plist Log: This is a complete standalone C implementation of the SRS (Sender Rewriting Scheme) and includes a command line utility and daemon, test utility and static and dynamic libraries. SRS is a stop-gap for users of SPF (Sender Policy Framework). WWW: http://srs.mirtol.com PR: ports/94831 Submitted by: Simon Dick Revision Changes Path 1.738 +1 -0 ports/mail/Makefile 1.1 +35 -0 ports/mail/libsrs_alt/Makefile (new) 1.1 +3 -0 ports/mail/libsrs_alt/distinfo (new) 1.1 +6 -0 ports/mail/libsrs_alt/pkg-descr (new) 1.1 +6 -0 ports/mail/libsrs_alt/pkg-plist (new)