pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-ethon
Module Name: pkgsrc
Committed By: ryoon
Date: Tue Apr 14 15:52:00 UTC 2020
Added Files:
pkgsrc/www/ruby-ethon: DESCR Makefile PLIST distinfo
Log Message:
www/ruby-ethon: import ruby26-ethon-0.12.0
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@.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-ethon/DESCR \
pkgsrc/www/ruby-ethon/Makefile pkgsrc/www/ruby-ethon/PLIST \
pkgsrc/www/ruby-ethon/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/www/ruby-ethon/DESCR
diff -u /dev/null pkgsrc/www/ruby-ethon/DESCR:1.1
--- /dev/null Tue Apr 14 15:52:00 2020
+++ pkgsrc/www/ruby-ethon/DESCR Tue Apr 14 15:52:00 2020
@@ -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.
Index: pkgsrc/www/ruby-ethon/Makefile
diff -u /dev/null pkgsrc/www/ruby-ethon/Makefile:1.1
--- /dev/null Tue Apr 14 15:52:00 2020
+++ pkgsrc/www/ruby-ethon/Makefile Tue Apr 14 15:52:00 2020
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/04/14 15:52:00 ryoon Exp $
+
+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
+DEPENDS+= curl-[0-9]*:../../www/curl
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/ruby-ethon/PLIST
diff -u /dev/null pkgsrc/www/ruby-ethon/PLIST:1.1
--- /dev/null Tue Apr 14 15:52:00 2020
+++ pkgsrc/www/ruby-ethon/PLIST Tue Apr 14 15:52:00 2020
@@ -0,0 +1,105 @@
+@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
Index: pkgsrc/www/ruby-ethon/distinfo
diff -u /dev/null pkgsrc/www/ruby-ethon/distinfo:1.1
--- /dev/null Tue Apr 14 15:52:00 2020
+++ pkgsrc/www/ruby-ethon/distinfo Tue Apr 14 15:52:00 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/04/14 15:52:00 ryoon Exp $
+
+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
Home |
Main Index |
Thread Index |
Old Index