A Python port of the YUI CSS compression algorithm.

PR:		ports/181330
Submitted by:	loader
This commit is contained in:
Xin LI 2013-08-15 21:37:32 +00:00
parent c82ca9149f
commit 5d28505ee0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324785
5 changed files with 23 additions and 0 deletions

View File

@ -1483,6 +1483,7 @@
SUBDIR += py-cherrypy
SUBDIR += py-cherrypy-old
SUBDIR += py-clientform
SUBDIR += py-cssmin
SUBDIR += py-cssselect
SUBDIR += py-cssutils
SUBDIR += py-django

15
www/py-cssmin/Makefile Normal file
View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= cssmin
PORTVERSION= 0.1.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@freebsdmall.com
COMMENT= A Python port of the YUI CSS compression algorithm
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>

2
www/py-cssmin/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (cssmin-0.1.4.tar.gz) = dc9ddf046e95eec62809c14fb145fd5953eafa99e02dae934cb53b61e545e43d
SIZE (cssmin-0.1.4.tar.gz) = 7723

3
www/py-cssmin/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
A Python port of the YUI CSS compression algorithm.
WWW: https://pypi.python.org/pypi/cssmin/

2
www/py-cssmin/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/cssmin
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%