1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- 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
This commit is contained in:
Jose Alonso Cardenas Marquez 2017-08-30 00:06:39 +00:00
parent 8fb4c4a634
commit 8111ce1bd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448943
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1503367637
SHA256 (flufl.bounce-3.0.tar.gz) = a2c549fc40a58ddfa9dfd115fe43d5cac4f042e45bacef3be7fb993e1496b34c
SIZE (flufl.bounce-3.0.tar.gz) = 89156

View File

@ -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