summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-05-29 10:40:12 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-05-29 10:40:12 +0000
commit2d76ba40545ae77af6f91520adbf12ca02cd5bbe (patch)
treef8f156a9864e9b874189e663fc0079680652acf4
parentb1c2ec1745d82e99c73d06144bd8d7b150d3534d (diff)
downloadfreebsd-ports-2d76ba40545ae77af6f91520adbf12ca02cd5bbe.zip
Add port www/xpi-locale-switcher:
The default UI for Firefox and Thunderbird does not provide an easy way to switch between multiple installed language packs for the application, because ordinary users aren't expected to install multiple language packs However, some developers or users who speak multiple languages may wish to install language packs and easily switch between multiple languages. The locale-switcher extension provides simple menu to switch between languages. The extension adds a "Languages" item on the "Tools" menu under the existing Extensions/Themes options, allowing the user can select a language. WWW: http://benjamin.smedbergs.us/switch-locales/ PR: ports/97611 (based on) Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua> Approved by: krion (mentor)
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-locale-switcher/Makefile23
-rw-r--r--www/xpi-locale-switcher/distinfo3
-rw-r--r--www/xpi-locale-switcher/pkg-descr14
4 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index cd82138bdf6c..618082b22c1a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1008,6 +1008,7 @@
SUBDIR += xpi-imdbpreview
SUBDIR += xpi-inline-google-definitions
SUBDIR += xpi-linkification
+ SUBDIR += xpi-locale-switcher
SUBDIR += xpi-mldonkey
SUBDIR += xpi-mousegestures
SUBDIR += xpi-no-referrer
diff --git a/www/xpi-locale-switcher/Makefile b/www/xpi-locale-switcher/Makefile
new file mode 100644
index 000000000000..04b58f14ac8b
--- /dev/null
+++ b/www/xpi-locale-switcher/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xpi-locale-switcher
+# Date created: 21 May 2006
+# Whom: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
+#
+# $FreeBSD$
+#
+
+PORTNAME= locale-switcher
+PORTVERSION= 1.5.1
+DISTVERSIONSUFFIX= -fx+tb
+CATEGORIES= www
+
+MAINTAINER= triosoft@triosoft.com.ua
+COMMENT= Provides a convenient menu item to switch between installed languages
+
+XPI_DISTNAME= locale_switcher
+XPI_ID= {338e0b96-2285-4424-b4c8-e25560750fa3}
+XPI_FILES= chrome/content/switch-tbird.xul chrome/content/switch.js \
+ chrome/content/switch.xul chrome.manifest install.rdf
+XPI_DIRS= chrome/content chrome
+
+.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-locale-switcher/distinfo b/www/xpi-locale-switcher/distinfo
new file mode 100644
index 000000000000..b1aa562d9fc8
--- /dev/null
+++ b/www/xpi-locale-switcher/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/locale_switcher-1.5.1-fx+tb.xpi) = 969c5bab467da637159dcb72f8e238ca
+SHA256 (xpi/locale_switcher-1.5.1-fx+tb.xpi) = 0a33543c92bc79ae7842a55caaf7a846e54058ac1ae415ff5a1390edcf5ff0cf
+SIZE (xpi/locale_switcher-1.5.1-fx+tb.xpi) = 3102
diff --git a/www/xpi-locale-switcher/pkg-descr b/www/xpi-locale-switcher/pkg-descr
new file mode 100644
index 000000000000..9145b3e2e11e
--- /dev/null
+++ b/www/xpi-locale-switcher/pkg-descr
@@ -0,0 +1,14 @@
+The default UI for Firefox and Thunderbird does not provide an easy way
+to switch between multiple installed language packs for the application,
+because ordinary users aren't expected to install multiple language packs
+However, some developers or users who speak multiple languages may wish
+to install language packs and easily switch between multiple languages.
+The locale-switcher extension provides simple menu to switch between
+languages. The extension adds a "Languages" item on the "Tools" menu
+under the existing Extensions/Themes options, allowing the user can
+select a language.
+
+WWW: http://benjamin.smedbergs.us/switch-locales/
+
+- Alexander V. Ribchansky
+triosoft@triosoft.com.ua