pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/p5-Mail-AuthenticationResults



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun May 26 03:08:52 UTC 2019

Added Files:
        pkgsrc/mail/p5-Mail-AuthenticationResults: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/p5-Mail-AuthenticationResults/DESCR \
    pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile \
    pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/mail/p5-Mail-AuthenticationResults/DESCR
diff -u /dev/null pkgsrc/mail/p5-Mail-AuthenticationResults/DESCR:1.1
--- /dev/null   Sun May 26 03:08:52 2019
+++ pkgsrc/mail/p5-Mail-AuthenticationResults/DESCR     Sun May 26 03:08:52 2019
@@ -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.
Index: pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile
diff -u /dev/null pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile:1.1
--- /dev/null   Sun May 26 03:08:52 2019
+++ pkgsrc/mail/p5-Mail-AuthenticationResults/Makefile  Sun May 26 03:08:52 2019
@@ -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"
Index: pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo
diff -u /dev/null pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo:1.1
--- /dev/null   Sun May 26 03:08:52 2019
+++ pkgsrc/mail/p5-Mail-AuthenticationResults/distinfo  Sun May 26 03:08:52 2019
@@ -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