diff options
author | thierry <thierry@FreeBSD.org> | 2006-04-17 00:27:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-04-17 00:27:16 +0800 |
commit | c9f377437b2590be301161b3a56d113d1d8f24cb (patch) | |
tree | 2e9cc40e5fcd477eea486bdeabab13194f34e2c3 /www | |
parent | 8222d5601cdb2784817ee0b67da1b87c0da62bd0 (diff) | |
download | freebsd-ports-gnome-c9f377437b2590be301161b3a56d113d1d8f24cb.tar.gz freebsd-ports-gnome-c9f377437b2590be301161b3a56d113d1d8f24cb.tar.zst freebsd-ports-gnome-c9f377437b2590be301161b3a56d113d1d8f24cb.zip |
Tab Mix Plus enhances Firefox's tab browsing capabilities.
It includes such features as duplicating tabs, controlling
tab focus, tab clicking options, undo closed tabs and windows,
plus much more. It also includes a full-featured session
manager with crash recovery that can save and restore
combinations of opened tabs and windows.
WWW: http://tmp.garyr.net/
PR: ports/95076
Submitted by: Andrew Pantyukhin <infofarmer (at) gmail.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-tabmixplus/Makefile | 21 | ||||
-rw-r--r-- | www/xpi-tabmixplus/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-tabmixplus/pkg-descr | 8 |
4 files changed, 33 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1f49802c2eee..6cc1cfd0cff2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -968,6 +968,7 @@ SUBDIR += xpi-colorfultabs SUBDIR += xpi-fasterfox SUBDIR += xpi-noscript + SUBDIR += xpi-tabmixplus SUBDIR += xshttpd SUBDIR += xshttpd-devel SUBDIR += xulrunner diff --git a/www/xpi-tabmixplus/Makefile b/www/xpi-tabmixplus/Makefile new file mode 100644 index 000000000000..6acf13acf762 --- /dev/null +++ b/www/xpi-tabmixplus/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: xpi-tabmixplus +# Date created: 29 March 2006 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= tab_mix_plus +PORTVERSION= 0.3.0.5 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@gmail.com +COMMENT= An extension that enhances tab browsing capabilities + +XPI_ID= {dc572301-7619-498c-a57d-39143191b318} +XPI_FILES= chrome/tabmixplus.jar chrome.manifest defaults/preferences/tabmix.js install.rdf +XPI_DIRS= chrome defaults/preferences defaults + +.include "../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-tabmixplus/distinfo b/www/xpi-tabmixplus/distinfo new file mode 100644 index 000000000000..0590af181250 --- /dev/null +++ b/www/xpi-tabmixplus/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/tab_mix_plus-0.3.0.5-fx.xpi) = d4daf261a5c93f4015f0fb7de8f80bf8 +SHA256 (xpi/tab_mix_plus-0.3.0.5-fx.xpi) = f434b45001f1264e625f4a0d1af6f2ca6d3e20426d28a99fb2b6735e982697d2 +SIZE (xpi/tab_mix_plus-0.3.0.5-fx.xpi) = 273124 diff --git a/www/xpi-tabmixplus/pkg-descr b/www/xpi-tabmixplus/pkg-descr new file mode 100644 index 000000000000..eaa5193f6195 --- /dev/null +++ b/www/xpi-tabmixplus/pkg-descr @@ -0,0 +1,8 @@ +Tab Mix Plus enhances Firefox's tab browsing capabilities. +It includes such features as duplicating tabs, controlling +tab focus, tab clicking options, undo closed tabs and windows, +plus much more. It also includes a full-featured session +manager with crash recovery that can save and restore +combinations of opened tabs and windows. + +WWW: http://tmp.garyr.net/ |