Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 05:51:57 +0000 (UTC)
From:      Tom Judge <tj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412318 - in head/mail: . py-email-reply-parser
Message-ID:  <201604010551.u315pvWM007148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tj
Date: Fri Apr  1 05:51:57 2016
New Revision: 412318
URL: https://svnweb.freebsd.org/changeset/ports/412318

Log:
  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

Added:
  head/mail/py-email-reply-parser/
  head/mail/py-email-reply-parser/Makefile   (contents, props changed)
  head/mail/py-email-reply-parser/distinfo   (contents, props changed)
  head/mail/py-email-reply-parser/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Fri Apr  1 05:45:33 2016	(r412317)
+++ head/mail/Makefile	Fri Apr  1 05:51:57 2016	(r412318)
@@ -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

Added: head/mail/py-email-reply-parser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/py-email-reply-parser/Makefile	Fri Apr  1 05:51:57 2016	(r412318)
@@ -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>

Added: head/mail/py-email-reply-parser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/py-email-reply-parser/distinfo	Fri Apr  1 05:51:57 2016	(r412318)
@@ -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

Added: head/mail/py-email-reply-parser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/py-email-reply-parser/pkg-descr	Fri Apr  1 05:51:57 2016	(r412318)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604010551.u315pvWM007148>