- Add p5-Protocol-WebSocket 0.00901

Client/server WebSocket message and frame parser/constructor. This
module does not provide a WebSocket server or client, but is made for
using in http servers or clients to provide WebSocket support

WWW: http://search.cpan.org/dist/Protocol-WebSocket

PR:		ports/155724
Submitted by:	Stefan 'Sec' Zehl <sec@42.org>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-04-16 13:39:45 +00:00
parent b01c3f2517
commit bd85539351
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272801
5 changed files with 62 additions and 0 deletions

View File

@ -1168,6 +1168,7 @@
SUBDIR += p5-Plack-Server-ReverseHTTP
SUBDIR += p5-Pod-Site
SUBDIR += p5-PodToHTML
SUBDIR += p5-Protocol-WebSocket
SUBDIR += p5-REST-Google-Apps-Provisioning
SUBDIR += p5-RT-Authen-ExternalAuth
SUBDIR += p5-RT-Client-REST

View File

@ -0,0 +1,34 @@
# New ports collection makefile for: p5-Protocol-WebSocket
# Date created: 20 March 2010
# Whom: Stefan `Sec` Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTNAME= Protocol-WebSocket
PORTVERSION= 0.00901
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VTI
PKGNAMEPREFIX= p5-
MAINTAINER= sec@42.org
COMMENT= Client/server WebSocket message and frame parser/constructor
PERL_CONFIGURE= yes
MAN3= Protocol::WebSocket.3 \
Protocol::WebSocket::Cookie.3 \
Protocol::WebSocket::Cookie::Request.3 \
Protocol::WebSocket::Cookie::Response.3 \
Protocol::WebSocket::Frame.3 \
Protocol::WebSocket::Handshake.3 \
Protocol::WebSocket::Handshake::Client.3 \
Protocol::WebSocket::Handshake::Server.3 \
Protocol::WebSocket::Message.3 \
Protocol::WebSocket::Request.3 \
Protocol::WebSocket::Response.3 \
Protocol::WebSocket::Stateful.3 \
Protocol::WebSocket::URL.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Protocol-WebSocket-0.00901.tar.gz) = d240373845c88625db0f07b3148cc22651dbb1f43ca295fed3090ec149b5a495
SIZE (Protocol-WebSocket-0.00901.tar.gz) = 18090

View File

@ -0,0 +1,5 @@
Client/server WebSocket message and frame parser/constructor. This
module does not provide a WebSocket server or client, but is made for
using in http servers or clients to provide WebSocket support
WWW: http://search.cpan.org/dist/Protocol-WebSocket

View File

@ -0,0 +1,20 @@
%%SITE_PERL%%/Protocol/WebSocket.pm
%%SITE_PERL%%/Protocol/WebSocket/Cookie.pm
%%SITE_PERL%%/Protocol/WebSocket/Cookie/Request.pm
%%SITE_PERL%%/Protocol/WebSocket/Cookie/Response.pm
%%SITE_PERL%%/Protocol/WebSocket/Frame.pm
%%SITE_PERL%%/Protocol/WebSocket/Handshake.pm
%%SITE_PERL%%/Protocol/WebSocket/Handshake/Client.pm
%%SITE_PERL%%/Protocol/WebSocket/Handshake/Server.pm
%%SITE_PERL%%/Protocol/WebSocket/Message.pm
%%SITE_PERL%%/Protocol/WebSocket/Request.pm
%%SITE_PERL%%/Protocol/WebSocket/Response.pm
%%SITE_PERL%%/Protocol/WebSocket/Stateful.pm
%%SITE_PERL%%/Protocol/WebSocket/URL.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/WebSocket/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol/WebSocket
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Protocol
@dirrm %%SITE_PERL%%/Protocol/WebSocket/Handshake
@dirrm %%SITE_PERL%%/Protocol/WebSocket/Cookie
@dirrm %%SITE_PERL%%/Protocol/WebSocket
@dirrmtry %%SITE_PERL%%/Protocol