diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-19 20:46:13 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-05-19 20:46:13 +0000 |
commit | 30bbb57236d06c6a7114827fc74fd7848423d454 (patch) | |
tree | bc8734d16fddd05efbef21878746e0a536a33b69 /www/xpi-speed-dial | |
parent | 2158e1e934c7c15796318ab49728de6f222bc68c (diff) |
Add a couple of new xpi extensions,
- www/xpi-new-diggler - URL-related actions through menu button
- www/xpi-speed-dial - Access websites through custom thumbnail views
PR: ports/123641, ports/123642 (with corrections)
Submitted by: Harald Schmalzbauer <harry@omnisec.de>
Notes
Notes:
svn path=/head/; revision=213350
Diffstat (limited to 'www/xpi-speed-dial')
-rw-r--r-- | www/xpi-speed-dial/Makefile | 25 | ||||
-rw-r--r-- | www/xpi-speed-dial/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-speed-dial/pkg-descr | 16 | ||||
-rw-r--r-- | www/xpi-speed-dial/pkg-plist | 10 |
4 files changed, 54 insertions, 0 deletions
diff --git a/www/xpi-speed-dial/Makefile b/www/xpi-speed-dial/Makefile new file mode 100644 index 000000000000..7e84e0c01270 --- /dev/null +++ b/www/xpi-speed-dial/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xpi-speed-dial +# Date created: 12 May 2008 +# Whom: Harald Schmalzbauer <h.schmalzbauer@omnisec.de> +# +# $FreeBSD$ +# + +PORTNAME= speed-dial +PORTVERSION= 0.7.0.8 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= h.schmalzbauer@omnisec.de +COMMENT= Access websites through custom thumbnail views + +XPI_DISTNAME= speed_dial +XPI_ID= {64161300-e22b-11db-8314-0800200c9a66} +XPI_NUM= 4810 + +post-patch: + @${REINPLACE_CMD} -i "" -e '/loadInNewTab/s|false|true|' \ + ${WRKSRC}/defaults/preferences/speeddial.js + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-speed-dial/distinfo b/www/xpi-speed-dial/distinfo new file mode 100644 index 000000000000..c58f46206922 --- /dev/null +++ b/www/xpi-speed-dial/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/speed_dial-0.7.0.8-fx.xpi) = 7a571a07be1244cf4a68eefa4902d852 +SHA256 (xpi/speed_dial-0.7.0.8-fx.xpi) = 688ae319077df300a07f08d2f975f85ef19bc51aef0539260375625d3bb32a3c +SIZE (xpi/speed_dial-0.7.0.8-fx.xpi) = 156959 diff --git a/www/xpi-speed-dial/pkg-descr b/www/xpi-speed-dial/pkg-descr new file mode 100644 index 000000000000..ffd6cb5caa84 --- /dev/null +++ b/www/xpi-speed-dial/pkg-descr @@ -0,0 +1,16 @@ +With Speed Dial, you can easily access your most used websites. To +show the Speed Dial tab, use the Speed Dial button (which can be added +to the toolbar), or enter "chrome://speeddial/content" in your +location bar. + +Speed Dial will be automatically loaded in blank new windows. It can +also load in blank new tabs. To configure this, and other options, use +the extension settings panel. + +To assign one website to Speed Dial, use the new "Set as Speed Dial" +option in the bookmarks menu, or right click on the tab you want to +add, and choose "Set as Speed Dial". That option is also available in +the contextual area menu. + +WWW: http://speeddial.uworks.net/ +Author: Josep del Rio <josep.rio@uworks.net> diff --git a/www/xpi-speed-dial/pkg-plist b/www/xpi-speed-dial/pkg-plist new file mode 100644 index 000000000000..a7c8a6ade6ce --- /dev/null +++ b/www/xpi-speed-dial/pkg-plist @@ -0,0 +1,10 @@ +%%XPI_XPIDIR%%/LICENSE +%%XPI_XPIDIR%%/chrome/speeddial.jar +%%XPI_XPIDIR%%/chrome.manifest +%%XPI_XPIDIR%%/components/speeddialcache.js +%%XPI_XPIDIR%%/defaults/preferences/speeddial.js +%%XPI_XPIDIR%%/install.rdf +@dirrm %%XPI_XPIDIR%%/chrome +@dirrm %%XPI_XPIDIR%%/components +@dirrm %%XPI_XPIDIR%%/defaults/preferences +@dirrm %%XPI_XPIDIR%%/defaults |