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:
parent
5d857e4ee2
commit
b19fe56358
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370118
@ -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
|
||||
|
16
mail/rubygem-email_reply_parser-discourse/Makefile
Normal file
16
mail/rubygem-email_reply_parser-discourse/Makefile
Normal 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>
|
2
mail/rubygem-email_reply_parser-discourse/distinfo
Normal file
2
mail/rubygem-email_reply_parser-discourse/distinfo
Normal 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
|
4
mail/rubygem-email_reply_parser-discourse/pkg-descr
Normal file
4
mail/rubygem-email_reply_parser-discourse/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user