mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add port www/xpi-torbutton:
Torbutton is a 1-click way to enable or disable the use of Tor. It adds a panel to the statusbar that says "Tor Enabled" (in green) or "Tor Disabled" (in red). The user may click on the panel to toggle the status. If the user (or some other extension) changes the proxy settings, the change is automatically reflected in the statusbar. Some users may prefer a toolbar button instead of a statusbar panel. Such a button is included, and one adds it to the toolbar by right-clicking on the desired toolbar, selecting "Customize...", and then dragging the Torbutton icon onto the toolbar. There is an option in the preferences to hide the statusbar panel (Tools->Extensions, select Torbutton, and click on Preferences). Newer Firefox versions have the ability to send DNS resolves through the socks proxy, and Torbutton will make use of this feature if it is available. WWW: http://torbutton.torproject.org/dev/ Author: Scott Squires PR: ports/119285 Submitted by: Andreas Donig <a.donig@gmx.net>
This commit is contained in:
parent
6b3b3a8e48
commit
af6568d491
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206603
@ -1392,6 +1392,7 @@
|
||||
SUBDIR += xpi-tabletools
|
||||
SUBDIR += xpi-tabmixplus
|
||||
SUBDIR += xpi-togglewordwrap
|
||||
SUBDIR += xpi-torbutton
|
||||
SUBDIR += xpi-unplug
|
||||
SUBDIR += xpi-urllink
|
||||
SUBDIR += xpi-videodownloader
|
||||
|
20
www/xpi-torbutton/Makefile
Normal file
20
www/xpi-torbutton/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: xpi-torbutton
|
||||
# Date created: 02 January 2008
|
||||
# Whom: Andreas Donig <a.donig@gmx.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= torbutton
|
||||
PORTVERSION= 1.0.4.01
|
||||
DISTVERSIONSUFFIX= -fx+tb
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= a.donig@gmx.net
|
||||
COMMENT= Quickly toggle use of the Tor network
|
||||
|
||||
XPI_NUM= 2275
|
||||
XPI_ID= {e0204bd5-9d31-402b-a99d-a6aa8ffebdca}
|
||||
|
||||
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
||||
.include <bsd.port.mk>
|
3
www/xpi-torbutton/distinfo
Normal file
3
www/xpi-torbutton/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xpi/torbutton-1.0.4.01-fx+tb.xpi) = c737750bad754931c64688dc106b479f
|
||||
SHA256 (xpi/torbutton-1.0.4.01-fx+tb.xpi) = 022381e0d0277f8a995a7b95f6d6ba14bf061da34314e1f76fd7b20976d6a5cb
|
||||
SIZE (xpi/torbutton-1.0.4.01-fx+tb.xpi) = 26857
|
19
www/xpi-torbutton/pkg-descr
Normal file
19
www/xpi-torbutton/pkg-descr
Normal file
@ -0,0 +1,19 @@
|
||||
Torbutton is a 1-click way to enable or disable the use of Tor. It adds a
|
||||
panel to the statusbar that says "Tor Enabled" (in green) or "Tor Disabled"
|
||||
(in red). The user may click on the panel to toggle the status. If the user
|
||||
(or some other extension) changes the proxy settings, the change is
|
||||
automatically reflected in the statusbar.
|
||||
|
||||
Some users may prefer a toolbar button instead of a statusbar panel. Such a
|
||||
button is included, and one adds it to the toolbar by right-clicking on the
|
||||
desired toolbar, selecting "Customize...", and then dragging the Torbutton
|
||||
icon onto the toolbar. There is an option in the preferences to hide the
|
||||
statusbar panel (Tools->Extensions, select Torbutton, and click on
|
||||
Preferences).
|
||||
|
||||
Newer Firefox versions have the ability to send DNS resolves through the
|
||||
socks proxy, and Torbutton will make use of this feature if it is
|
||||
available.
|
||||
|
||||
WWW: http://torbutton.torproject.org/dev/
|
||||
Author: Scott Squires
|
10
www/xpi-torbutton/pkg-plist
Normal file
10
www/xpi-torbutton/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
%%XPI_XPIDIR%%/CHANGELOG
|
||||
%%XPI_XPIDIR%%/chrome/torbutton.jar
|
||||
%%XPI_XPIDIR%%/chrome.manifest
|
||||
%%XPI_XPIDIR%%/CREDITS
|
||||
%%XPI_XPIDIR%%/defaults/preferences/preferences.js
|
||||
%%XPI_XPIDIR%%/LICENSE
|
||||
%%XPI_XPIDIR%%/install.rdf
|
||||
@dirrm %%XPI_XPIDIR%%/chrome
|
||||
@dirrm %%XPI_XPIDIR%%/defaults/preferences
|
||||
@dirrm %%XPI_XPIDIR%%/defaults
|
Loading…
Reference in New Issue
Block a user