---
name: xpi-inline-google-definitions
version: 1.4
origin: www/xpi-inline-google-definitions
comment: Shows Google Definitions for the selected word
arch: freebsd:9:x86:64
www: https://addons.mozilla.org/firefox/2083/
maintainer: gecko@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 18354
desc: |
  Shows Google Definitions for the selected word (in the same tab!)

  Based on the Wikipedia Inline Article Viewer

  WWW: https://addons.mozilla.org/firefox/2083/
categories: [www]
files:
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/chrome.manifest: fc2382dddef6a9c5434b7024f5e5217b514348af8f68f09d58a38de5366021d4
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/content/browserOverlay.xul: 35ccec15af30d6af43f9dc412a082986757f3168e75a791a4e5e8f1af92101b9
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/content/dom-drag.js: f2b7d8b7827084d6e054c646fc79f47926671c4bde442b914884c2e9025d0f6c
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/content/inlinedefinitions.js: c3bd06b849fb3647dc8890725e87bdb2034fd7c39d5a38b2a723c8ec0218a76b
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/install.rdf: 8a3d215a2341397db49fb8c999138e159a7d7f2cc4894873b1a4fb98abf0c618
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/locale/en-US/inlinedefinitions.dtd: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/locale/en-US/inlinedefinitions.properties: f3df98a1a5ac808f283fc9d936977be569f70c7d1a9d308729db2109b795e965
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/skin/classic/inlinedefinitions.png: 8fdd68f1bdfef8ece4075a39a750c31a37a309c399a0bda9744bd7e589cc8f71
directories:
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/skin/classic/: n
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/skin/: n
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/locale/en-US/: n
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/locale/: n
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/content/: n
  /usr/local/lib/xpi/{70171e70-9057-11da-9562-00e08161165f}/: 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/{70171e70-9057-11da-9562-00e08161165f} $_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/{70171e70-9057-11da-9562-00e08161165f} ; }
