---
name: xpi-bookmarkdd
version: 0.7.5
origin: www/xpi-bookmarkdd
comment: Detects duplicates when bookmarks are added
arch: freebsd:9:x86:64
www: http://bookmarkdd.mozdev.org/
maintainer: gustavofukao@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 166877
desc: |
  BookmarkDD is a useful extension that helps you manage your bookmarks.
  It notices when a duplicate bookmark is added, specifies where the
  previous URL is and gives you a chance to change the parent folder of
  duplicate bookmark. There is also a window to manage all duplicate
  bookmarks already in your bookmarks.

  Author: Stephane Bertin
  WWW: http://bookmarkdd.mozdev.org/
categories: [www]
files:
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/chrome.manifest: 009d81e744c37f20a298668b11d255463654430c7f45dcb0d9d8222556f0bd06
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/chrome/ChangeLog: 7b8664277037b3a950c315c6ada59e449018901dc8630e0e9af08a430c6c12d8
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/chrome/Todo: e35a18dc61ed17db9f0111b52362e9b0451c636c647159413176f044933e8ff3
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/chrome/duplicates.jar: 85955e473b40c9d010e5fc96f58403a3bb04c152715cb7efd03e8bdcb568759a
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/defaults/preferences/prefs.js: 0f16e5aa27bb7f59b8022fb003dfaa1547e19e0bd49e79fcf4122142bd7dab8f
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/install.rdf: 0fd833e62d67725e4d00842ae7646a86f1760ec455e884c4bdf2e59d6eecf3c6
directories:
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/defaults/preferences/: n
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/defaults/: n
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/chrome/: n
  /usr/local/lib/xpi/{ba243cb0-b824-4a26-9418-73ee795d9b9d}/: 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/{ba243cb0-b824-4a26-9418-73ee795d9b9d} $_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/{ba243cb0-b824-4a26-9418-73ee795d9b9d} ; }
