pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-rest-client Import www/ruby-rest-client into ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f542d03fee4c
branches: trunk
changeset: 635355:f542d03fee4c
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Jun 03 14:06:49 2014 +0000
description:
Import www/ruby-rest-client into pkgsrc.
A simple HTTP and REST client for Ruby, inspired by the Sinatra
microframework style of specifying actions: get, put, post, delete.
diffstat:
www/ruby-rest-client/DESCR | 2 ++
www/ruby-rest-client/Makefile | 15 +++++++++++++++
www/ruby-rest-client/PLIST | 35 +++++++++++++++++++++++++++++++++++
www/ruby-rest-client/distinfo | 5 +++++
4 files changed, 57 insertions(+), 0 deletions(-)
diffs (73 lines):
diff -r 6fa031aabddd -r f542d03fee4c www/ruby-rest-client/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rest-client/DESCR Tue Jun 03 14:06:49 2014 +0000
@@ -0,0 +1,2 @@
+A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra
+microframework style of specifying actions: get, put, post, delete.
diff -r 6fa031aabddd -r f542d03fee4c www/ruby-rest-client/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rest-client/Makefile Tue Jun 03 14:06:49 2014 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2014/06/03 14:06:49 jperkin Exp $
+
+DISTNAME= rest-client-1.6.7
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://github.com/archiloque/rest-client
+COMMENT= Simple HTTP and REST client for Ruby inspired by Sinatra
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
+DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.16:../../mail/ruby-mime-types
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6fa031aabddd -r f542d03fee4c www/ruby-rest-client/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rest-client/PLIST Tue Jun 03 14:06:49 2014 +0000
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/03 14:06:49 jperkin Exp $
+bin/restclient
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
+${GEM_LIBDIR}/bin/restclient
+${GEM_LIBDIR}/history.md
+${GEM_LIBDIR}/lib/rest-client.rb
+${GEM_LIBDIR}/lib/rest_client.rb
+${GEM_LIBDIR}/lib/restclient.rb
+${GEM_LIBDIR}/lib/restclient/abstract_response.rb
+${GEM_LIBDIR}/lib/restclient/exceptions.rb
+${GEM_LIBDIR}/lib/restclient/net_http_ext.rb
+${GEM_LIBDIR}/lib/restclient/payload.rb
+${GEM_LIBDIR}/lib/restclient/raw_response.rb
+${GEM_LIBDIR}/lib/restclient/request.rb
+${GEM_LIBDIR}/lib/restclient/resource.rb
+${GEM_LIBDIR}/lib/restclient/response.rb
+${GEM_LIBDIR}/spec/abstract_response_spec.rb
+${GEM_LIBDIR}/spec/base.rb
+${GEM_LIBDIR}/spec/exceptions_spec.rb
+${GEM_LIBDIR}/spec/integration/certs/equifax.crt
+${GEM_LIBDIR}/spec/integration/certs/verisign.crt
+${GEM_LIBDIR}/spec/integration/request_spec.rb
+${GEM_LIBDIR}/spec/integration_spec.rb
+${GEM_LIBDIR}/spec/master_shake.jpg
+${GEM_LIBDIR}/spec/payload_spec.rb
+${GEM_LIBDIR}/spec/raw_response_spec.rb
+${GEM_LIBDIR}/spec/request2_spec.rb
+${GEM_LIBDIR}/spec/request_spec.rb
+${GEM_LIBDIR}/spec/resource_spec.rb
+${GEM_LIBDIR}/spec/response_spec.rb
+${GEM_LIBDIR}/spec/restclient_spec.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 6fa031aabddd -r f542d03fee4c www/ruby-rest-client/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-rest-client/distinfo Tue Jun 03 14:06:49 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/03 14:06:49 jperkin Exp $
+
+SHA1 (rest-client-1.6.7.gem) = 76c377ce4efd901b2d5e9246a1d091bbf9b0a1f9
+RMD160 (rest-client-1.6.7.gem) = 1c299d2228708b10721a753a9d2fee9bac395789
+Size (rest-client-1.6.7.gem) = 58368 bytes
Home |
Main Index |
Thread Index |
Old Index