diff options
author | sat <sat@FreeBSD.org> | 2006-05-16 03:40:02 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-16 03:40:02 +0800 |
commit | 1305103ad18c45233d7b1f5bf231c078cf2f280c (patch) | |
tree | d1491b56eeba76c29ef3535eedf26e79c1b532a7 /www | |
parent | ea1d7612734f5292c98254b5bf0cb3f9daedcf9e (diff) | |
download | freebsd-ports-gnome-1305103ad18c45233d7b1f5bf231c078cf2f280c.tar.gz freebsd-ports-gnome-1305103ad18c45233d7b1f5bf231c078cf2f280c.tar.zst freebsd-ports-gnome-1305103ad18c45233d7b1f5bf231c078cf2f280c.zip |
Add xpi-searchstatus: Displays Google PageRank, Alexa popularity and other stats
PR: ports/97294
Submitted by: Lapo Luchini <lapo@lapo.it>
Approved by: krion (mentor)
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-searchstatus/Makefile | 22 | ||||
-rw-r--r-- | www/xpi-searchstatus/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-searchstatus/files/chrome.manifest | 5 | ||||
-rw-r--r-- | www/xpi-searchstatus/pkg-descr | 9 |
5 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5fcea8ef9e4f..28b296457c92 100644 --- a/www/Makefile +++ b/www/Makefile @@ -993,6 +993,7 @@ SUBDIR += xpi-no-referrer SUBDIR += xpi-noscript SUBDIR += xpi-pdf_download + SUBDIR += xpi-searchstatus SUBDIR += xpi-server_switcher SUBDIR += xpi-stumbleupon SUBDIR += xpi-tabmixplus diff --git a/www/xpi-searchstatus/Makefile b/www/xpi-searchstatus/Makefile new file mode 100644 index 000000000000..5810237a6f2a --- /dev/null +++ b/www/xpi-searchstatus/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: xpi-searchstatus +# Date created: 15 May 2006 +# Whom: Lapo Luchini <lapo@lapo.it> +# +# $FreeBSD$ +# + +PORTNAME= searchstatus +PORTVERSION= 1.15 +DISTVERSIONSUFFIX= -fx+fl +CATEGORIES= www + +MAINTAINER= lapo@lapo.it +COMMENT= Displays Google PageRank, Alexa popularity and other stats + +XPI_ID= {d57c9ff1-6389-48fc-b770-f78bd89b6e8a} +XPI_FILES= chrome/searchstatus.jar install.js install.rdf \ + readme.txt chrome.manifest +XPI_DIRS= chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-searchstatus/distinfo b/www/xpi-searchstatus/distinfo new file mode 100644 index 000000000000..7011b4dc9ca3 --- /dev/null +++ b/www/xpi-searchstatus/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/searchstatus-1.15-fx+fl.xpi) = c1faec2a0eec8e235110a12a02cda158 +SHA256 (xpi/searchstatus-1.15-fx+fl.xpi) = 6b1482ffe74f1ebb33b8544858a2929e11b89b357fdf79fe11cb470d4e1302af +SIZE (xpi/searchstatus-1.15-fx+fl.xpi) = 39102 diff --git a/www/xpi-searchstatus/files/chrome.manifest b/www/xpi-searchstatus/files/chrome.manifest new file mode 100644 index 000000000000..479fadb40066 --- /dev/null +++ b/www/xpi-searchstatus/files/chrome.manifest @@ -0,0 +1,5 @@ + +overlay chrome://browser/content/browser.xul chrome://searchstatus/content/searchstatus.xul +content searchstatus jar:chrome/searchstatus.jar!/content/searchstatus/ + +skin searchstatus classic/1.0 jar:chrome/searchstatus.jar!/skin/classic/searchstatus/ diff --git a/www/xpi-searchstatus/pkg-descr b/www/xpi-searchstatus/pkg-descr new file mode 100644 index 000000000000..5e3ae6840dd7 --- /dev/null +++ b/www/xpi-searchstatus/pkg-descr @@ -0,0 +1,9 @@ +For every site you visit using Firefox or Mozilla, SearchStatus lets you +view its Google PageRank, Google Category, Alexa popularity ranking, +Alexa incoming links, Alexa related links and backward links from +Google, Yahoo! and MSN - all in one place. + +WWW: http://www.quirk.biz/searchstatus/ + +- Lapo Luchini +lapo@lapo.it |