Date: Thu, 7 May 2015 00:52:23 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385586 - in head/mail: . py-dkimpy Message-ID: <201505070052.t470qN5w051344@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Thu May 7 00:52:23 2015 New Revision: 385586 URL: https://svnweb.freebsd.org/changeset/ports/385586 Log: Python module that implements DKIM (DomainKeys Identified Mail) email signing and verification. It also provides helper scripts for command line signing and verification. WWW: https://launchpad.net/dkimpy PR: 198982 Submitted by: ports@caomhin.org Added: head/mail/py-dkimpy/ head/mail/py-dkimpy/Makefile (contents, props changed) head/mail/py-dkimpy/distinfo (contents, props changed) head/mail/py-dkimpy/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu May 7 00:51:31 2015 (r385585) +++ head/mail/Makefile Thu May 7 00:52:23 2015 (r385586) @@ -501,6 +501,7 @@ SUBDIR += py-apolicy SUBDIR += py-authres SUBDIR += py-cyruslib + SUBDIR += py-dkimpy SUBDIR += py-libgmail SUBDIR += py-milter SUBDIR += py-ppolicy Added: head/mail/py-dkimpy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-dkimpy/Makefile Thu May 7 00:52:23 2015 (r385586) @@ -0,0 +1,18 @@ +# Created by: Kevin Golding <ports@caomhin.org> +# $FreeBSD$ + +PORTNAME= dkimpy +PORTVERSION= 0.5.4 +CATEGORIES= mail python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ports@caomhin.org +COMMENT= Python library for DKIM email signing and verification + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dns>=0:${PORTSDIR}/dns/py-dns + +USES= python:2 +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/mail/py-dkimpy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-dkimpy/distinfo Thu May 7 00:52:23 2015 (r385586) @@ -0,0 +1,2 @@ +SHA256 (dkimpy-0.5.4.tar.gz) = 973b043d9b7993a15468dbef0a4c0e8d16db95a68144473d8cd141de9e6cf5a8 +SIZE (dkimpy-0.5.4.tar.gz) = 62879 Added: head/mail/py-dkimpy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-dkimpy/pkg-descr Thu May 7 00:52:23 2015 (r385586) @@ -0,0 +1,5 @@ +Python module that implements DKIM (DomainKeys Identified Mail) email +signing and verification. It also provides helper scripts for command +line signing and verification. + +WWW: https://launchpad.net/dkimpy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505070052.t470qN5w051344>