View | Details | Raw Unified | Return to bug 208833
Collapse All | Expand All

(-)archivers/Makefile (+1 lines)
Lines 170-175 Link Here
170
    SUBDIR += py-pyliblzma
170
    SUBDIR += py-pyliblzma
171
    SUBDIR += py-python-snappy
171
    SUBDIR += py-python-snappy
172
    SUBDIR += py-rarfile
172
    SUBDIR += py-rarfile
173
    SUBDIR += py-rcssmin
173
    SUBDIR += py-warctools
174
    SUBDIR += py-warctools
174
    SUBDIR += py3-libarchive-c
175
    SUBDIR += py3-libarchive-c
175
    SUBDIR += qpress
176
    SUBDIR += qpress
(-)archivers/py-rcssmin/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Ultima <ultima1252@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	rcssmin
5
PORTVERSION=	1.0.6
6
CATEGORIES=	archivers python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	ultima1252@gmail.com
11
COMMENT=	Fast CSS minifier for Python
12
13
LICENSE=	APACHE20
14
LICENSE_FILE=	${WRCSRC}/LICENSE
15
16
USES=		python
17
USE_PYTHON=	autoplist distutils
18
NO_ARCH=	yes
19
20
.include <bsd.port.mk>
(-)archivers/py-rcssmin/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (rcssmin-1.0.6.tar.gz) = ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270
2
SIZE (rcssmin-1.0.6.tar.gz) = 582894
(-)archivers/py-rcssmin/pkg-descr (+9 lines)
Line 0 Link Here
1
This module is a re-implementation aiming for speed instead of maximum
2
compression, so it can be used at runtime (rather than during a
3
preprocessing step). RCSSmin does syntactical compression only (removing
4
spaces, comments and possibly semicolons). It does not provide semantic
5
compression (like removing empty blocks, collapsing redundant properties
6
etc). It does, however, support various CSS hacks (by keeping them
7
working as intended).
8
9
WWW: https://github.com/ndparker/rcssmin

Return to bug 208833