Universal Ruby library to handle WebSocket protocol

WWW: http://github.com/imanel/websocket-ruby
This commit is contained in:
Steve Wills 2013-06-01 14:32:02 +00:00
parent 131af7ffca
commit 57126d2ea5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319576
4 changed files with 22 additions and 0 deletions

View File

@ -1807,6 +1807,7 @@
SUBDIR += rubygem-url_escape
SUBDIR += rubygem-webmock
SUBDIR += rubygem-webrobots
SUBDIR += rubygem-websocket
SUBDIR += rubygem-yapra
SUBDIR += runsomebrowser
SUBDIR += sahi

View File

@ -0,0 +1,16 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= websocket
PORTVERSION= 1.0.7
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Universal Ruby library to handle WebSocket protocol
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/websocket-1.0.7.gem) = 807f6144bf4c316deb4006b0737f0ce677dfbf4cdc9db1bb9276e19204f92ecb
SIZE (rubygem/websocket-1.0.7.gem) = 22528

View File

@ -0,0 +1,3 @@
Universal Ruby library to handle WebSocket protocol
WWW: http://github.com/imanel/websocket-ruby