summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:31:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-23 18:31:26 +0000
commita9693e7e3a764eba559834cf63d190f1fa33672f (patch)
tree6d7ad2ffae94e76428837f7865da2cfa4f5a9eda
parent8abb0e79399f52e1c5fa16fa7c70d0c46c0924b7 (diff)
downloadfreebsd-ports-a9693e7e3a764eba559834cf63d190f1fa33672f.zip
- 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@michael-fausten.de>
-rw-r--r--mail/Makefile1
-rw-r--r--mail/rubygem-email_reply_parser/Makefile19
-rw-r--r--mail/rubygem-email_reply_parser/distinfo2
-rw-r--r--mail/rubygem-email_reply_parser/pkg-descr4
4 files changed, 26 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index a6b883390fc9..3240026d7fdf 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -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
diff --git a/mail/rubygem-email_reply_parser/Makefile b/mail/rubygem-email_reply_parser/Makefile
new file mode 100644
index 000000000000..66e41376bc0f
--- /dev/null
+++ b/mail/rubygem-email_reply_parser/Makefile
@@ -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 <bsd.port.mk>
diff --git a/mail/rubygem-email_reply_parser/distinfo b/mail/rubygem-email_reply_parser/distinfo
new file mode 100644
index 000000000000..761ad4cd4eef
--- /dev/null
+++ b/mail/rubygem-email_reply_parser/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/email_reply_parser-0.5.8.gem) = 590857b778354653a593825f706a5a44adcd32dc95ff230c3eb69f5d9310574c
+SIZE (rubygem/email_reply_parser-0.5.8.gem) = 16896
diff --git a/mail/rubygem-email_reply_parser/pkg-descr b/mail/rubygem-email_reply_parser/pkg-descr
new file mode 100644
index 000000000000..d20454ddc6b2
--- /dev/null
+++ b/mail/rubygem-email_reply_parser/pkg-descr
@@ -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