pkgsrc/net/ruby-twitter-text/Makefile
tsutsui f66c61d067 ruby-twitter-text: update to 3.0.0.
Upstream pull request log:
https://github.com/twitter/twitter-text/pull/265

* New v3.json config file with emojiParsingEnabled config option. When
  true, twitter-text will parse and discount emoji supported by the
  twemoji library (see https://github.com/twitter/twemoji). The length
  of these emoji will be the default weight (200 or two characters) even
  if they contain multiple code points combined by zero-width
  joiners. This means that emoji with skin tone and gender modifiers no
  longer count as more characters than those without such modifiers.
  All 4 implementations updated to reflect this change in counting.
* Updates known gTLDs to recognize recent additions by IANA (#261)
2019-06-16 16:16:48 +00:00

15 lines
456 B
Makefile

# $NetBSD: Makefile,v 1.7 2019/06/16 16:16:48 tsutsui Exp $
DISTNAME= twitter-text-3.0.0
CATEGORIES= net
MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= https://rubygems.org/gems/twitter-text
COMMENT= Library that provides text handling for Twitter
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-unf-[0-9]*:../../converters/ruby-unf
DEPENDS+= ${RUBY_PKGPREFIX}-idn-[0-9]*:../../devel/ruby-idn
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"