---
name: xpi-fasterfox
version: 2.0.0
origin: www/xpi-fasterfox
comment: Performance and network tweaks for Firefox
arch: freebsd:9:x86:64
www: http://fasterfox.mozdev.org/
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 148450
desc: |
  Fasterfox allows you to tweak many network and rendering
  settings such as simultaneous connections, pipelining,
  cache, DNS cache, and initial paint delay.

  Dynamic speed increases can be obtained with the unique
  prefetching mechanism, which recycles idle bandwidth by
  silently loading and caching all of the links on the page
  you are browsing.

  WWW: http://fasterfox.mozdev.org/
categories: [www]
files:
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/chrome.manifest: b8d12ddc6ade1bf0742a57c0f8c12288522e9661bee16907a8213f3264a6d460
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/chrome/fasterfox.jar: a09010a9ae021d7a232e112738204e3a637d2391c8cb0c207cc1938708b067ba
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/defaults/preferences/fasterfox.js: 6e19f6c69a86eee91bed6fb13afc63fd63d9d5b3a74d9be88e274e67764de17a
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/install.rdf: c69fad36283c0113e9e2747e39e5219b258a9c567dd8d08821fde715c2021035
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/readme.txt: d41d4e36ff3974649e3799bec00d1269cbfc76e833969cdb936a8cc420ec92c4
directories:
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/defaults/preferences/: n
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/defaults/: n
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/chrome/: n
  /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66}/: n
  /usr/local/lib/xpi/symlinks/thunderbird3/: y
  /usr/local/lib/xpi/symlinks/thunderbird/: y
  /usr/local/lib/xpi/symlinks/seamonkey2/: y
  /usr/local/lib/xpi/symlinks/seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-thunderbird/: y
  /usr/local/lib/xpi/symlinks/linux-seamonkey/: y
  /usr/local/lib/xpi/symlinks/linux-firefox/: y
  /usr/local/lib/xpi/symlinks/linux-firefox-devel/: y
  /usr/local/lib/xpi/symlinks/firefox3/: y
  /usr/local/lib/xpi/symlinks/firefox/: y
  /usr/local/lib/xpi/symlinks/: y
  /usr/local/lib/xpi/: y
scripts:
  post-install: |
    install -d /usr/local/lib/xpi/symlinks/firefox /usr/local/lib/xpi/symlinks/firefox3 /usr/local/lib/xpi/symlinks/linux-firefox /usr/local/lib/xpi/symlinks/linux-firefox-devel /usr/local/lib/xpi/symlinks/thunderbird /usr/local/lib/xpi/symlinks/thunderbird3 /usr/local/lib/xpi/symlinks/linux-thunderbird /usr/local/lib/xpi/symlinks/seamonkey /usr/local/lib/xpi/symlinks/seamonkey2 /usr/local/lib/xpi/symlinks/linux-seamonkey
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/ln -sf /usr/local/lib/xpi/{c36177c0-224a-11da-8cd6-0800200c9a66} $_dir/ 2>/dev/null || true; }
  pre-deinstall: |
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/*thunderbird*/extensions /usr/local/lib/*seamonkey*/extensions /usr/local/lib/xpi/symlinks/*firefox* /usr/local/lib/xpi/symlinks/*thunderbird* /usr/local/lib/xpi/symlinks/*seamonkey* ; { /bin/rm -f $_dir/{c36177c0-224a-11da-8cd6-0800200c9a66} ; }
