Import mail/py-authres

RFC 5451 Authentication-Results Headers generation and parsing for
Python.

It also supports Authentication Results extensions: RFC 5617 DKIM/ADSP
RFC 6008 DKIM signature identification (header.b) RFC 6212 Vouch
By Reference (VBR)

ok pea@
This commit is contained in:
giovanni 2012-05-10 15:02:57 +00:00
parent 76bacafa08
commit 9cb4e46626
4 changed files with 53 additions and 0 deletions

28
mail/py-authres/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/05/10 15:02:57 giovanni Exp $
COMMENT = module for RFC 5451 Authentication-Results Headers
MODPY_EGG_VERSION = 0.401
DISTNAME = authres-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = mail
HOMEPAGE = https://launchpad.net/authentication-results-python
# Python
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}/0.4/${MODPY_EGG_VERSION}/+download/
MODULES = lang/python
NO_REGRESS = Yes
post-install:
${INSTALL_DATA} ${WRKSRC}/authres/tests \
${PREFIX}/lib/python${MODPY_VERSION}/site-packages/authres/tests
.include <bsd.port.mk>

5
mail/py-authres/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (authres-0.401.tar.gz) = UuTzv2DTIIHJ3V1FJupvOQ==
RMD160 (authres-0.401.tar.gz) = Ne56O3AM2jr8RKWgpX2maLKx0tQ=
SHA1 (authres-0.401.tar.gz) = ZJ/XBuYQO0KGdrtxo/mnVXSeWD0=
SHA256 (authres-0.401.tar.gz) = HaSRUcEyaAXNErnKR4lTEPZGGHdjIR1OUva4aGL9nNA=
SIZE (authres-0.401.tar.gz) = 15278

View File

@ -0,0 +1,6 @@
RFC 5451 Authentication-Results Headers generation and parsing for
Python.
It also supports Authentication Results extensions: RFC 5617 DKIM/ADSP
RFC 6008 DKIM signature identification (header.b) RFC 6212 Vouch
By Reference (VBR)

14
mail/py-authres/pkg/PLIST Normal file
View File

@ -0,0 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/05/10 15:02:57 giovanni Exp $
lib/python${MODPY_VERSION}/site-packages/authres/
lib/python${MODPY_VERSION}/site-packages/authres-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/authres/__init__.py
lib/python${MODPY_VERSION}/site-packages/authres/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/authres/core.py
lib/python${MODPY_VERSION}/site-packages/authres/core.pyc
lib/python${MODPY_VERSION}/site-packages/authres/dkim_adsp.py
lib/python${MODPY_VERSION}/site-packages/authres/dkim_adsp.pyc
lib/python${MODPY_VERSION}/site-packages/authres/dkim_b.py
lib/python${MODPY_VERSION}/site-packages/authres/dkim_b.pyc
lib/python${MODPY_VERSION}/site-packages/authres/tests
lib/python${MODPY_VERSION}/site-packages/authres/vbr.py
lib/python${MODPY_VERSION}/site-packages/authres/vbr.pyc