ruby-typhoeus: Import ruby-typhoeus-1.3.1 as wip/ruby-typhoeus

Like a modern code version of the mythical beast with 100 serpent heads,
Typhoeus runs HTTP requests in parallel while cleanly encapsulating
handling logic.
This commit is contained in:
Leonardo Taccari 2019-07-08 16:55:32 +02:00
parent 238cae59e5
commit 8242df49b7
5 changed files with 124 additions and 0 deletions

View File

@ -4368,6 +4368,7 @@ SUBDIR+= ruby-teamocil
SUBDIR+= ruby-termit
SUBDIR+= ruby-therubyracer
SUBDIR+= ruby-trollop
SUBDIR+= ruby-typhoeus
SUBDIR+= ruby-vegas
SUBDIR+= ruby-versionomy
SUBDIR+= ruby-xmpp4r

3
ruby-typhoeus/DESCR Normal file
View File

@ -0,0 +1,3 @@
Like a modern code version of the mythical beast with 100 serpent heads,
Typhoeus runs HTTP requests in parallel while cleanly encapsulating
handling logic.

14
ruby-typhoeus/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
DISTNAME= typhoeus-1.3.1
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/typhoeus/typhoeus
COMMENT= Wraps libcurl in order to make fast and reliable requests
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-ethon>=0.9.0:../../wip/ruby-ethon
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

99
ruby-typhoeus/PLIST Normal file
View File

@ -0,0 +1,99 @@
@comment $NetBSD$
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/UPGRADE.md
${GEM_LIBDIR}/lib/rack/typhoeus.rb
${GEM_LIBDIR}/lib/rack/typhoeus/middleware/params_decoder.rb
${GEM_LIBDIR}/lib/rack/typhoeus/middleware/params_decoder/helper.rb
${GEM_LIBDIR}/lib/typhoeus.rb
${GEM_LIBDIR}/lib/typhoeus/adapters/faraday.rb
${GEM_LIBDIR}/lib/typhoeus/cache/dalli.rb
${GEM_LIBDIR}/lib/typhoeus/cache/rails.rb
${GEM_LIBDIR}/lib/typhoeus/cache/redis.rb
${GEM_LIBDIR}/lib/typhoeus/config.rb
${GEM_LIBDIR}/lib/typhoeus/easy_factory.rb
${GEM_LIBDIR}/lib/typhoeus/errors.rb
${GEM_LIBDIR}/lib/typhoeus/errors/no_stub.rb
${GEM_LIBDIR}/lib/typhoeus/errors/typhoeus_error.rb
${GEM_LIBDIR}/lib/typhoeus/expectation.rb
${GEM_LIBDIR}/lib/typhoeus/hydra.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/addable.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/before.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/block_connection.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/cacheable.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/memoizable.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/queueable.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/runnable.rb
${GEM_LIBDIR}/lib/typhoeus/hydra/stubbable.rb
${GEM_LIBDIR}/lib/typhoeus/pool.rb
${GEM_LIBDIR}/lib/typhoeus/railtie.rb
${GEM_LIBDIR}/lib/typhoeus/request.rb
${GEM_LIBDIR}/lib/typhoeus/request/actions.rb
${GEM_LIBDIR}/lib/typhoeus/request/before.rb
${GEM_LIBDIR}/lib/typhoeus/request/block_connection.rb
${GEM_LIBDIR}/lib/typhoeus/request/cacheable.rb
${GEM_LIBDIR}/lib/typhoeus/request/callbacks.rb
${GEM_LIBDIR}/lib/typhoeus/request/marshal.rb
${GEM_LIBDIR}/lib/typhoeus/request/memoizable.rb
${GEM_LIBDIR}/lib/typhoeus/request/operations.rb
${GEM_LIBDIR}/lib/typhoeus/request/responseable.rb
${GEM_LIBDIR}/lib/typhoeus/request/streamable.rb
${GEM_LIBDIR}/lib/typhoeus/request/stubbable.rb
${GEM_LIBDIR}/lib/typhoeus/response.rb
${GEM_LIBDIR}/lib/typhoeus/response/cacheable.rb
${GEM_LIBDIR}/lib/typhoeus/response/header.rb
${GEM_LIBDIR}/lib/typhoeus/response/informations.rb
${GEM_LIBDIR}/lib/typhoeus/response/status.rb
${GEM_LIBDIR}/lib/typhoeus/version.rb
${GEM_LIBDIR}/perf/profile.rb
${GEM_LIBDIR}/perf/vs_nethttp.rb
${GEM_LIBDIR}/spec/rack/typhoeus/middleware/params_decoder/helper_spec.rb
${GEM_LIBDIR}/spec/rack/typhoeus/middleware/params_decoder_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/localhost_server.rb
${GEM_LIBDIR}/spec/support/memory_cache.rb
${GEM_LIBDIR}/spec/support/server.rb
${GEM_LIBDIR}/spec/typhoeus/adapters/faraday_spec.rb
${GEM_LIBDIR}/spec/typhoeus/cache/dalli_spec.rb
${GEM_LIBDIR}/spec/typhoeus/cache/redis_spec.rb
${GEM_LIBDIR}/spec/typhoeus/config_spec.rb
${GEM_LIBDIR}/spec/typhoeus/easy_factory_spec.rb
${GEM_LIBDIR}/spec/typhoeus/errors/no_stub_spec.rb
${GEM_LIBDIR}/spec/typhoeus/expectation_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/addable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/before_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/block_connection_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/cacheable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/memoizable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/queueable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/runnable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra/stubbable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/hydra_spec.rb
${GEM_LIBDIR}/spec/typhoeus/pool_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/actions_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/before_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/block_connection_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/cacheable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/callbacks_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/marshal_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/memoizable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/operations_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/responseable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request/stubbable_spec.rb
${GEM_LIBDIR}/spec/typhoeus/request_spec.rb
${GEM_LIBDIR}/spec/typhoeus/response/header_spec.rb
${GEM_LIBDIR}/spec/typhoeus/response/informations_spec.rb
${GEM_LIBDIR}/spec/typhoeus/response/status_spec.rb
${GEM_LIBDIR}/spec/typhoeus/response_spec.rb
${GEM_LIBDIR}/spec/typhoeus_spec.rb
${GEM_LIBDIR}/typhoeus.gemspec
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

7
ruby-typhoeus/distinfo Normal file
View File

@ -0,0 +1,7 @@
$NetBSD$
SHA1 (typhoeus-1.3.1.gem) = 57fe283b58130581a6edfaa2bfde3a9ecaa5e5ac
RMD160 (typhoeus-1.3.1.gem) = b0f3eccc93865761c3f20d89555ceee43d5a4fc8
SHA512 (typhoeus-1.3.1.gem) = f826cdb7e48577226b12fc2715123e13519148f67d036470e385f80f8f3112d1ad24bf580c2ed0d213242c9afc1bdf868084266d430858b2cf6de73e50a11422
Size (typhoeus-1.3.1.gem) = 55808 bytes
SHA1 (patch-lib_ghi_client.rb) = 2b596f815efa579c371dd2d596b292ac69f03da5