pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e40ff96e1fe3
branches:  trunk
changeset: 358101:e40ff96e1fe3
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Feb 05 11:13:00 2017 +0000

description:
Import ruby-websocket-extensions-0.1.2 as www/ruby-websocket-extensions.

A minimal framework that supports the implementation of WebSocket
extensions in a way that's decoupled from the main protocol.
This library aims to allow a WebSocket extension to be written and
used with any protocol library, by defining abstract representations
of frames and messages that allow modules to co-operate.

websocket-extensions provides a container for registering extension
plugins, and provides all the functions required to negotiate which
extensions to use during a session via the Sec-WebSocket-Extensions
header.

diffstat:

 www/ruby-websocket-extensions/DESCR    |  10 ++++++++++
 www/ruby-websocket-extensions/Makefile |  12 ++++++++++++
 www/ruby-websocket-extensions/PLIST    |   7 +++++++
 www/ruby-websocket-extensions/distinfo |   6 ++++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r f17761568487 -r e40ff96e1fe3 www/ruby-websocket-extensions/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-extensions/DESCR       Sun Feb 05 11:13:00 2017 +0000
@@ -0,0 +1,10 @@
+A minimal framework that supports the implementation of WebSocket
+extensions in a way that's decoupled from the main protocol.
+This library aims to allow a WebSocket extension to be written and
+used with any protocol library, by defining abstract representations
+of frames and messages that allow modules to co-operate.
+
+websocket-extensions provides a container for registering extension
+plugins, and provides all the functions required to negotiate which
+extensions to use during a session via the Sec-WebSocket-Extensions
+header.
diff -r f17761568487 -r e40ff96e1fe3 www/ruby-websocket-extensions/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-extensions/Makefile    Sun Feb 05 11:13:00 2017 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/02/05 11:13:00 tsutsui Exp $
+
+DISTNAME=      websocket-extensions-0.1.2
+CATEGORIES=    www
+
+MAINTAINER=    tsutsui%NetBSD.org@localhost
+HOMEPAGE=      http://github.com/faye/websocket-extensions-ruby
+COMMENT=       Generic extension manager for WebSocket connections
+LICENSE=       mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f17761568487 -r e40ff96e1fe3 www/ruby-websocket-extensions/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-extensions/PLIST       Sun Feb 05 11:13:00 2017 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/05 11:13:00 tsutsui Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/websocket/extensions.rb
+${GEM_LIBDIR}/lib/websocket/extensions/parser.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r f17761568487 -r e40ff96e1fe3 www/ruby-websocket-extensions/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-websocket-extensions/distinfo    Sun Feb 05 11:13:00 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/05 11:13:00 tsutsui Exp $
+
+SHA1 (websocket-extensions-0.1.2.gem) = e4651ba3050313c355378a7135726cf24760e113
+RMD160 (websocket-extensions-0.1.2.gem) = f7134eb5da716c10cbe98ac6f4a4f8c17851b028
+SHA512 (websocket-extensions-0.1.2.gem) = 6d3d1b966d8a447ca06d271bf7dd28d8c303f5f1f74d4845a87a44dab26b4306a25b1e581e2a1da25e78f0569014b305652112d312c5ecaaeb07a18266474607
+Size (websocket-extensions-0.1.2.gem) = 10752 bytes



Home | Main Index | Thread Index | Old Index