SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
net/p5-Net-WebSocket-Server/Makefile
Normal file
17
net/p5-Net-WebSocket-Server/Makefile
Normal 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>
|
2
net/p5-Net-WebSocket-Server/distinfo
Normal file
2
net/p5-Net-WebSocket-Server/distinfo
Normal 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
|
4
net/p5-Net-WebSocket-Server/pkg/DESCR
Normal file
4
net/p5-Net-WebSocket-Server/pkg/DESCR
Normal 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.
|
7
net/p5-Net-WebSocket-Server/pkg/PLIST
Normal file
7
net/p5-Net-WebSocket-Server/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue