YSlow analyzes web pages and tells you why they're slow based on Yahoo's rules for high performance web sites. YSlow gives you: * Performance report card * HTTP/HTML summary * List of components in the page * Tools including JSLint YSlow is licensed under the Mozilla Public License (MPL) version 1.1, with portions licensed by third parties under other license terms. To review the terms before installing, see WWW: http://developer.yahoo.com/yslow/faq.html#faq_license. You must install Firebug: WWW: https://addons.mozilla.org/en-US/firefox/addon/1843 WWW: https://addons.mozilla.org/en-US/firefox/addon/5369 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->sat sat@ wants this port PRs (via the GNATS Auto Assign Tool)
sat 2008-02-01 14:41:35 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-yslow Makefile distinfo pkg-descr pkg-plist Log: Add port www/xpi-yslow: YSlow analyzes web pages and tells you why they're slow based on Yahoo's rules for high performance web sites. YSlow gives you: * Performance report card * HTTP/HTML summary * List of components in the page * Tools including JSLint Most files comprising YSlow are licensed under the Mozilla Public License (MPL) version 1.1, with a couple of exceptions. YSlow includes jslint by Douglas Crockford, which is licensed under a BSD-style license. YSlow also includes files from the Yahoo! User Interface library, which are licensed under the BSD license. WWW: http://developer.yahoo.com/yslow/ PR: ports/119808 Submitted by: Sutra Zhou <zhoushuqun@gmail.com> Revision Changes Path 1.1964 +1 -0 ports/www/Makefile 1.1 +22 -0 ports/www/xpi-yslow/Makefile (new) 1.1 +3 -0 ports/www/xpi-yslow/distinfo (new) 1.1 +16 -0 ports/www/xpi-yslow/pkg-descr (new) 1.1 +24 -0 ports/www/xpi-yslow/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed with some corrections. Try using "make xpi-plist" next time. Thanks!