From af6568d491381f8b8b1874f7cfbe4696886f7de0 Mon Sep 17 00:00:00 2001 From: Andrew Pantyukhin Date: Fri, 1 Feb 2008 14:24:05 +0000 Subject: 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 --- www/Makefile | 1 + www/xpi-torbutton/Makefile | 20 ++++++++++++++++++++ www/xpi-torbutton/distinfo | 3 +++ www/xpi-torbutton/pkg-descr | 19 +++++++++++++++++++ www/xpi-torbutton/pkg-plist | 10 ++++++++++ 5 files changed, 53 insertions(+) create mode 100644 www/xpi-torbutton/Makefile create mode 100644 www/xpi-torbutton/distinfo create mode 100644 www/xpi-torbutton/pkg-descr create mode 100644 www/xpi-torbutton/pkg-plist diff --git a/www/Makefile b/www/Makefile index a78505a79e18..067c095f6a7b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 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 +# +# $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 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 -- cgit v1.2.3