From owner-svn-ports-head@freebsd.org Sun Aug 4 16:08:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8C567AC792; Sun, 4 Aug 2019 16:08:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 461m6S37Xcz4cj3; Sun, 4 Aug 2019 16:08:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D6E85E76; Sun, 4 Aug 2019 16:08:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x74G8mJP075810; Sun, 4 Aug 2019 16:08:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x74G8lL1075805; Sun, 4 Aug 2019 16:08:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201908041608.x74G8lL1075805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Aug 2019 16:08:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508099 - in head/net: . p5-URI-Fast X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . p5-URI-Fast X-SVN-Commit-Revision: 508099 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Aug 2019 16:08:48 -0000 Author: sunpoet Date: Sun Aug 4 16:08:47 2019 New Revision: 508099 URL: https://svnweb.freebsd.org/changeset/ports/508099 Log: Add p5-URI-Fast 0.49 URI::Fast is a faster alternative to URI. It is written in C and provides basic parsing and modification of a URI. URI is an excellent module; it is battle-tested, robust, and handles many edge cases. As a result, it is rather slower than it would otherwise be for more trivial cases, such as inspecting the path or updating a single query parameter. WWW: https://metacpan.org/release/URI-Fast Added: head/net/p5-URI-Fast/ head/net/p5-URI-Fast/Makefile (contents, props changed) head/net/p5-URI-Fast/distinfo (contents, props changed) head/net/p5-URI-Fast/pkg-descr (contents, props changed) head/net/p5-URI-Fast/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sun Aug 4 16:08:27 2019 (r508098) +++ head/net/Makefile Sun Aug 4 16:08:47 2019 (r508099) @@ -857,6 +857,7 @@ SUBDIR += p5-Twitter-API SUBDIR += p5-URI SUBDIR += p5-URI-Encode-XS + SUBDIR += p5-URI-Fast SUBDIR += p5-URI-FromHash SUBDIR += p5-URI-Match SUBDIR += p5-URI-Nested Added: head/net/p5-URI-Fast/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-Fast/Makefile Sun Aug 4 16:08:47 2019 (r508099) @@ -0,0 +1,29 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= URI-Fast +PORTVERSION= 0.49 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast(er) URI parser + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-URI-Encode-XS>=0.11:net/p5-URI-Encode-XS \ + p5-URI>=0:net/p5-URI \ + p5-Unicode-LineBreak>=0:textproc/p5-Unicode-LineBreak +TEST_DEPENDS= p5-Test-LeakTrace>=0.16:devel/p5-Test-LeakTrace \ + p5-Test2-Suite>=0.000100:devel/p5-Test2-Suite + +USES= perl5 +USE_PERL5= configure + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/URI/Fast/Fast.so + +.include Added: head/net/p5-URI-Fast/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-Fast/distinfo Sun Aug 4 16:08:47 2019 (r508099) @@ -0,0 +1,3 @@ +TIMESTAMP = 1564920004 +SHA256 (URI-Fast-0.49.tar.gz) = f7bedfb7d8f7717d34fd941391e91e53c09670a6d5f5389f5fc87f0426dee068 +SIZE (URI-Fast-0.49.tar.gz) = 93947 Added: head/net/p5-URI-Fast/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-Fast/pkg-descr Sun Aug 4 16:08:47 2019 (r508099) @@ -0,0 +1,8 @@ +URI::Fast is a faster alternative to URI. It is written in C and provides basic +parsing and modification of a URI. + +URI is an excellent module; it is battle-tested, robust, and handles many edge +cases. As a result, it is rather slower than it would otherwise be for more +trivial cases, such as inspecting the path or updating a single query parameter. + +WWW: https://metacpan.org/release/URI-Fast Added: head/net/p5-URI-Fast/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-URI-Fast/pkg-plist Sun Aug 4 16:08:47 2019 (r508099) @@ -0,0 +1,6 @@ +%%SITE_ARCH%%/URI/Fast.pm +%%SITE_ARCH%%/URI/Fast/Benchmarks.pod +%%SITE_ARCH%%/URI/Fast/IRI.pm +%%SITE_ARCH%%/URI/Fast/Test.pm +%%SITE_ARCH%%/auto/URI/Fast/Fast.so +%%PERL5_MAN3%%/URI::Fast.3.gz