---
name: xpi-adblock
version: 0.5.3.043
origin: www/xpi-adblock
comment: A content filtering extension
arch: freebsd:9:x86:64
www: http://adblock.mozdev.org/
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 281963
desc: |
  Adblock is a content filtering plug-in for the Mozilla and Firefox browsers.
  It is both more robust and more precise than the built-in image blocker.

  Adblock allows the user to specify filters, which remove unwanted content based
  on the source-address.

  WWW: http://adblock.mozdev.org/
categories: [www]
files:
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/chrome.manifest: aa38219fed9419163759a9b09d3f57a357781c78324b1f6a8359b4fe9dcef0a4
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/chrome/adblock.jar: a89ae2b708503e1899b5200141c3e927f3b61f2055d903880a4d4b7ac866770d
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/components/.autoreg: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/components/nsAdblock.js: 0d445e5b75c39c3fd34bbd43c23ae28809cf9d506d48503a17a2a5a44e569a54
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/defaults/preferences/adblock.js: 36365947c6a67cbd28c845f4e0a6f69bbe4aa3cb0aa315c4a80efef2e841162e
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/install.js: 5a32c99ed56c78476e89c53a0f2c23d8884b38ed8e3df80525ecf295d0ad9906
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/install.rdf: 5a58892e57cd0ede7a5031a252ceb79992c467e3e4230add1478cbadf2ed0155
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/license.txt: 82ee88e4330f7adb5d56d6a32f4dea5ff5cecf231a57978e29f85d2ffa4c8657
directories:
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/defaults/preferences/: n
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/defaults/: n
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/components/: n
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/chrome/adblock/: n
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/chrome/: n
  /usr/local/lib/xpi/{34274bf4-1d97-a289-e984-17e546307e4f}/: 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/{34274bf4-1d97-a289-e984-17e546307e4f} $_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/{34274bf4-1d97-a289-e984-17e546307e4f} ; }
