Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 09:36:45 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        "Vanilla I. Shu" <vanilla@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r380897 - in head/www: . p5-URL-Encode
Message-ID:  <04A03BC5-4A56-46B5-883B-10198E45B545@adamw.org>
In-Reply-To: <201503100621.t2A6L1vg020279@svn.freebsd.org>
References:  <201503100621.t2A6L1vg020279@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <vanilla@FreeBSD.org> 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 <dgeo@centrale-marseille.fr>
>=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 <dgeo@centrale-marseille.fr>
> +# $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 <bsd.port.mk>
>=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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?04A03BC5-4A56-46B5-883B-10198E45B545>