pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-CSS-Minifier-XS



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Sep  5 01:48:42 UTC 2021

Modified Files:
        pkgsrc/www/p5-CSS-Minifier-XS: Makefile distinfo

Log Message:
Update to 0.13

Upstream changes:
0.13      2021-02-06 17:26:39-08:00 America/Vancouver
    - Internals; avoid allocating memory for each node as we tokenize the
      document, and simply use pointers back into original string.
      - Dramatically improves performance; local testing shows boost from
        ~25/s to ~85MB/s
    - Improve zero value minification further
    - Simplified whitespace compaction

0.12      2021-01-30 21:46:07-08:00 America/Vancouver
    - rewrote test suite into a single ".t" test
    - GH #1 / RT #97574; whitespace before a ":" in a pseudo-selector is
      meaningful and needs to be preserved (e.g. "#link :visited")
    - Further reductions of "zero values", when possible
      - "00000px" and "0.0px" become "0px"
      - "000%" and "0.0%" become "0%"
      - units are preserved inside of functions, but eliminated otherwise, and
        percentages are always left as a percentages
    - Optimized whitespace collapsing
    - Optimized memory usage and string copying

0.11      2020-12-30 21:27:39-08:00 America/Vancouver
    - POD spelling fixes
    - Switch to DZil Author Bundle

0.10      2020-12-28 11:00:17-08:00 America/Vancouver
    - RT #90879; correct minification of %s in "hsl()" and "hsla()" functions
      Thanks to Philipp Soehnlein
    - RT #103231; don't remove units on zero values inside of functions.
      Thanks to Isaac Montoya, for an additional test case.
    - No long drop units on zero percentages, as those may be required for CSS
      animations.  Thanks to Isaac Montoya for continuing to poke me on this.
    - Now prunes leading whitespace before "!important"
        e.g. "color: red !important" becomes "color:red!important"
    - Switch to Dist::Zilla


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-CSS-Minifier-XS/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/p5-CSS-Minifier-XS/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-CSS-Minifier-XS/Makefile
diff -u pkgsrc/www/p5-CSS-Minifier-XS/Makefile:1.7 pkgsrc/www/p5-CSS-Minifier-XS/Makefile:1.8
--- pkgsrc/www/p5-CSS-Minifier-XS/Makefile:1.7  Mon May 24 19:55:22 2021
+++ pkgsrc/www/p5-CSS-Minifier-XS/Makefile      Sun Sep  5 01:48:42 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2021/05/24 19:55:22 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2021/09/05 01:48:42 wen Exp $
 
-DISTNAME=      CSS-Minifier-XS-0.09
+DISTNAME=      CSS-Minifier-XS-0.13
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GT/GTERMARS/}
 

Index: pkgsrc/www/p5-CSS-Minifier-XS/distinfo
diff -u pkgsrc/www/p5-CSS-Minifier-XS/distinfo:1.1 pkgsrc/www/p5-CSS-Minifier-XS/distinfo:1.2
--- pkgsrc/www/p5-CSS-Minifier-XS/distinfo:1.1  Thu Aug 25 00:15:05 2016
+++ pkgsrc/www/p5-CSS-Minifier-XS/distinfo      Sun Sep  5 01:48:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/08/25 00:15:05 markd Exp $
+$NetBSD: distinfo,v 1.2 2021/09/05 01:48:42 wen Exp $
 
-SHA1 (CSS-Minifier-XS-0.09.tar.gz) = 5a614ca290f2b12812a9e5510cfcbd49215a7ef5
-RMD160 (CSS-Minifier-XS-0.09.tar.gz) = ff1e60ad7fdce9215140e901ce515a1f1bedcfb5
-SHA512 (CSS-Minifier-XS-0.09.tar.gz) = 520e40fa4a6d70bd7692880f3bc5c813a8648dfe12946426dedf0874e180ccd98e703d67ed8b502a7b00489aa2404edce844d80b1eccc48f94156a0d5c36ad51
-Size (CSS-Minifier-XS-0.09.tar.gz) = 14363 bytes
+SHA1 (CSS-Minifier-XS-0.13.tar.gz) = 2296eeb327df9d2cf6996346736b4cbcfec62e3f
+RMD160 (CSS-Minifier-XS-0.13.tar.gz) = 00861b7090be4652a1c01be8f017364e80b989ed
+SHA512 (CSS-Minifier-XS-0.13.tar.gz) = cd924e9d47e52fc96ed41ce4a8e4bbb3f9eea594b47cc6bb388050f1a2c3154d9dc359bc6c7f6c5f2811489eaba21416b9703d152fa403842aee08f44e148ae6
+Size (CSS-Minifier-XS-0.13.tar.gz) = 25935 bytes



Home | Main Index | Thread Index | Old Index