diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile index 3ffaaa6f7d9a..a452bbdd38b6 100644 --- a/mail/py-authres/Makefile +++ b/mail/py-authres/Makefile @@ -1,23 +1,23 @@ PORTNAME= authres PORTVERSION= 1.2.0 PORTREVISION= 1 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python module for RFC 5451 Authentication-Results headers +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Authentication Results Header Module WWW= https://launchpad.net/authentication-results-python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/mail/py-authres/pkg-descr b/mail/py-authres/pkg-descr index 09359b7713bb..53a8eab92aed 100644 --- a/mail/py-authres/pkg-descr +++ b/mail/py-authres/pkg-descr @@ -1,8 +1,16 @@ -This is python module for RFC 5451 Authentication-Results Headers -generation and parsing. -It also supports Authentication Results extensions: +This module (authres) is designed to provide support for RFC 5451/7001, +originally https://tools.ietf.org/html/rfc5451 (and then +https://tools.ietf.org/html/rfc7001 and https://tools.ietf.org/html/rfc7601) and +currently https://tools.ietf.org/html/rfc8601, processing in Python. -RFC 5617 DKIM/ADSP -RFC 6008 DKIM signature identification (header.b) -RFC 6212 Vouch By Reference (VBR) -draft-kucherawy-dmarc-base-00 DMARC +It also supports Authentication Results extensions: +- RFC 5617 DKIM/ADSP +- RFC 6008 DKIM signature identification (header.b) +- RFC 6212 Vouch By Reference (VBR) +- RFC 6577 Sender Policy Framework (SPF) +- RFC 7281 Authentication-Results Registration for S/MIME +- RFC 7293, The Require-Recipient-Valid-Since Header Field and SMTP Service + Extension, header field types +- RFC 7489 Domain-based Message Authentication, Reporting, and Conformance + (DMARC) +- RFC 8617 The Authenticated Received Chain (ARC) Protocol