---
name: xpi-gbrain
version: 0.5.4
origin: www/xpi-gbrain
comment: Keeps your browser history at Google bookmarks
arch: freebsd:9:x86:64
www: http://www.splitbrain.org/projects/gbrain
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 33852
desc: |
  gBrain is a Firefox extension to automagically bookmark all pages
  you visit at the Google bookmark service. This effectively moves
  your browser history from your browser instance to a central place
  on the net (Google) where it is easily searchable from every
  computer.

  WWW: http://www.splitbrain.org/projects/gbrain
categories: [www]
files:
  /usr/local/lib/xpi/gbrain@andreas.gohr/chrome.manifest: 06583d22d40f6abfebe53782ae7408b1fdc82624bce7b46c9922ffd1cfc23a16
  /usr/local/lib/xpi/gbrain@andreas.gohr/chrome/gbrain.jar: a3de6957aead786b466517a1579f07753dd35e778df7ebc483dbc65cc22c5889
  /usr/local/lib/xpi/gbrain@andreas.gohr/defaults/preferences/gbrain.js: 82e4c66d452f306a9c8eabe7477ed49e3f04cad89872c4c231b42e34aace9ecf
  /usr/local/lib/xpi/gbrain@andreas.gohr/install.rdf: b613e472d49cefe68092bc22b93dbe87a4bab4fa36ae182c283811fbbd43211e
directories:
  /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/gbrain@andreas.gohr/defaults/preferences/: n
  /usr/local/lib/xpi/gbrain@andreas.gohr/defaults/: n
  /usr/local/lib/xpi/gbrain@andreas.gohr/chrome/: n
  /usr/local/lib/xpi/gbrain@andreas.gohr/: n
  /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/gbrain@andreas.gohr $_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/gbrain@andreas.gohr ; }
