pkgsrc-WIP-changes archive

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

ruby-net-http-pipeline: Import ruby-net-http-pipeline-1.0.1



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 8 16:31:29 2019 +0200
Changeset:	0395814de5ee6aa31e874b8c71696a765193bbcc

Modified Files:
	Makefile
Added Files:
	ruby-net-http-pipeline/DESCR
	ruby-net-http-pipeline/Makefile
	ruby-net-http-pipeline/PLIST
	ruby-net-http-pipeline/distinfo

Log Message:
ruby-net-http-pipeline: Import ruby-net-http-pipeline-1.0.1

An HTTP/1.1 pipelining implementation atop Net::HTTP.  A pipelined
connection sends multiple requests to the HTTP server without waiting
for the responses.  The server will respond in-order.

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

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

diffstat:
 Makefile                        |  1 +
 ruby-net-http-pipeline/DESCR    |  3 +++
 ruby-net-http-pipeline/Makefile | 12 ++++++++++++
 ruby-net-http-pipeline/PLIST    | 12 ++++++++++++
 ruby-net-http-pipeline/distinfo |  7 +++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 90f6fc205d..51f05e0297 100644
--- a/Makefile
+++ b/Makefile
@@ -4351,6 +4351,7 @@ SUBDIR+=	ruby-kakasi
 SUBDIR+=	ruby-libv8
 SUBDIR+=	ruby-multi_xml
 SUBDIR+=	ruby-neovim
+SUBDIR+=	ruby-net-http-pipeline
 SUBDIR+=	ruby-passenger
 SUBDIR+=	ruby-rack-flash3
 SUBDIR+=	ruby-rake-compiler
diff --git a/ruby-net-http-pipeline/DESCR b/ruby-net-http-pipeline/DESCR
new file mode 100644
index 0000000000..8007e306d3
--- /dev/null
+++ b/ruby-net-http-pipeline/DESCR
@@ -0,0 +1,3 @@
+An HTTP/1.1 pipelining implementation atop Net::HTTP.  A pipelined
+connection sends multiple requests to the HTTP server without waiting
+for the responses.  The server will respond in-order.
diff --git a/ruby-net-http-pipeline/Makefile b/ruby-net-http-pipeline/Makefile
new file mode 100644
index 0000000000..d8a71de094
--- /dev/null
+++ b/ruby-net-http-pipeline/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+DISTNAME=	net-http-pipeline-1.0.1
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://docs.seattlerb.org/net-http-pipeline/
+COMMENT=	HTTP/1.1 pipelining implementation atop Net::HTTP.
+LICENSE=	mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-net-http-pipeline/PLIST b/ruby-net-http-pipeline/PLIST
new file mode 100644
index 0000000000..4628499cc2
--- /dev/null
+++ b/ruby-net-http-pipeline/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.autotest
+${GEM_LIBDIR}/.gemtest
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/Manifest.txt
+${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/net/http/pipeline.rb
+${GEM_LIBDIR}/sample/pipeline.rb
+${GEM_LIBDIR}/test/test_net_http_pipeline.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/ruby-net-http-pipeline/distinfo b/ruby-net-http-pipeline/distinfo
new file mode 100644
index 0000000000..8fcaf887be
--- /dev/null
+++ b/ruby-net-http-pipeline/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (net-http-pipeline-1.0.1.gem) = a4054e2def2ea1ef570dccc6c26d8875d38c24e8
+RMD160 (net-http-pipeline-1.0.1.gem) = d5870d35a3b1d9b33f781f1a0f47a13ead822ab6
+SHA512 (net-http-pipeline-1.0.1.gem) = 1377c20038176f6c246a7d4adbce2c6972970d730902f9faefc31b2f6446f4237603f45f0f59de70eb9545e3c1e150fe6e63cf350551203166611bef7845f4e2
+Size (net-http-pipeline-1.0.1.gem) = 12800 bytes
+SHA1 (patch-lib_ghi_client.rb) = 2b596f815efa579c371dd2d596b292ac69f03da5


Home | Main Index | Thread Index | Old Index