[47721] trunk/dports/perl

snc at macports.org snc at macports.org
Wed Mar 4 05:54:32 PST 2009


Revision: 47721
          http://trac.macports.org/changeset/47721
Author:   snc at macports.org
Date:     2009-03-04 05:54:32 -0800 (Wed, 04 Mar 2009)
Log Message:
-----------
created p5-mail-srs, ticket #18637

Added Paths:
-----------
    trunk/dports/perl/p5-mail-srs/
    trunk/dports/perl/p5-mail-srs/Portfile

Added: trunk/dports/perl/p5-mail-srs/Portfile
===================================================================
--- trunk/dports/perl/p5-mail-srs/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-mail-srs/Portfile	2009-03-04 13:54:32 UTC (rev 47721)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.setup         Mail-SRS 0.31
+maintainers         hostwizard.com:scott
+
+description         Mail::SRS - Interface to Sender Rewriting Scheme
+
+long_description    The Sender Rewriting Scheme preserves .forward \
+                    functionality in an SPF-compliant world. \
+                    \
+                    SPF requires the SMTP client IP to match the envelope \
+                    sender (return-path). When a message is forwarded through \
+                    an intermediate server, that intermediate server may \
+                    need to rewrite the return-path to remain SPF compliant. \
+                    If the message bounces, that intermediate server needs to \
+                    validate the bounce and forward the bounce to the \
+                    original sender. \
+                    \
+                    SRS provides a convention for return-path rewriting which \
+                    allows multiple forwarding servers to compact the \
+                    return-path. \
+                    SRS also provides an authentication mechanism to ensure \
+                    that purported bounces are not arbitrarily forwarded. \
+                    \
+                    SRS is documented at http://spf.pobox.com/srs.html and \
+                    many points about the scheme are discussed at \
+                    http://www.anarres.org/projects/srs/ \
+                    \
+                    For a better understanding of this code and how it \
+                    functions, please read this document and run the \
+                    interactive walkthrough in eg/simple.pl in this \
+                    distribution. \
+                    To run this from the build directory, type \"make teach\".
+
+homepage            http://search.cpan.org/~shevek/Mail-SRS-0.31/
+
+checksums           md5     1440999563a7b25d5fb03204b03e1060 \
+                    sha1    52e536cf796a9d1a83e6b685dbd1d5b8e6944c88 \
+                    rmd160  5f91268b1f231050b0b047659c4c4f4e932a1d50
+
+platforms           darwin


Property changes on: trunk/dports/perl/p5-mail-srs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090304/b4d93b0d/attachment.html>


More information about the macports-changes mailing list