summaryrefslogtreecommitdiff
path: root/www/p5-JavaScript-Minifier-XS/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2021-10-24Update to 0.15wen1-2/+2
Upstream changes: 0.15 2021-10-15 20:21:23-07:00 America/Vancouver - GH#8 - preserve newlines when collapsing whitespace; if a block of whitespace contains a newline, then when collapsing we collapse to a newline character, not just "the first whitespace char we found"
2021-09-05Update to 0.14wen1-3/+2
Upstream changes: 0.14 2021-02-06 23:36:36-08:00 America/Vancouver - rewrote test suite into a single ".t" test - optimized memory allocations, by allocating Nodes in bulk, and being smarter about when we need to free/reallocate content buffers in Nodes - optimize whitespace collapsing - GH#3 / RT#108682; fix whitespace reduction at end of preserved line comment. Thanks to Dan Goodliffe - GH#6; fix unescaped slash in character set, inside of a regex, with thanks to @faf 0.13 2020-12-30 21:46:29-08:00 America/Vancouver - POD cleanups; spelling, SYNOPSIS - Switch to DZil Author Bundle 0.12 2020-12-28 08:31:31-08:00 America/Vancouver - Switch to GitHub Actions, from Travis-CI. - Add META links to GitHub repository and issue tracker - Switch to Dist::Zilla - Bump minimum required Perl to 5.8.1 - RT #130347; handle ES6 template literals. Thanks to Robert Rothenberg.
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2016-08-25Add p5-JavaScript-Minifier-XS 0.11markd1-0/+16
JavaScript::Minifier::XS is a JavaScript "minifier"; its designed to remove un-necessary whitespace and comments from JavaScript files, which also not breaking the JavaScript.