---
name: xpi-live_http_headers
version: 0.17_3
origin: www/xpi-live_http_headers
comment: A firefox extension to view HTTP headers
arch: freebsd:9:x86:64
www: https://addons.mozilla.org/firefox/3829/
maintainer: kamikaze@bsdforen.de
prefix: /usr/local
licenselogic: single
flatsize: 159916
desc: |
  Allows the viewing of HTTP headers in the page info as well as live while
  they're being sent.

  WWW: https://addons.mozilla.org/firefox/3829/
categories: [www]
files:
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/TODO.txt: 70536de11ed38a3a143362a63c29fdcfe56bc235bccabe64f5a289ab00342188
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/chrome.manifest: 1eafc5b0150368b33c37fef82e6891464e215832846b559cdacbd9ddd78cde57
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/chrome/icons/default/LiveHTTPHeaders.ico: e741cab3b8ae28c6e8836a51dbc40c3c3d2d83573bb778fe327108092993c8e3
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/chrome/icons/default/LiveHTTPHeaders.xpm: 72612b25a0023de975290e148492c18d8d00f5c3a1957cb3826ca98f8f9580d2
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/chrome/livehttpheaders.jar: 36e968489641b2abee342c899e4b2d840e9fe8c5b8a829e67a6ac53771aac360
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/components/nsHeaderInfo.js: a89bd201f7ccc60926ea41da141b0a3cc51fb9d49987244a25cc531b097e01e0
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/defaults/preferences/prefs.js: 8c13ed4cbee3190288fea276016115836fc4eaab110e178fdfaae287a0e9b614
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/install.js: 0bb79bf86ce6536162d988fc486c1589fe0bc0be307dca5d7a5959379e0ff794
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/install.rdf: 42da73977f7606ae1df462595d355fdaa02e6b9211eaab2c81458a693c9a46ba
directories:
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/defaults/preferences/: n
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/defaults/: n
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/components/: n
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/chrome/icons/default/: n
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/chrome/icons/: n
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/chrome/: n
  /usr/local/lib/xpi/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a}/: 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/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a} $_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/{8f8fe09b-0bd3-4470-bc1b-8cad42b8203a} ; }
