---
name: xpi-firefox-showcase
version: 0.9.5.6
origin: www/xpi-firefox-showcase
comment: Easily locate and select any open browser window
arch: freebsd:9:x86:64
www: http://showcase.uworks.net/
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 871905
desc: |
  Showcase is an extension thought to easily locate and select any open
  browser window in Firefox.

  You can use it in two ways: global mode (F12) or local mode (Shift +
  F12). In global mode, a new window will be opened with thumbnails of
  the browsers you've opened in all windows. In local mode, only tabbed
  browsers of your current window will be shown.

  WWW: http://showcase.uworks.net/
categories: [www]
files:
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/LICENSE: bb76709d90eb0ad1358266c662eec6cc37c6e3ac9b95aadcbd32d2537235b51a
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/chrome.manifest: f1c9c9bc3155deb18aef6257da41c88349130a751af0309a6a01fb29b4105d3d
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/chrome/showcase.jar: 393957d9c320e0f9dad593ff94c2847eae7758bbc03fac8f9b8d21e6dc75cb32
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/components/showcase-clhandler.js: ec51f2c5c1a92748af51081c3f59ac781c25908b584133d8b0bf728b05d217c0
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/defaults/preferences/showcase.js: ddf268212ab1022eebe34b40c89ac4fe7e6c78caca292c1249da9d72118e216e
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/install.rdf: 65c81ffad9b5e62ba53d7c23c8568d5f6534ace5b1689be8d75766904fa23a18
directories:
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/defaults/preferences/: n
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/defaults/: n
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/components/: n
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/chrome/: n
  /usr/local/lib/xpi/{89506680-e3f4-484c-a2c0-ed711d481eda}/: 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/{89506680-e3f4-484c-a2c0-ed711d481eda} $_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/{89506680-e3f4-484c-a2c0-ed711d481eda} ; }
