From owner-svn-ports-all@freebsd.org Mon Nov 23 18:31:28 2015 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 0B33EA35CCC; Mon, 23 Nov 2015 18:31:28 +0000 (UTC) (envelope-from sunpoet@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 BA89B196D; Mon, 23 Nov 2015 18:31:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tANIVQ2f071635; Mon, 23 Nov 2015 18:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tANIVQSf071631; Mon, 23 Nov 2015 18:31:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511231831.tANIVQSf071631@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 23 Nov 2015 18:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402308 - in head/mail: . rubygem-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.20 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: Mon, 23 Nov 2015 18:31:28 -0000 Author: sunpoet Date: Mon Nov 23 18:31:26 2015 New Revision: 402308 URL: https://svnweb.freebsd.org/changeset/ports/402308 Log: - Add rubygem-email_reply_parser 0.5.8 - While I'm here: - Add LICENSE - Add NO_ARCH EmailReplyParser is a small library to parse plain text email content. See the rocco-documented source code for specifics on how it works. WWW: https://github.com/github/email_reply_parser PR: 203558 Submitted by: Michael Fausten Added: head/mail/rubygem-email_reply_parser/ head/mail/rubygem-email_reply_parser/Makefile (contents, props changed) head/mail/rubygem-email_reply_parser/distinfo (contents, props changed) head/mail/rubygem-email_reply_parser/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Mon Nov 23 18:31:18 2015 (r402307) +++ head/mail/Makefile Mon Nov 23 18:31:26 2015 (r402308) @@ -579,6 +579,7 @@ SUBDIR += rubygem-actionmailer SUBDIR += rubygem-actionmailer4 SUBDIR += rubygem-actionmailer41 + SUBDIR += rubygem-email_reply_parser SUBDIR += rubygem-email_reply_parser-discourse SUBDIR += rubygem-exception_notification SUBDIR += rubygem-larch Added: head/mail/rubygem-email_reply_parser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-email_reply_parser/Makefile Mon Nov 23 18:31:26 2015 (r402308) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= email_reply_parser +PORTVERSION= 0.5.8 +CATEGORIES= mail rubygems +MASTER_SITES= RG + +MAINTAINER= ports@michael-fausten.de +COMMENT= Library to parse plain text email content + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/mail/rubygem-email_reply_parser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-email_reply_parser/distinfo Mon Nov 23 18:31:26 2015 (r402308) @@ -0,0 +1,2 @@ +SHA256 (rubygem/email_reply_parser-0.5.8.gem) = 590857b778354653a593825f706a5a44adcd32dc95ff230c3eb69f5d9310574c +SIZE (rubygem/email_reply_parser-0.5.8.gem) = 16896 Added: head/mail/rubygem-email_reply_parser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/rubygem-email_reply_parser/pkg-descr Mon Nov 23 18:31:26 2015 (r402308) @@ -0,0 +1,4 @@ +EmailReplyParser is a small library to parse plain text email content. +See the rocco-documented source code for specifics on how it works. + +WWW: https://github.com/github/email_reply_parser