---
name: xpi-speed-dial
version: 0.9.5.9_1
origin: www/xpi-speed-dial
comment: Access websites through custom thumbnail views
arch: freebsd:9:x86:64
www: http://speeddial.uworks.net/
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 1275506
desc: |
  With Speed Dial, you can easily access your most used websites. To
  show the Speed Dial tab, use the Speed Dial button (which can be added
  to the toolbar), or enter "chrome://speeddial/content" in your
  location bar.

  Speed Dial will be automatically loaded in blank new windows.  It can
  also load in blank new tabs. To configure this, and other options, use
  the extension settings panel.

  To assign one website to Speed Dial, use the new "Set as Speed Dial"
  option in the bookmarks menu, or right click on the tab you want to
  add, and choose "Set as Speed Dial". That option is also available in
  the contextual area menu.

  Author: Josep del Rio <josep.rio@uworks.net>
  WWW: http://speeddial.uworks.net/
categories: [www]
files:
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/LICENSE: e91e556b97ab935ede2015d26ec58593ad0fff2833a657061507be5400986884
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/chrome.manifest: c56fa31d39d1fe082c999b2c6c8e278bce2f3aca1b975f7d655d36375aa7e751
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/chrome/speeddial.jar: 1abc6b27501776dbeb52f05dd4d39e5926dde62df3ed7b6f3c013c5f5e603d76
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/components/speeddialcache.js: a21d2c0a4ce5e32227d947be10c18464f2c581ed8c9cafe45d43e884a06e0fa9
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/defaults/preferences/speeddial.js: 849d7d6c0af2c0d586d9fd1affcde9a0258bbc3c70a28526b05a1e447d1a90f7
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/install.rdf: 96b094676e3061c97502badd7f70a12ab34773638dc830945622e6b729f835f2
directories:
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/defaults/preferences/: n
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/defaults/: n
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/components/: n
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/chrome/: n
  /usr/local/lib/xpi/{64161300-e22b-11db-8314-0800200c9a66}/: 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/{64161300-e22b-11db-8314-0800200c9a66} $_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/{64161300-e22b-11db-8314-0800200c9a66} ; }
