pkgsrc-WIP-changes archive

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

Add ruby-httparty



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Wed Apr 17 11:24:29 2019 +0200
Changeset:	ada68273740497f6fd61a122a596db7c9f543c7e

Modified Files:
	Makefile
Added Files:
	ruby-httparty/DESCR
	ruby-httparty/Makefile
	ruby-httparty/PLIST
	ruby-httparty/distinfo

Log Message:
Add ruby-httparty

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ada68273740497f6fd61a122a596db7c9f543c7e

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

diffstat:
 Makefile               |   1 +
 ruby-httparty/DESCR    |   4 ++
 ruby-httparty/Makefile |  12 +++++
 ruby-httparty/PLIST    | 116 +++++++++++++++++++++++++++++++++++++++++++++++++
 ruby-httparty/distinfo |   6 +++
 5 files changed, 139 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 36ab737b46..4d77410014 100644
--- a/Makefile
+++ b/Makefile
@@ -4283,6 +4283,7 @@ SUBDIR+=	ruby-ditz
 SUBDIR+=	ruby-ghi
 SUBDIR+=	ruby-git
 SUBDIR+=	ruby-git_stats
+SUBDIR+=	ruby-httparty
 SUBDIR+=	ruby-iesd
 SUBDIR+=	ruby-kakasi
 SUBDIR+=	ruby-libv8
diff --git a/ruby-httparty/DESCR b/ruby-httparty/DESCR
new file mode 100644
index 0000000000..9ad3d4eaf1
--- /dev/null
+++ b/ruby-httparty/DESCR
@@ -0,0 +1,4 @@
+httparty includes the executable httparty which can be used to query web
+services and examine the resulting output. By default it will output the
+response as a pretty-printed Ruby object (useful for grokking the structure of
+output). This can also be overridden to output formatted XML or JSON.
diff --git a/ruby-httparty/Makefile b/ruby-httparty/Makefile
new file mode 100644
index 0000000000..284eee54d8
--- /dev/null
+++ b/ruby-httparty/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+DISTNAME=	httparty-0.16.4
+CATEGORIES=	www
+
+MAINTAINER=	khorben%defora.org@localhost
+HOMEPAGE=	https://github.com/jnunemaker/httparty
+COMMENT=	Makes http fun again
+LICENSE=	mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-httparty/PLIST b/ruby-httparty/PLIST
new file mode 100644
index 0000000000..7e3ac2b0ec
--- /dev/null
+++ b/ruby-httparty/PLIST
@@ -0,0 +1,116 @@
+@comment $NetBSD$
+bin/httparty
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.editorconfig
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rubocop.yml
+${GEM_LIBDIR}/.rubocop_todo.yml
+${GEM_LIBDIR}/.simplecov
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CONTRIBUTING.md
+${GEM_LIBDIR}/Changelog.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/Guardfile
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/httparty
+${GEM_LIBDIR}/cucumber.yml
+${GEM_LIBDIR}/docs/README.md
+${GEM_LIBDIR}/examples/README.md
+${GEM_LIBDIR}/examples/aaws.rb
+${GEM_LIBDIR}/examples/basic.rb
+${GEM_LIBDIR}/examples/body_stream.rb
+${GEM_LIBDIR}/examples/crack.rb
+${GEM_LIBDIR}/examples/custom_parsers.rb
+${GEM_LIBDIR}/examples/delicious.rb
+${GEM_LIBDIR}/examples/google.rb
+${GEM_LIBDIR}/examples/headers_and_user_agents.rb
+${GEM_LIBDIR}/examples/logging.rb
+${GEM_LIBDIR}/examples/microsoft_graph.rb
+${GEM_LIBDIR}/examples/multipart.rb
+${GEM_LIBDIR}/examples/nokogiri_html_parser.rb
+${GEM_LIBDIR}/examples/rescue_json.rb
+${GEM_LIBDIR}/examples/rubyurl.rb
+${GEM_LIBDIR}/examples/stackexchange.rb
+${GEM_LIBDIR}/examples/stream_download.rb
+${GEM_LIBDIR}/examples/tripit_sign_in.rb
+${GEM_LIBDIR}/examples/twitter.rb
+${GEM_LIBDIR}/examples/whoismyrep.rb
+${GEM_LIBDIR}/features/basic_authentication.feature
+${GEM_LIBDIR}/features/command_line.feature
+${GEM_LIBDIR}/features/deals_with_http_error_codes.feature
+${GEM_LIBDIR}/features/digest_authentication.feature
+${GEM_LIBDIR}/features/handles_compressed_responses.feature
+${GEM_LIBDIR}/features/handles_multiple_formats.feature
+${GEM_LIBDIR}/features/steps/env.rb
+${GEM_LIBDIR}/features/steps/httparty_response_steps.rb
+${GEM_LIBDIR}/features/steps/httparty_steps.rb
+${GEM_LIBDIR}/features/steps/mongrel_helper.rb
+${GEM_LIBDIR}/features/steps/remote_service_steps.rb
+${GEM_LIBDIR}/features/supports_read_timeout_option.feature
+${GEM_LIBDIR}/features/supports_redirection.feature
+${GEM_LIBDIR}/features/supports_timeout_option.feature
+${GEM_LIBDIR}/httparty.gemspec
+${GEM_LIBDIR}/lib/httparty.rb
+${GEM_LIBDIR}/lib/httparty/connection_adapter.rb
+${GEM_LIBDIR}/lib/httparty/cookie_hash.rb
+${GEM_LIBDIR}/lib/httparty/exceptions.rb
+${GEM_LIBDIR}/lib/httparty/fragment_with_response.rb
+${GEM_LIBDIR}/lib/httparty/hash_conversions.rb
+${GEM_LIBDIR}/lib/httparty/logger/apache_formatter.rb
+${GEM_LIBDIR}/lib/httparty/logger/curl_formatter.rb
+${GEM_LIBDIR}/lib/httparty/logger/logger.rb
+${GEM_LIBDIR}/lib/httparty/logger/logstash_formatter.rb
+${GEM_LIBDIR}/lib/httparty/module_inheritable_attributes.rb
+${GEM_LIBDIR}/lib/httparty/net_digest_auth.rb
+${GEM_LIBDIR}/lib/httparty/parser.rb
+${GEM_LIBDIR}/lib/httparty/request.rb
+${GEM_LIBDIR}/lib/httparty/request/body.rb
+${GEM_LIBDIR}/lib/httparty/request/multipart_boundary.rb
+${GEM_LIBDIR}/lib/httparty/response.rb
+${GEM_LIBDIR}/lib/httparty/response/headers.rb
+${GEM_LIBDIR}/lib/httparty/utils.rb
+${GEM_LIBDIR}/lib/httparty/version.rb
+${GEM_LIBDIR}/script/release
+${GEM_LIBDIR}/spec/fixtures/delicious.xml
+${GEM_LIBDIR}/spec/fixtures/empty.xml
+${GEM_LIBDIR}/spec/fixtures/example.html
+${GEM_LIBDIR}/spec/fixtures/ssl/generate.sh
+${GEM_LIBDIR}/spec/fixtures/ssl/generated/bogushost.crt
+${GEM_LIBDIR}/spec/fixtures/ssl/generated/ca.crt
+${GEM_LIBDIR}/spec/fixtures/ssl/generated/ca.key
+${GEM_LIBDIR}/spec/fixtures/ssl/generated/selfsigned.crt
+${GEM_LIBDIR}/spec/fixtures/ssl/generated/server.crt
+${GEM_LIBDIR}/spec/fixtures/ssl/generated/server.key
+${GEM_LIBDIR}/spec/fixtures/ssl/openssl-exts.cnf
+${GEM_LIBDIR}/spec/fixtures/tiny.gif
+${GEM_LIBDIR}/spec/fixtures/twitter.csv
+${GEM_LIBDIR}/spec/fixtures/twitter.json
+${GEM_LIBDIR}/spec/fixtures/twitter.xml
+${GEM_LIBDIR}/spec/fixtures/undefined_method_add_node_for_nil.xml
+${GEM_LIBDIR}/spec/httparty/connection_adapter_spec.rb
+${GEM_LIBDIR}/spec/httparty/cookie_hash_spec.rb
+${GEM_LIBDIR}/spec/httparty/exception_spec.rb
+${GEM_LIBDIR}/spec/httparty/fragment_with_response_spec.rb
+${GEM_LIBDIR}/spec/httparty/hash_conversions_spec.rb
+${GEM_LIBDIR}/spec/httparty/logger/apache_formatter_spec.rb
+${GEM_LIBDIR}/spec/httparty/logger/curl_formatter_spec.rb
+${GEM_LIBDIR}/spec/httparty/logger/logger_spec.rb
+${GEM_LIBDIR}/spec/httparty/logger/logstash_formatter_spec.rb
+${GEM_LIBDIR}/spec/httparty/net_digest_auth_spec.rb
+${GEM_LIBDIR}/spec/httparty/parser_spec.rb
+${GEM_LIBDIR}/spec/httparty/request/body_spec.rb
+${GEM_LIBDIR}/spec/httparty/request_spec.rb
+${GEM_LIBDIR}/spec/httparty/response_spec.rb
+${GEM_LIBDIR}/spec/httparty/ssl_spec.rb
+${GEM_LIBDIR}/spec/httparty_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/support/ssl_test_helper.rb
+${GEM_LIBDIR}/spec/support/ssl_test_server.rb
+${GEM_LIBDIR}/spec/support/stub_response.rb
+${GEM_LIBDIR}/website/css/common.css
+${GEM_LIBDIR}/website/index.html
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.4.0/extensions
+@pkgdir lib/ruby/gems/2.4.0/build_info
diff --git a/ruby-httparty/distinfo b/ruby-httparty/distinfo
new file mode 100644
index 0000000000..99298cef39
--- /dev/null
+++ b/ruby-httparty/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (httparty-0.16.4.gem) = f233bb21699a94e28bd04e97c6f6b8d9085fc395
+RMD160 (httparty-0.16.4.gem) = 6d5863b08767dc242d8b3fb4c94ce97a40cde1ef
+SHA512 (httparty-0.16.4.gem) = a3465234cdc6118396b385c482a44a0c6aabf37cb81d00186c4f004e63d7c692bf8783c72dad5702d347d2dbf5bd0b54e78fb4852c149851b27d65f886c3525a
+Size (httparty-0.16.4.gem) = 91136 bytes


Home | Main Index | Thread Index | Old Index