Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2019 23:29:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498842 - in head/mail: . p5-Mail-AuthenticationResults
Message-ID:  <201904132329.x3DNTIJc032852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 13 23:29:18 2019
New Revision: 498842
URL: https://svnweb.freebsd.org/changeset/ports/498842

Log:
  Add p5-Mail-AuthenticationResults 1.20180923
  
  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.
  
  WWW: https://metacpan.org/release/Mail-AuthenticationResults

Added:
  head/mail/p5-Mail-AuthenticationResults/
  head/mail/p5-Mail-AuthenticationResults/Makefile   (contents, props changed)
  head/mail/p5-Mail-AuthenticationResults/distinfo   (contents, props changed)
  head/mail/p5-Mail-AuthenticationResults/pkg-descr   (contents, props changed)
  head/mail/p5-Mail-AuthenticationResults/pkg-plist   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sat Apr 13 23:13:01 2019	(r498841)
+++ head/mail/Makefile	Sat Apr 13 23:29:18 2019	(r498842)
@@ -371,6 +371,7 @@
     SUBDIR += p5-Mail-Alias
     SUBDIR += p5-Mail-Audit
     SUBDIR += p5-Mail-Audit-Attach
+    SUBDIR += p5-Mail-AuthenticationResults
     SUBDIR += p5-Mail-Box
     SUBDIR += p5-Mail-Box-IMAP4
     SUBDIR += p5-Mail-Box-IMAP4-SSL

Added: head/mail/p5-Mail-AuthenticationResults/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-AuthenticationResults/Makefile	Sat Apr 13 23:29:18 2019	(r498842)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Mail-AuthenticationResults
+PORTVERSION=	1.20180923
+CATEGORIES=	mail perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Object Oriented Authentication-Results Headers
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/mail/p5-Mail-AuthenticationResults/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-AuthenticationResults/distinfo	Sat Apr 13 23:29:18 2019	(r498842)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1555115808
+SHA256 (Mail-AuthenticationResults-1.20180923.tar.gz) = 7ff59a229db597cc89e3aa9c2459145092061da0b77012376f142eb653f53cbc
+SIZE (Mail-AuthenticationResults-1.20180923.tar.gz) = 29827

Added: head/mail/p5-Mail-AuthenticationResults/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-AuthenticationResults/pkg-descr	Sat Apr 13 23:29:18 2019	(r498842)
@@ -0,0 +1,11 @@
+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.
+
+WWW: https://metacpan.org/release/Mail-AuthenticationResults

Added: head/mail/p5-Mail-AuthenticationResults/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/p5-Mail-AuthenticationResults/pkg-plist	Sat Apr 13 23:29:18 2019	(r498842)
@@ -0,0 +1,36 @@
+%%SITE_PERL%%/Mail/AuthenticationResults.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/FoldableHeader.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header/AuthServID.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header/Base.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header/Comment.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header/Entry.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header/Group.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header/SubEntry.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Header/Version.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Parser.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Token.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Token/Assignment.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Token/Comment.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Token/QuotedString.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Token/Separator.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Token/Space.pm
+%%SITE_PERL%%/Mail/AuthenticationResults/Token/String.pm
+%%PERL5_MAN3%%/Mail::AuthenticationResults.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::FoldableHeader.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header::AuthServID.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header::Base.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header::Comment.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header::Entry.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header::Group.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header::SubEntry.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Header::Version.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Parser.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Token.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Token::Assignment.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Token::Comment.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Token::QuotedString.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Token::Separator.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Token::Space.3.gz
+%%PERL5_MAN3%%/Mail::AuthenticationResults::Token::String.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904132329.x3DNTIJc032852>