pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-websocket-extensions



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Feb  5 11:13:00 UTC 2017

Added Files:
        pkgsrc/www/ruby-websocket-extensions: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-websocket-extensions/DESCR \
    pkgsrc/www/ruby-websocket-extensions/Makefile \
    pkgsrc/www/ruby-websocket-extensions/PLIST \
    pkgsrc/www/ruby-websocket-extensions/distinfo

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

Added files:

Index: pkgsrc/www/ruby-websocket-extensions/DESCR
diff -u /dev/null pkgsrc/www/ruby-websocket-extensions/DESCR:1.1
--- /dev/null   Sun Feb  5 11:13:00 2017
+++ pkgsrc/www/ruby-websocket-extensions/DESCR  Sun Feb  5 11:13:00 2017
@@ -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.
Index: pkgsrc/www/ruby-websocket-extensions/Makefile
diff -u /dev/null pkgsrc/www/ruby-websocket-extensions/Makefile:1.1
--- /dev/null   Sun Feb  5 11:13:00 2017
+++ pkgsrc/www/ruby-websocket-extensions/Makefile       Sun Feb  5 11:13:00 2017
@@ -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"
Index: pkgsrc/www/ruby-websocket-extensions/PLIST
diff -u /dev/null pkgsrc/www/ruby-websocket-extensions/PLIST:1.1
--- /dev/null   Sun Feb  5 11:13:00 2017
+++ pkgsrc/www/ruby-websocket-extensions/PLIST  Sun Feb  5 11:13:00 2017
@@ -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
Index: pkgsrc/www/ruby-websocket-extensions/distinfo
diff -u /dev/null pkgsrc/www/ruby-websocket-extensions/distinfo:1.1
--- /dev/null   Sun Feb  5 11:13:00 2017
+++ pkgsrc/www/ruby-websocket-extensions/distinfo       Sun Feb  5 11:13:00 2017
@@ -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