Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2013 08:39:00 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1380 - in trunk: . www/linux-tor-browser www/linux-tor-browser/files
Message-ID:  <201311140839.rAE8d0mA089373@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Nov 14 08:39:00 2013
New Revision: 1380

Log:
add linux TorBrowserBundle

linux-c6- dependencies haven't landed yet, so read
http://lists.freebsd.org/pipermail/freebsd-emulation/2013-November/010958.html

Added:
   trunk/www/linux-tor-browser/
   trunk/www/linux-tor-browser/Makefile
   trunk/www/linux-tor-browser/distinfo
   trunk/www/linux-tor-browser/files/
   trunk/www/linux-tor-browser/files/freebsd.js
   trunk/www/linux-tor-browser/files/patch-start-tor-browser
   trunk/www/linux-tor-browser/files/pkg-message.in
   trunk/www/linux-tor-browser/pkg-descr
   trunk/www/linux-tor-browser/pkg-plist
Modified:
   trunk/Gecko_TODO

Modified: trunk/Gecko_TODO
==============================================================================
--- trunk/Gecko_TODO	Mon Nov 11 13:08:10 2013	(r1379)
+++ trunk/Gecko_TODO	Thu Nov 14 08:39:00 2013	(r1380)
@@ -14,9 +14,8 @@
 
 unassigned (ports):
 - add BlueGriffon to replace www/kompozer
-- add TorBrowserBundle:
-  * linux version requires newer glibc/gtk
-  * native needs privacy audit of our build glue
+- add native TorBrowserBundle, may need privacy audit of our build glue
+- add more languages to www/linux-tor-browser
 - switch to system libxul (needs slaves with common patches);
   a Debian patch to reduce configure time can be useful
 - move duplicated `>=' deps into bsd.gecko.mk (system libxul?)

Added: trunk/www/linux-tor-browser/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-tor-browser/Makefile	Thu Nov 14 08:39:00 2013	(r1380)
@@ -0,0 +1,106 @@
+# $FreeBSD$
+
+PORTNAME=	tor-browser
+DISTVERSIONPREFIX=gnu-linux-i686-
+DISTVERSION=	2.3.25-14
+DISTVERSIONSUFFIX=-dev-en-US
+CATEGORIES=	www linux
+# XXX copied from security/tor, move to bsd.sites.mk
+MASTER_SITES=	https://www.torproject.org/dist/torbrowser/linux/ \
+		ftp://ftp.bit.nl/mirror/tor/torbrowser/linux/ \
+		http://cyberside.net.ee/tor/torbrowser/linux/ \
+		http://ftp.bit.nl/mirror/tor/torbrowser/linux/ \
+		http://mirror.hessmo.com/tor/dist/torbrowser/linux/ \
+		http://mirror.host4site.co.il/torproject.org/dist/torbrowser/linux/ \
+		http://mirror.open-networx.org/torproject.org/dist/torbrowser/linux/ \
+		http://mirror.tor.hu/dist/torbrowser/linux/ \
+		https://mirror.torland.me/torproject.org/dist/torbrowser/linux/ \
+		http://mirrors.chaos-darmstadt.de/tor-mirror/dist/torbrowser/linux/ \
+		http://theonionrouter.com/dist/torbrowser/linux/ \
+		http://tor.amorphis.eu/dist/torbrowser/linux/ \
+		http://tor.askapache.com/dist/torbrowser/linux/ \
+		http://tor.beme-it.de/dist/torbrowser/linux/ \
+		http://tor.blingblingsquad.net/dist/torbrowser/linux/ \
+		http://tor.borgmann.tv/dist/torbrowser/linux/ \
+		http://tor.ccc.de/dist/torbrowser/linux/ \
+		http://tor.cyberarmy.at/dist/torbrowser/linux/ \
+		http://tor.dont-know-me.at/dist/torbrowser/linux/ \
+		http://tor.factor.cc/dist/torbrowser/linux/ \
+		http://tor.homosu.net/dist/torbrowser/linux/ \
+		http://tor.idnr.ws/dist/torbrowser/linux/ \
+		http://tor.myrl.net/dist/torbrowser/linux/ \
+		http://tor.kamagurka.org/dist/torbrowser/linux/ \
+		http://tor.spline.de/dist/torbrowser/linux/ \
+		http://tor.taiga-san.net/dist/torbrowser/linux/ \
+		http://tor.vesta.nu/dist/torbrowser/linux/ \
+		http://torproj.xpdm.us/dist/torbrowser/linux/ \
+		https://torproject.antagonism.org/dist/torbrowser/linux/ \
+		https://torproject.crypto.is/dist/torbrowser/linux/ \
+		http://torproject.is/dist/torbrowser/linux/ \
+		http://torproject.jcsh.it/dist/torbrowser/linux/ \
+		http://torproject.nwlinux.us/dist/torbrowser/linux/ \
+		http://torproject.ph3x.at/dist/torbrowser/linux/ \
+		https://www.coevoet.nl/tor/dist/torbrowser/linux/ \
+		http://www.oignon.net/dist/torbrowser/linux/ \
+		http://www.torproject.nl/dist/torbrowser/linux/ \
+		http://www.torproject.org.nyud.net/dist/torbrowser/linux/ \
+		http://www.torproject.us/dist/torbrowser/linux/ \
+		http://www.torservers.net/mirrors/torproject.org/dist/torbrowser/linux/
+PKGNAMEPREFIX=	linux-
+
+MAINTAINER=	gecko@FreeBSD.org
+COMMENT=	Privacy-oriented web browser
+
+# XXX weak protection for make makesum, should be in bsd.port.mk
+FETCH_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
+FETCH_ENV=	SSL_CA_CERT_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
+
+ONLY_FOR_ARCHS=	i386 amd64
+CONFLICTS=	tor-browser-[0-9]*
+
+USE_DOS2UNIX=	yes
+DOS2UNIX_REGEX=	.*/torrc
+USE_LINUX=	c6
+USE_LINUX_APPS=	atk fontconfig gtk2 pango \
+		dbusglib dbuslibs alsalib alsa-plugins-oss
+NO_BUILD=	yes
+
+SUB_FILES=	pkg-message
+WRKSRC=		${WRKDIR}/${PORTNAME}${DISTVERSIONSUFFIX:S/-dev-/_/}
+DATADIR?=	/tmp/${UNIQUENAME}
+
+DESKTOP_ENTRIES="Tor Browser Bundle" \
+		"${COMMENT}" \
+		"${PREFIX}/lib/${UNIQUENAME}/App/Firefox/icons/mozicon128.png" \
+		"start-tor-browser" \
+		"Network;WebBrowser;" \
+		true
+
+post-extract:
+	@${CHMOD} -R +rX ${WRKSRC}
+
+	@${RMDIR} ${WRKSRC}/tmp
+	@${MKDIR} ${WRKSRC}/.mozilla/firefox
+
+	@${MV} ${WRKSRC}/Data ${WRKSRC}/Skel
+	@${LN} -sf ${DATADIR} ${WRKSRC}/Data
+
+	@${LN} -sf ${LOCALBASE}/lib/npapi/symlinks/linux-firefox \
+		${WRKSRC}/App/Firefox/plugins
+
+	@${MKDIR} ${WRKSRC}/App/Firefox/defaults/preferences
+	@${CP} ${FILESDIR}/freebsd.js \
+		${WRKSRC}/App/Firefox/defaults/preferences/
+
+post-patch:
+	@${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
+		${WRKSRC}/start-tor-browser
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib/${UNIQUENAME}
+	${TAR} cf - -C${WRKSRC} --exclude '*.orig' --exclude '*.bak' . | \
+		${TAR} xof - -C${STAGEDIR}${PREFIX}/lib/${UNIQUENAME}
+	${LN} -sf ${PREFIX}/lib/${UNIQUENAME}/start-tor-browser \
+		${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: trunk/www/linux-tor-browser/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-tor-browser/distinfo	Thu Nov 14 08:39:00 2013	(r1380)
@@ -0,0 +1,2 @@
+SHA256 (tor-browser-gnu-linux-i686-2.3.25-14-dev-en-US.tar.gz) = de19ddb3a3a7300f30394e6aae622ab5238b4de7217af97293ee4cb01bb6e54a
+SIZE (tor-browser-gnu-linux-i686-2.3.25-14-dev-en-US.tar.gz) = 36739654

Added: trunk/www/linux-tor-browser/files/freebsd.js
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-tor-browser/files/freebsd.js	Thu Nov 14 08:39:00 2013	(r1380)
@@ -0,0 +1,2 @@
+// no AFMT_FLOAT support in kernel (firefox bug 780531)
+pref("media.use_cubeb", false);

Added: trunk/www/linux-tor-browser/files/patch-start-tor-browser
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-tor-browser/files/patch-start-tor-browser	Thu Nov 14 08:39:00 2013	(r1380)
@@ -0,0 +1,15 @@
+--- start-tor-browser~
++++ start-tor-browser
+@@ -208,6 +208,12 @@ LDPATH="${HOME}/Lib/"
+ export LDPATH
+ export LD_LIBRARY_PATH
+ 
++# FreeBSD port stores live Data under /tmp, copied from skeleton
++printf "\nCopying skeleton profile to %%DATADIR%%\n"
++cd "${HOME}"
++umask 077
++cp -nR Skel/ %%DATADIR%%
++
+ if [ "$debug" -eq 1 ]; then
+ 	printf "\nStarting Vidalia now\n"
+ 	cd "${HOME}"

Added: trunk/www/linux-tor-browser/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-tor-browser/files/pkg-message.in	Thu Nov 14 08:39:00 2013	(r1380)
@@ -0,0 +1,3 @@
+Unlike vendor-provided TorBrowserBundle, the port stores temporary
+data under %%DATADIR%%. If you wish to start from a clean profile
+either remove the directory or reinstall the package.

Added: trunk/www/linux-tor-browser/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-tor-browser/pkg-descr	Thu Nov 14 08:39:00 2013	(r1380)
@@ -0,0 +1,4 @@
+Tor Browser Bundle is a bundle of Tor, Vidalia and patched Firefox ESR,
+pre-configured to protect users' privacy and anonymity on the web.
+
+WWW: https://www.torproject.org/projects/torbrowser.html.en

Added: trunk/www/linux-tor-browser/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/linux-tor-browser/pkg-plist	Thu Nov 14 08:39:00 2013	(r1380)
@@ -0,0 +1,348 @@
+@unexec rm -rf %%DATADIR%%
+bin/start-tor-browser
+lib/linux-tor-browser/App/Firefox/application.ini
+lib/linux-tor-browser/App/Firefox/blocklist.xml
+lib/linux-tor-browser/App/Firefox/chrome.manifest
+lib/linux-tor-browser/App/Firefox/components/binary.manifest
+lib/linux-tor-browser/App/Firefox/components/libbrowsercomps.so
+lib/linux-tor-browser/App/Firefox/components/libdbusservice.so
+lib/linux-tor-browser/App/Firefox/defaults/pref/channel-prefs.js
+lib/linux-tor-browser/App/Firefox/defaults/preferences/freebsd.js
+lib/linux-tor-browser/App/Firefox/defaults/profile/bookmarks.html
+lib/linux-tor-browser/App/Firefox/defaults/profile/preferences/extension-overrides.js
+lib/linux-tor-browser/App/Firefox/dependentlibs.list
+lib/linux-tor-browser/App/Firefox/dictionaries/en-US.aff
+lib/linux-tor-browser/App/Firefox/dictionaries/en-US.dic
+lib/linux-tor-browser/App/Firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
+lib/linux-tor-browser/App/Firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
+lib/linux-tor-browser/App/Firefox/firefox
+lib/linux-tor-browser/App/Firefox/firefox-bin
+lib/linux-tor-browser/App/Firefox/icons/mozicon128.png
+lib/linux-tor-browser/App/Firefox/icons/updater.png
+lib/linux-tor-browser/App/Firefox/libfreebl3.chk
+lib/linux-tor-browser/App/Firefox/libfreebl3.so
+lib/linux-tor-browser/App/Firefox/libmozalloc.so
+lib/linux-tor-browser/App/Firefox/libmozsqlite3.so
+lib/linux-tor-browser/App/Firefox/libnspr4.so
+lib/linux-tor-browser/App/Firefox/libnss3.so
+lib/linux-tor-browser/App/Firefox/libnssckbi.so
+lib/linux-tor-browser/App/Firefox/libnssdbm3.chk
+lib/linux-tor-browser/App/Firefox/libnssdbm3.so
+lib/linux-tor-browser/App/Firefox/libnssutil3.so
+lib/linux-tor-browser/App/Firefox/libplc4.so
+lib/linux-tor-browser/App/Firefox/libplds4.so
+lib/linux-tor-browser/App/Firefox/libsmime3.so
+lib/linux-tor-browser/App/Firefox/libsoftokn3.chk
+lib/linux-tor-browser/App/Firefox/libsoftokn3.so
+lib/linux-tor-browser/App/Firefox/libssl3.so
+lib/linux-tor-browser/App/Firefox/libxpcom.so
+lib/linux-tor-browser/App/Firefox/libxul.so
+lib/linux-tor-browser/App/Firefox/modules/services-aitc/.mkdir.done
+lib/linux-tor-browser/App/Firefox/modules/services-common/.mkdir.done
+lib/linux-tor-browser/App/Firefox/modules/services-crypto/.mkdir.done
+lib/linux-tor-browser/App/Firefox/modules/services-notifications/.mkdir.done
+lib/linux-tor-browser/App/Firefox/modules/services-sync/.mkdir.done
+lib/linux-tor-browser/App/Firefox/modules/services-sync/engines/.mkdir.done
+lib/linux-tor-browser/App/Firefox/modules/sessionstore/.mkdir.done
+lib/linux-tor-browser/App/Firefox/mozilla-xremote-client
+lib/linux-tor-browser/App/Firefox/omni.ja
+lib/linux-tor-browser/App/Firefox/platform.ini
+lib/linux-tor-browser/App/Firefox/plugin-container
+lib/linux-tor-browser/App/Firefox/plugins
+lib/linux-tor-browser/App/Firefox/precomplete
+lib/linux-tor-browser/App/Firefox/removed-files
+lib/linux-tor-browser/App/Firefox/run-mozilla.sh
+lib/linux-tor-browser/App/Firefox/searchplugins/amazondotcom.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/bing.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/duckduckgo.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/eBay.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/google.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/startpage.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/twitter.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/wikipedia.xml
+lib/linux-tor-browser/App/Firefox/searchplugins/yahoo.xml
+lib/linux-tor-browser/App/Firefox/update-settings.ini
+lib/linux-tor-browser/App/Firefox/updater
+lib/linux-tor-browser/App/Firefox/updater.ini
+lib/linux-tor-browser/App/Firefox/webapprt-stub
+lib/linux-tor-browser/App/Firefox/webapprt/omni.ja
+lib/linux-tor-browser/App/Firefox/webapprt/webapprt.ini
+lib/linux-tor-browser/App/tor
+lib/linux-tor-browser/App/vidalia
+lib/linux-tor-browser/Data
+lib/linux-tor-browser/Docs/Qt/LICENSE.GPL3
+lib/linux-tor-browser/Docs/Qt/LICENSE.LGPL
+lib/linux-tor-browser/Docs/README-TorBrowserBundle
+lib/linux-tor-browser/Docs/Tor/LICENSE
+lib/linux-tor-browser/Docs/Tor/README
+lib/linux-tor-browser/Docs/Vidalia/CREDITS
+lib/linux-tor-browser/Docs/Vidalia/LICENSE
+lib/linux-tor-browser/Docs/Vidalia/LICENSE-GPLV2
+lib/linux-tor-browser/Docs/Vidalia/LICENSE-GPLV3
+lib/linux-tor-browser/Docs/Vidalia/LICENSE-LGPLV3
+lib/linux-tor-browser/Docs/changelog
+lib/linux-tor-browser/Lib/.shared-library-name-list
+lib/linux-tor-browser/Lib/.shared-library-rename-action-list
+lib/linux-tor-browser/Lib/libQtCore.so.4
+lib/linux-tor-browser/Lib/libQtGui.so.4
+lib/linux-tor-browser/Lib/libQtNetwork.so.4
+lib/linux-tor-browser/Lib/libQtXml.so.4
+lib/linux-tor-browser/Lib/libcrypto.so.1.0.0
+lib/linux-tor-browser/Lib/libevent-2.0.so.5
+lib/linux-tor-browser/Lib/libpng16.so.16
+lib/linux-tor-browser/Lib/libssl.so.1.0.0
+lib/linux-tor-browser/Lib/libz/.shared-library-name-list
+lib/linux-tor-browser/Lib/libz/.shared-library-rename-action-list
+lib/linux-tor-browser/Lib/libz/libz.so.1
+lib/linux-tor-browser/Skel/Tor/geoip
+lib/linux-tor-browser/Skel/Tor/torrc
+lib/linux-tor-browser/Skel/Vidalia/vidalia.conf
+lib/linux-tor-browser/Skel/profile/bookmarks.html
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/Changelog
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/LICENSE.txt
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome.manifest
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/about.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/ApplicableList.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/ChannelReplacement.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/Cookie.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/HTTPS.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/HTTPSRules.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/IOUtil.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/NSS.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/Root-CAs.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/STS.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/Thread.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/X509ChainWhitelist.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code/sha256.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/fetch-source.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/fetch-source.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/meta-preferences.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/observatory-popup.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/observatory-preferences.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/observatory-warning.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/observatory-xul.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/preferences.css
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/preferences.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/preferences.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/rules/00README
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/rules/default.rulesets
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/toolbar_button.xul
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/toolbar_button_binding.xml
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ar/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ar/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ar/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/bg/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/bg/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/bg/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/cs/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/cs/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/cs/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/da/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/da/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/da/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/de/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/de/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/de/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/el/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/el/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/el/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/en/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/en/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/en/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/es/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/es/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/es/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/eu/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/eu/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/eu/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fa/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fa/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fa/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fi/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fi/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fi/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fr/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fr/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fr/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/he/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/he/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/he/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hr/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hr/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hr/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hu/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hu/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hu/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/it/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/it/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/it/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ja/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ja/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ja/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ko/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ko/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ko/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lt/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lt/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lt/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lv/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lv/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lv/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ms/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ms/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ms/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nb/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nb/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nb/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nl/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nl/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nl/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pl/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pl/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pl/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pt/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pt/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pt/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ru/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ru/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ru/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/si/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/si/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/si/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sk/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sk/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sk/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sl/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sl/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sl/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sv/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sv/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sv/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/tr/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/tr/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/tr/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-CN/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-CN/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-CN/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-TW/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-TW/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-TW/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh_TW/https-everywhere.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh_TW/https-everywhere.properties
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh_TW/ssl-observatory.dtd
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/cross.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/https-everywhere-16-gray.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/https-everywhere-16.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/https-everywhere-24-gray.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/https-everywhere-24.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/https-everywhere-half-24.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/https-everywhere.css
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/https-everywhere.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/loop.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/ssl-observatory-messy.jpg
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/tick-moot.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin/tick.png
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/components/https-everywhere.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/components/ssl-observatory.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/defaults/preferences/preferences.js
+lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/install.rdf
+lib/linux-tor-browser/Skel/profile/extensions/torbutton@torproject.org.xpi
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/GPL.txt
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/NoScript_License.txt
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/chrome.manifest
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/chrome/noscript.jar
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/components/noscriptService.js
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/defaults/preferences/noscript.js
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/install.rdf
+lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/mozilla.cfg
+lib/linux-tor-browser/Skel/profile/preferences/extension-overrides.js
+lib/linux-tor-browser/Skel/profiles.ini
+lib/linux-tor-browser/start-tor-browser
+@dirrm lib/linux-tor-browser/Skel/profile/preferences
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/defaults/preferences
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/defaults
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/components
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}/chrome
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/{73a6fe31-595d-460b-a920-fcc0f8843232}
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/defaults/preferences
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/defaults
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/components
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/skin
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh_TW
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-TW
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/zh-CN
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/tr
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sv
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sl
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/sk
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/si
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ru
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pt
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/pl
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nl
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/nb
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ms
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lv
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/lt
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ko
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ja
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/it
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hu
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/hr
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/he
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fr
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fi
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/fa
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/eu
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/es
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/en
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/el
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/de
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/da
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/cs
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/bg
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale/ar
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/locale
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/rules
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content/code
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome/content
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org/chrome
+@dirrm lib/linux-tor-browser/Skel/profile/extensions/https-everywhere@eff.org
+@dirrm lib/linux-tor-browser/Skel/profile/extensions
+@dirrm lib/linux-tor-browser/Skel/profile
+@dirrm lib/linux-tor-browser/Skel/Vidalia
+@dirrm lib/linux-tor-browser/Skel/Tor
+@dirrm lib/linux-tor-browser/Skel
+@dirrm lib/linux-tor-browser/Lib/libz
+@dirrm lib/linux-tor-browser/Lib
+@dirrm lib/linux-tor-browser/Docs/Vidalia
+@dirrm lib/linux-tor-browser/Docs/Tor
+@dirrm lib/linux-tor-browser/Docs/Qt
+@dirrm lib/linux-tor-browser/Docs
+@dirrm lib/linux-tor-browser/App/Firefox/webapprt/components
+@dirrm lib/linux-tor-browser/App/Firefox/webapprt
+@dirrm lib/linux-tor-browser/App/Firefox/searchplugins
+@dirrm lib/linux-tor-browser/App/Firefox/modules/sessionstore
+@dirrm lib/linux-tor-browser/App/Firefox/modules/services-sync/engines
+@dirrm lib/linux-tor-browser/App/Firefox/modules/services-sync
+@dirrm lib/linux-tor-browser/App/Firefox/modules/services-notifications
+@dirrm lib/linux-tor-browser/App/Firefox/modules/services-crypto
+@dirrm lib/linux-tor-browser/App/Firefox/modules/services-common
+@dirrm lib/linux-tor-browser/App/Firefox/modules/services-aitc
+@dirrm lib/linux-tor-browser/App/Firefox/modules
+@dirrm lib/linux-tor-browser/App/Firefox/icons
+@dirrm lib/linux-tor-browser/App/Firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
+@dirrm lib/linux-tor-browser/App/Firefox/extensions
+@dirrm lib/linux-tor-browser/App/Firefox/dictionaries
+@dirrm lib/linux-tor-browser/App/Firefox/defaults/profile/preferences
+@dirrm lib/linux-tor-browser/App/Firefox/defaults/profile
+@dirrm lib/linux-tor-browser/App/Firefox/defaults/preferences
+@dirrm lib/linux-tor-browser/App/Firefox/defaults/pref
+@dirrm lib/linux-tor-browser/App/Firefox/defaults
+@dirrm lib/linux-tor-browser/App/Firefox/components
+@dirrm lib/linux-tor-browser/App/Firefox
+@dirrm lib/linux-tor-browser/App
+@dirrm lib/linux-tor-browser/.mozilla/firefox
+@dirrm lib/linux-tor-browser/.mozilla
+@dirrm lib/linux-tor-browser



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311140839.rAE8d0mA089373>