diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-02-01 14:24:05 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2008-02-01 14:24:05 +0000 |
commit | af6568d491381f8b8b1874f7cfbe4696886f7de0 (patch) | |
tree | 539c17cf75f35c0b07376f1e450190f6bf5d534b /www/xpi-torbutton | |
parent | 6b3b3a8e488e5889abd2fd158a3a55dac0c6397f (diff) | |
download | ports-af6568d491381f8b8b1874f7cfbe4696886f7de0.tar.gz ports-af6568d491381f8b8b1874f7cfbe4696886f7de0.zip |
Notes
Diffstat (limited to 'www/xpi-torbutton')
-rw-r--r-- | www/xpi-torbutton/Makefile | 20 | ||||
-rw-r--r-- | www/xpi-torbutton/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-torbutton/pkg-descr | 19 | ||||
-rw-r--r-- | www/xpi-torbutton/pkg-plist | 10 |
4 files changed, 52 insertions, 0 deletions
diff --git a/www/xpi-torbutton/Makefile b/www/xpi-torbutton/Makefile new file mode 100644 index 000000000000..7115dad8b8de --- /dev/null +++ b/www/xpi-torbutton/Makefile @@ -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> diff --git a/www/xpi-torbutton/distinfo b/www/xpi-torbutton/distinfo new file mode 100644 index 000000000000..796709fb6d79 --- /dev/null +++ b/www/xpi-torbutton/distinfo @@ -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 diff --git a/www/xpi-torbutton/pkg-descr b/www/xpi-torbutton/pkg-descr new file mode 100644 index 000000000000..6d298c403afc --- /dev/null +++ b/www/xpi-torbutton/pkg-descr @@ -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 diff --git a/www/xpi-torbutton/pkg-plist b/www/xpi-torbutton/pkg-plist new file mode 100644 index 000000000000..bf810d6715bd --- /dev/null +++ b/www/xpi-torbutton/pkg-plist @@ -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 |