1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

This class provides an interface to interact with a web server that

provides services via the WebSocket protocol in an AnyEvent context.
It uses Protocol::WebSocket rather than reinventing the wheel. You could
use AnyEvent and Protocol::WebSocket directly if you wanted finer grain
control, but if that is not necessary then this class may save you some
time.

WWW: https://github.com/plicease/AnyEvent-WebSocket-Client
This commit is contained in:
Mark Felder 2017-12-08 19:36:14 +00:00
parent 29283e17d2
commit d4ab7db549
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455797
5 changed files with 41 additions and 0 deletions

View File

@ -611,6 +611,7 @@
SUBDIR += p5-AnyEvent-ReverseHTTP
SUBDIR += p5-AnyEvent-SCGI
SUBDIR += p5-Apache-ASP
SUBDIR += p5-AnyEvent-WebSocket-Client
SUBDIR += p5-Apache-Admin-Config
SUBDIR += p5-Apache-AuthCookie
SUBDIR += p5-Apache-AuthTicket

View File

@ -0,0 +1,23 @@
# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= AnyEvent-WebSocket-Client
PORTVERSION= 0.43
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:PLICEASE
PKGNAMEPREFIX= p5-
MAINTAINER= feld@FreeBSD.org
COMMENT= WebSocket client for AnyEvent
LICENSE= ART10
BUILD_DEPENDS= p5-AnyEvent>0:devel/p5-AnyEvent
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1512761429
SHA256 (AnyEvent-WebSocket-Client-0.43.tar.gz) = ea10e56959c4eddad147810dd45a0e749712f963fd8e909cc5ec08405f9451d1
SIZE (AnyEvent-WebSocket-Client-0.43.tar.gz) = 45997

View File

@ -0,0 +1,8 @@
This class provides an interface to interact with a web server that
provides services via the WebSocket protocol in an AnyEvent context.
It uses Protocol::WebSocket rather than reinventing the wheel. You could
use AnyEvent and Protocol::WebSocket directly if you wanted finer grain
control, but if that is not necessary then this class may save you some
time.
WWW: https://github.com/plicease/AnyEvent-WebSocket-Client

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/AnyEvent/WebSocket/Client.pm
%%SITE_PERL%%/AnyEvent/WebSocket/Connection.pm
%%SITE_PERL%%/AnyEvent/WebSocket/Message.pm
%%PERL5_MAN3%%/AnyEvent::WebSocket::Client.3.gz
%%PERL5_MAN3%%/AnyEvent::WebSocket::Connection.3.gz
%%PERL5_MAN3%%/AnyEvent::WebSocket::Message.3.gz