ruby-ethon: Import ruby-ethon-0.12.0 as wip/ruby-ethon

In Greek mythology, Ethon, the son of Typhoeus and Echidna, is a gigantic
eagle.  So much for the history. In the modern world, Ethon is a very
basic libcurl wrapper using ffi.
This commit is contained in:
Leonardo Taccari 2019-07-08 16:53:27 +02:00
parent cdee3154a3
commit 238cae59e5
5 changed files with 130 additions and 0 deletions

View File

@ -4342,6 +4342,7 @@ SUBDIR+= ruby-chawan
SUBDIR+= ruby-delegate_it
SUBDIR+= ruby-diaspora
SUBDIR+= ruby-ditz
SUBDIR+= ruby-ethon
SUBDIR+= ruby-gh
SUBDIR+= ruby-ghi
SUBDIR+= ruby-git

3
ruby-ethon/DESCR Normal file
View File

@ -0,0 +1,3 @@
In Greek mythology, Ethon, the son of Typhoeus and Echidna, is a gigantic
eagle. So much for the history. In the modern world, Ethon is a very
basic libcurl wrapper using ffi.

14
ruby-ethon/Makefile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD$
DISTNAME= ethon-0.12.0
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/typhoeus/ethon
COMMENT= Very lightweight libcurl wrapper
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.3.0:../../devel/ruby-ffi
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

105
ruby-ethon/PLIST Normal file
View File

@ -0,0 +1,105 @@
@comment $NetBSD$
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/Guardfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/ethon.gemspec
${GEM_LIBDIR}/lib/ethon.rb
${GEM_LIBDIR}/lib/ethon/curl.rb
${GEM_LIBDIR}/lib/ethon/curls/classes.rb
${GEM_LIBDIR}/lib/ethon/curls/codes.rb
${GEM_LIBDIR}/lib/ethon/curls/constants.rb
${GEM_LIBDIR}/lib/ethon/curls/form_options.rb
${GEM_LIBDIR}/lib/ethon/curls/functions.rb
${GEM_LIBDIR}/lib/ethon/curls/infos.rb
${GEM_LIBDIR}/lib/ethon/curls/messages.rb
${GEM_LIBDIR}/lib/ethon/curls/options.rb
${GEM_LIBDIR}/lib/ethon/curls/settings.rb
${GEM_LIBDIR}/lib/ethon/easy.rb
${GEM_LIBDIR}/lib/ethon/easy/callbacks.rb
${GEM_LIBDIR}/lib/ethon/easy/debug_info.rb
${GEM_LIBDIR}/lib/ethon/easy/features.rb
${GEM_LIBDIR}/lib/ethon/easy/form.rb
${GEM_LIBDIR}/lib/ethon/easy/header.rb
${GEM_LIBDIR}/lib/ethon/easy/http.rb
${GEM_LIBDIR}/lib/ethon/easy/http/actionable.rb
${GEM_LIBDIR}/lib/ethon/easy/http/custom.rb
${GEM_LIBDIR}/lib/ethon/easy/http/delete.rb
${GEM_LIBDIR}/lib/ethon/easy/http/get.rb
${GEM_LIBDIR}/lib/ethon/easy/http/head.rb
${GEM_LIBDIR}/lib/ethon/easy/http/options.rb
${GEM_LIBDIR}/lib/ethon/easy/http/patch.rb
${GEM_LIBDIR}/lib/ethon/easy/http/post.rb
${GEM_LIBDIR}/lib/ethon/easy/http/postable.rb
${GEM_LIBDIR}/lib/ethon/easy/http/put.rb
${GEM_LIBDIR}/lib/ethon/easy/http/putable.rb
${GEM_LIBDIR}/lib/ethon/easy/informations.rb
${GEM_LIBDIR}/lib/ethon/easy/mirror.rb
${GEM_LIBDIR}/lib/ethon/easy/operations.rb
${GEM_LIBDIR}/lib/ethon/easy/options.rb
${GEM_LIBDIR}/lib/ethon/easy/params.rb
${GEM_LIBDIR}/lib/ethon/easy/queryable.rb
${GEM_LIBDIR}/lib/ethon/easy/response_callbacks.rb
${GEM_LIBDIR}/lib/ethon/easy/util.rb
${GEM_LIBDIR}/lib/ethon/errors.rb
${GEM_LIBDIR}/lib/ethon/errors/ethon_error.rb
${GEM_LIBDIR}/lib/ethon/errors/global_init.rb
${GEM_LIBDIR}/lib/ethon/errors/invalid_option.rb
${GEM_LIBDIR}/lib/ethon/errors/invalid_value.rb
${GEM_LIBDIR}/lib/ethon/errors/multi_add.rb
${GEM_LIBDIR}/lib/ethon/errors/multi_fdset.rb
${GEM_LIBDIR}/lib/ethon/errors/multi_remove.rb
${GEM_LIBDIR}/lib/ethon/errors/multi_timeout.rb
${GEM_LIBDIR}/lib/ethon/errors/select.rb
${GEM_LIBDIR}/lib/ethon/libc.rb
${GEM_LIBDIR}/lib/ethon/loggable.rb
${GEM_LIBDIR}/lib/ethon/multi.rb
${GEM_LIBDIR}/lib/ethon/multi/operations.rb
${GEM_LIBDIR}/lib/ethon/multi/options.rb
${GEM_LIBDIR}/lib/ethon/multi/stack.rb
${GEM_LIBDIR}/lib/ethon/version.rb
${GEM_LIBDIR}/profile/benchmarks.rb
${GEM_LIBDIR}/profile/memory_leaks.rb
${GEM_LIBDIR}/profile/perf_spec_helper.rb
${GEM_LIBDIR}/profile/support/memory_test_helpers.rb
${GEM_LIBDIR}/profile/support/os_memory_leak_tracker.rb
${GEM_LIBDIR}/profile/support/ruby_object_leak_tracker.rb
${GEM_LIBDIR}/spec/ethon/curl_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/callbacks_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/debug_info_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/features_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/form_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/header_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/custom_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/delete_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/get_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/head_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/options_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/patch_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/post_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http/put_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/http_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/informations_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/mirror_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/operations_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/options_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/queryable_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/response_callbacks_spec.rb
${GEM_LIBDIR}/spec/ethon/easy/util_spec.rb
${GEM_LIBDIR}/spec/ethon/easy_spec.rb
${GEM_LIBDIR}/spec/ethon/libc_spec.rb
${GEM_LIBDIR}/spec/ethon/loggable_spec.rb
${GEM_LIBDIR}/spec/ethon/multi/operations_spec.rb
${GEM_LIBDIR}/spec/ethon/multi/options_spec.rb
${GEM_LIBDIR}/spec/ethon/multi/stack_spec.rb
${GEM_LIBDIR}/spec/ethon/multi_spec.rb
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/support/localhost_server.rb
${GEM_LIBDIR}/spec/support/server.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

7
ruby-ethon/distinfo Normal file
View File

@ -0,0 +1,7 @@
$NetBSD$
SHA1 (ethon-0.12.0.gem) = 921ef1be44583a7644ee7f20fe5f26f21d018a04
RMD160 (ethon-0.12.0.gem) = 63e254cbcdd7706a12c52b27c28e2d4f6cd6f159
SHA512 (ethon-0.12.0.gem) = 5fea666efdd5e2d568d0e074f205525656e202ecea3bb5ff8a8ab838a596cab349b869baffb7926227d6cfdae5b9c1cb86bb201b4c9585056c6671ab4feee596
Size (ethon-0.12.0.gem) = 56832 bytes
SHA1 (patch-lib_ghi_client.rb) = 2b596f815efa579c371dd2d596b292ac69f03da5