aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-yslow/Makefile
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2008-02-01 14:41:35 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2008-02-01 14:41:35 +0000
commit38d8ce183dd8a6aa00bd61973bafae308cc5b7a2 (patch)
tree78bc5873d5684160e399b7c19846ae4d9e8dc1b4 /www/xpi-yslow/Makefile
parentaf6568d491381f8b8b1874f7cfbe4696886f7de0 (diff)
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>
Notes
Notes: svn path=/head/; revision=206605
Diffstat (limited to 'www/xpi-yslow/Makefile')
-rw-r--r--www/xpi-yslow/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/xpi-yslow/Makefile b/www/xpi-yslow/Makefile
new file mode 100644
index 000000000000..41d5ac1e12d2
--- /dev/null
+++ b/www/xpi-yslow/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xpi-yslow
+# Date created: 19 January 2008
+# Whom: Sutra Zhou <zhoushuqun@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= yslow
+PORTVERSION= 0.9.2
+DISTVERSIONSUFFIX= -fx
+CATEGORIES= www
+
+MAINTAINER= zhoushuqun@gmail.com
+COMMENT= Analyzes web pages and why they are slow
+
+RUN_DEPENDS= xpi-firebug>=1.05:${PORTSDIR}/www/xpi-firebug
+
+XPI_NUM= 5369
+XPI_ID= yslow@yahoo-inc.com
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>