Date: Wed, 30 Aug 2017 00:06:39 +0000 (UTC) From: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448943 - in head/mail: . py-flufl.bounce Message-ID: <201708300006.v7U06dKI008465@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: acm Date: Wed Aug 30 00:06:39 2017 New Revision: 448943 URL: https://svnweb.freebsd.org/changeset/ports/448943 Log: - New port: mail/py-flufl.bounce The flufl.bounce library provides a set of heuristics and an API for detecting the original bouncing email addresses from a bounce message. Many formats found in the wild are supported, as are VERP and RFC 3464 (DSN). WWW: https://fluflbounce.readthedocs.io Added: head/mail/py-flufl.bounce/ head/mail/py-flufl.bounce/Makefile (contents, props changed) head/mail/py-flufl.bounce/distinfo (contents, props changed) head/mail/py-flufl.bounce/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Aug 30 00:02:43 2017 (r448942) +++ head/mail/Makefile Wed Aug 30 00:06:39 2017 (r448943) @@ -535,6 +535,7 @@ SUBDIR += py-cyruslib SUBDIR += py-dkimpy SUBDIR += py-email-reply-parser + SUBDIR += py-flufl.bounce SUBDIR += py-fuglu SUBDIR += py-libgmail SUBDIR += py-milter Added: head/mail/py-flufl.bounce/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-flufl.bounce/Makefile Wed Aug 30 00:06:39 2017 (r448943) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= flufl.bounce +PORTVERSION= 3.0 +CATEGORIES= mail python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= acm@FreeBSD.org +COMMENT= API for detecting the original bouncing email addresses from a bounce message + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}atpublic>=0:devel/py-atpublic \ + ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface + +USES= python:3 +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/mail/py-flufl.bounce/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-flufl.bounce/distinfo Wed Aug 30 00:06:39 2017 (r448943) @@ -0,0 +1,3 @@ +TIMESTAMP = 1503367637 +SHA256 (flufl.bounce-3.0.tar.gz) = a2c549fc40a58ddfa9dfd115fe43d5cac4f042e45bacef3be7fb993e1496b34c +SIZE (flufl.bounce-3.0.tar.gz) = 89156 Added: head/mail/py-flufl.bounce/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/py-flufl.bounce/pkg-descr Wed Aug 30 00:06:39 2017 (r448943) @@ -0,0 +1,5 @@ +The flufl.bounce library provides a set of heuristics and an API for detecting +the original bouncing email addresses from a bounce message. Many formats +found in the wild are supported, as are VERP and RFC 3464 (DSN). + +WWW: https://fluflbounce.readthedocs.io
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708300006.v7U06dKI008465>