diff options
author | rodent <rodent> | 2013-07-06 00:48:43 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-07-06 00:48:43 +0000 |
commit | 6d40a2443328e76b714b75bbc0bcdcccdd951bd1 (patch) | |
tree | 734a468408020d2583b33adee32033eb1db3f9e1 /mail | |
parent | 08d5d8d1e3df52b7c38c46fe32064da4e842b393 (diff) | |
download | pkgsrc-6d40a2443328e76b714b75bbc0bcdcccdd951bd1.tar.gz |
Import p5-Mail-DeliveryStatus-BounceParser-1.532 as mail/p5-Mail-DeliveryStatus-BounceParser.
Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a
structured description of the addresses that bounced and the reason they
bounced; it also returns information about the original returned message
including the Message-ID. It works best with RFC1892 delivery reports, but will
gamely attempt to understand any bounce message no matter what MTA generated it.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DeliveryStatus-BounceParser/DESCR | 5 | ||||
-rw-r--r-- | mail/p5-Mail-DeliveryStatus-BounceParser/Makefile | 19 | ||||
-rw-r--r-- | mail/p5-Mail-DeliveryStatus-BounceParser/PLIST | 5 | ||||
-rw-r--r-- | mail/p5-Mail-DeliveryStatus-BounceParser/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/DESCR b/mail/p5-Mail-DeliveryStatus-BounceParser/DESCR new file mode 100644 index 00000000000..5433c08c9e4 --- /dev/null +++ b/mail/p5-Mail-DeliveryStatus-BounceParser/DESCR @@ -0,0 +1,5 @@ +Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a +structured description of the addresses that bounced and the reason they +bounced; it also returns information about the original returned message +including the Message-ID. It works best with RFC1892 delivery reports, but will +gamely attempt to understand any bounce message no matter what MTA generated it. diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile new file mode 100644 index 00000000000..8aa1f8e6f36 --- /dev/null +++ b/mail/p5-Mail-DeliveryStatus-BounceParser/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/07/06 00:48:43 rodent Exp $ +# + +DISTNAME= Mail-DeliveryStatus-BounceParser-1.532 +PKGNAME= p5-${DISTNAME} +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://search.cpan.org/~mstevens/Mail-DeliveryStatus-BounceParser-1.532/lib/Mail/DeliveryStatus/BounceParser.pm +COMMENT= Perl extension to analyze bounce messages +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-MIME-tools>=5.418:../../mail/p5-MIME-tools + +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/PLIST b/mail/p5-Mail-DeliveryStatus-BounceParser/PLIST new file mode 100644 index 00000000000..f181787558d --- /dev/null +++ b/mail/p5-Mail-DeliveryStatus-BounceParser/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2013/07/06 00:48:43 rodent Exp $ +${PERL5_SUB_INSTALLVENDORLIB}/Mail/DeliveryStatus/BounceParser.pm +${PERL5_SUB_INSTALLVENDORLIB}/Mail/DeliveryStatus/Report.pm +${PERL5_SUB_INSTALLVENDORARCH}/auto/Mail/DeliveryStatus/BounceParser/.packlist +${PERL5_SUB_INSTALLVENDORMAN3DIR}/Mail::DeliveryStatus::BounceParser.3 diff --git a/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo b/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo new file mode 100644 index 00000000000..79e66de0609 --- /dev/null +++ b/mail/p5-Mail-DeliveryStatus-BounceParser/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/06 00:48:43 rodent Exp $ + +SHA1 (Mail-DeliveryStatus-BounceParser-1.532.tar.gz) = 998b604ee118462998dae1865e42b847f7b25fd8 +RMD160 (Mail-DeliveryStatus-BounceParser-1.532.tar.gz) = 01e4c273a8b5e06b3367ea3f56d2e2151ea31625 +Size (Mail-DeliveryStatus-BounceParser-1.532.tar.gz) = 205351 bytes |