mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
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
This commit is contained in:
parent
c031e35484
commit
8250aa377a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413464
@ -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
|
||||
|
19
archivers/py-rcssmin/Makefile
Normal file
19
archivers/py-rcssmin/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# 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
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
archivers/py-rcssmin/distinfo
Normal file
2
archivers/py-rcssmin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rcssmin-1.0.6.tar.gz) = ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270
|
||||
SIZE (rcssmin-1.0.6.tar.gz) = 582894
|
9
archivers/py-rcssmin/pkg-descr
Normal file
9
archivers/py-rcssmin/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user