From harry@omnisec.de  Tue May 13 19:57:09 2008
Return-Path: <harry@omnisec.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F2665106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 May 2008 19:57:08 +0000 (UTC)
	(envelope-from harry@omnisec.de)
Received: from host.omnisec.de (host.omnisec.de [62.245.232.135])
	by mx1.freebsd.org (Postfix) with ESMTP id 6DF878FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 May 2008 19:57:08 +0000 (UTC)
	(envelope-from harry@omnisec.de)
Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3])
	by host.omnisec.de (8.13.8/8.13.8) with ESMTP id m4DJv2Rq016767
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 May 2008 21:57:07 +0200 (CEST)
	(envelope-from harry@titan.flintsbach.schmalzbauer.de)
Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [IPv6:fec0::1:0:0:1:1])
	by tek.flintsbach.schmalzbauer.de (8.13.8/8.13.8) with ESMTP id m4DJv2ZL041807
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 13 May 2008 21:57:02 +0200 (CEST)
	(envelope-from harry@titan.flintsbach.schmalzbauer.de)
Received: (from harry@localhost)
	by titan.flintsbach.schmalzbauer.de (8.14.2/8.14.2/Submit) id m4DJv2Pl051549;
	Tue, 13 May 2008 21:57:02 +0200 (CEST)
	(envelope-from harry)
Message-Id: <200805131957.m4DJv2Pl051549@titan.flintsbach.schmalzbauer.de>
Date: Tue, 13 May 2008 21:57:02 +0200 (CEST)
From: Harald Schmalzbauer <harry@omnisec.de>
Reply-To: Harald Schmalzbauer <harry@omnisec.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port for firefox addon: speed-dial
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123642
>Category:       ports
>Synopsis:       [New Port] firefox addon: speed-dial
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 13 20:00:16 UTC 2008
>Closed-Date:    Mon May 19 20:51:29 UTC 2008
>Last-Modified:  Mon May 19 20:51:29 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->sat 
Responsible-Changed-By: vwe 
Responsible-Changed-When: Wed May 14 22:27:53 UTC 2008 
Responsible-Changed-Why:  

reassign 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123642 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123642: commit references a PR
Date: Mon, 19 May 2008 20:46:22 +0000 (UTC)

 sat         2008-05-19 20:46:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/xpi-neo-diggler  Makefile distinfo pkg-descr 
     www/xpi-speed-dial   Makefile distinfo pkg-descr pkg-plist 
   Log:
   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>
   
   Revision  Changes    Path
   1.2044    +2 -0      ports/www/Makefile
   1.1       +24 -0     ports/www/xpi-neo-diggler/Makefile (new)
   1.1       +3 -0      ports/www/xpi-neo-diggler/distinfo (new)
   1.1       +12 -0     ports/www/xpi-neo-diggler/pkg-descr (new)
   1.1       +25 -0     ports/www/xpi-speed-dial/Makefile (new)
   1.1       +3 -0      ports/www/xpi-speed-dial/distinfo (new)
   1.1       +16 -0     ports/www/xpi-speed-dial/pkg-descr (new)
   1.1       +10 -0     ports/www/xpi-speed-dial/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sat 
State-Changed-When: Mon May 19 20:51:14 UTC 2008 
State-Changed-Why:  
Committed with corrections, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123641 
State-Changed-From-To: open->closed 
State-Changed-By: sat 
State-Changed-When: Mon May 19 20:51:14 UTC 2008 
State-Changed-Why:  
Committed with corrections, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123642 
>Unformatted:
