summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-AuthenticationResults
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2019-05-26 03:08:52 +0000
committerwen <wen@pkgsrc.org>2019-05-26 03:08:52 +0000
commit178f50eaee062d06a89c43e706c747587944f90e (patch)
tree06622fe110bca938ef122b6184b90c10fcdbf695 /mail/p5-Mail-AuthenticationResults
parentce1979dde22f72ae88cd8a1cd8f0c527995c06ff (diff)
downloadpkgsrc-178f50eaee062d06a89c43e706c747587944f90e.tar.gz
Import Mail-AuthenticationResults-1.20180923 as mail/p5-Mail-AuthenticationResults.
Mail::AuthenticationResults provides object-oriented authentication-results email headers. This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. Differences from RFC7601: - key/value pairs are parsed when present in the authserv-id section, this is against RFC but has been seen in headers added by Yahoo!. - Comments added between key/value pairs will be added after them in the data structures and when stringified.
Diffstat (limited to 'mail/p5-Mail-AuthenticationResults')
-rw-r--r--mail/p5-Mail-AuthenticationResults/DESCR9
-rw-r--r--mail/p5-Mail-AuthenticationResults/Makefile18
-rw-r--r--mail/p5-Mail-AuthenticationResults/distinfo6
3 files changed, 33 insertions, 0 deletions
diff --git a/mail/p5-Mail-AuthenticationResults/DESCR b/mail/p5-Mail-AuthenticationResults/DESCR
new file mode 100644
index 00000000000..6e5cf8ef740
--- /dev/null
+++ b/mail/p5-Mail-AuthenticationResults/DESCR
@@ -0,0 +1,9 @@
+Mail::AuthenticationResults provides object-oriented authentication-results
+email headers. This parser copes with most styles of Authentication-Results
+header seen in the wild, but is not yet fully RFC7601 compliant.
+
+Differences from RFC7601:
+- key/value pairs are parsed when present in the authserv-id section, this is
+ against RFC but has been seen in headers added by Yahoo!.
+- Comments added between key/value pairs will be added after them in the data
+ structures and when stringified.
diff --git a/mail/p5-Mail-AuthenticationResults/Makefile b/mail/p5-Mail-AuthenticationResults/Makefile
new file mode 100644
index 00000000000..9e793344dbb
--- /dev/null
+++ b/mail/p5-Mail-AuthenticationResults/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/05/26 03:08:52 wen Exp $
+
+DISTNAME= Mail-AuthenticationResults-1.20180923
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= mail perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
+
+MAINTAINER= wen@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Mail-AuthenticationResults/
+COMMENT= Object Oriented Authentication-Results Headers
+LICENSE= ${PERL5_LICENSE}
+
+BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception
+
+PERL5_PACKLIST= auto/Mail/AuthenticationResults/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/p5-Mail-AuthenticationResults/distinfo b/mail/p5-Mail-AuthenticationResults/distinfo
new file mode 100644
index 00000000000..46850baba64
--- /dev/null
+++ b/mail/p5-Mail-AuthenticationResults/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/05/26 03:08:52 wen Exp $
+
+SHA1 (Mail-AuthenticationResults-1.20180923.tar.gz) = 56e89364e052700bfd51a815a41f8cc5a37e1b62
+RMD160 (Mail-AuthenticationResults-1.20180923.tar.gz) = f2befa68dcfbf523673371314e9403dc28f0dc8b
+SHA512 (Mail-AuthenticationResults-1.20180923.tar.gz) = e8a33593261c59b8c1c91d6e655f8a3f6112974169dde9689788a7e0e83a0e66e6a5872ac56d7882e324c914bbb869b3f8c7b330ccf42765633fd475ef68f3be
+Size (Mail-AuthenticationResults-1.20180923.tar.gz) = 29827 bytes