svn commit: r324785 - in head/www: . py-cssmin
Xin LI
delphij at FreeBSD.org
Thu Aug 15 21:37:34 UTC 2013
Author: delphij
Date: Thu Aug 15 21:37:32 2013
New Revision: 324785
URL: http://svnweb.freebsd.org/changeset/ports/324785
Log:
A Python port of the YUI CSS compression algorithm.
PR: ports/181330
Submitted by: loader
Added:
head/www/py-cssmin/
head/www/py-cssmin/Makefile (contents, props changed)
head/www/py-cssmin/distinfo (contents, props changed)
head/www/py-cssmin/pkg-descr (contents, props changed)
head/www/py-cssmin/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Thu Aug 15 21:03:05 2013 (r324784)
+++ head/www/Makefile Thu Aug 15 21:37:32 2013 (r324785)
@@ -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
Added: head/www/py-cssmin/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-cssmin/Makefile Thu Aug 15 21:37:32 2013 (r324785)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= cssmin
+PORTVERSION= 0.1.4
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= loader at freebsdmall.com
+COMMENT= A Python port of the YUI CSS compression algorithm
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>
Added: head/www/py-cssmin/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-cssmin/distinfo Thu Aug 15 21:37:32 2013 (r324785)
@@ -0,0 +1,2 @@
+SHA256 (cssmin-0.1.4.tar.gz) = dc9ddf046e95eec62809c14fb145fd5953eafa99e02dae934cb53b61e545e43d
+SIZE (cssmin-0.1.4.tar.gz) = 7723
Added: head/www/py-cssmin/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-cssmin/pkg-descr Thu Aug 15 21:37:32 2013 (r324785)
@@ -0,0 +1,3 @@
+A Python port of the YUI CSS compression algorithm.
+
+WWW: https://pypi.python.org/pypi/cssmin/
Added: head/www/py-cssmin/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-cssmin/pkg-plist Thu Aug 15 21:37:32 2013 (r324785)
@@ -0,0 +1,2 @@
+bin/cssmin
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
More information about the svn-ports-head
mailing list