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:
parent
2c4ec752b6
commit
567ad9cdb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508098
@ -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
|
||||
|
22
net/p5-URI-Encode-XS/Makefile
Normal file
22
net/p5-URI-Encode-XS/Makefile
Normal 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>
|
3
net/p5-URI-Encode-XS/distinfo
Normal file
3
net/p5-URI-Encode-XS/distinfo
Normal 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
|
5
net/p5-URI-Encode-XS/pkg-descr
Normal file
5
net/p5-URI-Encode-XS/pkg-descr
Normal 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
|
3
net/p5-URI-Encode-XS/pkg-plist
Normal file
3
net/p5-URI-Encode-XS/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user