Fasterfox allows you to tweak many network and rendering
settings such as simultaneous connections, pipelining, cache, DNS cache, and initial paint delay. Dynamic speed increases can be obtained with the unique prefetching mechanism, which recycles idle bandwidth by silently loading and caching all of the links on the page you are browsing. WWW: http://fasterfox.mozdev.org/ PR: ports/95076 Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com>
This commit is contained in:
parent
3657a1eeec
commit
09fdb4158a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159713
@ -966,6 +966,7 @@
|
||||
SUBDIR += xpath2rss
|
||||
SUBDIR += xpi-adblock
|
||||
SUBDIR += xpi-colorfultabs
|
||||
SUBDIR += xpi-fasterfox
|
||||
SUBDIR += xshttpd
|
||||
SUBDIR += xshttpd-devel
|
||||
SUBDIR += xulrunner
|
||||
|
22
www/xpi-fasterfox/Makefile
Normal file
22
www/xpi-fasterfox/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: xpi-fasterfox
|
||||
# Date created: 28 March 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= fasterfox
|
||||
PORTVERSION= 1.0.3
|
||||
DISTVERSIONSUFFIX= -fx
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= infofarmer@gmail.com
|
||||
COMMENT= Performance and network tweaks for Firefox
|
||||
|
||||
XPI_ID= {c36177c0-224a-11da-8cd6-0800200c9a66}
|
||||
XPI_FILES= chrome/fasterfox.jar defaults/preferences/fasterfox.js install.rdf \
|
||||
readme.txt chrome.manifest
|
||||
XPI_DIRS= chrome defaults/preferences defaults
|
||||
|
||||
.include "../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
3
www/xpi-fasterfox/distinfo
Normal file
3
www/xpi-fasterfox/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/fasterfox-1.0.3-fx.xpi) = 6b34852c2c086b0444b79000c7ff25cb
|
||||
SHA256 (xpi/fasterfox-1.0.3-fx.xpi) = b617ab9dd02aae3f5c0208afecf2481a44a14aeb7612345699092512238c9810
|
||||
SIZE (xpi/fasterfox-1.0.3-fx.xpi) = 93653
|
36
www/xpi-fasterfox/files/chrome.manifest
Normal file
36
www/xpi-fasterfox/files/chrome.manifest
Normal file
@ -0,0 +1,36 @@
|
||||
|
||||
overlay chrome://browser/content/browser.xul chrome://fasterfox/content/fasterfoxOverlay.xul
|
||||
overlay chrome://navigator/content/navigator.xul chrome://fasterfox/content/fasterfoxOverlay.xul
|
||||
content fasterfox jar:chrome/fasterfox.jar!/content/fasterfox/
|
||||
|
||||
skin fasterfox classic/1.0 jar:chrome/fasterfox.jar!/skin/classic/fasterfox/
|
||||
|
||||
locale fasterfox en-US jar:chrome/fasterfox.jar!/locale/en-US/fasterfox/
|
||||
|
||||
locale fasterfox cs-CZ jar:chrome/fasterfox.jar!/locale/cs-CZ/fasterfox/
|
||||
|
||||
locale fasterfox de-DE jar:chrome/fasterfox.jar!/locale/de-DE/fasterfox/
|
||||
|
||||
locale fasterfox fi-FI jar:chrome/fasterfox.jar!/locale/fi-FI/fasterfox/
|
||||
|
||||
locale fasterfox fr-FR jar:chrome/fasterfox.jar!/locale/fr-FR/fasterfox/
|
||||
|
||||
locale fasterfox he-IL jar:chrome/fasterfox.jar!/locale/he-IL/fasterfox/
|
||||
|
||||
locale fasterfox it-IT jar:chrome/fasterfox.jar!/locale/it-IT/fasterfox/
|
||||
|
||||
locale fasterfox ja-JP jar:chrome/fasterfox.jar!/locale/ja-JP/fasterfox/
|
||||
|
||||
locale fasterfox ko-KR jar:chrome/fasterfox.jar!/locale/ko-KR/fasterfox/
|
||||
|
||||
locale fasterfox nl-NL jar:chrome/fasterfox.jar!/locale/nl-NL/fasterfox/
|
||||
|
||||
locale fasterfox pl-PL jar:chrome/fasterfox.jar!/locale/pl-PL/fasterfox/
|
||||
|
||||
locale fasterfox sl-SI jar:chrome/fasterfox.jar!/locale/sl-SI/fasterfox/
|
||||
|
||||
locale fasterfox sk-SK jar:chrome/fasterfox.jar!/locale/sk-SK/fasterfox/
|
||||
|
||||
locale fasterfox tr-TR jar:chrome/fasterfox.jar!/locale/tr-TR/fasterfox/
|
||||
|
||||
locale fasterfox zh-CN jar:chrome/fasterfox.jar!/locale/zh-CN/fasterfox/
|
10
www/xpi-fasterfox/pkg-descr
Normal file
10
www/xpi-fasterfox/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Fasterfox allows you to tweak many network and rendering
|
||||
settings such as simultaneous connections, pipelining,
|
||||
cache, DNS cache, and initial paint delay.
|
||||
|
||||
Dynamic speed increases can be obtained with the unique
|
||||
prefetching mechanism, which recycles idle bandwidth by
|
||||
silently loading and caching all of the links on the page
|
||||
you are browsing.
|
||||
|
||||
WWW: http://fasterfox.mozdev.org/
|
Loading…
Reference in New Issue
Block a user