pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ruby-websocket-driver Import ruby-websocket-driver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/273e2852dd54
branches:  trunk
changeset: 358104:273e2852dd54
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Feb 05 11:21:38 2017 +0000

description:
Import ruby-websocket-driver-0.6.5 as www/ruby-websocket-driver.

Websocket-driver module provides a complete implementation of
the WebSocket protocols that can be hooked up to any TCP library.
It aims to simplify things by decoupling the protocol details
from the I/O layer, such that users only need to implement code
to stream data in and out of it without needing to know anything
about how the protocol actually works. Think of it as a complete
WebSocket system with pluggable I/O.

diffstat:

 www/ruby-websocket-driver/DESCR    |   7 +++++++
 www/ruby-websocket-driver/Makefile |  14 ++++++++++++++
 www/ruby-websocket-driver/PLIST    |  31 +++++++++++++++++++++++++++++++
 www/ruby-websocket-driver/distinfo |   6 ++++++
 4 files changed, 58 insertions(+), 0 deletions(-)

diffs (74 lines):

diff -r c5ed3c809783 -r 273e2852dd54 www/ruby-websocket-driver/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-driver/DESCR   Sun Feb 05 11:21:38 2017 +0000
@@ -0,0 +1,7 @@
+Websocket-driver module provides a complete implementation of
+the WebSocket protocols that can be hooked up to any TCP library.
+It aims to simplify things by decoupling the protocol details
+from the I/O layer, such that users only need to implement code
+to stream data in and out of it without needing to know anything
+about how the protocol actually works. Think of it as a complete
+WebSocket system with pluggable I/O.
diff -r c5ed3c809783 -r 273e2852dd54 www/ruby-websocket-driver/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-driver/Makefile        Sun Feb 05 11:21:38 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/02/05 11:21:38 tsutsui Exp $
+
+DISTNAME=      websocket-driver-0.6.5
+CATEGORIES=    www
+
+MAINTAINER=    tsutsui%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/faye/websocket-driver-ruby
+COMMENT=       WebSocket protocol handler with pluggable I/O
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-websocket-extensions>=0.1.0:../../www/ruby-websocket-extensions
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c5ed3c809783 -r 273e2852dd54 www/ruby-websocket-driver/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-driver/PLIST   Sun Feb 05 11:21:38 2017 +0000
@@ -0,0 +1,31 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/05 11:21:38 tsutsui Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_EXTSDIR}/gem.build_complete
+${GEM_EXTSDIR}/websocket_mask.${RUBY_DLEXT}
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/LICENSE.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/examples/tcp_server.rb
+${GEM_LIBDIR}/ext/websocket-driver/WebsocketMaskService.java
+${GEM_LIBDIR}/ext/websocket-driver/extconf.rb
+${GEM_LIBDIR}/ext/websocket-driver/websocket_mask.c
+${GEM_LIBDIR}/lib/websocket/driver.rb
+${GEM_LIBDIR}/lib/websocket/driver/client.rb
+${GEM_LIBDIR}/lib/websocket/driver/draft75.rb
+${GEM_LIBDIR}/lib/websocket/driver/draft76.rb
+${GEM_LIBDIR}/lib/websocket/driver/event_emitter.rb
+${GEM_LIBDIR}/lib/websocket/driver/headers.rb
+${GEM_LIBDIR}/lib/websocket/driver/hybi.rb
+${GEM_LIBDIR}/lib/websocket/driver/hybi/frame.rb
+${GEM_LIBDIR}/lib/websocket/driver/hybi/message.rb
+${GEM_LIBDIR}/lib/websocket/driver/proxy.rb
+${GEM_LIBDIR}/lib/websocket/driver/server.rb
+${GEM_LIBDIR}/lib/websocket/driver/stream_reader.rb
+${GEM_LIBDIR}/lib/websocket/http.rb
+${GEM_LIBDIR}/lib/websocket/http/headers.rb
+${GEM_LIBDIR}/lib/websocket/http/request.rb
+${GEM_LIBDIR}/lib/websocket/http/response.rb
+${GEM_LIBDIR}/lib/websocket/mask.rb
+${GEM_LIBDIR}/lib/websocket/websocket_mask.rb
+${GEM_LIBDIR}/lib/websocket_mask.${RUBY_DLEXT}
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c5ed3c809783 -r 273e2852dd54 www/ruby-websocket-driver/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-driver/distinfo        Sun Feb 05 11:21:38 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/05 11:21:38 tsutsui Exp $
+
+SHA1 (websocket-driver-0.6.5.gem) = 3ef16d4b642e03faf44e0152a53e678a000885c2
+RMD160 (websocket-driver-0.6.5.gem) = 3f86bae3d410d4a975a7da1f51978c3f7711b8ff
+SHA512 (websocket-driver-0.6.5.gem) = 38dfa4b823af74c67ff8aeb35073e737a0c51248562d91dc71baaa31b61299875ff03e43569911a851ef4487b8f62caee218e92f383404f5d5d6cbdf4c82adbd
+Size (websocket-driver-0.6.5.gem) = 22016 bytes



Home | Main Index | Thread Index | Old Index