---
name: xpi-neo-diggler
version: 1.0.6
origin: www/xpi-neo-diggler
comment: URL-related actions through menu button
arch: freebsd:9:x86:64
www: https://addons.mozilla.org/en-US/firefox/addon/3763
maintainer: freebsd@omnilan.de
prefix: /usr/local
licenselogic: single
flatsize: 43819
desc: |
  This extension adds a menu button next to the address bar with actions
  relevant to the current URL. The button's menu allows you navigate up
  through the current URL's parents, to visit the equivalent ftp URL, or
  to visit the site in archive.org. A single click on the menu button
  also easily clears the location bar (much like the one in Konqueror) -
  useful for keyboard free browsing.

  It also has a few security control tick-boxes (popups, tabbing,
  images) and the ability to add custom URL conversions/manipulations.

  Author: Neil Bird <mozilla@fnxweb.com>
  WWW: https://addons.mozilla.org/en-US/firefox/addon/3763
categories: [www]
files:
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/chrome.manifest: 0a558817fff4924ce3eeda8e79ae8415b2fd2eac3ffc892fe67f10da851cefae
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/chrome/diggler.jar: 33257eca3c495d1d52d0db751f84253b05d2c51b6b56380d13025c22bd40322b
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/defaults/preferences/diggler.js: 57ba54482aca059a60216530da3cfe3a1bfc26b0cce81a4eae6689dd6507e453
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/install.rdf: a3cbeeaed1f2d23fcf788e109f9d5c426097f5e67b24863547c61c9f2faed48f
directories:
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/defaults/preferences/: n
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/defaults/: n
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/chrome/: n
  /usr/local/lib/xpi/{9b84cce7-a817-45d7-865e-9e6e8da1c388}/: 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/{9b84cce7-a817-45d7-865e-9e6e8da1c388} $_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/{9b84cce7-a817-45d7-865e-9e6e8da1c388} ; }
