Po-Chuan Hsieh f40b3b8b3f
mail/rubygem-extended_email_reply_parser: Add rubygem-extended_email_reply_parser 0.5.1
When implementing a "reply or comment by email" feature, it's necessary to
filter out signatures and the previous conversation. One needs to extract just
the relevant parts for the conversation or comment section of the application.
This is what this ruby gem helps to do.

This gem is an extended version of GitHub's email_reply_parser. It wraps the
original email_reply_parser and allows to build extensions such as support for
i18n and detecting previous conversation that is not properly marked as
quotation by the sender's mail client.
2024-05-16 14:21:51 +08:00

23 lines
598 B
Makefile

PORTNAME= extended_email_reply_parser
PORTVERSION= 0.5.1
CATEGORIES= mail rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extended version of GitHub's email_reply_parser
WWW= https://github.com/fiedl/extended_email_reply_parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport71>=0:devel/rubygem-activesupport71 \
rubygem-charlock_holmes>=0:textproc/rubygem-charlock_holmes \
rubygem-email_reply_parser>=0.5.9<0.6:mail/rubygem-email_reply_parser \
rubygem-mail>=0,2:mail/rubygem-mail
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>