---
name: xpi-sessionmanager
version: 0.6.3.5
origin: www/xpi-sessionmanager
comment: Saves and restores the state of all windows
arch: freebsd:9:x86:64
www: http://sessionmanager.mozdev.org/
maintainer: miwi@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 310175
desc: |
  Building upon Crash Recovery, this extension allows you to save the
  current state of Firefox (history, text data, cookies) and return
  to that state at any later moment. Besides the manually saved states,
  Session Manager automatically stores the current state in case of a
  crash.

  All sessions are stored in the "sessions" folder inside your profile
  directory and can be moved around as any other file. To get to that
  folder, simply select "Open Session Folder" in Session Manager's menu
  (might not work on all OSes). Finally, Session Manager also allows to
  reopen the 10 last closed windows and tabs.

  It is not recommended to use Session Manager at the same time as Crash
  Recovery (which is completely integrated), SessionSaver or Tab Mix Plus
  (which provide similar functionality on their own). In comparison,
  Session Manager currently stores more session data than Tab Mix Plus
  while not getting as complex as SessionSaver.

  WWW: http://sessionmanager.mozdev.org/
categories: [www]
files:
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/chrome.manifest: c0bcd1e9becb6fa918d6c0b8f514aebffd8aab9023fa15bbab80120de39303a3
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/chrome/sessionmanager.jar: a13c0d233bc784cc6f57ef0b10c05bb4e61cecf6d06665ec53d76b06b4f8903b
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/components/SessionManagerHelperComponent.js: b3d58dabfc944dcd64db498339165d02106b366dd978cb3889f022bfd307f65c
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/components/nsISessionManangerHelperComponent.xpt: 340675e3f98e0c84da7587cf4dbb91b81ce1b038027199a537ceea8520c81d65
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/defaults/preferences/sessionmanager.js: d0d64a236889e8c2e851ba41543c351ddc0de0a06259ec284389fb01bddf8632
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/install.rdf: b1abc60bc47e38fc210e1b3218f9f62154f2d6694aa4c26940e5e3fac46eecc9
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/license.txt: 52c2c1b8a1010c8dc6454bc7353ce56e15f67ff5361d6f6644b9a6e85d645b9a
directories:
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/defaults/preferences/: n
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/defaults/: n
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/components/: n
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/chrome/: n
  /usr/local/lib/xpi/{1280606b-2510-4fe0-97ef-9b5a22eafe30}/: 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/{1280606b-2510-4fe0-97ef-9b5a22eafe30} $_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/{1280606b-2510-4fe0-97ef-9b5a22eafe30} ; }
