From owner-cvs-all@FreeBSD.ORG Fri Feb 1 14:24:05 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5E8816A41B; Fri, 1 Feb 2008 14:24:05 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A6D0E13C45D; Fri, 1 Feb 2008 14:24:05 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m11EO5b4027380; Fri, 1 Feb 2008 14:24:05 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m11EO5O9027379; Fri, 1 Feb 2008 14:24:05 GMT (envelope-from sat) Message-Id: <200802011424.m11EO5O9027379@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 1 Feb 2008 14:24:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/xpi-torbutton Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2008 14:24:05 -0000 sat 2008-02-01 14:24:05 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/xpi-torbutton Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.1963 +1 -0 ports/www/Makefile 1.1 +20 -0 ports/www/xpi-torbutton/Makefile (new) 1.1 +3 -0 ports/www/xpi-torbutton/distinfo (new) 1.1 +19 -0 ports/www/xpi-torbutton/pkg-descr (new) 1.1 +10 -0 ports/www/xpi-torbutton/pkg-plist (new)