Created attachment 169371 [details] rcssmin.diff 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). WWW: https://github.com/ndparker/rcssmin portlint -AC: looks fine. poudriere bulk -tC: 11amd64: success 11i386: success 103amd64: success 103i386: success 93amd64: success 93i386: success
testbuilds are fine, committed.
A commit references this bug: Author: pi Date: Sat Apr 16 17:27:06 UTC 2016 New revision: 413464 URL: https://svnweb.freebsd.org/changeset/ports/413464 Log: New port: archivers/py-rcssmin 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). WWW: https://github.com/ndparker/rcssmin PR: 208833 Submitted by: Ultima1252@gmail.com Changes: head/archivers/Makefile head/archivers/py-rcssmin/ head/archivers/py-rcssmin/Makefile head/archivers/py-rcssmin/distinfo head/archivers/py-rcssmin/pkg-descr