FreeBSD Bugzilla – Attachment 169371 Details for
Bug 208833
[NEW PORT] archivers/py-rcssmin: Fast CSS minifier for Python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
rcssmin.diff
rcssmin.diff (text/plain), 3.06 KB, created by
Ultima
on 2016-04-16 17:17:19 UTC
(
hide
)
Description:
rcssmin.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2016-04-16 17:17:19 UTC
Size:
3.06 KB
patch
obsolete
>Index: archivers/Makefile >=================================================================== >--- archivers/Makefile (revision 413350) >+++ archivers/Makefile (working copy) >@@ -170,6 +170,7 @@ > SUBDIR += py-pyliblzma > SUBDIR += py-python-snappy > SUBDIR += py-rarfile >+ SUBDIR += py-rcssmin > SUBDIR += py-warctools > SUBDIR += py3-libarchive-c > SUBDIR += qpress >Index: archivers/py-rcssmin/Makefile >=================================================================== >--- archivers/py-rcssmin/Makefile (nonexistent) >+++ archivers/py-rcssmin/Makefile (working copy) >@@ -0,0 +1,20 @@ >+# Created by: Ultima <ultima1252@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= rcssmin >+PORTVERSION= 1.0.6 >+CATEGORIES= archivers python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= ultima1252@gmail.com >+COMMENT= Fast CSS minifier for Python >+ >+LICENSE= APACHE20 >+LICENSE_FILE= ${WRCSRC}/LICENSE >+ >+USES= python >+USE_PYTHON= autoplist distutils >+NO_ARCH= yes >+ >+.include <bsd.port.mk> > >Property changes on: archivers/py-rcssmin/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: archivers/py-rcssmin/distinfo >=================================================================== >--- archivers/py-rcssmin/distinfo (nonexistent) >+++ archivers/py-rcssmin/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (rcssmin-1.0.6.tar.gz) = ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270 >+SIZE (rcssmin-1.0.6.tar.gz) = 582894 > >Property changes on: archivers/py-rcssmin/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: archivers/py-rcssmin/pkg-descr >=================================================================== >--- archivers/py-rcssmin/pkg-descr (nonexistent) >+++ archivers/py-rcssmin/pkg-descr (working copy) >@@ -0,0 +1,9 @@ >+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 > >Property changes on: archivers/py-rcssmin/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
Ultima1252
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 208833
: 169371