1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Add p5-URI-Encode-XS 0.11

URI::Encode::XS is a Perl URI encoder/decoder written in XS based on RFC3986.
This module always encodes characters that are not unreserved. When decoding,
invalid escape sequences are preserved.

WWW: https://metacpan.org/release/URI-Encode-XS
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-04 16:08:27 +00:00
parent 2c4ec752b6
commit 567ad9cdb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508098
5 changed files with 34 additions and 0 deletions

View File

@ -856,6 +856,7 @@
SUBDIR += p5-Text-Authinfo
SUBDIR += p5-Twitter-API
SUBDIR += p5-URI
SUBDIR += p5-URI-Encode-XS
SUBDIR += p5-URI-FromHash
SUBDIR += p5-URI-Match
SUBDIR += p5-URI-Nested

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= URI-Encode-XS
PORTVERSION= 0.11
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Perl URI encoder/decoder using C
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/URI/Encode/XS/XS.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1564920312
SHA256 (URI-Encode-XS-0.11.tar.gz) = 2bc20e4d7c8163e82a865bcbb60918621ccf09c9c74b7b0aaa30efa1b103013f
SIZE (URI-Encode-XS-0.11.tar.gz) = 56903

View File

@ -0,0 +1,5 @@
URI::Encode::XS is a Perl URI encoder/decoder written in XS based on RFC3986.
This module always encodes characters that are not unreserved. When decoding,
invalid escape sequences are preserved.
WWW: https://metacpan.org/release/URI-Encode-XS

View File

@ -0,0 +1,3 @@
%%SITE_ARCH%%/URI/Encode/XS.pm
%%SITE_ARCH%%/auto/URI/Encode/XS/XS.so
%%PERL5_MAN3%%/URI::Encode::XS.3.gz