1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

mail/rubygem-email_reply_parser-discourse: create port

EmailReplyParser is a small library to parse plain text email content to return
only the reply.

WWW: http://github.com/github/email_reply_parser
This commit is contained in:
Steve Wills 2014-10-05 20:55:02 +00:00
parent 5d857e4ee2
commit b19fe56358
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370118
4 changed files with 23 additions and 0 deletions

View File

@ -570,6 +570,7 @@
SUBDIR += ruby-rmail
SUBDIR += rubygem-actionmailer
SUBDIR += rubygem-actionmailer4
SUBDIR += rubygem-email_reply_parser-discourse
SUBDIR += rubygem-exception_notification
SUBDIR += rubygem-larch
SUBDIR += rubygem-mail

View File

@ -0,0 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= email_reply_parser-discourse
PORTVERSION= 0.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Email Reply Parser
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/email_reply_parser-discourse-0.6.gem) = 461d081169e30f7968b3685ff6a84c4f7fd85390c9c6102f1e0b74162881fa26
SIZE (rubygem/email_reply_parser-discourse-0.6.gem) = 22528

View File

@ -0,0 +1,4 @@
EmailReplyParser is a small library to parse plain text email content to return
only the reply.
WWW: http://github.com/github/email_reply_parser