import p5-URI-ws 0.03

from wen heping; OK cwen@

Comment:
WebSocket support for URI package

Description:
After this module is installed, the URI package provides the same
set of methods for WebSocket URIs as it does for HTTP ones. For
secure WebSockets, see URI::wss.
This commit is contained in:
bluhm 2020-08-21 22:38:14 +00:00
parent c9b7d0ca6e
commit 1e7a748729
4 changed files with 30 additions and 0 deletions

20
www/p5-URI-ws/Makefile Normal file
View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2020/08/21 22:38:14 bluhm Exp $
COMMENT = WebSocket support for URI package
DISTNAME = URI-ws-0.03
CATEGORIES = www
MAINTAINER = Wen Heping <wenheping2000@hotmail.com>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = www/p5-URI
PKG_ARCH = *
.include <bsd.port.mk>

2
www/p5-URI-ws/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (URI-ws-0.03.tar.gz) = bmsOQXKstqU8IiY5wABgjC3WHVCEhkdIKshgDVDlQe8=
SIZE (URI-ws-0.03.tar.gz) = 11724

3
www/p5-URI-ws/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
After this module is installed, the URI package provides the same
set of methods for WebSocket URIs as it does for HTTP ones. For
secure WebSockets, see URI::wss.

5
www/p5-URI-ws/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/21 22:38:14 bluhm Exp $
${P5SITE}/URI/ws.pm
${P5SITE}/URI/wss.pm
@man man/man3p/URI::ws.3p
@man man/man3p/URI::wss.3p