Import of pkgsrc-2014Q1
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
The HTTP Gem is an easy-to-use client library for making requests from Ruby.
|
||||
It uses a simple method chaining system for building requests, similar to
|
||||
libraries like JQuery or Python's Requests.
|
||||
@@ -0,0 +1,17 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/01/17 13:22:51 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= http-0.5.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= tsutsui@NetBSD.org
|
||||
HOMEPAGE= https://github.com/tarcieri/http
|
||||
COMMENT= Simple Ruby DSL for making HTTP requests
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0:../../www/ruby-http_parser.rb
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
@@ -0,0 +1,44 @@
|
||||
@comment $NetBSD: PLIST,v 1.1 2014/01/17 13:22:51 obache Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.coveralls.yml
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/CHANGES.md
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/Guardfile
|
||||
${GEM_LIBDIR}/LICENSE.txt
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/examples/celluloid.rb
|
||||
${GEM_LIBDIR}/http.gemspec
|
||||
${GEM_LIBDIR}/lib/http.rb
|
||||
${GEM_LIBDIR}/lib/http/chainable.rb
|
||||
${GEM_LIBDIR}/lib/http/client.rb
|
||||
${GEM_LIBDIR}/lib/http/header.rb
|
||||
${GEM_LIBDIR}/lib/http/mime_type.rb
|
||||
${GEM_LIBDIR}/lib/http/mime_types/json.rb
|
||||
${GEM_LIBDIR}/lib/http/options.rb
|
||||
${GEM_LIBDIR}/lib/http/request.rb
|
||||
${GEM_LIBDIR}/lib/http/request_stream.rb
|
||||
${GEM_LIBDIR}/lib/http/response.rb
|
||||
${GEM_LIBDIR}/lib/http/response_parser.rb
|
||||
${GEM_LIBDIR}/lib/http/uri_backport.rb
|
||||
${GEM_LIBDIR}/lib/http/version.rb
|
||||
${GEM_LIBDIR}/spec/http/options/body_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options/callbacks_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options/form_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options/headers_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options/merge_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options/new_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options/proxy_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options/response_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/options_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/request_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/request_stream_spec.rb
|
||||
${GEM_LIBDIR}/spec/http/response_spec.rb
|
||||
${GEM_LIBDIR}/spec/http_spec.rb
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/spec/support/example_server.rb
|
||||
${GEM_LIBDIR}/spec/support/proxy_server.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
@@ -0,0 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.1 2014/01/17 13:22:51 obache Exp $
|
||||
|
||||
SHA1 (http-0.5.0.gem) = d3a076a190e3ca6e7ed54945ea84dfbfef6f1ae4
|
||||
RMD160 (http-0.5.0.gem) = ef008d93425f9f6ad69d22d1019637601cea094e
|
||||
Size (http-0.5.0.gem) = 20992 bytes
|
||||
Reference in New Issue
Block a user