From owner-cvs-ports@FreeBSD.ORG Sun Nov 5 01:18:08 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C941616A407; Sun, 5 Nov 2006 01:18:08 +0000 (UTC) (envelope-from shaun@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E7D43D5D; Sun, 5 Nov 2006 01:18:08 +0000 (GMT) (envelope-from shaun@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 kA51I83r006936; Sun, 5 Nov 2006 01:18:08 GMT (envelope-from shaun@repoman.freebsd.org) Received: (from shaun@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA51I8S1006935; Sun, 5 Nov 2006 01:18:08 GMT (envelope-from shaun) Message-Id: <200611050118.kA51I8S1006935@repoman.freebsd.org> From: Shaun Amott Date: Sun, 5 Nov 2006 01:18:08 +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/p5-LMAP-CID2SPF Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Nov 2006 01:18:08 -0000 shaun 2006-11-05 01:18:08 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-LMAP-CID2SPF Makefile distinfo pkg-descr Log: This module can be used to convert between two of the LMAP (Lightweight MTA Authentication Protocol) formats currently being proposed: CID = Microsoft's Caller-ID SPF = Sender Policy Framework It will convert an XML-fragment as proposed by CID to a record that can be added to DNS as proposed by SPF. This seems to be needed by SpamAssassin/Mail::SPF::Query for dealing with Hotmail messages, somewhere along the line. Revision Changes Path 1.801 +1 -0 ports/mail/Makefile 1.1 +32 -0 ports/mail/p5-LMAP-CID2SPF/Makefile (new) 1.1 +3 -0 ports/mail/p5-LMAP-CID2SPF/distinfo (new) 1.1 +13 -0 ports/mail/p5-LMAP-CID2SPF/pkg-descr (new)