pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/py-authres



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 26 10:56:30 UTC 2016

Added Files:
        pkgsrc/mail/py-authres: DESCR Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/py-authres/DESCR \
    pkgsrc/mail/py-authres/Makefile pkgsrc/mail/py-authres/PLIST \
    pkgsrc/mail/py-authres/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/py-authres/DESCR
diff -u /dev/null pkgsrc/mail/py-authres/DESCR:1.1
--- /dev/null   Wed Oct 26 10:56:30 2016
+++ pkgsrc/mail/py-authres/DESCR        Wed Oct 26 10:56:30 2016
@@ -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.
Index: pkgsrc/mail/py-authres/Makefile
diff -u /dev/null pkgsrc/mail/py-authres/Makefile:1.1
--- /dev/null   Wed Oct 26 10:56:30 2016
+++ pkgsrc/mail/py-authres/Makefile     Wed Oct 26 10:56:30 2016
@@ -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@localhost
+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"
Index: pkgsrc/mail/py-authres/PLIST
diff -u /dev/null pkgsrc/mail/py-authres/PLIST:1.1
--- /dev/null   Wed Oct 26 10:56:30 2016
+++ pkgsrc/mail/py-authres/PLIST        Wed Oct 26 10:56:30 2016
@@ -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
Index: pkgsrc/mail/py-authres/distinfo
diff -u /dev/null pkgsrc/mail/py-authres/distinfo:1.1
--- /dev/null   Wed Oct 26 10:56:30 2016
+++ pkgsrc/mail/py-authres/distinfo     Wed Oct 26 10:56:30 2016
@@ -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



Home | Main Index | Thread Index | Old Index