View | Details | Raw Unified | Return to bug 191386 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/Makefile (+1 lines)
Lines 1690-1695 Link Here
1690
    SUBDIR += py-selector
1690
    SUBDIR += py-selector
1691
    SUBDIR += py-selenium
1691
    SUBDIR += py-selenium
1692
    SUBDIR += py-slimmer
1692
    SUBDIR += py-slimmer
1693
    SUBDIR += py-slimit
1693
    SUBDIR += py-slumber
1694
    SUBDIR += py-slumber
1694
    SUBDIR += py-splinter
1695
    SUBDIR += py-splinter
1695
    SUBDIR += py-surl
1696
    SUBDIR += py-surl
(-)b/www/py-slimit/Makefile (+19 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	slimit
4
PORTVERSION=	0.8.1
5
CATEGORIES=	www
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	melvyn@magemana.nl
10
COMMENT=	SlimIt is a JavaScript minifier written in Python
11
12
LICENSE=	BSD3CLAUSE
13
14
USES=			zip
15
USE_PYTHON=		yes
16
USE_PYDISTUTILS=	yes
17
PYDISTUTILS_AUTOPLIST=	yes
18
19
.include <bsd.port.mk>
(-)b/www/py-slimit/distinfo (+2 lines)
Added Link Here
1
SHA256 (slimit-0.8.1.zip) = f433dcef899f166b207b67d91d3f7344659cb33b8259818f084167244e17720b
2
SIZE (slimit-0.8.1.zip) = 88217
(-)b/www/py-slimit/pkg-descr (+7 lines)
Added Link Here
1
SlimIt is a JavaScript minifier written in Python. It compiles
2
JavaScript into more compact code so that it downloads and runs faster.
3
4
SlimIt also provides a library that includes a JavaScript parser, lexer,
5
pretty printer and a tree visitor.
6
7
WWW: http://slimit.readthedocs.org/

Return to bug 191386