From owner-svn-ports-head@FreeBSD.ORG Tue Mar 10 15:36:54 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D76984B; Tue, 10 Mar 2015 15:36:54 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "adamw.org", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C1FB0F30; Tue, 10 Mar 2015 15:36:53 +0000 (UTC) Received: by apnoea.adamw.org (OpenSMTPD) with ESMTPSA id eef84a5a; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Tue, 10 Mar 2015 09:36:46 -0600 (MDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r380897 - in head/www: . p5-URL-Encode From: Adam Weinberger In-Reply-To: <201503100621.t2A6L1vg020279@svn.freebsd.org> Date: Tue, 10 Mar 2015 09:36:45 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <04A03BC5-4A56-46B5-883B-10198E45B545@adamw.org> References: <201503100621.t2A6L1vg020279@svn.freebsd.org> To: "Vanilla I. Shu" X-Mailer: Apple Mail (2.2070.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 10 Mar 2015 15:36:54 -0000 Hi Vanilla, You should consider adding an optional dependency on = www/p5-URL-Encode-XS... see = https://metacpan.org/pod/URL::Encode#PERFORMANCE for an explanation. OPTIONS_DEFINE=3D XS XS_BUILD_DEPENDS=3D = p5-URL-Encode-XS>=3D0:${PORTSDIR}/www/p5-URL-Encode-XS XS_RUN_DEPENDS=3D ${XS_BUILD_DEPENDS} # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org > On 10 Mar, 2015, at 0:21, Vanilla I. Shu wrote: >=20 > Author: vanilla > Date: Tue Mar 10 06:21:00 2015 > New Revision: 380897 > URL: https://svnweb.freebsd.org/changeset/ports/380897 > QAT: https://qat.redports.org/buildarchive/r380897/ >=20 > Log: > Add p5-URL-Encode 0.03, encoding and decoding of > application/x-www-form-urlencoded encoding. >=20 > PR: 198308 > Submitted by: Geoffroy Desvernay >=20 > Added: > head/www/p5-URL-Encode/ > head/www/p5-URL-Encode/Makefile (contents, props changed) > head/www/p5-URL-Encode/distinfo (contents, props changed) > head/www/p5-URL-Encode/pkg-descr (contents, props changed) > head/www/p5-URL-Encode/pkg-plist (contents, props changed) > Modified: > head/www/Makefile >=20 > Modified: head/www/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/www/Makefile Tue Mar 10 06:16:46 2015 (r380896) > +++ head/www/Makefile Tue Mar 10 06:21:00 2015 (r380897) > @@ -1216,6 +1216,7 @@ > SUBDIR +=3D p5-URI-Sequin > SUBDIR +=3D p5-URI-Title > SUBDIR +=3D p5-URI-ToDisk > + SUBDIR +=3D p5-URL-Encode > SUBDIR +=3D p5-URL-Encode-XS > SUBDIR +=3D p5-VUser-Google-ProvisioningAPI > SUBDIR +=3D p5-W3C-LinkChecker >=20 > Added: head/www/p5-URL-Encode/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/p5-URL-Encode/Makefile Tue Mar 10 06:21:00 2015 = (r380897) > @@ -0,0 +1,20 @@ > +# Created by: Geoffroy Desvernay > +# $FreeBSD$ > + > +PORTNAME=3D URL-Encode > +PORTVERSION=3D 0.03 > +CATEGORIES=3D www perl5 > +MASTER_SITES=3D CPAN > +MASTER_SITE_SUBDIR=3D CPAN:CHANSEN > +PKGNAMEPREFIX=3D p5- > + > +MAINTAINER=3D dgeo@centrale-marseille.fr > +COMMENT=3D Encoding and decoding of = application/x-www-form-urlencoded encoding > + > +LICENSE=3D ART10 GPLv1 > +LICENSE_COMB=3D dual > + > +USES=3D perl5 > +USE_PERL5=3D configure > + > +.include >=20 > Added: head/www/p5-URL-Encode/distinfo > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/p5-URL-Encode/distinfo Tue Mar 10 06:21:00 2015 = (r380897) > @@ -0,0 +1,2 @@ > +SHA256 (URL-Encode-0.03.tar.gz) =3D = 7295d7f07796b179131d9c0f230a6effa56d204de2f8dc72f2e09c61458c8ee6 > +SIZE (URL-Encode-0.03.tar.gz) =3D 24012 >=20 > Added: head/www/p5-URL-Encode/pkg-descr > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/p5-URL-Encode/pkg-descr Tue Mar 10 06:21:00 2015 = (r380897) > @@ -0,0 +1,13 @@ > +encode and decode strings into and from = application/x-www-form-urlencoded > + > +The application/x-www-form-urlencoded format encodes a ordered data = sets of > +pairs consisting of a name and a value, with pairs seperated by = ampersand or > +semicolon and names and values seperated by the equal sign. Space = characters > +are replaced with plus sign and any characters not in the unreserved = character > +set is encoded using the percent-encoding scheme also used for = resource > +identifiers.=20 > +A percent-encoded octet is encoded as a character triplet, consisting = of the=20 > +percent character "%" followed by the two hexadecimal digits = representing that > +octet's numeric value. > + > +WWW: https://metacpan.org/pod/URL::Encode >=20 > Added: head/www/p5-URL-Encode/pkg-plist > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/www/p5-URL-Encode/pkg-plist Tue Mar 10 06:21:00 2015 = (r380897) > @@ -0,0 +1,4 @@ > +%%PERL5_MAN3%%/URL::Encode.3.gz > +%%SITE_PERL%%/URL/Encode.pm > +%%SITE_PERL%%/URL/Encode.pod > +%%SITE_PERL%%/URL/Encode/PP.pm >=20