Date: Sun, 11 Jan 2015 13:29:02 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376750 - in head/net: . p5-URI-ws Message-ID: <201501111329.t0BDT2Qp022505@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 11 13:29:02 2015 New Revision: 376750 URL: https://svnweb.freebsd.org/changeset/ports/376750 QAT: https://qat.redports.org/buildarchive/r376750/ Log: - Add p5-URI-ws 0.03 After URI::ws 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. WWW: http://search.cpan.org/dist/URI-ws/ Added: head/net/p5-URI-ws/ head/net/p5-URI-ws/Makefile (contents, props changed) head/net/p5-URI-ws/distinfo (contents, props changed) head/net/p5-URI-ws/pkg-descr (contents, props changed) head/net/p5-URI-ws/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Jan 11 13:27:47 2015 (r376749) +++ head/net/Makefile Sun Jan 11 13:29:02 2015 (r376750) @@ -748,6 +748,7 @@ SUBDIR += p5-URI-SmartURI SUBDIR += p5-URI-Template SUBDIR += p5-URI-Template-Restrict + SUBDIR += p5-URI-ws SUBDIR += p5-Validate-Net SUBDIR += p5-WebService-Dropbox SUBDIR += p5-WebService-Prowl Added: head/net/p5-URI-ws/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-ws/Makefile Sun Jan 11 13:29:02 2015 (r376750) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= URI-ws +PORTVERSION= 0.03 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= WebSocket support for URI package + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include <bsd.port.mk> Added: head/net/p5-URI-ws/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-ws/distinfo Sun Jan 11 13:29:02 2015 (r376750) @@ -0,0 +1,2 @@ +SHA256 (URI-ws-0.03.tar.gz) = 6e6b0e4172acb6a53c222639c000608c2dd61d50848647482ac8600d50e541ef +SIZE (URI-ws-0.03.tar.gz) = 11724 Added: head/net/p5-URI-ws/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-ws/pkg-descr Sun Jan 11 13:29:02 2015 (r376750) @@ -0,0 +1,4 @@ +After URI::ws 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. + +WWW: http://search.cpan.org/dist/URI-ws/ Added: head/net/p5-URI-ws/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-ws/pkg-plist Sun Jan 11 13:29:02 2015 (r376750) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/URI/ws.pm +%%SITE_PERL%%/URI/wss.pm +%%PERL5_MAN3%%/URI::ws.3.gz +%%PERL5_MAN3%%/URI::wss.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501111329.t0BDT2Qp022505>