Date: Sun, 4 Aug 2019 16:08:47 +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: r508099 - in head/net: . p5-URI-Fast Message-ID: <201908041608.x74G8lL1075805@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908041608.x74G8lL1075805>