Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2010 17:08:50 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r258 - branches/experimental/www/firefox-i18n trunk/www/firefox-i18n
Message-ID:  <201002081708.o18H8oTJ039558@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: beat
Date: Mon Feb  8 17:08:49 2010
New Revision: 258

Log:
- Add firefox-i18n and update to 3.6

PR:		ports/143663
Submitted by:	Andrei Lavreniyuk <andy.lavr AT reactor-xg.kiev.ua>

Added:
   branches/experimental/www/firefox-i18n/
   branches/experimental/www/firefox-i18n/Makefile
   branches/experimental/www/firefox-i18n/Makefile.lang
   branches/experimental/www/firefox-i18n/Makefile.option
   branches/experimental/www/firefox-i18n/distinfo
   branches/experimental/www/firefox-i18n/pkg-descr
   trunk/www/firefox-i18n/
   trunk/www/firefox-i18n/Makefile
   trunk/www/firefox-i18n/Makefile.lang
   trunk/www/firefox-i18n/Makefile.option
   trunk/www/firefox-i18n/distinfo
   trunk/www/firefox-i18n/pkg-descr

Added: branches/experimental/www/firefox-i18n/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-i18n/Makefile	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,87 @@
+# New ports collection makefile for:	firefox-i18n
+# Date created:		28 May 2006
+# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.34 2009/05/04 19:23:43 miwi Exp $
+#
+
+PORTNAME=	firefox-i18n
+PORTVERSION=	3.6
+CATEGORIES=	www
+MASTER_SITE_SUBDIR=	firefox/releases/${PORTVERSION}/linux-i686/xpi
+PKGNAMEPREFIX=
+DISTFILES=	${FIREFOX_I18N_:S/$/.xpi/}
+DIST_SUBDIR=	xpi/${DISTNAME}
+
+MAINTAINER=	gecko@FreeBSD.org
+COMMENT=	Localized interface for Firefox 3.6
+
+USE_XPI=	*firefox3
+
+USE_SUBMAKE=	yes
+
+WDIR=	langpack3-*@firefox.mozilla.org
+
+XPI_DISTNAMES=	${FIREFOX_I18N_}
+
+.include "${.CURDIR}/Makefile.option"
+.include <bsd.port.pre.mk>
+
+.ifndef WITHOUT_SWITCHER
+RUN_DEPENDS+=	xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
+.endif
+
+.include "${.CURDIR}/Makefile.lang"
+
+FIREFOX_I18N_?=	${FIREFOX_I18N}
+
+.for dist in ${XPI_DISTNAMES}
+XPI_ID_${dist}=		langpack3-${dist}@firefox.mozilla.org
+XPI_FILES_${dist}=	chrome.manifest install.rdf chrome/${dist}.jar
+XPI_DIRS_${dist}=	chrome
+.endfor
+
+pre-everything::
+	@${ECHO_CMD}
+	@${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages."
+	@${ECHO_CMD}
+	@${MKDIR} ${WRKSRC}
+
+do-extract:
+	@for lang in ${FIREFOX_I18N_}; do \
+		if ! (${EXTRACT_CMD} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack3-$$lang@firefox.mozilla.org);\
+		then \
+			exit 1; \
+		fi \
+	done
+
+.if !exists(${OPTIONSFILE}) && !defined(PACKAGE_BUILDING)
+pre-configure: config
+.endif
+
+do-install:
+	@${INSTALL} -d ${XPI_LIBDIR} ${XPI_SLDIRS_ALL}
+	@${CP} -R ${WRKSRC}/ ${XPI_LIBDIR}/
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${WDIR}/
+	@${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${WDIR}/
+	@for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q} ; }
+	@${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A}
+	@${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \
+		${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A}
+	@${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ${XPI_LIBDIR}; { ${RM} -fR $$_dir/${WDIR} ; }' ${_A}
+
+	@${ECHO_CMD} '@unexec ${RMDIR} ${XPI_DIRS_TRY:S,^,%D/,} ${_Q}' ${_A}
+
+post-patch:
+	${FIND} ${WRKSRC} -name install.rdf -print0 | \
+		${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d' \
+			-e 's/\(langpack\)/\13/'
+
+List-Langs:
+	@fetch -o- "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PORTVERSION}/linux-i686/xpi"|\
+		${PERL} -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1\n"}' |\
+		${AWK} 'BEGIN{ORS=" "}{print $1}END{printf "\nNumber of languages: %d\n",NR}'
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+
+.include <bsd.port.post.mk>

Added: branches/experimental/www/firefox-i18n/Makefile.lang
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-i18n/Makefile.lang	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,239 @@
+# New ports collection makefile.lang for:    firefox3-i18n
+# Date created:         30 Nov 2008
+# Whom:                 Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#
+# $FreeBSD: ports/www/firefox35-i18n/Makefile.lang,v 1.5 2009/07/15 00:06:11 miwi Exp $
+#
+# Currently, the following 74 languages are supported.
+#
+FIREFOX_I18N_ALL_=	af ar as be bg bn-BD bn-IN ca cs cy da de el \
+			en-GB eo es-AR es-CL es-ES es-MX et eu fa fi \
+			fr fy-NL ga-IE gl gu-IN he hi-IN hr hu id is \
+			it ja ka kk kn ko ku lt lv mk ml mr nb-NO nl \
+			nn-NO oc or pa-IN pl pt-BR pt-PT rm ro ru si \
+			sk sl sq sr sv-SE ta-LK ta te th tr uk vi  \
+			zh-CN zh-TW
+
+.if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package)
+FIREFOX_I18N=   ${FIREFOX_I18N_ALL_}
+.else
+.ifndef WITHOUT_LANG_AF
+FIREFOX_I18N+=  af
+.endif
+.ifndef WITHOUT_LANG_AR
+FIREFOX_I18N+=  ar
+.endif
+.ifndef WITHOUT_LANG_AS
+FIREFOX_I18N+=  as
+.endif
+.ifndef WITHOUT_LANG_BE
+FIREFOX_I18N+=  be
+.endif
+.ifndef WITHOUT_LANG_BG
+FIREFOX_I18N+=  bg
+.endif
+.ifndef WITHOUT_LANG_BB
+FIREFOX_I18N+=  bn-BD
+.endif
+.ifndef WITHOUT_LANG_BN
+FIREFOX_I18N+=  bn-IN
+.endif
+.ifndef WITHOUT_LANG_CA
+FIREFOX_I18N+=  ca
+.endif
+.ifndef WITHOUT_LANG_CS
+FIREFOX_I18N+=  cs
+.endif
+.ifndef WITHOUT_LANG_CY
+FIREFOX_I18N+=  cy
+.endif
+.ifndef WITHOUT_LANG_DA
+FIREFOX_I18N+=  da
+.endif
+.ifndef WITHOUT_LANG_DE
+FIREFOX_I18N+=  de
+.endif
+.ifndef WITHOUT_LANG_EL
+FIREFOX_I18N+=  el
+.endif
+.ifndef WITHOUT_LANG_GB
+FIREFOX_I18N+=  en-GB
+.endif
+.ifndef WITHOUT_LANG_EO
+FIREFOX_I18N+=  eo
+.endif
+.ifndef WITHOUT_LANG_SA
+FIREFOX_I18N+=  es-AR
+.endif
+.ifndef WITHOUT_LANG_SC
+FIREFOX_I18N+=  es-CL
+.endif
+.ifndef WITHOUT_LANG_ES
+FIREFOX_I18N+=  es-ES
+.endif
+.ifndef WITHOUT_LANG_SM
+FIREFOX_I18N+=  es-MX
+.endif
+.ifndef WITHOUT_LANG_ET
+FIREFOX_I18N+=  et
+.endif
+.ifndef WITHOUT_LANG_EU
+FIREFOX_I18N+=  eu
+.endif
+.ifndef WITHOUT_LANG_FA
+FIREFOX_I18N+=  fa
+.endif
+.ifndef WITHOUT_LANG_FI
+FIREFOX_I18N+=  fi
+.endif
+.ifndef WITHOUT_LANG_FR
+FIREFOX_I18N+=  fr
+.endif
+.ifndef WITHOUT_LANG_FY
+FIREFOX_I18N+=  fy-NL
+.endif
+.ifndef WITHOUT_LANG_GA
+FIREFOX_I18N+=  ga-IE
+.endif
+.ifndef WITHOUT_LANG_GL
+FIREFOX_I18N+=  gl
+.endif
+.ifndef WITHOUT_LANG_GU
+FIREFOX_I18N+=  gu-IN
+.endif
+.ifndef WITHOUT_LANG_HE
+FIREFOX_I18N+=  he
+.endif
+.ifndef WITHOUT_LANG_HI
+FIREFOX_I18N+=  hi-IN
+.endif
+.ifndef WITHOUT_LANG_HR
+FIREFOX_I18N+=  hr
+.endif
+.ifndef WITHOUT_LANG_HU
+FIREFOX_I18N+=  hu
+.endif
+.ifndef WITHOUT_LANG_ID
+FIREFOX_I18N+=  id
+.endif
+.ifndef WITHOUT_LANG_IS
+FIREFOX_I18N+=  is
+.endif
+.ifndef WITHOUT_LANG_IT
+FIREFOX_I18N+=  it
+.endif
+.ifndef WITHOUT_LANG_JA
+FIREFOX_I18N+=  ja
+.endif
+.ifndef WITHOUT_LANG_KA
+FIREFOX_I18N+=  ka
+.endif
+.ifndef WITHOUT_LANG_KK
+FIREFOX_I18N+=  kk
+.endif
+.ifndef WITHOUT_LANG_KN
+FIREFOX_I18N+=  kn
+.endif
+.ifndef WITHOUT_LANG_KO
+FIREFOX_I18N+=  ko
+.endif
+.ifndef WITHOUT_LANG_KU
+FIREFOX_I18N+=  ku
+.endif
+.ifndef WITHOUT_LANG_LT
+FIREFOX_I18N+=  lt
+.endif
+.ifndef WITHOUT_LANG_LV
+FIREFOX_I18N+=  lv
+.endif
+.ifndef WITHOUT_LANG_MK
+FIREFOX_I18N+=  mk
+.endif
+.ifndef WITHOUT_LANG_ML
+FIREFOX_I18N+=  ml
+.endif
+.ifndef WITHOUT_LANG_MR
+FIREFOX_I18N+=  mr
+.endif
+.ifndef WITHOUT_LANG_NB
+FIREFOX_I18N+=  nb-NO
+.endif
+.ifndef WITHOUT_LANG_NL
+FIREFOX_I18N+=  nl
+.endif
+.ifndef WITHOUT_LANG_NN
+FIREFOX_I18N+=  nn-NO
+.endif
+.ifndef WITHOUT_LANG_OC
+FIREFOX_I18N+=  oc
+.endif
+.ifndef WITHOUT_LANG_OR
+FIREFOX_I18N+=  or
+.endif
+.ifndef WITHOUT_LANG_PA
+FIREFOX_I18N+=  pa-IN
+.endif
+.ifndef WITHOUT_LANG_PL
+FIREFOX_I18N+=  pl
+.endif
+.ifndef WITHOUT_LANG_BR
+FIREFOX_I18N+=  pt-BR
+.endif
+.ifndef WITHOUT_LANG_PT
+FIREFOX_I18N+=  pt-PT
+.endif
+.ifndef WITHOUT_LANG_RM
+FIREFOX_I18N+=  rm
+.endif
+.ifndef WITHOUT_LANG_RO
+FIREFOX_I18N+=  ro
+.endif
+.ifndef WITHOUT_LANG_RU
+FIREFOX_I18N+=  ru
+.endif
+.ifndef WITHOUT_LANG_SI
+FIREFOX_I18N+=  si
+.endif
+.ifndef WITHOUT_LANG_SK
+FIREFOX_I18N+=  sk
+.endif
+.ifndef WITHOUT_LANG_SL
+FIREFOX_I18N+=  sl
+.endif
+.ifndef WITHOUT_LANG_SQ
+FIREFOX_I18N+=  sq
+.endif
+.ifndef WITHOUT_LANG_SR
+FIREFOX_I18N+=  sr
+.endif
+.ifndef WITHOUT_LANG_SV
+FIREFOX_I18N+=  sv-SE
+.endif
+.ifndef WITHOUT_LANG_TL
+FIREFOX_I18N+=  tl
+.endif
+.ifndef WITHOUT_LANG_TA
+FIREFOX_I18N+=  ta
+.endif
+.ifndef WITHOUT_LANG_TE
+FIREFOX_I18N+=  te
+.endif
+.ifndef WITHOUT_LANG_TH
+FIREFOX_I18N+=  th
+.endif
+.ifndef WITHOUT_LANG_TR
+FIREFOX_I18N+=  tr
+.endif
+.ifndef WITHOUT_LANG_UK
+FIREFOX_I18N+=  uk
+.endif
+.ifndef WITHOUT_LANG_VI
+FIREFOX_I18N+=  vi
+.endif
+.ifndef WITHOUT_LANG_CN
+FIREFOX_I18N+=  zh-CN
+.endif
+.ifndef WITHOUT_LANG_TW
+FIREFOX_I18N+=  zh-TW
+.endif
+.endif

Added: branches/experimental/www/firefox-i18n/Makefile.option
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-i18n/Makefile.option	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,80 @@
+# New ports collection makefile.option for:    firefox3-i18n
+# Date created:         30 Nov 2008
+# Whom:                 Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#
+# $FreeBSD: ports/www/firefox35-i18n/Makefile.option,v 1.4 2009/07/15 00:06:11 miwi Exp $
+#
+OPTIONS=        LANG_AF "Africaans"             off \
+                LANG_SQ "Albanian"              off \
+                LANG_AR "Arabic"                on \
+                LANG_AS "Assamese"              off \
+                LANG_EU "Basque"                off \
+                LANG_BN "Bengali"               on \
+                LANG_BB "Bengali (Bangladesh)"  off \
+                LANG_BG "Bulgarian"             off \
+                LANG_BE "Byelorussian"          off \
+                LANG_CA "Catalan"               off \
+                LANG_CN "Chinese"               on \
+                LANG_CS "Czech"                 off \
+                LANG_DA "Danish"                off \
+                LANG_NL "Dutch"                 off \
+                LANG_GB "English (UK)"          off \
+                LANG_EO "Esperanto"             off \
+                LANG_ET "Estonian"              off \
+                LANG_GL "Galician"              off \
+                LANG_KA "Georgian"              off \
+                LANG_DE "German"                on \
+                LANG_EL "Greek"                 off \
+                LANG_GU "Gujarati"              off \
+                LANG_FI "Finnish"               off \
+                LANG_FR "French"                on \
+                LANG_FY "Frisian"               off \
+                LANG_GA "Irish"                 off \
+                LANG_HE "Hebrew"                off \
+                LANG_HI "Hindi"                 on \
+                LANG_HR "Hrvatski"              off \
+                LANG_HU "Hungarian"             off \
+                LANG_IS "Icelandic"             off \
+                LANG_ID "Indonesian"            off \
+                LANG_IT "Italian"               on \
+                LANG_JA "Japanese"              on \
+                LANG_KN "Kannada"               off \
+                LANG_KK "Kazakh"                off \
+                LANG_KO "Korean"                on \
+                LANG_KU "Kurdish"               off \
+                LANG_LV "Latvian"               off \
+                LANG_LT "Lithuanian"            off \
+                LANG_MK "Macedonian"            off \
+                LANG_ML "Malayalam"             off \
+                LANG_MR "Marathi"               on \
+                LANG_MN "Mongolian"             off \
+                LANG_NB "Norwegian"             off \
+                LANG_NN "Norwegian Nynorsk"     off \
+                LANG_OC "Occitan"               off \
+                LANG_OR "Oriya"                 off \
+                LANG_FA "Persian"               off \
+                LANG_PL "Polish"                off \
+                LANG_PT "Portuguese"            off \
+                LANG_BR "Portuguese (Brazil)"   on \
+                LANG_PA "Punjabi"               on \
+                LANG_RO "Romanian"              off \
+                LANG_RM "Romansh"               off \
+                LANG_RU "Russian"               on \
+                LANG_SR "Serbian"               off \
+                LANG_ES "Spanish"               on \
+                LANG_SA "Spanish (Argentina)"   off \
+                LANG_SC "Spanish (Chile)"       off \
+                LANG_SM "Spanish (Mexico)"      off \
+                LANG_SI "Singhalese"            off \
+                LANG_SK "Slovak"                off \
+                LANG_SL "Slovenian"             off \
+                LANG_SV "Swedish"               off \
+                LANG_TW "Taiwanese"             off \
+                LANG_TA "Tamil"                 off \
+                LANG_TL "Tamil (Sri Lanka)"     off \
+                LANG_TE "Telugu"                on \
+                LANG_TH "Thai"                  off \
+                LANG_TR "Turkish"               off \
+                LANG_UK "Ukrainian"             off \
+                LANG_VI "Vietnamese"            off \
+                LANG_CY "Welsh"                 off

Added: branches/experimental/www/firefox-i18n/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-i18n/distinfo	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,219 @@
+MD5 (xpi/firefox-i18n-3.6/af.xpi) = f37b31bd4bda9c68a5e6a102f6b404b8
+SHA256 (xpi/firefox-i18n-3.6/af.xpi) = 81de1a9f4134fa7d3447ceddc9cb579ddfde45c2f610021ddbb4c54e94b990cb
+SIZE (xpi/firefox-i18n-3.6/af.xpi) = 121615
+MD5 (xpi/firefox-i18n-3.6/ar.xpi) = c6e40d4d47436cc889929450f7950c97
+SHA256 (xpi/firefox-i18n-3.6/ar.xpi) = d8da600225fe33922c009aaac9ae62d774e0e3980be160750c5a42b2b8173e88
+SIZE (xpi/firefox-i18n-3.6/ar.xpi) = 131701
+MD5 (xpi/firefox-i18n-3.6/as.xpi) = 0af49c58b5ec9d4acd719ba82ecfe403
+SHA256 (xpi/firefox-i18n-3.6/as.xpi) = 31187e5294cc1967bdce5fb408ecc23eb5554b1f80e22fd3151c9bf8a061828e
+SIZE (xpi/firefox-i18n-3.6/as.xpi) = 134266
+MD5 (xpi/firefox-i18n-3.6/be.xpi) = c25ce2460bc5a8ed65687f784c5bda26
+SHA256 (xpi/firefox-i18n-3.6/be.xpi) = b2625949edc4654222c9f28931e73de1b6c16b8931561228f59700a4840ef2ca
+SIZE (xpi/firefox-i18n-3.6/be.xpi) = 121955
+MD5 (xpi/firefox-i18n-3.6/bg.xpi) = 6f88874247d40af7309b237132d411ff
+SHA256 (xpi/firefox-i18n-3.6/bg.xpi) = a0542510683c1eb926eec867f64c08b2e35492f3da4a383250e989e3357e712a
+SIZE (xpi/firefox-i18n-3.6/bg.xpi) = 134076
+MD5 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 5ac30c94f294c17082147d2ab1776e3b
+SHA256 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 4650760178b09a7756ac31b33c4188f7a0f682edcee7bbdf64c5fec1fbda66b4
+SIZE (xpi/firefox-i18n-3.6/bn-BD.xpi) = 140834
+MD5 (xpi/firefox-i18n-3.6/bn-IN.xpi) = 16d03085a6656dab3524bbcba6b08777
+SHA256 (xpi/firefox-i18n-3.6/bn-IN.xpi) = d519a5341f80cef929c67c1ead4df29fe7949aae3b862cf29c29404be21addbc
+SIZE (xpi/firefox-i18n-3.6/bn-IN.xpi) = 159546
+MD5 (xpi/firefox-i18n-3.6/ca.xpi) = 4e76a17a176777a60a5a91a16b206fa1
+SHA256 (xpi/firefox-i18n-3.6/ca.xpi) = f75bdb1c4acc3a47545d335bdb000b6608add3df1fe3248574eb89e4aa8c45a0
+SIZE (xpi/firefox-i18n-3.6/ca.xpi) = 127603
+MD5 (xpi/firefox-i18n-3.6/cs.xpi) = 0f4e8d07f40e049804fc454398d16eb5
+SHA256 (xpi/firefox-i18n-3.6/cs.xpi) = 60fb9fca610fb8d2d5d2d4905e40f6353665926249b06ed63521bbb361e9ce36
+SIZE (xpi/firefox-i18n-3.6/cs.xpi) = 126417
+MD5 (xpi/firefox-i18n-3.6/cy.xpi) = 282b221c45e0466c38326f592face78b
+SHA256 (xpi/firefox-i18n-3.6/cy.xpi) = f43592a45825f228ce6e333fa31934d0aca984279c9cdac5768bfeb45865b83e
+SIZE (xpi/firefox-i18n-3.6/cy.xpi) = 121968
+MD5 (xpi/firefox-i18n-3.6/da.xpi) = 0b360614ee4a264fb50e09f30a80c1ac
+SHA256 (xpi/firefox-i18n-3.6/da.xpi) = c0a2bcc18bdcb0c50b3f322f13c0696283fb235f048b1fa404fed7ca0756e522
+SIZE (xpi/firefox-i18n-3.6/da.xpi) = 125249
+MD5 (xpi/firefox-i18n-3.6/de.xpi) = 4036d09e6ba38518e24c66aa6ab2b083
+SHA256 (xpi/firefox-i18n-3.6/de.xpi) = 7c1cd5bcfb98936ae63e6fcefe566416f29fe023d646f876172ae910b9bde278
+SIZE (xpi/firefox-i18n-3.6/de.xpi) = 128615
+MD5 (xpi/firefox-i18n-3.6/el.xpi) = b535fd179d0527f6e336a60617938e03
+SHA256 (xpi/firefox-i18n-3.6/el.xpi) = 8eba3fb1474b2367f84c635d5e186ea63b4926053d10937f555fc345cea563b9
+SIZE (xpi/firefox-i18n-3.6/el.xpi) = 134902
+MD5 (xpi/firefox-i18n-3.6/en-GB.xpi) = 11f3a485b77f6f18cf479cccf86701f5
+SHA256 (xpi/firefox-i18n-3.6/en-GB.xpi) = 0abae31462a5487bb5bc42b9a3b841cb999d0ba8290c7f6c8664265fe00ca32f
+SIZE (xpi/firefox-i18n-3.6/en-GB.xpi) = 118868
+MD5 (xpi/firefox-i18n-3.6/eo.xpi) = a7eb74faa6aaf1479ae6f547920a47fc
+SHA256 (xpi/firefox-i18n-3.6/eo.xpi) = 31b69ff510246c5e3e57f0856f98acfc56e59e5e7a8a8035d0f5d44487af3248
+SIZE (xpi/firefox-i18n-3.6/eo.xpi) = 121546
+MD5 (xpi/firefox-i18n-3.6/es-AR.xpi) = 38f5746d10fed922cfb8f009896a6a88
+SHA256 (xpi/firefox-i18n-3.6/es-AR.xpi) = c548472a071879409519e1bacac64650a4d064a243d06a34f24f0fd99be1d6a9
+SIZE (xpi/firefox-i18n-3.6/es-AR.xpi) = 127405
+MD5 (xpi/firefox-i18n-3.6/es-CL.xpi) = a703b8afcc8b21cf5545e0a7b4fb7314
+SHA256 (xpi/firefox-i18n-3.6/es-CL.xpi) = 6c0b0d69d32ae2a2b5f2faaa149f4780f13b1ac6234a50b8053a347d2042f305
+SIZE (xpi/firefox-i18n-3.6/es-CL.xpi) = 129092
+MD5 (xpi/firefox-i18n-3.6/es-ES.xpi) = 118f951a878b814f66cd07185344f899
+SHA256 (xpi/firefox-i18n-3.6/es-ES.xpi) = cb245e21f8f79b8661bdbdeae170cab584702c38edc39cec12b7dcfbdf0fc11e
+SIZE (xpi/firefox-i18n-3.6/es-ES.xpi) = 108451
+MD5 (xpi/firefox-i18n-3.6/es-MX.xpi) = 747450b24eaf0d49c802f7c6ae7bd35a
+SHA256 (xpi/firefox-i18n-3.6/es-MX.xpi) = 858dabfe2ed71802b848c19765d1c3c6407d205535d21cae6a34ba96d5127df8
+SIZE (xpi/firefox-i18n-3.6/es-MX.xpi) = 127397
+MD5 (xpi/firefox-i18n-3.6/et.xpi) = e8b54bb31ba6228e8dbbd006a350a5cf
+SHA256 (xpi/firefox-i18n-3.6/et.xpi) = 7a9e533c251de04e12de3f43ea7d8aedebcb46ea1ba2881923190be78bc91074
+SIZE (xpi/firefox-i18n-3.6/et.xpi) = 126959
+MD5 (xpi/firefox-i18n-3.6/eu.xpi) = d55e8b80697eeb36959ac5939bec2610
+SHA256 (xpi/firefox-i18n-3.6/eu.xpi) = efb9256c6f43b276ed99c70161ef63c813ff12da7966797ed8b7a975f099d9f5
+SIZE (xpi/firefox-i18n-3.6/eu.xpi) = 121533
+MD5 (xpi/firefox-i18n-3.6/fa.xpi) = 99d388aeb59da200ac009beda4801926
+SHA256 (xpi/firefox-i18n-3.6/fa.xpi) = 40535e815805a7c5345a3a28e13ce0754797f0795f197113b14ed68b5759add6
+SIZE (xpi/firefox-i18n-3.6/fa.xpi) = 138046
+MD5 (xpi/firefox-i18n-3.6/fi.xpi) = d7df73104cbafa66bbd479f1f1dd5e0a
+SHA256 (xpi/firefox-i18n-3.6/fi.xpi) = 18a5d6827d66fedb21f4906b92a8a0a7c64eb8479183b0deac518d764d1a4cdc
+SIZE (xpi/firefox-i18n-3.6/fi.xpi) = 126434
+MD5 (xpi/firefox-i18n-3.6/fr.xpi) = 658183e3e94959582c3bd382644692ea
+SHA256 (xpi/firefox-i18n-3.6/fr.xpi) = b1aae2cd73d2b04643e67cd3a761e3b3f3b70f06ac426b8e7b6639cd25a34f01
+SIZE (xpi/firefox-i18n-3.6/fr.xpi) = 128544
+MD5 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 1a2b3d000bfe276560a3b6af5654a656
+SHA256 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 9f9b74f0626139ca7c39eaafbe9df1eb6a2eda5336c10e340a26416b3e688216
+SIZE (xpi/firefox-i18n-3.6/fy-NL.xpi) = 128850
+MD5 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 85e680d081c070e792d0b4fdd411c02e
+SHA256 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 974107c08e085496082939edf5c41625a65fc59e5b377ade8888561eba2c25d2
+SIZE (xpi/firefox-i18n-3.6/ga-IE.xpi) = 127359
+MD5 (xpi/firefox-i18n-3.6/gl.xpi) = 7cfe500f9382ed88a04bacf2178935f7
+SHA256 (xpi/firefox-i18n-3.6/gl.xpi) = ff2cb6c75e3076f6beb13ceaa0136650c0bb29fb11f97b97d67ab53c2519104b
+SIZE (xpi/firefox-i18n-3.6/gl.xpi) = 124792
+MD5 (xpi/firefox-i18n-3.6/gu-IN.xpi) = f8f6dd42126a977759e4384e72af4a1b
+SHA256 (xpi/firefox-i18n-3.6/gu-IN.xpi) = abb94a6a851164eddf71fff74a60243eb0e102d332b462b1e73b2ee926bc2496
+SIZE (xpi/firefox-i18n-3.6/gu-IN.xpi) = 145894
+MD5 (xpi/firefox-i18n-3.6/he.xpi) = abc0a9ffd9abd732c3dfe0c2b6149c40
+SHA256 (xpi/firefox-i18n-3.6/he.xpi) = 5d5428956a939c2d97eae6967cd49a935e62443a788faa090f35b010e33acb2f
+SIZE (xpi/firefox-i18n-3.6/he.xpi) = 122743
+MD5 (xpi/firefox-i18n-3.6/hi-IN.xpi) = caafd2b1837b35c35102f2fcb1117541
+SHA256 (xpi/firefox-i18n-3.6/hi-IN.xpi) = 303632cad7b77c52770cffe7dfdf3ff57ae6a60d8c21d559c92e496b79fd33c0
+SIZE (xpi/firefox-i18n-3.6/hi-IN.xpi) = 141455
+MD5 (xpi/firefox-i18n-3.6/hr.xpi) = 342493b8aa3661a9cb0249ca04c44150
+SHA256 (xpi/firefox-i18n-3.6/hr.xpi) = 3d148dae34d812117eaffb0b227e99d995ba3fc64303ca6b6bc2b8d09bf7a7b1
+SIZE (xpi/firefox-i18n-3.6/hr.xpi) = 127087
+MD5 (xpi/firefox-i18n-3.6/hu.xpi) = 74db06814d8f5136bb725868a1bf7a5b
+SHA256 (xpi/firefox-i18n-3.6/hu.xpi) = 0229af815cd04d738536c8af0c2a16142e5f3cea2d18425b8bafd5790dc461b9
+SIZE (xpi/firefox-i18n-3.6/hu.xpi) = 131592
+MD5 (xpi/firefox-i18n-3.6/id.xpi) = 31e6e585066c0c2436fae48b1fb45c44
+SHA256 (xpi/firefox-i18n-3.6/id.xpi) = 05ac17928ad91a4c8dee4b852cc96664d89b1e82a758f537803dc809d7f9c686
+SIZE (xpi/firefox-i18n-3.6/id.xpi) = 103929
+MD5 (xpi/firefox-i18n-3.6/is.xpi) = deeeea09747f436d7b50bd94d2561558
+SHA256 (xpi/firefox-i18n-3.6/is.xpi) = be41ed5ca537016d6311ea6681df59c00d38652aead0cbadd52aff6934d7a016
+SIZE (xpi/firefox-i18n-3.6/is.xpi) = 123090
+MD5 (xpi/firefox-i18n-3.6/it.xpi) = 249689d9ef3a27a2d18486101ca72fb7
+SHA256 (xpi/firefox-i18n-3.6/it.xpi) = efeca003414b98e31994a4bd1ed867cccab6a9e4d6c18f1306daabd5b91182bf
+SIZE (xpi/firefox-i18n-3.6/it.xpi) = 107733
+MD5 (xpi/firefox-i18n-3.6/ja.xpi) = 823bac9d98a1616ef3487bd3d3e62db4
+SHA256 (xpi/firefox-i18n-3.6/ja.xpi) = cef06cdbbda3202aac49a174f6aae0a77553eaa763096e049f0bfee2e5a9f1af
+SIZE (xpi/firefox-i18n-3.6/ja.xpi) = 136594
+MD5 (xpi/firefox-i18n-3.6/ka.xpi) = 2c3def62a75d5bbc433847a7d357814d
+SHA256 (xpi/firefox-i18n-3.6/ka.xpi) = bff2850be4628cf8184d5430ae335ef796a05a7cdcfce2cc96c697047652d9d6
+SIZE (xpi/firefox-i18n-3.6/ka.xpi) = 154116
+MD5 (xpi/firefox-i18n-3.6/kk.xpi) = efe6d4bfd3770bd3bba47c93d5b8c3bd
+SHA256 (xpi/firefox-i18n-3.6/kk.xpi) = 9509e106605a541966234928008892384ced3c439d7ae6ed24de4f6a64d4bd0c
+SIZE (xpi/firefox-i18n-3.6/kk.xpi) = 137757
+MD5 (xpi/firefox-i18n-3.6/kn.xpi) = 81f7a52a5c690bb369b5413bebea31c0
+SHA256 (xpi/firefox-i18n-3.6/kn.xpi) = f44cd250881138b84e8dd1dce2de4e02c5c02ace4c672647cc7b43cdbcdbe7ec
+SIZE (xpi/firefox-i18n-3.6/kn.xpi) = 148388
+MD5 (xpi/firefox-i18n-3.6/ko.xpi) = e06dec3c0dc1b6a66aabf538eb3ae853
+SHA256 (xpi/firefox-i18n-3.6/ko.xpi) = cc32f718d0d5932cc2f1f64cff077ea3b517d31a8daee3dc11426a23ac563501
+SIZE (xpi/firefox-i18n-3.6/ko.xpi) = 115365
+MD5 (xpi/firefox-i18n-3.6/ku.xpi) = 41a546b03e122c22c1beaaddaa2a2dc1
+SHA256 (xpi/firefox-i18n-3.6/ku.xpi) = 28d7a85f5c9f8d0281b65e3ece5d95e3cd54ffd8146005eebda06405d10a424e
+SIZE (xpi/firefox-i18n-3.6/ku.xpi) = 130225
+MD5 (xpi/firefox-i18n-3.6/lt.xpi) = feab7a21ff41175508d0a8e77cd5c609
+SHA256 (xpi/firefox-i18n-3.6/lt.xpi) = b9df08fa98ce2a8638a23e89e77722cacbd49fd335c2c32ef6dc45b490424f6f
+SIZE (xpi/firefox-i18n-3.6/lt.xpi) = 139306
+MD5 (xpi/firefox-i18n-3.6/lv.xpi) = 977d25ed752a0d4ddcdc992a64245e89
+SHA256 (xpi/firefox-i18n-3.6/lv.xpi) = ce3fd27f78502094c052c8330a5e158c5d152916ecb8649ed2467ff9e9f263aa
+SIZE (xpi/firefox-i18n-3.6/lv.xpi) = 124811
+MD5 (xpi/firefox-i18n-3.6/mk.xpi) = 3f2fc8c214d487437ecf274780363746
+SHA256 (xpi/firefox-i18n-3.6/mk.xpi) = 33a849a563bdc7a40f6ac59df332663e53a8b5fcb4cee14fc37a2ea721564a48
+SIZE (xpi/firefox-i18n-3.6/mk.xpi) = 127950
+MD5 (xpi/firefox-i18n-3.6/ml.xpi) = e35fbd0b14011beb913a73b44e69da78
+SHA256 (xpi/firefox-i18n-3.6/ml.xpi) = 11138b99c6e6d1e3870461618a07a4227132651f57dab676aa9a26d917b0d0bf
+SIZE (xpi/firefox-i18n-3.6/ml.xpi) = 151845
+MD5 (xpi/firefox-i18n-3.6/mr.xpi) = ed6205ed23cc2ff639f36255e2c6a795
+SHA256 (xpi/firefox-i18n-3.6/mr.xpi) = 62f4db49979f62c5b6f2a2bcc6e6d4beeb54015aec8e5fe5eadb5f6aa92a41af
+SIZE (xpi/firefox-i18n-3.6/mr.xpi) = 140527
+MD5 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 411b478c8ad6c2db9ebcd35ac999d589
+SHA256 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 6990c42d8ce7ff76d2f3c00942ca6d5a85bf0fd7dded739fa4cea4f974426651
+SIZE (xpi/firefox-i18n-3.6/nb-NO.xpi) = 123732
+MD5 (xpi/firefox-i18n-3.6/nl.xpi) = d0f8a38fcfabdcafb8160601e5bf6587
+SHA256 (xpi/firefox-i18n-3.6/nl.xpi) = abfd34786fade62248bd724bf4bf13ef50d07f59cb099693b6facc7f58753891
+SIZE (xpi/firefox-i18n-3.6/nl.xpi) = 126088
+MD5 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 78d6a0e451ddb1b95a4620db58e35aff
+SHA256 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 77e62e2c124740f6e8d16a8162b2ef15c6edc9197278369ff393930edb1f436e
+SIZE (xpi/firefox-i18n-3.6/nn-NO.xpi) = 125112
+MD5 (xpi/firefox-i18n-3.6/oc.xpi) = 076e3b89c01d9c040b3910f246775715
+SHA256 (xpi/firefox-i18n-3.6/oc.xpi) = f81c861ede0d0d1523b5751e2b2da9faf6ced2bb960008f298e22b597998ed33
+SIZE (xpi/firefox-i18n-3.6/oc.xpi) = 108302
+MD5 (xpi/firefox-i18n-3.6/or.xpi) = 423cf5ea88f77404ee2e664581b47b7e
+SHA256 (xpi/firefox-i18n-3.6/or.xpi) = f0baf63c33fca905a6cdacb77d411749d20cc45b6129cfc6b07fb7e043713a6c
+SIZE (xpi/firefox-i18n-3.6/or.xpi) = 142206
+MD5 (xpi/firefox-i18n-3.6/pa-IN.xpi) = 16c17ec25941f3ed2ebeff2cc60d58d3
+SHA256 (xpi/firefox-i18n-3.6/pa-IN.xpi) = b18594e488bb3b347f6472e71e73d91b1e90be527458c1ffe5934435daa5c045
+SIZE (xpi/firefox-i18n-3.6/pa-IN.xpi) = 141696
+MD5 (xpi/firefox-i18n-3.6/pl.xpi) = 0a0ded07b7729af9b8e6406121ba2f5c
+SHA256 (xpi/firefox-i18n-3.6/pl.xpi) = 0fd8b0e13eb1fb6426406496d00d635a8eff3c716587d88f7872475bd3058c56
+SIZE (xpi/firefox-i18n-3.6/pl.xpi) = 130641
+MD5 (xpi/firefox-i18n-3.6/pt-BR.xpi) = 1a1392e767ca14e2c3109e78293a4832
+SHA256 (xpi/firefox-i18n-3.6/pt-BR.xpi) = a155be8d97db70065ab6444e49ed278e45a87ed15e42209d9e930b2d01ecff1b
+SIZE (xpi/firefox-i18n-3.6/pt-BR.xpi) = 124959
+MD5 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 7bab0c34039340b7196264748c73eb0e
+SHA256 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 8583fafde65922d625d5260e9bd3b2ef55bf41317934620744bf80cab81d55f4
+SIZE (xpi/firefox-i18n-3.6/pt-PT.xpi) = 124991
+MD5 (xpi/firefox-i18n-3.6/rm.xpi) = ec8aa17a534c36cc8d2ad9feddce07b2
+SHA256 (xpi/firefox-i18n-3.6/rm.xpi) = eb0711cbefd966b208c91a4124fa6dc6e884a3a2aec2c1239803058be6dcf9da
+SIZE (xpi/firefox-i18n-3.6/rm.xpi) = 127023
+MD5 (xpi/firefox-i18n-3.6/ro.xpi) = 2f5131b9d25034d991dcf07775458d1c
+SHA256 (xpi/firefox-i18n-3.6/ro.xpi) = a9c5615d8d893f0a33c15f001a82a03b74749d6ee64b0e6fbccdd47b163e4d78
+SIZE (xpi/firefox-i18n-3.6/ro.xpi) = 128710
+MD5 (xpi/firefox-i18n-3.6/ru.xpi) = c3a793edf7493297a9168b559dd53374
+SHA256 (xpi/firefox-i18n-3.6/ru.xpi) = 9c86897f6251ec1e5c7a81ac51bf3c62f71e2cc6798ac1c54c2a1439bc850a11
+SIZE (xpi/firefox-i18n-3.6/ru.xpi) = 124579
+MD5 (xpi/firefox-i18n-3.6/si.xpi) = 066475f374d9a66284b9e14cb36064ae
+SHA256 (xpi/firefox-i18n-3.6/si.xpi) = 0dd79922a6308de404cb05193f041966358eb6068537c2c8458004860a857053
+SIZE (xpi/firefox-i18n-3.6/si.xpi) = 142225
+MD5 (xpi/firefox-i18n-3.6/sk.xpi) = e25b695dc7f9be472bd0709e7771cd62
+SHA256 (xpi/firefox-i18n-3.6/sk.xpi) = 4bf32e5208bc75e20f9df5e8696d1efbe095bd8d6274769728fcff56ac2af4a9
+SIZE (xpi/firefox-i18n-3.6/sk.xpi) = 130720
+MD5 (xpi/firefox-i18n-3.6/sl.xpi) = 8efc7f50090d29c77db623e0d5266fae
+SHA256 (xpi/firefox-i18n-3.6/sl.xpi) = 72f8b6d34b9b4b76dfa766532c67935bc0d8de63261c31f73dedb426147dcd75
+SIZE (xpi/firefox-i18n-3.6/sl.xpi) = 123792
+MD5 (xpi/firefox-i18n-3.6/sq.xpi) = e5486c1ff2ab8f95d71095298b404439
+SHA256 (xpi/firefox-i18n-3.6/sq.xpi) = 846717f8dea71fb1d9587d48f78cff84c241162c9a10ebef617fdd079d201a97
+SIZE (xpi/firefox-i18n-3.6/sq.xpi) = 120898
+MD5 (xpi/firefox-i18n-3.6/sr.xpi) = 273c10beb966f843f51cb5ce5401c375
+SHA256 (xpi/firefox-i18n-3.6/sr.xpi) = 9e67e13913709bf96acdd678031ec245fa40a6915904f6fec559810eee191a56
+SIZE (xpi/firefox-i18n-3.6/sr.xpi) = 136895
+MD5 (xpi/firefox-i18n-3.6/sv-SE.xpi) = f1b844325f7f53de97c674aa2552bcc9
+SHA256 (xpi/firefox-i18n-3.6/sv-SE.xpi) = fc44b1327ec17a06b96020886ec35bd3f3d98f02d4ac29bab497c95ace6b3497
+SIZE (xpi/firefox-i18n-3.6/sv-SE.xpi) = 128086
+MD5 (xpi/firefox-i18n-3.6/ta-LK.xpi) = b45e259ba4984be8f2c144dc80f8f208
+SHA256 (xpi/firefox-i18n-3.6/ta-LK.xpi) = d8cad7703aafe09d0a4accd74af59e79e7a0c37349e43f47c9c26b51dfa05a0c
+SIZE (xpi/firefox-i18n-3.6/ta-LK.xpi) = 149294
+MD5 (xpi/firefox-i18n-3.6/ta.xpi) = ca8f71aa47d5a2e0821e021417fe4de2
+SHA256 (xpi/firefox-i18n-3.6/ta.xpi) = c7673534ca632166385117b3a39832f52910b9138a97fbc12394e1dc144c4f21
+SIZE (xpi/firefox-i18n-3.6/ta.xpi) = 136770
+MD5 (xpi/firefox-i18n-3.6/te.xpi) = a6e2336840906d17cfa00f6029776176
+SHA256 (xpi/firefox-i18n-3.6/te.xpi) = 99db1bd41538ce1c53c8f814971c3baa6015249b61cba21fadcb4890aa0b9d6d
+SIZE (xpi/firefox-i18n-3.6/te.xpi) = 147428
+MD5 (xpi/firefox-i18n-3.6/th.xpi) = de96ebf2a5410220cf26520d50dddb49
+SHA256 (xpi/firefox-i18n-3.6/th.xpi) = 53f343eb865a14b5af277c6f71395d9f915688f6e15cd517d22cb1e13d885c49
+SIZE (xpi/firefox-i18n-3.6/th.xpi) = 134036
+MD5 (xpi/firefox-i18n-3.6/tr.xpi) = 18237063fdbfe3f2f2403de7873de905
+SHA256 (xpi/firefox-i18n-3.6/tr.xpi) = dbd7221acafbbe87abbeff5e25775ecd338fc9e76d08c7381a4583ad40a62150
+SIZE (xpi/firefox-i18n-3.6/tr.xpi) = 125047
+MD5 (xpi/firefox-i18n-3.6/uk.xpi) = 52fd2085e3ddf8c2700a82ac96b01cc2
+SHA256 (xpi/firefox-i18n-3.6/uk.xpi) = 6a4e78035e15af3bbb70ef7917f9e7cda92d7d26e6b376b62d14d9a6301c53b5
+SIZE (xpi/firefox-i18n-3.6/uk.xpi) = 142835
+MD5 (xpi/firefox-i18n-3.6/vi.xpi) = 6c9e42cc355300f7d36616691140dcb8
+SHA256 (xpi/firefox-i18n-3.6/vi.xpi) = a2252a82981010384feaaff9afe4849381f0336d3510af7ddaf625c266f6b019
+SIZE (xpi/firefox-i18n-3.6/vi.xpi) = 129024
+MD5 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 99f8f76cf48b3726e7dbb166cfe8608d
+SHA256 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 6ff9739f9620e6b8c07a16d4d7afac45ba280cc597d9b40ad04936801fce8131
+SIZE (xpi/firefox-i18n-3.6/zh-CN.xpi) = 126711
+MD5 (xpi/firefox-i18n-3.6/zh-TW.xpi) = ac204c6b032d9a70f4f3b417ef39bced
+SHA256 (xpi/firefox-i18n-3.6/zh-TW.xpi) = 9551af78f32b10659dd890fde52632bb36cbe763b0e86e31978609f5c6aba2a6
+SIZE (xpi/firefox-i18n-3.6/zh-TW.xpi) = 128260

Added: branches/experimental/www/firefox-i18n/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/experimental/www/firefox-i18n/pkg-descr	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,3 @@
+Language packs for Firefox 3.6
+
+WWW: http://www.mozilla.org/projects/l10n/

Added: trunk/www/firefox-i18n/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-i18n/Makefile	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,87 @@
+# New ports collection makefile for:	firefox-i18n
+# Date created:		28 May 2006
+# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD: ports/www/firefox-i18n/Makefile,v 1.34 2009/05/04 19:23:43 miwi Exp $
+#
+
+PORTNAME=	firefox-i18n
+PORTVERSION=	3.6
+CATEGORIES=	www
+MASTER_SITE_SUBDIR=	firefox/releases/${PORTVERSION}/linux-i686/xpi
+PKGNAMEPREFIX=
+DISTFILES=	${FIREFOX_I18N_:S/$/.xpi/}
+DIST_SUBDIR=	xpi/${DISTNAME}
+
+MAINTAINER=	gecko@FreeBSD.org
+COMMENT=	Localized interface for Firefox 3.6
+
+USE_XPI=	*firefox3
+
+USE_SUBMAKE=	yes
+
+WDIR=	langpack3-*@firefox.mozilla.org
+
+XPI_DISTNAMES=	${FIREFOX_I18N_}
+
+.include "${.CURDIR}/Makefile.option"
+.include <bsd.port.pre.mk>
+
+.ifndef WITHOUT_SWITCHER
+RUN_DEPENDS+=	xpi-quick-locale-switcher>=0:${PORTSDIR}/www/xpi-quick-locale-switcher
+.endif
+
+.include "${.CURDIR}/Makefile.lang"
+
+FIREFOX_I18N_?=	${FIREFOX_I18N}
+
+.for dist in ${XPI_DISTNAMES}
+XPI_ID_${dist}=		langpack3-${dist}@firefox.mozilla.org
+XPI_FILES_${dist}=	chrome.manifest install.rdf chrome/${dist}.jar
+XPI_DIRS_${dist}=	chrome
+.endfor
+
+pre-everything::
+	@${ECHO_CMD}
+	@${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages."
+	@${ECHO_CMD}
+	@${MKDIR} ${WRKSRC}
+
+do-extract:
+	@for lang in ${FIREFOX_I18N_}; do \
+		if ! (${EXTRACT_CMD} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack3-$$lang@firefox.mozilla.org);\
+		then \
+			exit 1; \
+		fi \
+	done
+
+.if !exists(${OPTIONSFILE}) && !defined(PACKAGE_BUILDING)
+pre-configure: config
+.endif
+
+do-install:
+	@${INSTALL} -d ${XPI_LIBDIR} ${XPI_SLDIRS_ALL}
+	@${CP} -R ${WRKSRC}/ ${XPI_LIBDIR}/
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${XPI_LIBDIR}/${WDIR}/
+	@${CHMOD} -R a+rX,go-w ${XPI_LIBDIR}/${WDIR}/
+	@for _dir in ${XPI_LINKFARMS} ; { ${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q} ; }
+	@${ECHO_CMD} '@exec ${INSTALL} -d ${XPI_SLDIRS_ALL:S,^${PREFIX},%D,}' ${_A}
+	@${ECHO_CMD} '@exec for _dir in ${XPI_LINKFARMS} ; { \
+		${LN} -sf ${XPI_LIBDIR}/${WDIR} $$_dir/ ${_Q}; }' ${_A}
+	@${ECHO_CMD} '@unexec for _dir in ${XPI_LINKFARMS} ${XPI_LIBDIR}; { ${RM} -fR $$_dir/${WDIR} ; }' ${_A}
+
+	@${ECHO_CMD} '@unexec ${RMDIR} ${XPI_DIRS_TRY:S,^,%D/,} ${_Q}' ${_A}
+
+post-patch:
+	${FIND} ${WRKSRC} -name install.rdf -print0 | \
+		${XARGS} -0L1 ${REINPLACE_CMD} -i '' -e '/<?xml/,$$!d' \
+			-e 's/\(langpack\)/\13/'
+
+List-Langs:
+	@fetch -o- "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PORTVERSION}/linux-i686/xpi"|\
+		${PERL} -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1\n"}' |\
+		${AWK} 'BEGIN{ORS=" "}{print $1}END{printf "\nNumber of languages: %d\n",NR}'
+
+.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
+
+.include <bsd.port.post.mk>

Added: trunk/www/firefox-i18n/Makefile.lang
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-i18n/Makefile.lang	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,239 @@
+# New ports collection makefile.lang for:    firefox3-i18n
+# Date created:         30 Nov 2008
+# Whom:                 Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#
+# $FreeBSD: ports/www/firefox35-i18n/Makefile.lang,v 1.5 2009/07/15 00:06:11 miwi Exp $
+#
+# Currently, the following 74 languages are supported.
+#
+FIREFOX_I18N_ALL_=	af ar as be bg bn-BD bn-IN ca cs cy da de el \
+			en-GB eo es-AR es-CL es-ES es-MX et eu fa fi \
+			fr fy-NL ga-IE gl gu-IN he hi-IN hr hu id is \
+			it ja ka kk kn ko ku lt lv mk ml mr nb-NO nl \
+			nn-NO oc or pa-IN pl pt-BR pt-PT rm ro ru si \
+			sk sl sq sr sv-SE ta-LK ta te th tr uk vi  \
+			zh-CN zh-TW
+
+.if defined(FIREFOX_I18N_ALL) || defined(PACKAGE_BUILDING) || target(package)
+FIREFOX_I18N=   ${FIREFOX_I18N_ALL_}
+.else
+.ifndef WITHOUT_LANG_AF
+FIREFOX_I18N+=  af
+.endif
+.ifndef WITHOUT_LANG_AR
+FIREFOX_I18N+=  ar
+.endif
+.ifndef WITHOUT_LANG_AS
+FIREFOX_I18N+=  as
+.endif
+.ifndef WITHOUT_LANG_BE
+FIREFOX_I18N+=  be
+.endif
+.ifndef WITHOUT_LANG_BG
+FIREFOX_I18N+=  bg
+.endif
+.ifndef WITHOUT_LANG_BB
+FIREFOX_I18N+=  bn-BD
+.endif
+.ifndef WITHOUT_LANG_BN
+FIREFOX_I18N+=  bn-IN
+.endif
+.ifndef WITHOUT_LANG_CA
+FIREFOX_I18N+=  ca
+.endif
+.ifndef WITHOUT_LANG_CS
+FIREFOX_I18N+=  cs
+.endif
+.ifndef WITHOUT_LANG_CY
+FIREFOX_I18N+=  cy
+.endif
+.ifndef WITHOUT_LANG_DA
+FIREFOX_I18N+=  da
+.endif
+.ifndef WITHOUT_LANG_DE
+FIREFOX_I18N+=  de
+.endif
+.ifndef WITHOUT_LANG_EL
+FIREFOX_I18N+=  el
+.endif
+.ifndef WITHOUT_LANG_GB
+FIREFOX_I18N+=  en-GB
+.endif
+.ifndef WITHOUT_LANG_EO
+FIREFOX_I18N+=  eo
+.endif
+.ifndef WITHOUT_LANG_SA
+FIREFOX_I18N+=  es-AR
+.endif
+.ifndef WITHOUT_LANG_SC
+FIREFOX_I18N+=  es-CL
+.endif
+.ifndef WITHOUT_LANG_ES
+FIREFOX_I18N+=  es-ES
+.endif
+.ifndef WITHOUT_LANG_SM
+FIREFOX_I18N+=  es-MX
+.endif
+.ifndef WITHOUT_LANG_ET
+FIREFOX_I18N+=  et
+.endif
+.ifndef WITHOUT_LANG_EU
+FIREFOX_I18N+=  eu
+.endif
+.ifndef WITHOUT_LANG_FA
+FIREFOX_I18N+=  fa
+.endif
+.ifndef WITHOUT_LANG_FI
+FIREFOX_I18N+=  fi
+.endif
+.ifndef WITHOUT_LANG_FR
+FIREFOX_I18N+=  fr
+.endif
+.ifndef WITHOUT_LANG_FY
+FIREFOX_I18N+=  fy-NL
+.endif
+.ifndef WITHOUT_LANG_GA
+FIREFOX_I18N+=  ga-IE
+.endif
+.ifndef WITHOUT_LANG_GL
+FIREFOX_I18N+=  gl
+.endif
+.ifndef WITHOUT_LANG_GU
+FIREFOX_I18N+=  gu-IN
+.endif
+.ifndef WITHOUT_LANG_HE
+FIREFOX_I18N+=  he
+.endif
+.ifndef WITHOUT_LANG_HI
+FIREFOX_I18N+=  hi-IN
+.endif
+.ifndef WITHOUT_LANG_HR
+FIREFOX_I18N+=  hr
+.endif
+.ifndef WITHOUT_LANG_HU
+FIREFOX_I18N+=  hu
+.endif
+.ifndef WITHOUT_LANG_ID
+FIREFOX_I18N+=  id
+.endif
+.ifndef WITHOUT_LANG_IS
+FIREFOX_I18N+=  is
+.endif
+.ifndef WITHOUT_LANG_IT
+FIREFOX_I18N+=  it
+.endif
+.ifndef WITHOUT_LANG_JA
+FIREFOX_I18N+=  ja
+.endif
+.ifndef WITHOUT_LANG_KA
+FIREFOX_I18N+=  ka
+.endif
+.ifndef WITHOUT_LANG_KK
+FIREFOX_I18N+=  kk
+.endif
+.ifndef WITHOUT_LANG_KN
+FIREFOX_I18N+=  kn
+.endif
+.ifndef WITHOUT_LANG_KO
+FIREFOX_I18N+=  ko
+.endif
+.ifndef WITHOUT_LANG_KU
+FIREFOX_I18N+=  ku
+.endif
+.ifndef WITHOUT_LANG_LT
+FIREFOX_I18N+=  lt
+.endif
+.ifndef WITHOUT_LANG_LV
+FIREFOX_I18N+=  lv
+.endif
+.ifndef WITHOUT_LANG_MK
+FIREFOX_I18N+=  mk
+.endif
+.ifndef WITHOUT_LANG_ML
+FIREFOX_I18N+=  ml
+.endif
+.ifndef WITHOUT_LANG_MR
+FIREFOX_I18N+=  mr
+.endif
+.ifndef WITHOUT_LANG_NB
+FIREFOX_I18N+=  nb-NO
+.endif
+.ifndef WITHOUT_LANG_NL
+FIREFOX_I18N+=  nl
+.endif
+.ifndef WITHOUT_LANG_NN
+FIREFOX_I18N+=  nn-NO
+.endif
+.ifndef WITHOUT_LANG_OC
+FIREFOX_I18N+=  oc
+.endif
+.ifndef WITHOUT_LANG_OR
+FIREFOX_I18N+=  or
+.endif
+.ifndef WITHOUT_LANG_PA
+FIREFOX_I18N+=  pa-IN
+.endif
+.ifndef WITHOUT_LANG_PL
+FIREFOX_I18N+=  pl
+.endif
+.ifndef WITHOUT_LANG_BR
+FIREFOX_I18N+=  pt-BR
+.endif
+.ifndef WITHOUT_LANG_PT
+FIREFOX_I18N+=  pt-PT
+.endif
+.ifndef WITHOUT_LANG_RM
+FIREFOX_I18N+=  rm
+.endif
+.ifndef WITHOUT_LANG_RO
+FIREFOX_I18N+=  ro
+.endif
+.ifndef WITHOUT_LANG_RU
+FIREFOX_I18N+=  ru
+.endif
+.ifndef WITHOUT_LANG_SI
+FIREFOX_I18N+=  si
+.endif
+.ifndef WITHOUT_LANG_SK
+FIREFOX_I18N+=  sk
+.endif
+.ifndef WITHOUT_LANG_SL
+FIREFOX_I18N+=  sl
+.endif
+.ifndef WITHOUT_LANG_SQ
+FIREFOX_I18N+=  sq
+.endif
+.ifndef WITHOUT_LANG_SR
+FIREFOX_I18N+=  sr
+.endif
+.ifndef WITHOUT_LANG_SV
+FIREFOX_I18N+=  sv-SE
+.endif
+.ifndef WITHOUT_LANG_TL
+FIREFOX_I18N+=  tl
+.endif
+.ifndef WITHOUT_LANG_TA
+FIREFOX_I18N+=  ta
+.endif
+.ifndef WITHOUT_LANG_TE
+FIREFOX_I18N+=  te
+.endif
+.ifndef WITHOUT_LANG_TH
+FIREFOX_I18N+=  th
+.endif
+.ifndef WITHOUT_LANG_TR
+FIREFOX_I18N+=  tr
+.endif
+.ifndef WITHOUT_LANG_UK
+FIREFOX_I18N+=  uk
+.endif
+.ifndef WITHOUT_LANG_VI
+FIREFOX_I18N+=  vi
+.endif
+.ifndef WITHOUT_LANG_CN
+FIREFOX_I18N+=  zh-CN
+.endif
+.ifndef WITHOUT_LANG_TW
+FIREFOX_I18N+=  zh-TW
+.endif
+.endif

Added: trunk/www/firefox-i18n/Makefile.option
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-i18n/Makefile.option	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,80 @@
+# New ports collection makefile.option for:    firefox3-i18n
+# Date created:         30 Nov 2008
+# Whom:                 Koji Yokota <yokota@res.otaru-uc.ac.jp>
+#
+# $FreeBSD: ports/www/firefox35-i18n/Makefile.option,v 1.4 2009/07/15 00:06:11 miwi Exp $
+#
+OPTIONS=        LANG_AF "Africaans"             off \
+                LANG_SQ "Albanian"              off \
+                LANG_AR "Arabic"                on \
+                LANG_AS "Assamese"              off \
+                LANG_EU "Basque"                off \
+                LANG_BN "Bengali"               on \
+                LANG_BB "Bengali (Bangladesh)"  off \
+                LANG_BG "Bulgarian"             off \
+                LANG_BE "Byelorussian"          off \
+                LANG_CA "Catalan"               off \
+                LANG_CN "Chinese"               on \
+                LANG_CS "Czech"                 off \
+                LANG_DA "Danish"                off \
+                LANG_NL "Dutch"                 off \
+                LANG_GB "English (UK)"          off \
+                LANG_EO "Esperanto"             off \
+                LANG_ET "Estonian"              off \
+                LANG_GL "Galician"              off \
+                LANG_KA "Georgian"              off \
+                LANG_DE "German"                on \
+                LANG_EL "Greek"                 off \
+                LANG_GU "Gujarati"              off \
+                LANG_FI "Finnish"               off \
+                LANG_FR "French"                on \
+                LANG_FY "Frisian"               off \
+                LANG_GA "Irish"                 off \
+                LANG_HE "Hebrew"                off \
+                LANG_HI "Hindi"                 on \
+                LANG_HR "Hrvatski"              off \
+                LANG_HU "Hungarian"             off \
+                LANG_IS "Icelandic"             off \
+                LANG_ID "Indonesian"            off \
+                LANG_IT "Italian"               on \
+                LANG_JA "Japanese"              on \
+                LANG_KN "Kannada"               off \
+                LANG_KK "Kazakh"                off \
+                LANG_KO "Korean"                on \
+                LANG_KU "Kurdish"               off \
+                LANG_LV "Latvian"               off \
+                LANG_LT "Lithuanian"            off \
+                LANG_MK "Macedonian"            off \
+                LANG_ML "Malayalam"             off \
+                LANG_MR "Marathi"               on \
+                LANG_MN "Mongolian"             off \
+                LANG_NB "Norwegian"             off \
+                LANG_NN "Norwegian Nynorsk"     off \
+                LANG_OC "Occitan"               off \
+                LANG_OR "Oriya"                 off \
+                LANG_FA "Persian"               off \
+                LANG_PL "Polish"                off \
+                LANG_PT "Portuguese"            off \
+                LANG_BR "Portuguese (Brazil)"   on \
+                LANG_PA "Punjabi"               on \
+                LANG_RO "Romanian"              off \
+                LANG_RM "Romansh"               off \
+                LANG_RU "Russian"               on \
+                LANG_SR "Serbian"               off \
+                LANG_ES "Spanish"               on \
+                LANG_SA "Spanish (Argentina)"   off \
+                LANG_SC "Spanish (Chile)"       off \
+                LANG_SM "Spanish (Mexico)"      off \
+                LANG_SI "Singhalese"            off \
+                LANG_SK "Slovak"                off \
+                LANG_SL "Slovenian"             off \
+                LANG_SV "Swedish"               off \
+                LANG_TW "Taiwanese"             off \
+                LANG_TA "Tamil"                 off \
+                LANG_TL "Tamil (Sri Lanka)"     off \
+                LANG_TE "Telugu"                on \
+                LANG_TH "Thai"                  off \
+                LANG_TR "Turkish"               off \
+                LANG_UK "Ukrainian"             off \
+                LANG_VI "Vietnamese"            off \
+                LANG_CY "Welsh"                 off

Added: trunk/www/firefox-i18n/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-i18n/distinfo	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,219 @@
+MD5 (xpi/firefox-i18n-3.6/af.xpi) = f37b31bd4bda9c68a5e6a102f6b404b8
+SHA256 (xpi/firefox-i18n-3.6/af.xpi) = 81de1a9f4134fa7d3447ceddc9cb579ddfde45c2f610021ddbb4c54e94b990cb
+SIZE (xpi/firefox-i18n-3.6/af.xpi) = 121615
+MD5 (xpi/firefox-i18n-3.6/ar.xpi) = c6e40d4d47436cc889929450f7950c97
+SHA256 (xpi/firefox-i18n-3.6/ar.xpi) = d8da600225fe33922c009aaac9ae62d774e0e3980be160750c5a42b2b8173e88
+SIZE (xpi/firefox-i18n-3.6/ar.xpi) = 131701
+MD5 (xpi/firefox-i18n-3.6/as.xpi) = 0af49c58b5ec9d4acd719ba82ecfe403
+SHA256 (xpi/firefox-i18n-3.6/as.xpi) = 31187e5294cc1967bdce5fb408ecc23eb5554b1f80e22fd3151c9bf8a061828e
+SIZE (xpi/firefox-i18n-3.6/as.xpi) = 134266
+MD5 (xpi/firefox-i18n-3.6/be.xpi) = c25ce2460bc5a8ed65687f784c5bda26
+SHA256 (xpi/firefox-i18n-3.6/be.xpi) = b2625949edc4654222c9f28931e73de1b6c16b8931561228f59700a4840ef2ca
+SIZE (xpi/firefox-i18n-3.6/be.xpi) = 121955
+MD5 (xpi/firefox-i18n-3.6/bg.xpi) = 6f88874247d40af7309b237132d411ff
+SHA256 (xpi/firefox-i18n-3.6/bg.xpi) = a0542510683c1eb926eec867f64c08b2e35492f3da4a383250e989e3357e712a
+SIZE (xpi/firefox-i18n-3.6/bg.xpi) = 134076
+MD5 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 5ac30c94f294c17082147d2ab1776e3b
+SHA256 (xpi/firefox-i18n-3.6/bn-BD.xpi) = 4650760178b09a7756ac31b33c4188f7a0f682edcee7bbdf64c5fec1fbda66b4
+SIZE (xpi/firefox-i18n-3.6/bn-BD.xpi) = 140834
+MD5 (xpi/firefox-i18n-3.6/bn-IN.xpi) = 16d03085a6656dab3524bbcba6b08777
+SHA256 (xpi/firefox-i18n-3.6/bn-IN.xpi) = d519a5341f80cef929c67c1ead4df29fe7949aae3b862cf29c29404be21addbc
+SIZE (xpi/firefox-i18n-3.6/bn-IN.xpi) = 159546
+MD5 (xpi/firefox-i18n-3.6/ca.xpi) = 4e76a17a176777a60a5a91a16b206fa1
+SHA256 (xpi/firefox-i18n-3.6/ca.xpi) = f75bdb1c4acc3a47545d335bdb000b6608add3df1fe3248574eb89e4aa8c45a0
+SIZE (xpi/firefox-i18n-3.6/ca.xpi) = 127603
+MD5 (xpi/firefox-i18n-3.6/cs.xpi) = 0f4e8d07f40e049804fc454398d16eb5
+SHA256 (xpi/firefox-i18n-3.6/cs.xpi) = 60fb9fca610fb8d2d5d2d4905e40f6353665926249b06ed63521bbb361e9ce36
+SIZE (xpi/firefox-i18n-3.6/cs.xpi) = 126417
+MD5 (xpi/firefox-i18n-3.6/cy.xpi) = 282b221c45e0466c38326f592face78b
+SHA256 (xpi/firefox-i18n-3.6/cy.xpi) = f43592a45825f228ce6e333fa31934d0aca984279c9cdac5768bfeb45865b83e
+SIZE (xpi/firefox-i18n-3.6/cy.xpi) = 121968
+MD5 (xpi/firefox-i18n-3.6/da.xpi) = 0b360614ee4a264fb50e09f30a80c1ac
+SHA256 (xpi/firefox-i18n-3.6/da.xpi) = c0a2bcc18bdcb0c50b3f322f13c0696283fb235f048b1fa404fed7ca0756e522
+SIZE (xpi/firefox-i18n-3.6/da.xpi) = 125249
+MD5 (xpi/firefox-i18n-3.6/de.xpi) = 4036d09e6ba38518e24c66aa6ab2b083
+SHA256 (xpi/firefox-i18n-3.6/de.xpi) = 7c1cd5bcfb98936ae63e6fcefe566416f29fe023d646f876172ae910b9bde278
+SIZE (xpi/firefox-i18n-3.6/de.xpi) = 128615
+MD5 (xpi/firefox-i18n-3.6/el.xpi) = b535fd179d0527f6e336a60617938e03
+SHA256 (xpi/firefox-i18n-3.6/el.xpi) = 8eba3fb1474b2367f84c635d5e186ea63b4926053d10937f555fc345cea563b9
+SIZE (xpi/firefox-i18n-3.6/el.xpi) = 134902
+MD5 (xpi/firefox-i18n-3.6/en-GB.xpi) = 11f3a485b77f6f18cf479cccf86701f5
+SHA256 (xpi/firefox-i18n-3.6/en-GB.xpi) = 0abae31462a5487bb5bc42b9a3b841cb999d0ba8290c7f6c8664265fe00ca32f
+SIZE (xpi/firefox-i18n-3.6/en-GB.xpi) = 118868
+MD5 (xpi/firefox-i18n-3.6/eo.xpi) = a7eb74faa6aaf1479ae6f547920a47fc
+SHA256 (xpi/firefox-i18n-3.6/eo.xpi) = 31b69ff510246c5e3e57f0856f98acfc56e59e5e7a8a8035d0f5d44487af3248
+SIZE (xpi/firefox-i18n-3.6/eo.xpi) = 121546
+MD5 (xpi/firefox-i18n-3.6/es-AR.xpi) = 38f5746d10fed922cfb8f009896a6a88
+SHA256 (xpi/firefox-i18n-3.6/es-AR.xpi) = c548472a071879409519e1bacac64650a4d064a243d06a34f24f0fd99be1d6a9
+SIZE (xpi/firefox-i18n-3.6/es-AR.xpi) = 127405
+MD5 (xpi/firefox-i18n-3.6/es-CL.xpi) = a703b8afcc8b21cf5545e0a7b4fb7314
+SHA256 (xpi/firefox-i18n-3.6/es-CL.xpi) = 6c0b0d69d32ae2a2b5f2faaa149f4780f13b1ac6234a50b8053a347d2042f305
+SIZE (xpi/firefox-i18n-3.6/es-CL.xpi) = 129092
+MD5 (xpi/firefox-i18n-3.6/es-ES.xpi) = 118f951a878b814f66cd07185344f899
+SHA256 (xpi/firefox-i18n-3.6/es-ES.xpi) = cb245e21f8f79b8661bdbdeae170cab584702c38edc39cec12b7dcfbdf0fc11e
+SIZE (xpi/firefox-i18n-3.6/es-ES.xpi) = 108451
+MD5 (xpi/firefox-i18n-3.6/es-MX.xpi) = 747450b24eaf0d49c802f7c6ae7bd35a
+SHA256 (xpi/firefox-i18n-3.6/es-MX.xpi) = 858dabfe2ed71802b848c19765d1c3c6407d205535d21cae6a34ba96d5127df8
+SIZE (xpi/firefox-i18n-3.6/es-MX.xpi) = 127397
+MD5 (xpi/firefox-i18n-3.6/et.xpi) = e8b54bb31ba6228e8dbbd006a350a5cf
+SHA256 (xpi/firefox-i18n-3.6/et.xpi) = 7a9e533c251de04e12de3f43ea7d8aedebcb46ea1ba2881923190be78bc91074
+SIZE (xpi/firefox-i18n-3.6/et.xpi) = 126959
+MD5 (xpi/firefox-i18n-3.6/eu.xpi) = d55e8b80697eeb36959ac5939bec2610
+SHA256 (xpi/firefox-i18n-3.6/eu.xpi) = efb9256c6f43b276ed99c70161ef63c813ff12da7966797ed8b7a975f099d9f5
+SIZE (xpi/firefox-i18n-3.6/eu.xpi) = 121533
+MD5 (xpi/firefox-i18n-3.6/fa.xpi) = 99d388aeb59da200ac009beda4801926
+SHA256 (xpi/firefox-i18n-3.6/fa.xpi) = 40535e815805a7c5345a3a28e13ce0754797f0795f197113b14ed68b5759add6
+SIZE (xpi/firefox-i18n-3.6/fa.xpi) = 138046
+MD5 (xpi/firefox-i18n-3.6/fi.xpi) = d7df73104cbafa66bbd479f1f1dd5e0a
+SHA256 (xpi/firefox-i18n-3.6/fi.xpi) = 18a5d6827d66fedb21f4906b92a8a0a7c64eb8479183b0deac518d764d1a4cdc
+SIZE (xpi/firefox-i18n-3.6/fi.xpi) = 126434
+MD5 (xpi/firefox-i18n-3.6/fr.xpi) = 658183e3e94959582c3bd382644692ea
+SHA256 (xpi/firefox-i18n-3.6/fr.xpi) = b1aae2cd73d2b04643e67cd3a761e3b3f3b70f06ac426b8e7b6639cd25a34f01
+SIZE (xpi/firefox-i18n-3.6/fr.xpi) = 128544
+MD5 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 1a2b3d000bfe276560a3b6af5654a656
+SHA256 (xpi/firefox-i18n-3.6/fy-NL.xpi) = 9f9b74f0626139ca7c39eaafbe9df1eb6a2eda5336c10e340a26416b3e688216
+SIZE (xpi/firefox-i18n-3.6/fy-NL.xpi) = 128850
+MD5 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 85e680d081c070e792d0b4fdd411c02e
+SHA256 (xpi/firefox-i18n-3.6/ga-IE.xpi) = 974107c08e085496082939edf5c41625a65fc59e5b377ade8888561eba2c25d2
+SIZE (xpi/firefox-i18n-3.6/ga-IE.xpi) = 127359
+MD5 (xpi/firefox-i18n-3.6/gl.xpi) = 7cfe500f9382ed88a04bacf2178935f7
+SHA256 (xpi/firefox-i18n-3.6/gl.xpi) = ff2cb6c75e3076f6beb13ceaa0136650c0bb29fb11f97b97d67ab53c2519104b
+SIZE (xpi/firefox-i18n-3.6/gl.xpi) = 124792
+MD5 (xpi/firefox-i18n-3.6/gu-IN.xpi) = f8f6dd42126a977759e4384e72af4a1b
+SHA256 (xpi/firefox-i18n-3.6/gu-IN.xpi) = abb94a6a851164eddf71fff74a60243eb0e102d332b462b1e73b2ee926bc2496
+SIZE (xpi/firefox-i18n-3.6/gu-IN.xpi) = 145894
+MD5 (xpi/firefox-i18n-3.6/he.xpi) = abc0a9ffd9abd732c3dfe0c2b6149c40
+SHA256 (xpi/firefox-i18n-3.6/he.xpi) = 5d5428956a939c2d97eae6967cd49a935e62443a788faa090f35b010e33acb2f
+SIZE (xpi/firefox-i18n-3.6/he.xpi) = 122743
+MD5 (xpi/firefox-i18n-3.6/hi-IN.xpi) = caafd2b1837b35c35102f2fcb1117541
+SHA256 (xpi/firefox-i18n-3.6/hi-IN.xpi) = 303632cad7b77c52770cffe7dfdf3ff57ae6a60d8c21d559c92e496b79fd33c0
+SIZE (xpi/firefox-i18n-3.6/hi-IN.xpi) = 141455
+MD5 (xpi/firefox-i18n-3.6/hr.xpi) = 342493b8aa3661a9cb0249ca04c44150
+SHA256 (xpi/firefox-i18n-3.6/hr.xpi) = 3d148dae34d812117eaffb0b227e99d995ba3fc64303ca6b6bc2b8d09bf7a7b1
+SIZE (xpi/firefox-i18n-3.6/hr.xpi) = 127087
+MD5 (xpi/firefox-i18n-3.6/hu.xpi) = 74db06814d8f5136bb725868a1bf7a5b
+SHA256 (xpi/firefox-i18n-3.6/hu.xpi) = 0229af815cd04d738536c8af0c2a16142e5f3cea2d18425b8bafd5790dc461b9
+SIZE (xpi/firefox-i18n-3.6/hu.xpi) = 131592
+MD5 (xpi/firefox-i18n-3.6/id.xpi) = 31e6e585066c0c2436fae48b1fb45c44
+SHA256 (xpi/firefox-i18n-3.6/id.xpi) = 05ac17928ad91a4c8dee4b852cc96664d89b1e82a758f537803dc809d7f9c686
+SIZE (xpi/firefox-i18n-3.6/id.xpi) = 103929
+MD5 (xpi/firefox-i18n-3.6/is.xpi) = deeeea09747f436d7b50bd94d2561558
+SHA256 (xpi/firefox-i18n-3.6/is.xpi) = be41ed5ca537016d6311ea6681df59c00d38652aead0cbadd52aff6934d7a016
+SIZE (xpi/firefox-i18n-3.6/is.xpi) = 123090
+MD5 (xpi/firefox-i18n-3.6/it.xpi) = 249689d9ef3a27a2d18486101ca72fb7
+SHA256 (xpi/firefox-i18n-3.6/it.xpi) = efeca003414b98e31994a4bd1ed867cccab6a9e4d6c18f1306daabd5b91182bf
+SIZE (xpi/firefox-i18n-3.6/it.xpi) = 107733
+MD5 (xpi/firefox-i18n-3.6/ja.xpi) = 823bac9d98a1616ef3487bd3d3e62db4
+SHA256 (xpi/firefox-i18n-3.6/ja.xpi) = cef06cdbbda3202aac49a174f6aae0a77553eaa763096e049f0bfee2e5a9f1af
+SIZE (xpi/firefox-i18n-3.6/ja.xpi) = 136594
+MD5 (xpi/firefox-i18n-3.6/ka.xpi) = 2c3def62a75d5bbc433847a7d357814d
+SHA256 (xpi/firefox-i18n-3.6/ka.xpi) = bff2850be4628cf8184d5430ae335ef796a05a7cdcfce2cc96c697047652d9d6
+SIZE (xpi/firefox-i18n-3.6/ka.xpi) = 154116
+MD5 (xpi/firefox-i18n-3.6/kk.xpi) = efe6d4bfd3770bd3bba47c93d5b8c3bd
+SHA256 (xpi/firefox-i18n-3.6/kk.xpi) = 9509e106605a541966234928008892384ced3c439d7ae6ed24de4f6a64d4bd0c
+SIZE (xpi/firefox-i18n-3.6/kk.xpi) = 137757
+MD5 (xpi/firefox-i18n-3.6/kn.xpi) = 81f7a52a5c690bb369b5413bebea31c0
+SHA256 (xpi/firefox-i18n-3.6/kn.xpi) = f44cd250881138b84e8dd1dce2de4e02c5c02ace4c672647cc7b43cdbcdbe7ec
+SIZE (xpi/firefox-i18n-3.6/kn.xpi) = 148388
+MD5 (xpi/firefox-i18n-3.6/ko.xpi) = e06dec3c0dc1b6a66aabf538eb3ae853
+SHA256 (xpi/firefox-i18n-3.6/ko.xpi) = cc32f718d0d5932cc2f1f64cff077ea3b517d31a8daee3dc11426a23ac563501
+SIZE (xpi/firefox-i18n-3.6/ko.xpi) = 115365
+MD5 (xpi/firefox-i18n-3.6/ku.xpi) = 41a546b03e122c22c1beaaddaa2a2dc1
+SHA256 (xpi/firefox-i18n-3.6/ku.xpi) = 28d7a85f5c9f8d0281b65e3ece5d95e3cd54ffd8146005eebda06405d10a424e
+SIZE (xpi/firefox-i18n-3.6/ku.xpi) = 130225
+MD5 (xpi/firefox-i18n-3.6/lt.xpi) = feab7a21ff41175508d0a8e77cd5c609
+SHA256 (xpi/firefox-i18n-3.6/lt.xpi) = b9df08fa98ce2a8638a23e89e77722cacbd49fd335c2c32ef6dc45b490424f6f
+SIZE (xpi/firefox-i18n-3.6/lt.xpi) = 139306
+MD5 (xpi/firefox-i18n-3.6/lv.xpi) = 977d25ed752a0d4ddcdc992a64245e89
+SHA256 (xpi/firefox-i18n-3.6/lv.xpi) = ce3fd27f78502094c052c8330a5e158c5d152916ecb8649ed2467ff9e9f263aa
+SIZE (xpi/firefox-i18n-3.6/lv.xpi) = 124811
+MD5 (xpi/firefox-i18n-3.6/mk.xpi) = 3f2fc8c214d487437ecf274780363746
+SHA256 (xpi/firefox-i18n-3.6/mk.xpi) = 33a849a563bdc7a40f6ac59df332663e53a8b5fcb4cee14fc37a2ea721564a48
+SIZE (xpi/firefox-i18n-3.6/mk.xpi) = 127950
+MD5 (xpi/firefox-i18n-3.6/ml.xpi) = e35fbd0b14011beb913a73b44e69da78
+SHA256 (xpi/firefox-i18n-3.6/ml.xpi) = 11138b99c6e6d1e3870461618a07a4227132651f57dab676aa9a26d917b0d0bf
+SIZE (xpi/firefox-i18n-3.6/ml.xpi) = 151845
+MD5 (xpi/firefox-i18n-3.6/mr.xpi) = ed6205ed23cc2ff639f36255e2c6a795
+SHA256 (xpi/firefox-i18n-3.6/mr.xpi) = 62f4db49979f62c5b6f2a2bcc6e6d4beeb54015aec8e5fe5eadb5f6aa92a41af
+SIZE (xpi/firefox-i18n-3.6/mr.xpi) = 140527
+MD5 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 411b478c8ad6c2db9ebcd35ac999d589
+SHA256 (xpi/firefox-i18n-3.6/nb-NO.xpi) = 6990c42d8ce7ff76d2f3c00942ca6d5a85bf0fd7dded739fa4cea4f974426651
+SIZE (xpi/firefox-i18n-3.6/nb-NO.xpi) = 123732
+MD5 (xpi/firefox-i18n-3.6/nl.xpi) = d0f8a38fcfabdcafb8160601e5bf6587
+SHA256 (xpi/firefox-i18n-3.6/nl.xpi) = abfd34786fade62248bd724bf4bf13ef50d07f59cb099693b6facc7f58753891
+SIZE (xpi/firefox-i18n-3.6/nl.xpi) = 126088
+MD5 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 78d6a0e451ddb1b95a4620db58e35aff
+SHA256 (xpi/firefox-i18n-3.6/nn-NO.xpi) = 77e62e2c124740f6e8d16a8162b2ef15c6edc9197278369ff393930edb1f436e
+SIZE (xpi/firefox-i18n-3.6/nn-NO.xpi) = 125112
+MD5 (xpi/firefox-i18n-3.6/oc.xpi) = 076e3b89c01d9c040b3910f246775715
+SHA256 (xpi/firefox-i18n-3.6/oc.xpi) = f81c861ede0d0d1523b5751e2b2da9faf6ced2bb960008f298e22b597998ed33
+SIZE (xpi/firefox-i18n-3.6/oc.xpi) = 108302
+MD5 (xpi/firefox-i18n-3.6/or.xpi) = 423cf5ea88f77404ee2e664581b47b7e
+SHA256 (xpi/firefox-i18n-3.6/or.xpi) = f0baf63c33fca905a6cdacb77d411749d20cc45b6129cfc6b07fb7e043713a6c
+SIZE (xpi/firefox-i18n-3.6/or.xpi) = 142206
+MD5 (xpi/firefox-i18n-3.6/pa-IN.xpi) = 16c17ec25941f3ed2ebeff2cc60d58d3
+SHA256 (xpi/firefox-i18n-3.6/pa-IN.xpi) = b18594e488bb3b347f6472e71e73d91b1e90be527458c1ffe5934435daa5c045
+SIZE (xpi/firefox-i18n-3.6/pa-IN.xpi) = 141696
+MD5 (xpi/firefox-i18n-3.6/pl.xpi) = 0a0ded07b7729af9b8e6406121ba2f5c
+SHA256 (xpi/firefox-i18n-3.6/pl.xpi) = 0fd8b0e13eb1fb6426406496d00d635a8eff3c716587d88f7872475bd3058c56
+SIZE (xpi/firefox-i18n-3.6/pl.xpi) = 130641
+MD5 (xpi/firefox-i18n-3.6/pt-BR.xpi) = 1a1392e767ca14e2c3109e78293a4832
+SHA256 (xpi/firefox-i18n-3.6/pt-BR.xpi) = a155be8d97db70065ab6444e49ed278e45a87ed15e42209d9e930b2d01ecff1b
+SIZE (xpi/firefox-i18n-3.6/pt-BR.xpi) = 124959
+MD5 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 7bab0c34039340b7196264748c73eb0e
+SHA256 (xpi/firefox-i18n-3.6/pt-PT.xpi) = 8583fafde65922d625d5260e9bd3b2ef55bf41317934620744bf80cab81d55f4
+SIZE (xpi/firefox-i18n-3.6/pt-PT.xpi) = 124991
+MD5 (xpi/firefox-i18n-3.6/rm.xpi) = ec8aa17a534c36cc8d2ad9feddce07b2
+SHA256 (xpi/firefox-i18n-3.6/rm.xpi) = eb0711cbefd966b208c91a4124fa6dc6e884a3a2aec2c1239803058be6dcf9da
+SIZE (xpi/firefox-i18n-3.6/rm.xpi) = 127023
+MD5 (xpi/firefox-i18n-3.6/ro.xpi) = 2f5131b9d25034d991dcf07775458d1c
+SHA256 (xpi/firefox-i18n-3.6/ro.xpi) = a9c5615d8d893f0a33c15f001a82a03b74749d6ee64b0e6fbccdd47b163e4d78
+SIZE (xpi/firefox-i18n-3.6/ro.xpi) = 128710
+MD5 (xpi/firefox-i18n-3.6/ru.xpi) = c3a793edf7493297a9168b559dd53374
+SHA256 (xpi/firefox-i18n-3.6/ru.xpi) = 9c86897f6251ec1e5c7a81ac51bf3c62f71e2cc6798ac1c54c2a1439bc850a11
+SIZE (xpi/firefox-i18n-3.6/ru.xpi) = 124579
+MD5 (xpi/firefox-i18n-3.6/si.xpi) = 066475f374d9a66284b9e14cb36064ae
+SHA256 (xpi/firefox-i18n-3.6/si.xpi) = 0dd79922a6308de404cb05193f041966358eb6068537c2c8458004860a857053
+SIZE (xpi/firefox-i18n-3.6/si.xpi) = 142225
+MD5 (xpi/firefox-i18n-3.6/sk.xpi) = e25b695dc7f9be472bd0709e7771cd62
+SHA256 (xpi/firefox-i18n-3.6/sk.xpi) = 4bf32e5208bc75e20f9df5e8696d1efbe095bd8d6274769728fcff56ac2af4a9
+SIZE (xpi/firefox-i18n-3.6/sk.xpi) = 130720
+MD5 (xpi/firefox-i18n-3.6/sl.xpi) = 8efc7f50090d29c77db623e0d5266fae
+SHA256 (xpi/firefox-i18n-3.6/sl.xpi) = 72f8b6d34b9b4b76dfa766532c67935bc0d8de63261c31f73dedb426147dcd75
+SIZE (xpi/firefox-i18n-3.6/sl.xpi) = 123792
+MD5 (xpi/firefox-i18n-3.6/sq.xpi) = e5486c1ff2ab8f95d71095298b404439
+SHA256 (xpi/firefox-i18n-3.6/sq.xpi) = 846717f8dea71fb1d9587d48f78cff84c241162c9a10ebef617fdd079d201a97
+SIZE (xpi/firefox-i18n-3.6/sq.xpi) = 120898
+MD5 (xpi/firefox-i18n-3.6/sr.xpi) = 273c10beb966f843f51cb5ce5401c375
+SHA256 (xpi/firefox-i18n-3.6/sr.xpi) = 9e67e13913709bf96acdd678031ec245fa40a6915904f6fec559810eee191a56
+SIZE (xpi/firefox-i18n-3.6/sr.xpi) = 136895
+MD5 (xpi/firefox-i18n-3.6/sv-SE.xpi) = f1b844325f7f53de97c674aa2552bcc9
+SHA256 (xpi/firefox-i18n-3.6/sv-SE.xpi) = fc44b1327ec17a06b96020886ec35bd3f3d98f02d4ac29bab497c95ace6b3497
+SIZE (xpi/firefox-i18n-3.6/sv-SE.xpi) = 128086
+MD5 (xpi/firefox-i18n-3.6/ta-LK.xpi) = b45e259ba4984be8f2c144dc80f8f208
+SHA256 (xpi/firefox-i18n-3.6/ta-LK.xpi) = d8cad7703aafe09d0a4accd74af59e79e7a0c37349e43f47c9c26b51dfa05a0c
+SIZE (xpi/firefox-i18n-3.6/ta-LK.xpi) = 149294
+MD5 (xpi/firefox-i18n-3.6/ta.xpi) = ca8f71aa47d5a2e0821e021417fe4de2
+SHA256 (xpi/firefox-i18n-3.6/ta.xpi) = c7673534ca632166385117b3a39832f52910b9138a97fbc12394e1dc144c4f21
+SIZE (xpi/firefox-i18n-3.6/ta.xpi) = 136770
+MD5 (xpi/firefox-i18n-3.6/te.xpi) = a6e2336840906d17cfa00f6029776176
+SHA256 (xpi/firefox-i18n-3.6/te.xpi) = 99db1bd41538ce1c53c8f814971c3baa6015249b61cba21fadcb4890aa0b9d6d
+SIZE (xpi/firefox-i18n-3.6/te.xpi) = 147428
+MD5 (xpi/firefox-i18n-3.6/th.xpi) = de96ebf2a5410220cf26520d50dddb49
+SHA256 (xpi/firefox-i18n-3.6/th.xpi) = 53f343eb865a14b5af277c6f71395d9f915688f6e15cd517d22cb1e13d885c49
+SIZE (xpi/firefox-i18n-3.6/th.xpi) = 134036
+MD5 (xpi/firefox-i18n-3.6/tr.xpi) = 18237063fdbfe3f2f2403de7873de905
+SHA256 (xpi/firefox-i18n-3.6/tr.xpi) = dbd7221acafbbe87abbeff5e25775ecd338fc9e76d08c7381a4583ad40a62150
+SIZE (xpi/firefox-i18n-3.6/tr.xpi) = 125047
+MD5 (xpi/firefox-i18n-3.6/uk.xpi) = 52fd2085e3ddf8c2700a82ac96b01cc2
+SHA256 (xpi/firefox-i18n-3.6/uk.xpi) = 6a4e78035e15af3bbb70ef7917f9e7cda92d7d26e6b376b62d14d9a6301c53b5
+SIZE (xpi/firefox-i18n-3.6/uk.xpi) = 142835
+MD5 (xpi/firefox-i18n-3.6/vi.xpi) = 6c9e42cc355300f7d36616691140dcb8
+SHA256 (xpi/firefox-i18n-3.6/vi.xpi) = a2252a82981010384feaaff9afe4849381f0336d3510af7ddaf625c266f6b019
+SIZE (xpi/firefox-i18n-3.6/vi.xpi) = 129024
+MD5 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 99f8f76cf48b3726e7dbb166cfe8608d
+SHA256 (xpi/firefox-i18n-3.6/zh-CN.xpi) = 6ff9739f9620e6b8c07a16d4d7afac45ba280cc597d9b40ad04936801fce8131
+SIZE (xpi/firefox-i18n-3.6/zh-CN.xpi) = 126711
+MD5 (xpi/firefox-i18n-3.6/zh-TW.xpi) = ac204c6b032d9a70f4f3b417ef39bced
+SHA256 (xpi/firefox-i18n-3.6/zh-TW.xpi) = 9551af78f32b10659dd890fde52632bb36cbe763b0e86e31978609f5c6aba2a6
+SIZE (xpi/firefox-i18n-3.6/zh-TW.xpi) = 128260

Added: trunk/www/firefox-i18n/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ trunk/www/firefox-i18n/pkg-descr	Mon Feb  8 17:08:49 2010	(r258)
@@ -0,0 +1,3 @@
+Language packs for Firefox 3.6
+
+WWW: http://www.mozilla.org/projects/l10n/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002081708.o18H8oTJ039558>