Subject: CVS commit: pkgsrc/www/py-rcssmin
From: Mark Davies
Date: 2023-05-11 00:45:58
Message id: 20230510224558.985E1FA87@cvs.NetBSD.org

Log Message:
py-rcssmin: add version 1.1.1

RCSSmin is a CSS minifier written in python.

The minifier is based on the semantics of the YUI compressor, which itself
is based on the rule list by Isaac Schlueter.

This module is a re-implementation aiming for speed instead of maximum
compression, so it can be used at runtime (rather than during a preprocessing
step). RCSSmin does syntactical compression only (removing spaces, comments
and possibly semicolons). It does not provide semantic compression (like
removing empty blocks, collapsing redundant properties etc). It does, however,
support various CSS hacks (by keeping them working as intended).

Files:
RevisionActionfile
1.1addpkgsrc/www/py-rcssmin/DESCR
1.1addpkgsrc/www/py-rcssmin/Makefile
1.1addpkgsrc/www/py-rcssmin/PLIST
1.1addpkgsrc/www/py-rcssmin/distinfo