SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
net/p5-Protocol-WebSocket/pkg/DESCR
Normal file
4
net/p5-Protocol-WebSocket/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Protocol::WebSocket is a 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.
|
32
net/p5-Protocol-WebSocket/pkg/PLIST
Normal file
32
net/p5-Protocol-WebSocket/pkg/PLIST
Normal file
|
@ -0,0 +1,32 @@
|
|||
${P5SITE}/Protocol/
|
||||
${P5SITE}/Protocol/WebSocket/
|
||||
${P5SITE}/Protocol/WebSocket.pm
|
||||
${P5SITE}/Protocol/WebSocket/Client.pm
|
||||
${P5SITE}/Protocol/WebSocket/Cookie/
|
||||
${P5SITE}/Protocol/WebSocket/Cookie.pm
|
||||
${P5SITE}/Protocol/WebSocket/Cookie/Request.pm
|
||||
${P5SITE}/Protocol/WebSocket/Cookie/Response.pm
|
||||
${P5SITE}/Protocol/WebSocket/Frame.pm
|
||||
${P5SITE}/Protocol/WebSocket/Handshake/
|
||||
${P5SITE}/Protocol/WebSocket/Handshake.pm
|
||||
${P5SITE}/Protocol/WebSocket/Handshake/Client.pm
|
||||
${P5SITE}/Protocol/WebSocket/Handshake/Server.pm
|
||||
${P5SITE}/Protocol/WebSocket/Message.pm
|
||||
${P5SITE}/Protocol/WebSocket/Request.pm
|
||||
${P5SITE}/Protocol/WebSocket/Response.pm
|
||||
${P5SITE}/Protocol/WebSocket/Stateful.pm
|
||||
${P5SITE}/Protocol/WebSocket/URL.pm
|
||||
@man man/man3p/Protocol::WebSocket.3p
|
||||
@man man/man3p/Protocol::WebSocket::Client.3p
|
||||
@man man/man3p/Protocol::WebSocket::Cookie.3p
|
||||
@man man/man3p/Protocol::WebSocket::Cookie::Request.3p
|
||||
@man man/man3p/Protocol::WebSocket::Cookie::Response.3p
|
||||
@man man/man3p/Protocol::WebSocket::Frame.3p
|
||||
@man man/man3p/Protocol::WebSocket::Handshake.3p
|
||||
@man man/man3p/Protocol::WebSocket::Handshake::Client.3p
|
||||
@man man/man3p/Protocol::WebSocket::Handshake::Server.3p
|
||||
@man man/man3p/Protocol::WebSocket::Message.3p
|
||||
@man man/man3p/Protocol::WebSocket::Request.3p
|
||||
@man man/man3p/Protocol::WebSocket::Response.3p
|
||||
@man man/man3p/Protocol::WebSocket::Stateful.3p
|
||||
@man man/man3p/Protocol::WebSocket::URL.3p
|
Loading…
Add table
Add a link
Reference in a new issue