freebsd-ports/www/xpi-sessionmanager/Makefile
Andrey Slusar 5d69b54558 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/
2006-06-24 23:31:12 +00:00

28 lines
840 B
Makefile

# New ports collection makefile for: xpi-sessionmanager
# Date created: Sat Jun 24 21:24:19 UTC 2006
# Whom: Andrey Slusar <anray@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sessionmanager
PORTVERSION= 0.4.1.1
DISTVERSIONSUFFIX= -fx+fl+mz+zm
CATEGORIES= www
MAINTAINER= anray@FreeBSD.org
COMMENT= Saves and restores the state of all windows
XPI_DISTNAME= session_manager
XPI_ID= {1280606b-2510-4fe0-97ef-9b5a22eafe30}
XPI_FILES= chrome/icons/default/sessionmanagerPrompt.ico \
chrome/sessionmanager.jar \
components/crashrecovery.js \
components/crashrecovery.xpt \
defaults/preferences/sessionmanager.js \
chrome.manifest install.js install.rdf license.txt
XPI_DIRS= chrome/icons/default chrome/icons chrome \
components defaults/preferences defaults
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
.include <bsd.port.mk>