View | Details | Raw Unified | Return to bug 208834
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-rjsmin
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-rjsmin/Makefile (+20 lines)
Line 0 Link Here
1
# Created by: Ultima <ultima1252@gmail.com>
2
# $FreeBSD$
3
4
PORTNAME=	rjsmin
5
PORTVERSION=	1.0.12
6
CATEGORIES=	archivers python
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
10
MAINTAINER=	ultima1252@gmail.com
11
COMMENT=	Fast javascript 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-rjsmin/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (rjsmin-1.0.12.tar.gz) = dd9591aa73500b08b7db24367f8d32c6470021f39d5ab4e50c7c02e4401386f1
2
SIZE (rjsmin-1.0.12.tar.gz) = 446822
(-)archivers/py-rjsmin/pkg-descr (+7 lines)
Line 0 Link Here
1
rJSmin is a javascript minifier written in python. The minifier is based
2
on the semantics of jsmin.c by Douglas Crockford. The module is a 
3
re-implementation aiming for speed, so it can be used at runtime
4
(rather than during a preprocessing step). Usually it produces the same
5
results as the original jsmin.c.
6
7
WWW: https://github.com/ndparker/rjsmin

Return to bug 208834