summaryrefslogtreecommitdiff
path: root/www/p5-URI-Escape-XS
AgeCommit message (Collapse)AuthorFilesLines
2014-06-09Update to 0.12. From the changelog:schmonz2-7/+6
! XS.xs + t/06-nonstr.t Addressed: RT#94793: encodeURIComponent can't encode integer values https://rt.cpan.org/Ticket/Display.html?id=94793 ! t/03-hashu.t No longer skips tests 4-6 for Test::Harness->VERSION > 3 ! Makefile.PL Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/4 ! lib/URI/Escape/XS.pm Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/3
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-07-10Update to 0.10. From the changelog:schmonz2-7/+6
- Updated mail address - Pulled: https://github.com/dankogai/p5-uri-escape-xs/pull/2 - POD Fixes - Addressed: RT#78738: Please provide LICENSE in metadata. - Addressed: RT#74344: Fails when Net::IDN::Encode 2.003 installed
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-09-28Reset maintainer.wiz1-2/+2
2010-09-02Updating www/p5-URI-Escape-XS from 0.07nb1 to 0.08sno2-7/+7
Upstream changes: $Revision: 0.8 $ $Date: 2010/07/16 07:52:31 $ ! XS.xs The fix in RT#39135 did not address %XX reported by @kazuho via twitter DM
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-05-28Updated www/p5-URI-Escape-XS to 0.07martti2-6/+6
Addressed: #57168: memory leak in uri_escape ? http://rt.cpan.org/Public/Bug/Display.html?id=57168
2009-10-24Updating www/p5-URI-Escape-XS from 0.05 to 0.06sno2-7/+7
pkgsrc changes: - Adjusting license definition Upstream changes: + t/05-null.t ! XS.xs lib/URI/Escape/XS.pm Addressed: #45392: First invocation of encodeURIComponentIDN loses the path #49375: decodeURIComponent() influences references from a regexp #45855: Problems with undef http://rt.cpan.org/Public/Bug/Display.html?id=45392 http://rt.cpan.org/Public/Bug/Display.html?id=49375 http://rt.cpan.org/Public/Bug/Display.html?id=45855
2009-05-12Added PKG_DESTDIR_SUPPORT=user-destdirmartti1-1/+3
2009-04-29PkgSrc changes:sno2-7/+7
- Updating package for p5 module URI::Escape::XS from 0.02 to 0.05 - Setting license to gnu-gpl-v2 Upstream changes: 0.05 2009/03/24 14:24:09 ! lib/URI/Escape/XS.pm t/04-IDN.t Now you can also use Net::LibIDN instead of Net::IDN::Encode http://rt.cpan.org/Public/Bug/Display.html?id=44084 0.04 2009/01/16 08:26:52 ! lib/URI/Escape/XS.pm ! t/04-IDN.t drry: * fixed POD and test. * et cetera. http://coderepos.org/share/changeset/28708 ! t/t/01-compat.t Retouched so it is now locale-free http://rt.cpan.org/Public/Bug/Display.html?41134 http://rt.cpan.org/Public/Bug/Display.html?42702 0.04 2009/01/16 08:26:52 ! XS.pm README + t/04-idn.t added: decodeURICompornentIDN() and encodeURICompornentIDN() 0.03 2009/01/16 08:26:52 ! XS.pm Arguments are now unconditionally stringified http://rt.cpan.org/Public/Bug/Display.html?39344 ! XS.xs Addressed test failure on 5.10.x and others http://rt.cpan.org/Public/Bug/Display.html?39135
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-07Escape and unescape unsafe characters in URIs.martti3-0/+23