diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-04-26 06:44:43 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2009-04-26 06:44:43 +0000 |
commit | 7176736c960e3412e9543889b6e20a38f37c28e3 (patch) | |
tree | 958be10e298d784e50430a690a2a5a23fe2edd3d | |
parent | 80c81fd2063f2ab6f76b262c7bfadd207fb246f9 (diff) | |
download | ports-7176736c960e3412e9543889b6e20a38f37c28e3.tar.gz ports-7176736c960e3412e9543889b6e20a38f37c28e3.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-live_pagerank/Makefile | 23 | ||||
-rw-r--r-- | www/xpi-live_pagerank/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-live_pagerank/pkg-descr | 8 |
4 files changed, 35 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5bafae4a1724..f5d2ea68fec6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1665,6 +1665,7 @@ SUBDIR += xpi-leechblock SUBDIR += xpi-linkification SUBDIR += xpi-live_http_headers + SUBDIR += xpi-live_pagerank SUBDIR += xpi-locale-switcher SUBDIR += xpi-menueditor SUBDIR += xpi-mldonkey diff --git a/www/xpi-live_pagerank/Makefile b/www/xpi-live_pagerank/Makefile new file mode 100644 index 000000000000..d7dd8efe767b --- /dev/null +++ b/www/xpi-live_pagerank/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xpi-live_pagerank +# Date created: 2009-04-26 +# Whom: Norikatsu Shigemura <nork@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= live_pagerank +PORTVERSION= 0.9.6 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= nork@FreeBSD.org +COMMENT= Display PageRank for active URL + +XPI_NUM= 2007 +XPI_ID= {8061ddcf-3632-4287-8d8a-133e219ae838} +XPI_FILES= chrome.manifest chrome/livepr.jar \ + install.rdf +XPI_DIRS= chrome + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-live_pagerank/distinfo b/www/xpi-live_pagerank/distinfo new file mode 100644 index 000000000000..6db277646c26 --- /dev/null +++ b/www/xpi-live_pagerank/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/live_pagerank-0.9.6-fx.xpi) = a4681b7063e99471b6471aa00c68da23 +SHA256 (xpi/live_pagerank-0.9.6-fx.xpi) = 82b917c9a272509f254007eb9679873b727aafac50f19c94b9804943599de3c5 +SIZE (xpi/live_pagerank-0.9.6-fx.xpi) = 12073 diff --git a/www/xpi-live_pagerank/pkg-descr b/www/xpi-live_pagerank/pkg-descr new file mode 100644 index 000000000000..a4d4b755b8d9 --- /dev/null +++ b/www/xpi-live_pagerank/pkg-descr @@ -0,0 +1,8 @@ +Display PageRank for active URL. + +Live PR gives you a movable (DnD) widget which shows +you the Google Pagerank of the current URL. + +Read more about Live PR at following URL. + +WWW: http://livepr.raketforskning.com/ |