summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-10-26 10:56:30 +0000
committerjperkin <jperkin@pkgsrc.org>2016-10-26 10:56:30 +0000
commitc1b934103e64e29403be1fda1c067213bd3b98a3 (patch)
treea93f85100abb13b1016b8462107f60154aa6e07e /mail
parent57005e74980e5889f516a3c1560a92a765809bb7 (diff)
downloadpkgsrc-c1b934103e64e29403be1fda1c067213bd3b98a3.tar.gz
Import mail/py-authres version 0.800 into pkgsrc.
This module (authres) is designed to provide support for RFC 5451/7001, originally http://tools.ietf.org/html/rfc5451 and currently http://tools.ietf.org/html/rfc7001 processing in Python. Packaged by Coy Hile in https://github.com/joyent/pkgsrc/pull/421
Diffstat (limited to 'mail')
-rw-r--r--mail/py-authres/DESCR19
-rw-r--r--mail/py-authres/Makefile15
-rw-r--r--mail/py-authres/PLIST30
-rw-r--r--mail/py-authres/distinfo6
4 files changed, 70 insertions, 0 deletions
diff --git a/mail/py-authres/DESCR b/mail/py-authres/DESCR
new file mode 100644
index 00000000000..e423784f5de
--- /dev/null
+++ b/mail/py-authres/DESCR
@@ -0,0 +1,19 @@
+This module (authres) is designed to provide support for RFC 5451/7001,
+originally http://tools.ietf.org/html/rfc5451 and currently
+http://tools.ietf.org/html/rfc7001 processing in Python.
+
+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)
+draft-kucherawy-dmarc-base DMARC
+RFC 7281 Authentication-Results Registration for S/MIME
+RFC 7293, The Require-Recipient-Valid-Since Header Field
+and SMTP Service Extension, header field types
+
+SPF authentication results can relate to either the HELO identity or the Mail
+From. When creating header fields with SPF results, only set the identity
+used to evaluate the SPF result that's reported. You can use multiple objects
+to report both in a single header field. See the example in the tests file.
diff --git a/mail/py-authres/Makefile b/mail/py-authres/Makefile
new file mode 100644
index 00000000000..a0875901190
--- /dev/null
+++ b/mail/py-authres/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2016/10/26 10:56:30 jperkin Exp $
+
+VERSION= 0.800
+DISTNAME= authres-${VERSION}
+PKGNAME= ${PYPKGPREFIX}-authres-${VERSION}
+CATEGORIES= mail python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/authres/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://pypi.python.org/pypi/authres
+COMMENT= Python implementation of RFC 5451/7001
+LICENSE= apache-2.0
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/py-authres/PLIST b/mail/py-authres/PLIST
new file mode 100644
index 00000000000..ef11e60bd3d
--- /dev/null
+++ b/mail/py-authres/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2016/10/26 10:56:30 jperkin Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/authres/__init__.py
+${PYSITELIB}/authres/__init__.pyc
+${PYSITELIB}/authres/__init__.pyo
+${PYSITELIB}/authres/__main__.py
+${PYSITELIB}/authres/__main__.pyc
+${PYSITELIB}/authres/__main__.pyo
+${PYSITELIB}/authres/core.py
+${PYSITELIB}/authres/core.pyc
+${PYSITELIB}/authres/core.pyo
+${PYSITELIB}/authres/dkim_adsp.py
+${PYSITELIB}/authres/dkim_adsp.pyc
+${PYSITELIB}/authres/dkim_adsp.pyo
+${PYSITELIB}/authres/dkim_b.py
+${PYSITELIB}/authres/dkim_b.pyc
+${PYSITELIB}/authres/dkim_b.pyo
+${PYSITELIB}/authres/dmarc.py
+${PYSITELIB}/authres/dmarc.pyc
+${PYSITELIB}/authres/dmarc.pyo
+${PYSITELIB}/authres/rrvs.py
+${PYSITELIB}/authres/rrvs.pyc
+${PYSITELIB}/authres/rrvs.pyo
+${PYSITELIB}/authres/smime.py
+${PYSITELIB}/authres/smime.pyc
+${PYSITELIB}/authres/smime.pyo
+${PYSITELIB}/authres/tests
+${PYSITELIB}/authres/vbr.py
+${PYSITELIB}/authres/vbr.pyc
+${PYSITELIB}/authres/vbr.pyo
diff --git a/mail/py-authres/distinfo b/mail/py-authres/distinfo
new file mode 100644
index 00000000000..7b23662a097
--- /dev/null
+++ b/mail/py-authres/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/10/26 10:56:30 jperkin Exp $
+
+SHA1 (authres-0.800.tar.gz) = 57bffe1c2653c7f48776205cfd151dd67ca3594e
+RMD160 (authres-0.800.tar.gz) = 765bbc517e8a71b44a66d607ee132acd8a335c55
+SHA512 (authres-0.800.tar.gz) = d9e73309064e396c51ed55394ce505c21869d267922df55b6723cb6b2409282c7827d35d381877b5f08e037042e015d59246603d51219c829df7b81011499fe7
+Size (authres-0.800.tar.gz) = 19863 bytes