diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 10:17:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 10:17:37 +0000 |
commit | f0eb0b26389be644058815ee2b21970f0f8f6539 (patch) | |
tree | 6bb3ac39f9bea5327391f7c670ecdbc737f58d94 /mail | |
parent | d1dc9935e1a31fbd11924147f15f49efbad79451 (diff) |
Mail::Verp encodes the address of an email recipient into the envelope sender
address so that a bounce can be more easily handled even if the original
recipient is forwarding their mail to another address and the remote Mail
Transport Agents send back unhelpful bounce messages. The module must also be
used to decode bounce recipient addresses.
PR: ports/101282
Submitted by: Vivek Khera <vivek(at)khera.org>
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=169950
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Mail-Verp/Makefile | 22 | ||||
-rw-r--r-- | mail/p5-Mail-Verp/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Verp/pkg-descr | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Verp/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 40389a1b00e7..1b2c6f4b4df6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -335,6 +335,7 @@ SUBDIR += p5-Mail-Tools SUBDIR += p5-Mail-Transport-Dbx SUBDIR += p5-Mail-Verify + SUBDIR += p5-Mail-Verp SUBDIR += p5-Mail-Webmail-Gmail SUBDIR += p5-Net-IMAP-Simple SUBDIR += p5-Net-IMAP-Simple-SSL diff --git a/mail/p5-Mail-Verp/Makefile b/mail/p5-Mail-Verp/Makefile new file mode 100644 index 000000000000..43b09875c9d3 --- /dev/null +++ b/mail/p5-Mail-Verp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: textproc/p5-Mail-Verp +# Date created: Wed Aug 2 17:15:13 EDT 2006 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail-Verp +PORTVERSION= 0.05 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Encodes and decodes Variable Envelope Return Paths (VERP) addresses + +PERL_CONFIGURE= yes + +MAN3= Mail::Verp.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Mail-Verp/distinfo b/mail/p5-Mail-Verp/distinfo new file mode 100644 index 000000000000..be9c2c72c2cb --- /dev/null +++ b/mail/p5-Mail-Verp/distinfo @@ -0,0 +1,3 @@ +MD5 (Mail-Verp-0.05.tar.gz) = 3e3a9aec7ec2df718b736bc861565c97 +SHA256 (Mail-Verp-0.05.tar.gz) = c0fd992d2116339b0839206164d67d509620fae4197e7a0bc878547ef8e4e761 +SIZE (Mail-Verp-0.05.tar.gz) = 12497 diff --git a/mail/p5-Mail-Verp/pkg-descr b/mail/p5-Mail-Verp/pkg-descr new file mode 100644 index 000000000000..cb2064c2beaa --- /dev/null +++ b/mail/p5-Mail-Verp/pkg-descr @@ -0,0 +1,5 @@ +Mail::Verp encodes the address of an email recipient into the envelope sender +address so that a bounce can be more easily handled even if the original +recipient is forwarding their mail to another address and the remote Mail +Transport Agents send back unhelpful bounce messages. The module must also be +used to decode bounce recipient addresses. diff --git a/mail/p5-Mail-Verp/pkg-plist b/mail/p5-Mail-Verp/pkg-plist new file mode 100644 index 000000000000..71e68815190c --- /dev/null +++ b/mail/p5-Mail-Verp/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Mail/Verp.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail +@dirrmtry %%SITE_PERL%%/Mail |