Add xpi-live_pagerank 0.9.6, is a firefox addons of
display PageRank for active URL. WWW: http://livepr.raketforskning.com/firefox-extension.html
This commit is contained in:
parent
80c81fd206
commit
7176736c96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232756
4 changed files with 35 additions and 0 deletions
|
@ -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
|
||||
|
|
23
www/xpi-live_pagerank/Makefile
Normal file
23
www/xpi-live_pagerank/Makefile
Normal file
|
@ -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>
|
3
www/xpi-live_pagerank/distinfo
Normal file
3
www/xpi-live_pagerank/distinfo
Normal file
|
@ -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
|
8
www/xpi-live_pagerank/pkg-descr
Normal file
8
www/xpi-live_pagerank/pkg-descr
Normal file
|
@ -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/
|
Loading…
Reference in a new issue