aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2006-06-25 07:31:12 +0800
committeranray <anray@FreeBSD.org>2006-06-25 07:31:12 +0800
commitbefc3c31fc74d7847f7e31aee4d8972c928e6461 (patch)
treef7da36e9d62a2c33a817bfaf717a3754a1ac3b25 /www
parent73b53d43a59866440dc96ec6b525cd6a95676364 (diff)
downloadfreebsd-ports-gnome-befc3c31fc74d7847f7e31aee4d8972c928e6461.tar.gz
freebsd-ports-gnome-befc3c31fc74d7847f7e31aee4d8972c928e6461.tar.zst
freebsd-ports-gnome-befc3c31fc74d7847f7e31aee4d8972c928e6461.zip
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/
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-sessionmanager/Makefile28
-rw-r--r--www/xpi-sessionmanager/distinfo3
-rw-r--r--www/xpi-sessionmanager/pkg-descr19
4 files changed, 51 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 1db85d490274..fcb40ea44e9d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1041,6 +1041,7 @@
SUBDIR += xpi-savegenpage
SUBDIR += xpi-searchstatus
SUBDIR += xpi-server_switcher
+ SUBDIR += xpi-sessionmanager
SUBDIR += xpi-stumbleupon
SUBDIR += xpi-tablesort
SUBDIR += xpi-tabmixplus
diff --git a/www/xpi-sessionmanager/Makefile b/www/xpi-sessionmanager/Makefile
new file mode 100644
index 000000000000..916f6c7ac162
--- /dev/null
+++ b/www/xpi-sessionmanager/Makefile
@@ -0,0 +1,28 @@
+# 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>
diff --git a/www/xpi-sessionmanager/distinfo b/www/xpi-sessionmanager/distinfo
new file mode 100644
index 000000000000..b0fd4f659b1b
--- /dev/null
+++ b/www/xpi-sessionmanager/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/session_manager-0.4.1.1-fx+fl+mz+zm.xpi) = b783c6d0b918a8429d616e1cf53357ed
+SHA256 (xpi/session_manager-0.4.1.1-fx+fl+mz+zm.xpi) = 2f921506f6c477f5d38aee3e702ca6eb329d9a543d09c93aa66557c5730bfde1
+SIZE (xpi/session_manager-0.4.1.1-fx+fl+mz+zm.xpi) = 57829
diff --git a/www/xpi-sessionmanager/pkg-descr b/www/xpi-sessionmanager/pkg-descr
new file mode 100644
index 000000000000..0663c63e9cf0
--- /dev/null
+++ b/www/xpi-sessionmanager/pkg-descr
@@ -0,0 +1,19 @@
+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/