1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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>
This commit is contained in:
Andrew Pantyukhin 2008-05-19 20:46:13 +00:00
parent 2158e1e934
commit 30bbb57236
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213350
8 changed files with 95 additions and 0 deletions

View File

@ -1456,6 +1456,7 @@
SUBDIR += xpi-mousegestures
SUBDIR += xpi-mozex
SUBDIR += xpi-mrtech-local-install
SUBDIR += xpi-neo-diggler
SUBDIR += xpi-no-referrer
SUBDIR += xpi-noscript
SUBDIR += xpi-num2web
@ -1470,6 +1471,7 @@
SUBDIR += xpi-searchstatus
SUBDIR += xpi-server_switcher
SUBDIR += xpi-sessionmanager
SUBDIR += xpi-speed-dial
SUBDIR += xpi-statusbarclock
SUBDIR += xpi-stumbleupon
SUBDIR += xpi-stylish

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: xpi-neo-diggler
# Date created: 12 May 2008
# Whom: Harald Schmalzbauer <h.schmalzbauer@omnisec.de>
#
# $FreeBSD$
#
PORTNAME= neo-diggler
PORTVERSION= 1.0.5
DISTVERSIONSUFFIX= -fx
CATEGORIES= www
MAINTAINER= h.schmalzbauer@omnisec.de
COMMENT= URL-related actions through menu button
XPI_DISTNAME= neo_diggler
XPI_ID= {9b84cce7-a817-45d7-865e-9e6e8da1c388}
XPI_NUM= 3763
XPI_FILES= chrome.manifest install.rdf \
chrome/diggler.jar defaults/preferences/diggler.js
XPI_DIRS= chrome defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (xpi/neo_diggler-1.0.5-fx.xpi) = 351cf7f5c4699a0e226e82cdb2a63580
SHA256 (xpi/neo_diggler-1.0.5-fx.xpi) = 385ed76990775eac9800b294dad6c28303dca3a366fb6e912bd725171fee0aea
SIZE (xpi/neo_diggler-1.0.5-fx.xpi) = 42045

View File

@ -0,0 +1,12 @@
This extension adds a menu button next to the address bar with actions
relevant to the current URL. The button's menu allows you navigate up
through the current URL's parents, to visit the equivalent ftp URL, or
to visit the site in archive.org. A single click on the menu button
also easily clears the location bar (much like the one in Konqueror) -
useful for keyboard free browsing.
It also has a few security control tick-boxes (popups, tabbing,
images) and the ability to add custom URL conversions/manipulations.
WWW: https://addons.mozilla.org/en-US/firefox/addon/3763
Author: Neil Bird <mozilla@fnxweb.com>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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