Bug 119808 - New port: www/xpi-yslow YSlow analyzes web pages and tells you why they're slow
Summary: New port: www/xpi-yslow YSlow analyzes web pages and tells you why they're slow
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: sat
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-19 18:50 UTC by Sutra
Modified: 2008-02-01 14:50 UTC (History)
0 users

See Also:


Attachments
file.shar (4.67 KB, text/plain)
2008-01-19 18:50 UTC, Sutra
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sutra 2008-01-19 18:50:03 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-19 18:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sat

sat@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-02-01 14:41:41 UTC
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"
Comment 3 sat freebsd_committer freebsd_triage 2008-02-01 14:42:06 UTC
State Changed
From-To: open->closed

Committed with some corrections. Try using "make xpi-plist" next time. 
Thanks!