pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ruby-twitter-text



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Jun 16 16:16:48 UTC 2019

Modified Files:
        pkgsrc/net/ruby-twitter-text: Makefile PLIST distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/ruby-twitter-text/Makefile \
    pkgsrc/net/ruby-twitter-text/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/ruby-twitter-text/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ruby-twitter-text/Makefile
diff -u pkgsrc/net/ruby-twitter-text/Makefile:1.6 pkgsrc/net/ruby-twitter-text/Makefile:1.7
--- pkgsrc/net/ruby-twitter-text/Makefile:1.6   Sat Dec 30 04:40:20 2017
+++ pkgsrc/net/ruby-twitter-text/Makefile       Sun Jun 16 16:16:48 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/12/30 04:40:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.7 2019/06/16 16:16:48 tsutsui Exp $
 
-DISTNAME=      twitter-text-2.1.0
+DISTNAME=      twitter-text-3.0.0
 CATEGORIES=    net
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
Index: pkgsrc/net/ruby-twitter-text/distinfo
diff -u pkgsrc/net/ruby-twitter-text/distinfo:1.6 pkgsrc/net/ruby-twitter-text/distinfo:1.7
--- pkgsrc/net/ruby-twitter-text/distinfo:1.6   Sat Dec 30 04:40:20 2017
+++ pkgsrc/net/ruby-twitter-text/distinfo       Sun Jun 16 16:16:48 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2017/12/30 04:40:20 tsutsui Exp $
+$NetBSD: distinfo,v 1.7 2019/06/16 16:16:48 tsutsui Exp $
 
-SHA1 (twitter-text-2.1.0.gem) = a75bf832132c0fabb70fd860b917ed2245b89271
-RMD160 (twitter-text-2.1.0.gem) = 853ba2b46123d368c15d7d2f6997dc74d43ed63e
-SHA512 (twitter-text-2.1.0.gem) = ac23e05f13a008d733a9417d47e633838584b548a41741a28ca399e1548344b39081b0c6677b7be9df1feb6ffcc491718ddfb5cd55cffb63d7bb680f1431907c
-Size (twitter-text-2.1.0.gem) = 54784 bytes
+SHA1 (twitter-text-3.0.0.gem) = 9939c37bb1134e4a590752bc6c18fbdbb6e33164
+RMD160 (twitter-text-3.0.0.gem) = ee195bf8c1c3b19842bfe0615b6df43ec783e457
+SHA512 (twitter-text-3.0.0.gem) = 2afd07636e1cfe140ff26e52ec8a4c23b6116f7166a73e1af1fec283aff7549c06ff46ed51fd178acddd607c1f9c82eff1eee7cb3ce81eeb78a73305e14120ad
+Size (twitter-text-3.0.0.gem) = 58880 bytes

Index: pkgsrc/net/ruby-twitter-text/PLIST
diff -u pkgsrc/net/ruby-twitter-text/PLIST:1.3 pkgsrc/net/ruby-twitter-text/PLIST:1.4
--- pkgsrc/net/ruby-twitter-text/PLIST:1.3      Sat Dec 30 04:40:20 2017
+++ pkgsrc/net/ruby-twitter-text/PLIST  Sun Jun 16 16:16:48 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/12/30 04:40:20 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/06/16 16:16:48 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gemtest
 ${GEM_LIBDIR}/.gitignore
@@ -12,11 +12,13 @@ ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/config/README.md
 ${GEM_LIBDIR}/config/v1.json
 ${GEM_LIBDIR}/config/v2.json
+${GEM_LIBDIR}/config/v3.json
 ${GEM_LIBDIR}/lib/assets/tld_lib.yml
 ${GEM_LIBDIR}/lib/twitter-text.rb
 ${GEM_LIBDIR}/lib/twitter-text/autolink.rb
 ${GEM_LIBDIR}/lib/twitter-text/configuration.rb
 ${GEM_LIBDIR}/lib/twitter-text/deprecation.rb
+${GEM_LIBDIR}/lib/twitter-text/emoji_regex.rb
 ${GEM_LIBDIR}/lib/twitter-text/extractor.rb
 ${GEM_LIBDIR}/lib/twitter-text/hash_helper.rb
 ${GEM_LIBDIR}/lib/twitter-text/hit_highlighter.rb



Home | Main Index | Thread Index | Old Index