URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions.

It works simplar to homonymous functions of JavaScript.

WWW:	http://search.cpan.org/dist/URI-Escape-JavaScript/

PR:		ports/154140
Submitted by:	Konstantin Menshikov <kostjnspb at yandex.ru>
Approved by:	wxs (mentor)
Feature safe:	yes
This commit is contained in:
Steve Wills 2011-02-02 03:57:37 +00:00
parent bd666e6996
commit f298bcccfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268541
5 changed files with 39 additions and 0 deletions

View File

@ -1218,6 +1218,7 @@
SUBDIR += p5-Tie-TinyURL
SUBDIR += p5-Twiggy
SUBDIR += p5-URI-Encode
SUBDIR += p5-URI-Escape-JavaScript
SUBDIR += p5-URI-Escape-XS
SUBDIR += p5-URI-Fetch
SUBDIR += p5-URI-ParseSearchString

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-URI-Escape-JavaScript
# Date created: 19 January 2010
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= URI-Escape-JavaScript
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= CPAN \
http://kostjn.spb.ru/freebsd/
PKGNAMEPREFIX= p5-
MAINTAINER= kostjnspb@yandex.ru
COMMENT= Perl implementation of JavaScript's escape()/unescape() functions
PERL_CONFIGURE= YES
MAN3= URI::Escape::JavaScript.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (URI-Escape-JavaScript-0.04.tar.gz) = cd7d39aa81e720c22c1ed39cd36f27a813189578c618ab95311bddb721c28841
SIZE (URI-Escape-JavaScript-0.04.tar.gz) = 17021

View File

@ -0,0 +1,7 @@
URI::Escape::JavaScript provides JavaScript's escape() and unescape() functions.
It works simplar to homonymous functions of JavaScript.
URI::Escape doesn't work for escaping and
unescaping JavaScript like Unicode URI-escape ("%uXXXX").
But you can use this module to do those.
WWW: http://search.cpan.org/dist/URI-Escape-JavaScript/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript/.packlist
%%SITE_PERL%%/URI/Escape/JavaScript.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape/JavaScript
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/Escape
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URI/
@dirrmtry %%SITE_PERL%%/URI/Escape
@dirrmtry %%SITE_PERL%%/URI