Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 71BD37A1F7 for ; Sun, 5 Feb 2017 11:21:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 18BF8856FC; Sun, 5 Feb 2017 11:21:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9CFDF856E9 for ; Sun, 5 Feb 2017 11:21:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Eio04WMBxaZZ for ; Sun, 5 Feb 2017 11:21:39 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 088598567F for ; Sun, 5 Feb 2017 11:21:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFBFAFBE4; Sun, 5 Feb 2017 11:21:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486293698193480" MIME-Version: 1.0 Date: Sun, 5 Feb 2017 11:21:38 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/www/ruby-websocket-driver To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20170205112138.EFBFAFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486293698193480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sun Feb 5 11:21:38 UTC 2017 Added Files: pkgsrc/www/ruby-websocket-driver: DESCR Makefile PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-websocket-driver/DESCR \ pkgsrc/www/ruby-websocket-driver/Makefile \ pkgsrc/www/ruby-websocket-driver/PLIST \ pkgsrc/www/ruby-websocket-driver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486293698193480 Content-Disposition: inline Content-Length: 3638 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/www/ruby-websocket-driver/DESCR diff -u /dev/null pkgsrc/www/ruby-websocket-driver/DESCR:1.1 --- /dev/null Sun Feb 5 11:21:38 2017 +++ pkgsrc/www/ruby-websocket-driver/DESCR Sun Feb 5 11:21:38 2017 @@ -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. Index: pkgsrc/www/ruby-websocket-driver/Makefile diff -u /dev/null pkgsrc/www/ruby-websocket-driver/Makefile:1.1 --- /dev/null Sun Feb 5 11:21:38 2017 +++ pkgsrc/www/ruby-websocket-driver/Makefile Sun Feb 5 11:21:38 2017 @@ -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 +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" Index: pkgsrc/www/ruby-websocket-driver/PLIST diff -u /dev/null pkgsrc/www/ruby-websocket-driver/PLIST:1.1 --- /dev/null Sun Feb 5 11:21:38 2017 +++ pkgsrc/www/ruby-websocket-driver/PLIST Sun Feb 5 11:21:38 2017 @@ -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 Index: pkgsrc/www/ruby-websocket-driver/distinfo diff -u /dev/null pkgsrc/www/ruby-websocket-driver/distinfo:1.1 --- /dev/null Sun Feb 5 11:21:38 2017 +++ pkgsrc/www/ruby-websocket-driver/distinfo Sun Feb 5 11:21:38 2017 @@ -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 --_----------=_1486293698193480--