---
name: xpi-clear_cache_button
version: 0.9f_2
origin: www/xpi-clear_cache_button
comment: Adds a button to the toolbar that clears the browser cache
arch: freebsd:9:x86:64
www: http://chrisholtz.com/
maintainer: bar@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 16391
desc: "Adds a clear cache toolbar button. After installing the extension, find the\nclear
  cache button in the toolbar customization panel.\n\nWWW:\thttp://chrisholtz.com/\n"
categories: [www]
files:
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome.manifest: 9d4d725ea42c26168bf3c935411d6cf795490b6a43664937c78ff9b383ed55d3
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/content/options.js: 47ef445285d17f5dd724071ca29d6aadd9a6895eb0a571c80a390aab5bb85f70
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/content/options.xul: d049f694aae0a17d901e454aa83d2aaaf7abf7e76e71cc99c4de6a1770267e73
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/content/overlay.js: 76b01a7d2b5e6390472afe9ed521959fefe6a8bb790d810bf330d174c1b48a49
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/content/overlay.xul: f27d14d65ceadaaff42b4facb6f3d8b4d524dac5475c49a9d62341800971e1c6
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/locale/en-US/clearcache.properties: 03f0cf24fdfcf22bf45335fd83a411858c37e273fe9837e1c11f021c64be1368
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/locale/en-US/overlay.dtd: 03b9864a64bfc51c8057d42a0833943ece05c23b272c2a05c7bfa824ac262d39
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/skin/classic/logo_16.png: 48c1aee59fcba38a6550ec9a8cd02f8d2d2e8c171231bc357d68d72d411cb07f
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/skin/classic/logo_24.png: 729f4665297b39928f6ebcfbed024b355a67a81e33ec9b6d113c1a336fd7324d
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/skin/classic/logo_32.png: 123da61769c130446df4bebba109c320521cb30d37f4ef3d561f1db4d97a9133
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/skin/classic/overlay.css: b2386aa216ce3255c680e75c9bdf4fa20ecd5d02a04fa775842439df56c20f91
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/install.rdf: c610674ba0521e34f2b014313fffe5ecc3a3de1710122fe703d2bd856ac4301c
directories:
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/skin/classic/: n
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/skin/: n
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/locale/en-US/: n
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/locale/: n
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/content/: n
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66}/chrome/: n
  /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-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/xpi/symlinks/*firefox* ; { /bin/ln -sf /usr/local/lib/xpi/{563e4790-7e70-11da-a72b-0800200c9a66} $_dir/ 2>/dev/null || true; }
  pre-deinstall: |
    for _dir in /usr/local/lib/*firefox*/extensions /usr/local/lib/xpi/symlinks/*firefox* ; { /bin/rm -f $_dir/{563e4790-7e70-11da-a72b-0800200c9a66} ; }
message: |
  ==============================================================================

  Clear Cache Button has been installed.

  In order to get the notification working on GNOME (*),
  you have to manually install deskutils/notification-daemon
  and have /usr/local/libexec/notification-daemon started.

  (*) feedback appreciated for different WM/DE

  ==============================================================================
