Escape and unescape unsafe characters in URIs.
This commit is contained in:
parent
6d31d5b8cb
commit
2a57704090
3 changed files with 23 additions and 0 deletions
1
www/p5-URI-Escape-XS/DESCR
Normal file
1
www/p5-URI-Escape-XS/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Escape and unescape unsafe characters in URIs.
|
17
www/p5-URI-Escape-XS/Makefile
Normal file
17
www/p5-URI-Escape-XS/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/10/07 06:09:12 martti Exp $
|
||||
|
||||
DISTNAME= URI-Escape-XS-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
|
||||
|
||||
MAINTAINER= martti@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/URI-Escape-XS/
|
||||
COMMENT= Escape and unescape unsafe characters in URIs
|
||||
|
||||
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
|
||||
|
||||
PERL5_PACKLIST= auto/URI/Escape/XS/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-URI-Escape-XS/distinfo
Normal file
5
www/p5-URI-Escape-XS/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/10/07 06:09:12 martti Exp $
|
||||
|
||||
SHA1 (URI-Escape-XS-0.02.tar.gz) = b8be4b0a762dd3ac4eb5e9b26ba24c6f42402710
|
||||
RMD160 (URI-Escape-XS-0.02.tar.gz) = 10f1d738105f64e868ba58d4216122c255877821
|
||||
Size (URI-Escape-XS-0.02.tar.gz) = 7161 bytes
|
Loading…
Reference in a new issue