Bug 181330 - [New Port] www/py-cssmin
Summary: [New Port] www/py-cssmin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-15 19:40 UTC by loader
Modified: 2013-08-15 22:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.53 KB, text/plain)
2013-08-15 19:40 UTC, loader
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loader 2013-08-15 19:40:00 UTC
A Python port of the YUI CSS compression algorithm.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-15 19:40:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Xin LI freebsd_committer freebsd_triage 2013-08-15 22:27:50 UTC
Responsible Changed
From-To: freebsd-python->delphij

Take.
Comment 3 Xin LI freebsd_committer freebsd_triage 2013-08-15 22:37:37 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-08-15 22:37:46 UTC
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@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%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"