From owner-svn-ports-all@freebsd.org Fri Apr 1 05:51:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D3739AE4053; Fri, 1 Apr 2016 05:51:58 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7711304; Fri, 1 Apr 2016 05:51:58 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315pvTH007152; Fri, 1 Apr 2016 05:51:57 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315pvWM007148; Fri, 1 Apr 2016 05:51:57 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010551.u315pvWM007148@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 05:51:57 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:51:58 -0000 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 +# $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 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