From owner-svn-ports-all@FreeBSD.ORG Sun Jan 11 13:29:04 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4CB2F21C; Sun, 11 Jan 2015 13:29:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2CCB4168; Sun, 11 Jan 2015 13:29:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0BDT4ak022510; Sun, 11 Jan 2015 13:29:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0BDT2Qp022505; Sun, 11 Jan 2015 13:29:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501111329.t0BDT2Qp022505@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Jan 2015 13:29:02 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2015 13:29:04 -0000 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 +# $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 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