summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorTom Judge <tj@FreeBSD.org>2016-04-01 05:51:57 +0000
committerTom Judge <tj@FreeBSD.org>2016-04-01 05:51:57 +0000
commitd6ee9ec4f9e18668cbb45010bc3f74fc7796953a (patch)
treec38f7bde5923b9560ee17519abfe211200b551d9 /mail
parentUpdate textproc/elasticsearch2-plugin-sql to version 2.3.0.0. (diff)
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
Notes
Notes: svn path=/head/; revision=412318
Diffstat (limited to 'mail')
-rw-r--r--mail/Makefile1
-rw-r--r--mail/py-email-reply-parser/Makefile20
-rw-r--r--mail/py-email-reply-parser/distinfo2
-rw-r--r--mail/py-email-reply-parser/pkg-descr3
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