aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2007-02-05 09:32:35 +0800
committersat <sat@FreeBSD.org>2007-02-05 09:32:35 +0800
commit5037e581470b3d1b33734789621b6b654e3528e3 (patch)
tree98c88893272a91f1384ce39cffdb76178236f6e0 /www
parentdc1314bc71298de430d4b35aac40314d6974c72f (diff)
downloadfreebsd-ports-graphics-5037e581470b3d1b33734789621b6b654e3528e3.tar.gz
freebsd-ports-graphics-5037e581470b3d1b33734789621b6b654e3528e3.tar.zst
freebsd-ports-graphics-5037e581470b3d1b33734789621b6b654e3528e3.zip
Add port www/xpi-quick-locale-switcher:
Allows you to quickly change and apply a different locale from the tools menu: * Handy tool for all people involved with multilingual usage of Mozilla applications. * Switches the Mozilla User Interface language (general.useragent.locale preference) * Switches the accept_language preference, so complete websites will be translated. (if the http accept language header is supported, e.g. like Google does) * Switches the Spell Checker Dictionary preference. (if supported by your Mozilla application) * Remembers the dictionary and content locale for each site and automatically switches when you load that site. It also tries to detect the language of sites itself, and if found automatically switches to that language. * Auto restarts the application in versions 1.4+ (only if needed) * Includes country flag icons for 'all' countries by famfamfam.com. * Displays the flag of the currently selected locale on your statusbar. * Add 3 of your own custom defined locales. WWW: http://www.captaincaveman.nl/?id=firefox_extensions
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/xpi-quick-locale-switcher/Makefile23
-rw-r--r--www/xpi-quick-locale-switcher/distinfo3
-rw-r--r--www/xpi-quick-locale-switcher/pkg-descr21
4 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index a1f5cf16c43..8eab82092b7 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1191,6 +1191,7 @@
SUBDIR += xpi-num2web
SUBDIR += xpi-pdf_download
SUBDIR += xpi-preferential
+ SUBDIR += xpi-quick-locale-switcher
SUBDIR += xpi-quickproxy
SUBDIR += xpi-resurrectpages
SUBDIR += xpi-savegenpage
diff --git a/www/xpi-quick-locale-switcher/Makefile b/www/xpi-quick-locale-switcher/Makefile
new file mode 100644
index 00000000000..0daff28c0ec
--- /dev/null
+++ b/www/xpi-quick-locale-switcher/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: xpi-quick-locale-switcher
+# Date created: 05 February 2007
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= quick-locale-switcher
+PORTVERSION= 1.5.0.1
+DISTVERSIONSUFFIX= -fx+fl+mz+ns+nv+zm+sb+tb
+CATEGORIES= www
+MASTER_SITES= CSME
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Quickly change and apply a different locale from the tools menu
+
+XPI_DISTNAME= quick_locale_switcher
+XPI_ID= {25A1388B-6B18-46c3-BEBA-A81915D0DE8F}
+XPI_FILES= chrome/qls.jar chrome.manifest defaults/preferences/prefs.js install.js install.rdf
+XPI_DIRS= chrome defaults/preferences defaults
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+.include <bsd.port.mk>
diff --git a/www/xpi-quick-locale-switcher/distinfo b/www/xpi-quick-locale-switcher/distinfo
new file mode 100644
index 00000000000..4dff8e85f76
--- /dev/null
+++ b/www/xpi-quick-locale-switcher/distinfo
@@ -0,0 +1,3 @@
+MD5 (xpi/quick_locale_switcher-1.5.0.1-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = dea6b80eb663a1374f6a3a891308ad82
+SHA256 (xpi/quick_locale_switcher-1.5.0.1-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = 041dcbc7bbb888d68f4df62618a705f193945f80078e35b7b4c4f24cfa31040e
+SIZE (xpi/quick_locale_switcher-1.5.0.1-fx+fl+mz+ns+nv+zm+sb+tb.xpi) = 183712
diff --git a/www/xpi-quick-locale-switcher/pkg-descr b/www/xpi-quick-locale-switcher/pkg-descr
new file mode 100644
index 00000000000..b40a6e469f6
--- /dev/null
+++ b/www/xpi-quick-locale-switcher/pkg-descr
@@ -0,0 +1,21 @@
+Allows you to quickly change and apply a different locale from the
+tools menu:
+* Handy tool for all people involved with multilingual usage of Mozilla
+ applications.
+* Switches the Mozilla User Interface language (general.useragent.locale
+ preference)
+* Switches the accept_language preference, so complete websites will be
+ translated. (if the http accept language header is supported, e.g.
+ like Google does)
+* Switches the Spell Checker Dictionary preference. (if supported by
+ your Mozilla application)
+* Remembers the dictionary and content locale for each site and
+ automatically switches when you load that site. It also tries to detect
+ the language of sites itself, and if found automatically switches to
+ that language.
+* Auto restarts the application in versions 1.4+ (only if needed)
+* Includes country flag icons for 'all' countries by famfamfam.com.
+* Displays the flag of the currently selected locale on your statusbar.
+* Add 3 of your own custom defined locales.
+
+WWW: http://www.captaincaveman.nl/?id=firefox_extensions