Date: Thu, 8 Jan 2015 20:24:02 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376568 - in head/www: . p5-URL-Encode-XS Message-ID: <201501082024.t08KO2ih081084@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Jan 8 20:24:01 2015 New Revision: 376568 URL: https://svnweb.freebsd.org/changeset/ports/376568 QAT: https://qat.redports.org/buildarchive/r376568/ Log: Add www/p5-URL-Encode-XS, an XS implementation of p5-URL-Encode, which parses POST form data. URL::Encode::XS suggests that it shouldn't be used directly, and that URL::Encode should be used as the interface. There is not currently a p5-URL-Encode port. Added: head/www/p5-URL-Encode-XS/ head/www/p5-URL-Encode-XS/Makefile (contents, props changed) head/www/p5-URL-Encode-XS/distinfo (contents, props changed) head/www/p5-URL-Encode-XS/pkg-descr (contents, props changed) head/www/p5-URL-Encode-XS/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Thu Jan 8 19:31:33 2015 (r376567) +++ head/www/Makefile Thu Jan 8 20:24:01 2015 (r376568) @@ -1208,6 +1208,7 @@ SUBDIR += p5-URI-Sequin SUBDIR += p5-URI-Title SUBDIR += p5-URI-ToDisk + SUBDIR += p5-URL-Encode-XS SUBDIR += p5-VUser-Google-ProvisioningAPI SUBDIR += p5-W3C-LinkChecker SUBDIR += p5-W3C-LogValidator Added: head/www/p5-URL-Encode-XS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-URL-Encode-XS/Makefile Thu Jan 8 20:24:01 2015 (r376568) @@ -0,0 +1,20 @@ +# Created by: Adam Weinberger <adamw@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= URL-Encode-XS +PORTVERSION= 0.03 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CHANSEN +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= XS implementation of application/x-www-form-urlencoded encoding + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/www/p5-URL-Encode-XS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-URL-Encode-XS/distinfo Thu Jan 8 20:24:01 2015 (r376568) @@ -0,0 +1,2 @@ +SHA256 (URL-Encode-XS-0.03.tar.gz) = d44f416bd3e58e3b3366ab420705da02c7118fc848a97ce089366ea0461fa823 +SIZE (URL-Encode-XS-0.03.tar.gz) = 67481 Added: head/www/p5-URL-Encode-XS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-URL-Encode-XS/pkg-descr Thu Jan 8 20:24:01 2015 (r376568) @@ -0,0 +1,5 @@ +This is an XS impementation of URL::Encode, which provides functions to encode +and decode strings into and from the application/x-www-form-urlencoded +encoding. + +WWW: https://metacpan.org/pod/URL::Encode::XS Added: head/www/p5-URL-Encode-XS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-URL-Encode-XS/pkg-plist Thu Jan 8 20:24:01 2015 (r376568) @@ -0,0 +1,3 @@ +%%SITE_ARCH%%/URL/Encode/XS.pm +%%SITE_ARCH%%/auto/URL/Encode/XS/XS.so +%%PERL5_MAN3%%/URL::Encode::XS.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501082024.t08KO2ih081084>