pkgsrc-WIP-changes archive

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

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



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 8 16:53:27 2019 +0200
Changeset:	238cae59e5a663986cbb35462c17f4551527861c

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

Log Message:
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.

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

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

diffstat:
 Makefile            |   1 +
 ruby-ethon/DESCR    |   3 ++
 ruby-ethon/Makefile |  14 +++++++
 ruby-ethon/PLIST    | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ruby-ethon/distinfo |   7 ++++
 5 files changed, 130 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f7bf8f0c4c..cc2d871659 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/ruby-ethon/DESCR b/ruby-ethon/DESCR
new file mode 100644
index 0000000000..4304092a12
--- /dev/null
+++ b/ruby-ethon/DESCR
@@ -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.
diff --git a/ruby-ethon/Makefile b/ruby-ethon/Makefile
new file mode 100644
index 0000000000..8e6e8d7686
--- /dev/null
+++ b/ruby-ethon/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	ethon-0.12.0
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+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"
diff --git a/ruby-ethon/PLIST b/ruby-ethon/PLIST
new file mode 100644
index 0000000000..9937f28a09
--- /dev/null
+++ b/ruby-ethon/PLIST
@@ -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
diff --git a/ruby-ethon/distinfo b/ruby-ethon/distinfo
new file mode 100644
index 0000000000..7f01e50245
--- /dev/null
+++ b/ruby-ethon/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index