From 7a0c3ee1545b43ad100c14b7b4313d0a2397e332 Mon Sep 17 00:00:00 2001 From: Atsushi Toyokura Date: Mon, 23 Dec 2019 23:24:59 +0900 Subject: [PATCH] ruby-twitter-text1: Import ruby-twitter-text-1.14.7 as wip/ruby-twitter-text1 Twitter-text gem provides text processing routines for Twitter Tweets. The major reason for this is to unify the various auto-linking and extraction of usernames, lists, hashtags and URLs. --- Makefile | 1 + ruby-twitter-text1/DESCR | 3 +++ ruby-twitter-text1/Makefile | 15 +++++++++++++++ ruby-twitter-text1/PLIST | 38 +++++++++++++++++++++++++++++++++++++ ruby-twitter-text1/distinfo | 6 ++++++ 5 files changed, 63 insertions(+) create mode 100644 ruby-twitter-text1/DESCR create mode 100644 ruby-twitter-text1/Makefile create mode 100644 ruby-twitter-text1/PLIST create mode 100644 ruby-twitter-text1/distinfo diff --git a/Makefile b/Makefile index 62cc51c761..6e701b85cd 100644 --- a/Makefile +++ b/Makefile @@ -4362,6 +4362,7 @@ SUBDIR+= ruby-termit SUBDIR+= ruby-therubyracer SUBDIR+= ruby-travis SUBDIR+= ruby-trollop +SUBDIR+= ruby-twitter-text1 SUBDIR+= ruby-typhoeus SUBDIR+= ruby-vegas SUBDIR+= ruby-versionomy diff --git a/ruby-twitter-text1/DESCR b/ruby-twitter-text1/DESCR new file mode 100644 index 0000000000..3acd58412b --- /dev/null +++ b/ruby-twitter-text1/DESCR @@ -0,0 +1,3 @@ +Twitter-text gem provides text processing routines for Twitter Tweets. +The major reason for this is to unify the various auto-linking and +extraction of usernames, lists, hashtags and URLs. diff --git a/ruby-twitter-text1/Makefile b/ruby-twitter-text1/Makefile new file mode 100644 index 0000000000..a969ed1475 --- /dev/null +++ b/ruby-twitter-text1/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.7 2019/06/16 16:16:48 tsutsui Exp $ + +DISTNAME= twitter-text-1.14.7 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/twitter-text/twitter-text1/} +CATEGORIES= net + +MAINTAINER= pkgsrc-users@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 + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/ruby-twitter-text1/PLIST b/ruby-twitter-text1/PLIST new file mode 100644 index 0000000000..eaa9e3be05 --- /dev/null +++ b/ruby-twitter-text1/PLIST @@ -0,0 +1,38 @@ +@comment $NetBSD$ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/.gemtest +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.gitmodules +${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/Rakefile +${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/deprecation.rb +${GEM_LIBDIR}/lib/twitter-text/extractor.rb +${GEM_LIBDIR}/lib/twitter-text/hash_helper.rb +${GEM_LIBDIR}/lib/twitter-text/hit_highlighter.rb +${GEM_LIBDIR}/lib/twitter-text/regex.rb +${GEM_LIBDIR}/lib/twitter-text/rewriter.rb +${GEM_LIBDIR}/lib/twitter-text/unicode.rb +${GEM_LIBDIR}/lib/twitter-text/validation.rb +${GEM_LIBDIR}/script/destroy +${GEM_LIBDIR}/script/generate +${GEM_LIBDIR}/spec/autolinking_spec.rb +${GEM_LIBDIR}/spec/extractor_spec.rb +${GEM_LIBDIR}/spec/hithighlighter_spec.rb +${GEM_LIBDIR}/spec/regex_spec.rb +${GEM_LIBDIR}/spec/rewriter_spec.rb +${GEM_LIBDIR}/spec/spec_helper.rb +${GEM_LIBDIR}/spec/test_urls.rb +${GEM_LIBDIR}/spec/twitter_text_spec.rb +${GEM_LIBDIR}/spec/unicode_spec.rb +${GEM_LIBDIR}/spec/validation_spec.rb +${GEM_LIBDIR}/test/conformance_test.rb +${GEM_LIBDIR}/twitter-text.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec +@pkgdir lib/ruby/gems/2.6.0/extensions +@pkgdir lib/ruby/gems/2.6.0/build_info diff --git a/ruby-twitter-text1/distinfo b/ruby-twitter-text1/distinfo new file mode 100644 index 0000000000..1d39854eff --- /dev/null +++ b/ruby-twitter-text1/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.7 2019/06/16 16:16:48 tsutsui Exp $ + +SHA1 (twitter-text-1.14.7.gem) = cbc238cb3d27a49ab684ad3e2bdf688d98a7b0df +RMD160 (twitter-text-1.14.7.gem) = df993f9bb4a4958dcce2ee8ba9cbeb59280ae438 +SHA512 (twitter-text-1.14.7.gem) = 98addbf8efe7b9f2685f00827194dbb255b31512e8aa5c9dab22ec08b95ccebbcf53790dfc983e71b0644c687b4db98c5d30f74f15b925377403b4d5cf6e5194 +Size (twitter-text-1.14.7.gem) = 48128 bytes