Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 2008 21:57:02 +0200 (CEST)
From:      Harald Schmalzbauer <harry@omnisec.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/123642: New port for firefox addon: speed-dial
Message-ID:  <200805131957.m4DJv2Pl051549@titan.flintsbach.schmalzbauer.de>
Resent-Message-ID: <200805132000.m4DK0GMn038887@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123642
>Category:       ports
>Synopsis:       New port for firefox addon: speed-dial
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 20:00:16 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
OmniSEC
>Environment:
System: FreeBSD titan.flintsbach.schmalzbauer.de 7.0-STABLE FreeBSD 7.0-STABLE #0: Fri May 9 11:36:09 UTC 2008 root@:/usr/obj/usr/src/sys/TITAN i386


	
>Description:
	This is a new port for the firefox extension speed-dial. It adds
the opera known feature to show big dial buttons on blank, new pages.
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xpi-speed_dial/
#	xpi-speed_dial/Makefile
#	xpi-speed_dial/pkg-descr
#	xpi-speed_dial/distinfo
#	xpi-speed_dial/files
#	xpi-speed_dial/files/patch-preferences.js
#
echo c - xpi-speed_dial/
mkdir -p xpi-speed_dial/ > /dev/null 2>&1
echo x - xpi-speed_dial/Makefile
sed 's/^X//' >xpi-speed_dial/Makefile << 'END-of-xpi-speed_dial/Makefile'
X# New ports collection makefile for:	xpi-speed_dial
X# Date created:		12 May 2008
X# Whom:			Harald Schmalzbauer <h.schmalzbauer@omnisec.de>
X#
X# $FreeBSD: ports/www/xpi-speed_dial/Makefile, $
X#
X
XPORTNAME=	speed_dial
XPORTVERSION=	0.7.0.8
XDISTVERSIONSUFFIX=	-fx
XCATEGORIES=	www
X
XMAINTAINER=	h.schmalzbauer@omnisec.de
XCOMMENT=	"Dial" thumbnails of websites in blank windows (like Opera)
X
XXPI_ID=		{64161300-e22b-11db-8314-0800200c9a66}
XXPI_NUM=	4810
XXPI_FILES=	chrome.manifest install.rdf LICENSE \
X		defaults/preferences/speeddial.js \
X		defaults/preferences/speeddial.js.orig \
X		components/speeddialcache.js chrome/speeddial.jar
XXPI_DIRS=	chrome components defaults/preferences defaults
X
X.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
X.include <bsd.port.mk>
END-of-xpi-speed_dial/Makefile
echo x - xpi-speed_dial/pkg-descr
sed 's/^X//' >xpi-speed_dial/pkg-descr << 'END-of-xpi-speed_dial/pkg-descr'
XWith Speed Dial, you can easily access your most used websites.
XTo show the Speed Dial tab, use the Speed Dial button
X(which can be added to the toolbar), or enter "chrome://speeddial/content"
Xin your location bar.
X
XSpeed Dial will be automatically loaded in blank new windows.
XIt can also load in blank new tabs. To configure this, and other options,
Xuse the extension settings panel.
X
XTo assign one website to Speed Dial, use the new "Set as Speed Dial" option
Xin the bookmarks menu, or right click on the tab you want to add, and choose
X"Set as Speed Dial". That option is also available in the contextual area menu.
X
X
XWWW: https://addons.mozilla.org/de/firefox/addon/4810
END-of-xpi-speed_dial/pkg-descr
echo x - xpi-speed_dial/distinfo
sed 's/^X//' >xpi-speed_dial/distinfo << 'END-of-xpi-speed_dial/distinfo'
XMD5 (xpi/speed_dial-0.7.0.8-fx.xpi) = 7a571a07be1244cf4a68eefa4902d852
XSHA256 (xpi/speed_dial-0.7.0.8-fx.xpi) = 688ae319077df300a07f08d2f975f85ef19bc51aef0539260375625d3bb32a3c
XSIZE (xpi/speed_dial-0.7.0.8-fx.xpi) = 156959
END-of-xpi-speed_dial/distinfo
echo c - xpi-speed_dial/files
mkdir -p xpi-speed_dial/files > /dev/null 2>&1
echo x - xpi-speed_dial/files/patch-preferences.js
sed 's/^X//' >xpi-speed_dial/files/patch-preferences.js << 'END-of-xpi-speed_dial/files/patch-preferences.js'
X--- defaults/preferences/speeddial.js.orig	2008-05-12 13:48:15.000000000 +0200
X+++ defaults/preferences/speeddial.js	2008-05-12 13:49:08.000000000 +0200
X@@ -3,7 +3,7 @@
X pref("extensions.speeddial.backgroundBrowserWidth", 800);
X pref("extensions.speeddial.backgroundBrowserHeight", 600);
X pref("extensions.speeddial.loadInNewWindow", true);
X-pref("extensions.speeddial.loadInNewTab", false);
X+pref("extensions.speeddial.loadInNewTab", true);
X pref("extensions.speeddial.loadInLastTab", true);
X pref("extensions.speeddial.showInTabContextMenu", false);
X pref("extensions.speeddial.showInAreaContextMenu", false);
END-of-xpi-speed_dial/files/patch-preferences.js
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805131957.m4DJv2Pl051549>