diff options
author | tj <tj@FreeBSD.org> | 2016-04-01 13:51:57 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2016-04-01 13:51:57 +0800 |
commit | 9e0124d8cead46a1aaa802ded0ee74a134a9b21f (patch) | |
tree | c38f7bde5923b9560ee17519abfe211200b551d9 /mail | |
parent | 58c0956b3ea0bac976e733346e83677b44e1f67c (diff) | |
download | freebsd-ports-gnome-9e0124d8cead46a1aaa802ded0ee74a134a9b21f.tar.gz freebsd-ports-gnome-9e0124d8cead46a1aaa802ded0ee74a134a9b21f.tar.zst freebsd-ports-gnome-9e0124d8cead46a1aaa802ded0ee74a134a9b21f.zip |
New port mail/py-email-reply-parser
A port of GitHub's Email Reply Parser library, by the fine folks at Zapier.
WWW: https://github.com/zapier/email-reply-parser
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/py-email-reply-parser/Makefile | 20 | ||||
-rw-r--r-- | mail/py-email-reply-parser/distinfo | 2 | ||||
-rw-r--r-- | mail/py-email-reply-parser/pkg-descr | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 6ba4cbba30b2..4992d939842d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -511,6 +511,7 @@ SUBDIR += procmail SUBDIR += prom-wl SUBDIR += proxsmtp + SUBDIR += py-email-reply-parser SUBDIR += py-Products.MailHost SUBDIR += py-Products.SecureMailHost SUBDIR += py-apolicy diff --git a/mail/py-email-reply-parser/Makefile b/mail/py-email-reply-parser/Makefile new file mode 100644 index 000000000000..866b0a09a8bd --- /dev/null +++ b/mail/py-email-reply-parser/Makefile @@ -0,0 +1,20 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= email-reply-parser +PORTVERSION= 0.1.5 +CATEGORIES= mail python +MASTER_SITES= GH +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= GitHubs Email Reply Parser library for python + +USES= python +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_ACCOUNT= zapier +GH_PROJECT= email-reply-parser +GH_TAGNAME= v${PORTVERSION} + +.include <bsd.port.mk> diff --git a/mail/py-email-reply-parser/distinfo b/mail/py-email-reply-parser/distinfo new file mode 100644 index 000000000000..ef09bdae5229 --- /dev/null +++ b/mail/py-email-reply-parser/distinfo @@ -0,0 +1,2 @@ +SHA256 (zapier-email-reply-parser-0.1.5-v0.1.5_GH0.tar.gz) = aeb993dc968fcc1a7e69c0c01b3f903a1a01c84b2248bf25b0124bf65866f130 +SIZE (zapier-email-reply-parser-0.1.5-v0.1.5_GH0.tar.gz) = 6572 diff --git a/mail/py-email-reply-parser/pkg-descr b/mail/py-email-reply-parser/pkg-descr new file mode 100644 index 000000000000..bd0c63457274 --- /dev/null +++ b/mail/py-email-reply-parser/pkg-descr @@ -0,0 +1,3 @@ +A port of GitHub's Email Reply Parser library, by the fine folks at Zapier. + +WWW: https://github.com/zapier/email-reply-parser |