---
name: xpi-passwordmaker
version: 1.7.8
origin: www/xpi-passwordmaker
comment: Manages all your online accounts using new or existing passwords
arch: freebsd:9:x86:64
www: http://passwordmaker.org/
maintainer: anatoly.borodin@gmail.com
prefix: /usr/local
licenselogic: single
flatsize: 313774
desc: |
  One Password To Rule Them All!

  If you're like most people, you have a few passwords that you use over
  and over again on many different websites. You know this isn't secure,
  but you do it anyway. Why? Because it's difficult to remember a unique
  password for each and every web site that requires one.

  PasswordMaker manages all your online accounts using either new,
  uncrackable passwords it creates, or your existing passwords. It even
  automatically populates webforms for one-click login.

  Moreover, passwords aren't stored anywhere--they are calculated over and over
  again as they're needed--so there's nothing to be lost, hacked, or stolen!

  WWW: http://passwordmaker.org/
categories: [www]
files:
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/LICENSE: 23bb81207177dbf138a378124f34433ca821ee355ba37b18594aa98759dbdf33
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/chrome.manifest: 6452c6569003179e174ec6df9d03e1d826e68c774188dee0ba4306dfe8a79db6
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/chrome/passwdmaker.jar: 3e69862adb0d9abf64a45d7ac64c22a46e9295ad551c2051e658b2334244c0ad
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/components/component.js: 98fc54e87961ed745c640e42f6a02529e02c4ef05c6568b1ac791100df61a507
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/defaults/preferences/passwdmaker.js: 9133dd4336cd1e1645d07e8e30878616207b7cdd759c2de7f61ab14802ef871a
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/install.js: 165100c0744aacfa795cda5fe3e323f2af783495dc2f8928b1da2fa183adcd54
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/install.rdf: 506f9049510bf6fb0084038f9801ce718bff820398dccfff87faa53acc396890
directories:
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/defaults/preferences/: n
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/defaults/: n
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/components/: n
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/chrome/: n
  /usr/local/lib/xpi/{5872365e-67d1-4afd-9480-fd293bebd20d}/: 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/{5872365e-67d1-4afd-9480-fd293bebd20d} $_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/{5872365e-67d1-4afd-9480-fd293bebd20d} ; }
