pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-AuthenticationResults Import Mail-Authent...
details: https://anonhg.NetBSD.org/pkgsrc/rev/481929a56f13
branches: trunk
changeset: 334376:481929a56f13
user: wen <wen%pkgsrc.org@localhost>
date: Sun May 26 03:08:52 2019 +0000
description:
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:
mail/p5-Mail-AuthenticationResults/DESCR | 9 +++++++++
mail/p5-Mail-AuthenticationResults/Makefile | 18 ++++++++++++++++++
mail/p5-Mail-AuthenticationResults/distinfo | 6 ++++++
3 files changed, 33 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 78c76e53048d -r 481929a56f13 mail/p5-Mail-AuthenticationResults/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-AuthenticationResults/DESCR Sun May 26 03:08:52 2019 +0000
@@ -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 -r 78c76e53048d -r 481929a56f13 mail/p5-Mail-AuthenticationResults/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-AuthenticationResults/Makefile Sun May 26 03:08:52 2019 +0000
@@ -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@localhost
+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 -r 78c76e53048d -r 481929a56f13 mail/p5-Mail-AuthenticationResults/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/p5-Mail-AuthenticationResults/distinfo Sun May 26 03:08:52 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index