diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 07:51:08 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-27 07:51:08 +0000 |
commit | 3e12d461d2776bd63eb469f0e8ce3db1a1c78a0b (patch) | |
tree | be887ebfc6d72da6a9a2c0895c1d64b099e2727a /www | |
parent | c0677e69c75e0093a2afa8024c32b9d35941f1a2 (diff) | |
download | ports-3e12d461d2776bd63eb469f0e8ce3db1a1c78a0b.tar.gz ports-3e12d461d2776bd63eb469f0e8ce3db1a1c78a0b.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/xpi-firefox-showcase/Makefile | 23 | ||||
-rw-r--r-- | www/xpi-firefox-showcase/distinfo | 3 | ||||
-rw-r--r-- | www/xpi-firefox-showcase/files/chrome.manifest | 33 | ||||
-rw-r--r-- | www/xpi-firefox-showcase/pkg-descr | 9 |
5 files changed, 69 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c11cdcf029fb..025c9536e3d5 100644 --- a/www/Makefile +++ b/www/Makefile @@ -994,6 +994,7 @@ SUBDIR += xpi-cutemenus-crystalsvg SUBDIR += xpi-downthemall SUBDIR += xpi-fasterfox + SUBDIR += xpi-firefox-showcase SUBDIR += xpi-fission SUBDIR += xpi-flashblock SUBDIR += xpi-flashgot diff --git a/www/xpi-firefox-showcase/Makefile b/www/xpi-firefox-showcase/Makefile new file mode 100644 index 000000000000..18c0cda2547f --- /dev/null +++ b/www/xpi-firefox-showcase/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xpi-firefox-showcase +# Date created: 21 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= firefox-showcase +PORTVERSION= 0.5.8.2 +DISTVERSIONSUFFIX= -fx +CATEGORIES= www + +MAINTAINER= infofarmer@FreeBSD.org +COMMENT= Easily locate and select any open browser window + +XPI_DISTNAME= firefox_showcase +XPI_ID= {89506680-e3f4-484c-a2c0-ed711d481eda} +XPI_FILES= chrome/showcase.jar defaults/preferences/showcase.js install.js install.rdf \ + chrome.manifest +XPI_DIRS= chrome defaults/preferences defaults + +.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" +.include <bsd.port.mk> diff --git a/www/xpi-firefox-showcase/distinfo b/www/xpi-firefox-showcase/distinfo new file mode 100644 index 000000000000..e291739e28da --- /dev/null +++ b/www/xpi-firefox-showcase/distinfo @@ -0,0 +1,3 @@ +MD5 (xpi/firefox_showcase-0.5.8.2-fx.xpi) = beb5d803f195ba4491637d5a2d4eaffa +SHA256 (xpi/firefox_showcase-0.5.8.2-fx.xpi) = 63a45998ae8e339d58c37f6aa722a266a34dbbeefc0d302bef1e7d4532380e4a +SIZE (xpi/firefox_showcase-0.5.8.2-fx.xpi) = 106022 diff --git a/www/xpi-firefox-showcase/files/chrome.manifest b/www/xpi-firefox-showcase/files/chrome.manifest new file mode 100644 index 000000000000..eb7a19ed388b --- /dev/null +++ b/www/xpi-firefox-showcase/files/chrome.manifest @@ -0,0 +1,33 @@ + +overlay chrome://browser/content/browser.xul chrome://showcase/content/showcase-Overlay.xul +overlay chrome://navigator/content/navigator.xul chrome://showcase/content/showcase-Overlay.xul +content showcase jar:chrome/showcase.jar!/content/ + +skin showcase classic/1.0 jar:chrome/showcase.jar!/skin/classic/showcase/ +style chrome://global/content/customizeToolbar.xul chrome://showcase/skin/toolbar.css + +locale showcase en-US jar:chrome/showcase.jar!/locale/en-US/showcase/ + +locale showcase fr-FR jar:chrome/showcase.jar!/locale/fr-FR/showcase/ + +locale showcase es-ES jar:chrome/showcase.jar!/locale/es-ES/showcase/ + +locale showcase it-IT jar:chrome/showcase.jar!/locale/it-IT/showcase/ + +locale showcase sk-SK jar:chrome/showcase.jar!/locale/sk-SK/showcase/ + +locale showcase pt-BR jar:chrome/showcase.jar!/locale/pt-BR/showcase/ + +locale showcase de-DE jar:chrome/showcase.jar!/locale/de-DE/showcase/ + +locale showcase zh-CN jar:chrome/showcase.jar!/locale/zh-CN/showcase/ + +locale showcase el-GR jar:chrome/showcase.jar!/locale/el-GR/showcase/ + +locale showcase pl-PL jar:chrome/showcase.jar!/locale/pl-PL/showcase/ + +locale showcase ru-RU jar:chrome/showcase.jar!/locale/ru-RU/showcase/ + +locale showcase ja-JP jar:chrome/showcase.jar!/locale/ja-JP/showcase/ + +locale showcase ca-AD jar:chrome/showcase.jar!/locale/ca-AD/showcase/ diff --git a/www/xpi-firefox-showcase/pkg-descr b/www/xpi-firefox-showcase/pkg-descr new file mode 100644 index 000000000000..e2bb61d5286c --- /dev/null +++ b/www/xpi-firefox-showcase/pkg-descr @@ -0,0 +1,9 @@ +Showcase is an extension thought to easily locate and select any open +browser window in Firefox. + +You can use it in two ways: global mode (F12) or local mode (Shift + +F12). In global mode, a new window will be opened with thumbnails of +the browsers you've opened in all windows. In local mode, only tabbed +browsers of your current window will be shown. + +WWW: http://showcase.uworks.net/ |