From owner-cvs-all@FreeBSD.ORG Sat Sep 3 21:35:21 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51FCE106566C; Sat, 3 Sep 2011 21:35:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 28A478FC0A; Sat, 3 Sep 2011 21:35:21 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p83LZLGs015722; Sat, 3 Sep 2011 21:35:21 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p83LZLU0015721; Sat, 3 Sep 2011 21:35:21 GMT (envelope-from sunpoet) Message-Id: <201109032135.p83LZLU0015721@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 Sep 2011 21:35:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/p5-CSS-Minifier Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Sep 2011 21:35:21 -0000 sunpoet 2011-09-03 21:35:21 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-CSS-Minifier Makefile distinfo pkg-descr pkg-plist Log: - Add p5-CSS-Minifier 0.01 CSS::Minifier removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. The Mac/Internet Explorer comment hack will be minimized but not stripped and so will continue to function. This module understands space, horizontal tab, new line, carriage return, and form feed characters to be whitespace. Any other characters that may be considered whitespace are not minimized. These other characters include paragraph separator and vertical tab. For static CSS files, it is recommended that you minify during the build stage of web deployment. If you minify on-the-fly then it might be a good idea to cache the minified file. Minifying static files on-the-fly repeatedly is wasteful. WWW: http://search.cpan.org/dist/CSS-Minifier/ Revision Changes Path 1.1644 +1 -0 ports/textproc/Makefile 1.1 +21 -0 ports/textproc/p5-CSS-Minifier/Makefile (new) 1.1 +2 -0 ports/textproc/p5-CSS-Minifier/distinfo (new) 1.1 +16 -0 ports/textproc/p5-CSS-Minifier/pkg-descr (new) 1.1 +5 -0 ports/textproc/p5-CSS-Minifier/pkg-plist (new)