pkgsrc-WIP-changes archive

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

ruby-pusher-client: Import ruby-pusher-client-0.6.2 as wip/ruby-pusher-client



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Jul 8 17:09:12 2019 +0200
Changeset:	fb1f9fa9273fc24baf41f0ab92328859234848d1

Modified Files:
	Makefile
Added Files:
	ruby-pusher-client/DESCR
	ruby-pusher-client/Makefile
	ruby-pusher-client/PLIST
	ruby-pusher-client/distinfo

Log Message:
ruby-pusher-client: Import ruby-pusher-client-0.6.2 as wip/ruby-pusher-client

pusher-client is a Ruby gem for consuming WebSockets from the Pusher
Channels web service.

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

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

diffstat:
 Makefile                    |  1 +
 ruby-pusher-client/DESCR    |  2 ++
 ruby-pusher-client/Makefile | 15 +++++++++++++++
 ruby-pusher-client/PLIST    | 25 +++++++++++++++++++++++++
 ruby-pusher-client/distinfo |  7 +++++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c5580c959f..d1d01c0306 100644
--- a/Makefile
+++ b/Makefile
@@ -4355,6 +4355,7 @@ SUBDIR+=	ruby-multi_xml
 SUBDIR+=	ruby-neovim
 SUBDIR+=	ruby-net-http-pipeline
 SUBDIR+=	ruby-passenger
+SUBDIR+=	ruby-pusher-client
 SUBDIR+=	ruby-rack-flash3
 SUBDIR+=	ruby-rake-compiler
 SUBDIR+=	ruby-redmine
diff --git a/ruby-pusher-client/DESCR b/ruby-pusher-client/DESCR
new file mode 100644
index 0000000000..eda0e5a0ec
--- /dev/null
+++ b/ruby-pusher-client/DESCR
@@ -0,0 +1,2 @@
+pusher-client is a Ruby gem for consuming WebSockets from the Pusher
+Channels web service.
diff --git a/ruby-pusher-client/Makefile b/ruby-pusher-client/Makefile
new file mode 100644
index 0000000000..90fcfcb382
--- /dev/null
+++ b/ruby-pusher-client/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	pusher-client-0.6.2
+CATEGORIES=	www
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://github.com/pusher/pusher-ruby-client
+COMMENT=	Ruby WebSocket client for Pusher Channels
+LICENSE=	mit
+
+DEPENDS+=	${RUBY_PKGPREFIX}-json-[0-9]*:../../textproc/ruby-json
+DEPENDS+=	${RUBY_PKGPREFIX}-websocket>=1.0:../../www/ruby-websocket
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-pusher-client/PLIST b/ruby-pusher-client/PLIST
new file mode 100644
index 0000000000..be09aa2333
--- /dev/null
+++ b/ruby-pusher-client/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/certs/cacert.pem
+${GEM_LIBDIR}/examples/hello_pusher.rb
+${GEM_LIBDIR}/examples/hello_pusher_async.rb
+${GEM_LIBDIR}/examples/hello_pusher_ssl.rb
+${GEM_LIBDIR}/examples/subscribe_private.rb
+${GEM_LIBDIR}/lib/pusher-client.rb
+${GEM_LIBDIR}/lib/pusher-client/channel.rb
+${GEM_LIBDIR}/lib/pusher-client/channels.rb
+${GEM_LIBDIR}/lib/pusher-client/socket.rb
+${GEM_LIBDIR}/lib/pusher-client/version.rb
+${GEM_LIBDIR}/lib/pusher-client/websocket.rb
+${GEM_LIBDIR}/pusher-client.gemspec
+${GEM_LIBDIR}/spec/pusherclient_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/ruby-pusher-client/distinfo b/ruby-pusher-client/distinfo
new file mode 100644
index 0000000000..886ac62bdb
--- /dev/null
+++ b/ruby-pusher-client/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (pusher-client-0.6.2.gem) = 22b690ab321b1e726767727ce04bfb8e1277d336
+RMD160 (pusher-client-0.6.2.gem) = b866d50bd507615f649ed578a9df4525e7485413
+SHA512 (pusher-client-0.6.2.gem) = 1d4a81027f08065c840c89098d562787c73c0f39fa986152bf22ee43fb222b8a26782fc4be3cf01acb9a62c5237cccb8515d2bfc6c4a4d9d1dc53b853599a30d
+Size (pusher-client-0.6.2.gem) = 138240 bytes
+SHA1 (patch-lib_ghi_client.rb) = 2b596f815efa579c371dd2d596b292ac69f03da5


Home | Main Index | Thread Index | Old Index