[Bug 208833] [NEW PORT] www/py-rcssmin: Fast CSS minifier for Python

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Apr 16 17:17:19 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208833

            Bug ID: 208833
           Summary: [NEW PORT] www/py-rcssmin: Fast CSS minifier for
                    Python
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/ndparker/rcssmin
                OS: Any
            Status: New
          Keywords: easy, patch-ready
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: Ultima1252 at gmail.com
                CC: pi at FreeBSD.org
 Attachment #169371 maintainer-approval+
             Flags:
             Flags: maintainer-feedback+

Created attachment 169371
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169371&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list