---
name: xpi-fission
version: 1.0.9
origin: www/xpi-fission
comment: Combines address bar and progress bar
arch: freebsd:9:x86:64
www: http://forums.mozillazine.org/viewtopic.php?t=370248
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 86806
desc: |
  Fission combines address bar and progress bar, making the progress
  bar more visible and allowing for a nice visual effect.

  WWW: http://forums.mozillazine.org/viewtopic.php?t=370248
categories: [www]
files:
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/chrome.manifest: 97468bd6e7a23036588468e8fe5dcdac03664e39ec860e17a1124b90d3cc504e
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/chrome/fission.jar: 5216d6f0632befdd812cfeae0a7f26dcdf2adace5c94179b98a47051119ba5cd
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/defaults/preferences/fission.js: 1e177bc25543535730758e7542eb4e1d92d28ac73c8ab23084e8c0bc786c2d3d
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/install.rdf: 2eb363f4027609bd2b13ff5c7985ac06f96c8cf7df9c96067725bd3c17c8c85a
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/license.txt: 6f9e98c5cc456ce806e74d32c09f0577a30047febe4d57f37da05a0a0de5268e
directories:
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/defaults/preferences/: n
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/defaults/: n
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/chrome/: n
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe41}/: 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/{1280606b-2510-4fe0-97ef-9b5a22eafe41} $_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/{1280606b-2510-4fe0-97ef-9b5a22eafe41} ; }
