Bug 154140 - [NEW PORT] www/p5-URI-Escape-JavaScript, Perl implementation of JavaScript's escape()/unescape() functions
Summary: [NEW PORT] www/p5-URI-Escape-JavaScript, Perl implementation of JavaScript's ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 13:30 UTC by Menshikov Konstantin
Modified: 2011-02-02 04:08 UTC (History)
0 users

See Also:


Attachments
file.shar (2.58 KB, text/plain)
2011-01-19 13:30 UTC, Menshikov Konstantin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Menshikov Konstantin 2011-01-19 13:30:08 UTC
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.

Fix: Patch attached with submission follows:
Comment 1 Steve Wills freebsd_committer freebsd_triage 2011-01-22 13:41:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-02 03:57:42 UTC
swills      2011-02-02 03:57:37 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/p5-URI-Escape-JavaScript Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.2804    +1 -0      ports/www/Makefile
  1.1       +22 -0     ports/www/p5-URI-Escape-JavaScript/Makefile (new)
  1.1       +2 -0      ports/www/p5-URI-Escape-JavaScript/distinfo (new)
  1.1       +7 -0      ports/www/p5-URI-Escape-JavaScript/pkg-descr (new)
  1.1       +7 -0      ports/www/p5-URI-Escape-JavaScript/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2011-02-02 04:08:30 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!