eed450b7fb
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. Based on pkgsrc-wip/ruby-ethon by leot@.
105 lines
4.3 KiB
Text
105 lines
4.3 KiB
Text
@comment $NetBSD: PLIST,v 1.1 2020/04/14 15:52:00 ryoon Exp $
|
|
${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
|