svn commit: r402308 - in head/mail: . rubygem-email_reply_parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 23 18:31:28 UTC 2015


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 <ports at michael-fausten.de>

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 at 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 <bsd.port.mk>

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


More information about the svn-ports-all mailing list