SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,17 @@
COMMENT = straightforward Perl WebSocket server
DISTNAME = Net-WebSocket-Server-0.003004
CATEGORIES = net
REVISION = 0
# perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = net/p5-Protocol-WebSocket
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Net-WebSocket-Server-0.003004.tar.gz) = s6L2CG/HPbeZHyXBveubcjeqAVpJLPexsU8T/dZcusQ=
SIZE (Net-WebSocket-Server-0.003004.tar.gz) = 14666

View file

@ -0,0 +1,4 @@
Net::WebSocket::Server implements the details of a WebSocket server and
invokes the provided callbacks whenever something interesting happens.
Individual connections to the server are represented as
Net::WebSocket::Server::Connection objects.

View file

@ -0,0 +1,7 @@
${P5SITE}/Net/
${P5SITE}/Net/WebSocket/
${P5SITE}/Net/WebSocket/Server/
${P5SITE}/Net/WebSocket/Server.pm
${P5SITE}/Net/WebSocket/Server/Connection.pm
@man man/man3p/Net::WebSocket::Server.3p
@man man/man3p/Net::WebSocket::Server::Connection.3p