diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-18 12:23:25 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-09-18 12:23:25 +0000 |
commit | d3045b037197a982e92dfe77db9a760c0174c181 (patch) | |
tree | bd55e08936bee63cb74afbd673e693b6766e2052 /www/xpi-firefox-showcase | |
parent | 65b540a33129e7cc3e70976ac9be7f1589534768 (diff) | |
download | ports-d3045b037197a982e92dfe77db9a760c0174c181.tar.gz ports-d3045b037197a982e92dfe77db9a760c0174c181.zip |
Notes
Diffstat (limited to 'www/xpi-firefox-showcase')
-rw-r--r-- | www/xpi-firefox-showcase/Makefile | 8 | ||||
-rw-r--r-- | www/xpi-firefox-showcase/distinfo | 6 | ||||
-rw-r--r-- | www/xpi-firefox-showcase/files/chrome.manifest | 4 |
3 files changed, 11 insertions, 7 deletions
diff --git a/www/xpi-firefox-showcase/Makefile b/www/xpi-firefox-showcase/Makefile index 34b603769349..2bc1b9b307f2 100644 --- a/www/xpi-firefox-showcase/Makefile +++ b/www/xpi-firefox-showcase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= firefox-showcase -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0.1 DISTVERSIONSUFFIX= -fx+fl CATEGORIES= www @@ -15,9 +15,9 @@ 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 +XPI_FILES= chrome/showcase.jar components/showcase-clhandler.js defaults/preferences/showcase.js \ + install.rdf chrome.manifest +XPI_DIRS= chrome components 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 index 11acb8522812..447b122e96aa 100644 --- a/www/xpi-firefox-showcase/distinfo +++ b/www/xpi-firefox-showcase/distinfo @@ -1,3 +1,3 @@ -MD5 (xpi/firefox_showcase-0.7.0-fx+fl.xpi) = 09c9bc0f76a87c87a16eb8ff27f6c1d8 -SHA256 (xpi/firefox_showcase-0.7.0-fx+fl.xpi) = 268077d6a31143f9021519363cd280a65ad6b6d2a22e942fe367172c8221d14c -SIZE (xpi/firefox_showcase-0.7.0-fx+fl.xpi) = 139660 +MD5 (xpi/firefox_showcase-0.8.0.1-fx+fl.xpi) = 7ccba7a5046a302ee59cc15c18dfc2df +SHA256 (xpi/firefox_showcase-0.8.0.1-fx+fl.xpi) = 695cb022d417190b15a8834b76d0d26668adbee72996e7b48655d5965c5bc162 +SIZE (xpi/firefox_showcase-0.8.0.1-fx+fl.xpi) = 160706 diff --git a/www/xpi-firefox-showcase/files/chrome.manifest b/www/xpi-firefox-showcase/files/chrome.manifest index 4b9dec217550..a99382915009 100644 --- a/www/xpi-firefox-showcase/files/chrome.manifest +++ b/www/xpi-firefox-showcase/files/chrome.manifest @@ -24,6 +24,8 @@ locale showcase it-IT jar:chrome/showcase.jar!/locale/it-IT/showcase/ locale showcase ja-JP jar:chrome/showcase.jar!/locale/ja-JP/showcase/ +locale showcase nl-NL jar:chrome/showcase.jar!/locale/nl-NL/showcase/ + locale showcase pl-PL jar:chrome/showcase.jar!/locale/pl-PL/showcase/ locale showcase pt-BR jar:chrome/showcase.jar!/locale/pt-BR/showcase/ @@ -33,3 +35,5 @@ locale showcase ru-RU jar:chrome/showcase.jar!/locale/ru-RU/showcase/ locale showcase sk-SK jar:chrome/showcase.jar!/locale/sk-SK/showcase/ locale showcase zh-CN jar:chrome/showcase.jar!/locale/zh-CN/showcase/ + +locale showcase hu-HU jar:chrome/showcase.jar!/locale/hu-HU/showcase/ |