pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-faraday-net_http www/ruby-faraday-net_http: a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/753ebb5c7a8d
branches:  trunk
changeset: 453850:753ebb5c7a8d
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 03 14:25:42 2021 +0000

description:
www/ruby-faraday-net_http: add version 1.0.1 package

Faraday Net::HTTP adapter

This gem is a Faraday adapter for the Net::HTTP library.

Faraday is an HTTP client library that provides a common interface over many
adapters.  Every adapter is defined into it's own gem.

This gem defines the adapter for Net::HTTP the HTTP library that's included
into the standard library of Ruby.

diffstat:

 www/ruby-faraday-net_http/DESCR    |   9 +++++++++
 www/ruby-faraday-net_http/Makefile |  14 ++++++++++++++
 www/ruby-faraday-net_http/PLIST    |   8 ++++++++
 www/ruby-faraday-net_http/distinfo |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 06306fb51168 -r 753ebb5c7a8d www/ruby-faraday-net_http/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-faraday-net_http/DESCR   Thu Jun 03 14:25:42 2021 +0000
@@ -0,0 +1,9 @@
+Faraday Net::HTTP adapter
+
+This gem is a Faraday adapter for the Net::HTTP library.
+
+Faraday is an HTTP client library that provides a common interface over many
+adapters.  Every adapter is defined into it's own gem.
+
+This gem defines the adapter for Net::HTTP the HTTP library that's included
+into the standard library of Ruby.
diff -r 06306fb51168 -r 753ebb5c7a8d www/ruby-faraday-net_http/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-faraday-net_http/Makefile        Thu Jun 03 14:25:42 2021 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2021/06/03 14:25:42 taca Exp $
+
+DISTNAME=      faraday-net_http-1.0.1
+CATEGORIES=    www
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/lostisland/faraday-net_http
+COMMENT=       Faraday adapter for Net::HTTP
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 06306fb51168 -r 753ebb5c7a8d www/ruby-faraday-net_http/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-faraday-net_http/PLIST   Thu Jun 03 14:25:42 2021 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2021/06/03 14:25:42 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/faraday/adapter/net_http.rb
+${GEM_LIBDIR}/lib/faraday/net_http.rb
+${GEM_LIBDIR}/lib/faraday/net_http/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 06306fb51168 -r 753ebb5c7a8d www/ruby-faraday-net_http/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-faraday-net_http/distinfo        Thu Jun 03 14:25:42 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/06/03 14:25:42 taca Exp $
+
+SHA1 (faraday-net_http-1.0.1.gem) = fc0529c14deeb25b52e3d7a9398389a4ba4ebaec
+RMD160 (faraday-net_http-1.0.1.gem) = eab0cead68422ec674dcbf7293ba9ffbefc07ef0
+SHA512 (faraday-net_http-1.0.1.gem) = f138e1f83f0314baea236fc9247e3473feea89f00540575a9f60ff051ba7ac3bcfe08629949832e83092b2ab3090a4af908eb574d345af9e01e4b1c81759fbf8
+Size (faraday-net_http-1.0.1.gem) = 8192 bytes



Home | Main Index | Thread Index | Old Index