From owner-freebsd-gecko@FreeBSD.ORG Mon Dec 21 17:41:23 2009 Return-Path: <owner-freebsd-gecko@FreeBSD.ORG> Delivered-To: freebsd-gecko@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3ECF106566C for <freebsd-gecko@freebsd.org>; Mon, 21 Dec 2009 17:41:23 +0000 (UTC) (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: from trillian.chruetertee.ch (trillian.chruetertee.ch [217.150.245.56]) by mx1.freebsd.org (Postfix) with ESMTP id 0D4378FC16 for <freebsd-gecko@freebsd.org>; Mon, 21 Dec 2009 17:41:22 +0000 (UTC) Received: from trillian.chruetertee.ch (trillian [217.150.245.56]) by trillian.chruetertee.ch (8.14.3/8.14.3) with ESMTP id nBLHfLIV034684 for <freebsd-gecko@freebsd.org>; Mon, 21 Dec 2009 17:41:21 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Received: (from www@localhost) by trillian.chruetertee.ch (8.14.3/8.14.3/Submit) id nBLHfG6Z032542 for freebsd-gecko@freebsd.org; Mon, 21 Dec 2009 17:41:16 GMT (envelope-from svn-freebsd-gecko@chruetertee.ch) Date: Mon, 21 Dec 2009 17:41:16 GMT Message-Id: <200912211741.nBLHfG6Z032542@trillian.chruetertee.ch> X-Authentication-Warning: trillian.chruetertee.ch: www set sender to svn-freebsd-gecko@chruetertee.ch using -f From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [SVN-Commit] r223 - branches/experimental/www/firefox3-i18n trunk/www/firefox3-i18n X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-gecko@freebsd.org List-Id: Gecko Rendering Engine issues <freebsd-gecko.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gecko>, <mailto:freebsd-gecko-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-gecko> List-Post: <mailto:freebsd-gecko@freebsd.org> List-Help: <mailto:freebsd-gecko-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-gecko>, <mailto:freebsd-gecko-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 21 Dec 2009 17:41:24 -0000 Author: beat Date: Mon Dec 21 17:41:15 2009 New Revision: 223 Log: - Add www/firefox3-i18n Thanks to: Koji Yokota (former maintainer), naddy@ Added: branches/experimental/www/firefox3-i18n/ branches/experimental/www/firefox3-i18n/Makefile branches/experimental/www/firefox3-i18n/Makefile.lang branches/experimental/www/firefox3-i18n/Makefile.option branches/experimental/www/firefox3-i18n/distinfo branches/experimental/www/firefox3-i18n/pkg-descr trunk/www/firefox3-i18n/ trunk/www/firefox3-i18n/Makefile trunk/www/firefox3-i18n/Makefile.lang trunk/www/firefox3-i18n/Makefile.option trunk/www/firefox3-i18n/distinfo trunk/www/firefox3-i18n/pkg-descr Added: branches/experimental/www/firefox3-i18n/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-i18n/Makefile Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,87 @@ +# New ports collection makefile for: firefox3-i18n +# Date created: 28 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD: ports/www/firefox3-i18n/Makefile,v 1.41 2009/12/21 14:59:33 naddy Exp $ +# + +PORTNAME= firefox3-i18n +PORTVERSION= 3.0.16 +CATEGORIES= www +MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}-real/linux-i686/xpi +PKGNAMEPREFIX= +DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} +DIST_SUBDIR= xpi/${DISTNAME} + +MAINTAINER= gecko@FreeBSD.org +COMMENT= Localized interface for Firefox3 + +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/firefox3-i18n/Makefile.lang ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-i18n/Makefile.lang Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,203 @@ +# 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/firefox3-i18n/Makefile.lang,v 1.2 2009/04/26 23:44:31 miwi Exp $ +# +# Currently, the following 61 languages are supported. +# +FIREFOX_I18N_ALL_= af ar be bg bn-IN ca cs cy da de \ + el en-GB eo es-AR es-ES et eu fi fr fy-NL \ + ga-IE gl gu-IN he hi-IN hu id is it ja \ + ka kn ko ku lt lv mk mn mr nb-NO \ + nl nn-NO oc pa-IN pl pt-BR pt-PT ro ru si \ + sk sl sq sr sv-SE te th tr uk 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_BE +FIREFOX_I18N+= be +.endif +.ifndef WITHOUT_LANG_BG +FIREFOX_I18N+= bg +.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_ES +FIREFOX_I18N+= es-ES +.endif +.ifndef WITHOUT_LANG_ET +FIREFOX_I18N+= et +.endif +.ifndef WITHOUT_LANG_EU +FIREFOX_I18N+= eu +.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_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_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_MN +FIREFOX_I18N+= mn +.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_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_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_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_CN +FIREFOX_I18N+= zh-CN +.endif +.ifndef WITHOUT_LANG_TW +FIREFOX_I18N+= zh-TW +.endif +.endif Added: branches/experimental/www/firefox3-i18n/Makefile.option ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-i18n/Makefile.option Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,67 @@ +# 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/firefox3-i18n/Makefile.option,v 1.1 2009/03/22 18:06:24 pav Exp $ +# +OPTIONS= LANG_AF "Africaans" off \ + LANG_SQ "Albanian" off \ + LANG_AR "Arabic" on \ + LANG_EU "Basque" off \ + LANG_BN "Bengali" on \ + 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_HU "Hungarian" off \ + LANG_IS "Icelandic" off \ + LANG_ID "Indonesian" off \ + LANG_IT "Italian" on \ + LANG_JA "Japanese" on \ + LANG_KN "Kannada" off \ + LANG_KO "Korean" on \ + LANG_KU "Kurdish" off \ + LANG_LV "Latvian" off \ + LANG_LT "Lithuanian" off \ + LANG_MK "Macedonian" off \ + LANG_MR "Marathi" on \ + LANG_MN "Mongolian" off \ + LANG_NB "Norwegian" off \ + LANG_NN "Norwegian Nynorsk" off \ + LANG_OC "Occitan" off \ + LANG_PL "Polish" off \ + LANG_PT "Portuguese" off \ + LANG_BR "Portuguese (Brazil)" on \ + LANG_PA "Punjabi" on \ + LANG_RO "Romanian" off \ + LANG_RU "Russian" on \ + LANG_SR "Serbian" off \ + LANG_ES "Spanish" on \ + LANG_SA "Spanish (Argentina)" off \ + LANG_SI "Singhalese" off \ + LANG_SK "Slovak" off \ + LANG_SL "Slovenian" off \ + LANG_SV "Swedish" off \ + LANG_TW "Taiwanese" off \ + LANG_TE "Telugu" on \ + LANG_TH "Thai" off \ + LANG_TR "Turkish" off \ + LANG_UK "Ukrainian" off \ + LANG_CY "Welsh" off Added: branches/experimental/www/firefox3-i18n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-i18n/distinfo Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,183 @@ +MD5 (xpi/firefox3-i18n-3.0.16/af.xpi) = 5fd23155375d0eacd40f2895221e9042 +SHA256 (xpi/firefox3-i18n-3.0.16/af.xpi) = 5925cc80b1c058e2ab7b7a55f1089d62101560ddf1ddb79ebf5f8ee25569d19e +SIZE (xpi/firefox3-i18n-3.0.16/af.xpi) = 120104 +MD5 (xpi/firefox3-i18n-3.0.16/ar.xpi) = cba78654c39e054fa4727061ebec3476 +SHA256 (xpi/firefox3-i18n-3.0.16/ar.xpi) = 9dfe5529a156166001f3ad91661afb6552ef60bcfb3d577f99071b3920634ef6 +SIZE (xpi/firefox3-i18n-3.0.16/ar.xpi) = 128306 +MD5 (xpi/firefox3-i18n-3.0.16/be.xpi) = 24f2784bc46e37a632b3c6ab38b45540 +SHA256 (xpi/firefox3-i18n-3.0.16/be.xpi) = bd75efa4c8370ef17cd74402085980b559271e88fa0ff9b29bca25487b7788c8 +SIZE (xpi/firefox3-i18n-3.0.16/be.xpi) = 123305 +MD5 (xpi/firefox3-i18n-3.0.16/bg.xpi) = 94407cb983759d330fccd2452186408f +SHA256 (xpi/firefox3-i18n-3.0.16/bg.xpi) = 349fdf9fa4fcf24eb24e816755b4f963d837b1dd0b3aca687fc34f5fdc058d4b +SIZE (xpi/firefox3-i18n-3.0.16/bg.xpi) = 131985 +MD5 (xpi/firefox3-i18n-3.0.16/bn-IN.xpi) = 4527f5807ee951068ee17e0ca5a6be80 +SHA256 (xpi/firefox3-i18n-3.0.16/bn-IN.xpi) = 5be240e50a5e8c096abb684dc46fe0e01ce59369f017ae9b49d1097ffead7ed0 +SIZE (xpi/firefox3-i18n-3.0.16/bn-IN.xpi) = 153871 +MD5 (xpi/firefox3-i18n-3.0.16/ca.xpi) = 938e80edfe04c7675e5fef4f4600f8f7 +SHA256 (xpi/firefox3-i18n-3.0.16/ca.xpi) = 65668d3f61d6331a1b2e628b7b62775253eec36b442e833a0dc395625e367456 +SIZE (xpi/firefox3-i18n-3.0.16/ca.xpi) = 126873 +MD5 (xpi/firefox3-i18n-3.0.16/cs.xpi) = 84626749b790d560cbcac64ee3323f6a +SHA256 (xpi/firefox3-i18n-3.0.16/cs.xpi) = e9c166decf9fa749475be655c1da62ae1f93f99592e13ea42abd99ef1164bdff +SIZE (xpi/firefox3-i18n-3.0.16/cs.xpi) = 125634 +MD5 (xpi/firefox3-i18n-3.0.16/cy.xpi) = 282fabc1412ecdfe2b8bc53a0adbdc23 +SHA256 (xpi/firefox3-i18n-3.0.16/cy.xpi) = c525995248ff5af229e708254c9edb69803286ab909c14f587e94dc9631a96fc +SIZE (xpi/firefox3-i18n-3.0.16/cy.xpi) = 119975 +MD5 (xpi/firefox3-i18n-3.0.16/da.xpi) = 31a9046ccd54f4603a07de19846bbd52 +SHA256 (xpi/firefox3-i18n-3.0.16/da.xpi) = f5a613d9771c97e480d21f3ca8db821684cd16394bcfb975fd99d6d68c3c4b83 +SIZE (xpi/firefox3-i18n-3.0.16/da.xpi) = 124018 +MD5 (xpi/firefox3-i18n-3.0.16/de.xpi) = 5a88e9a42ebffdf123db85d4720b2f20 +SHA256 (xpi/firefox3-i18n-3.0.16/de.xpi) = 818b4b99c2e5f1d1db53bdf7d883906e114e5f8826e2112d6e2fb710bc595258 +SIZE (xpi/firefox3-i18n-3.0.16/de.xpi) = 128130 +MD5 (xpi/firefox3-i18n-3.0.16/el.xpi) = 6c671f7a150ccca4db3d693824172409 +SHA256 (xpi/firefox3-i18n-3.0.16/el.xpi) = 92f76619acacd5d4f702e06c374cab5225a5cd39e7a9dc93fe88d62923977b9f +SIZE (xpi/firefox3-i18n-3.0.16/el.xpi) = 133466 +MD5 (xpi/firefox3-i18n-3.0.16/en-GB.xpi) = 298c24bbaf5874179eebc926f4e009a8 +SHA256 (xpi/firefox3-i18n-3.0.16/en-GB.xpi) = 8a46ab884248d3b66554a4ac94f7af257afe6f6a24765152a5f4403ed53ac449 +SIZE (xpi/firefox3-i18n-3.0.16/en-GB.xpi) = 117721 +MD5 (xpi/firefox3-i18n-3.0.16/eo.xpi) = 8a49ed556dc71b69d73d7034bd95307b +SHA256 (xpi/firefox3-i18n-3.0.16/eo.xpi) = a5a5d9ac687b9ee73a8c0df5c138930fc1f57e7bcac2df0ee4f4cca0b517cbca +SIZE (xpi/firefox3-i18n-3.0.16/eo.xpi) = 120841 +MD5 (xpi/firefox3-i18n-3.0.16/es-AR.xpi) = 5837baad3f19aed38fb94e18147d5950 +SHA256 (xpi/firefox3-i18n-3.0.16/es-AR.xpi) = ccfa68083042018df2680d492c288daa56d7ce9e0289620dd17347622d1359e9 +SIZE (xpi/firefox3-i18n-3.0.16/es-AR.xpi) = 126851 +MD5 (xpi/firefox3-i18n-3.0.16/es-ES.xpi) = 76200a119541c51248c6732e477bc0a0 +SHA256 (xpi/firefox3-i18n-3.0.16/es-ES.xpi) = 850b1a1744c68b3db135d534bfe3e79d0b83c8eedbc9d07ba4f3a8e139163446 +SIZE (xpi/firefox3-i18n-3.0.16/es-ES.xpi) = 110062 +MD5 (xpi/firefox3-i18n-3.0.16/et.xpi) = b8ab6a2e0798dd381aa44940f5f8cbd4 +SHA256 (xpi/firefox3-i18n-3.0.16/et.xpi) = e877ee0d3cca0851b85bfa6a48d4fca683a096bf826e5baaf7a28c5a961467dc +SIZE (xpi/firefox3-i18n-3.0.16/et.xpi) = 124756 +MD5 (xpi/firefox3-i18n-3.0.16/eu.xpi) = 5b0f3c799855190036fd158e226cb051 +SHA256 (xpi/firefox3-i18n-3.0.16/eu.xpi) = fe7f7de10c37bfbe9b410f90cdd80594840b0edcfd619d5de3832a3c077c9fb8 +SIZE (xpi/firefox3-i18n-3.0.16/eu.xpi) = 120683 +MD5 (xpi/firefox3-i18n-3.0.16/fi.xpi) = a10c68f8a8a55a7e34d1d1069a8abf07 +SHA256 (xpi/firefox3-i18n-3.0.16/fi.xpi) = b1f253d8b869c391f61b2df2bab85614a62d26eb6527bcc4515a058fae36896d +SIZE (xpi/firefox3-i18n-3.0.16/fi.xpi) = 125215 +MD5 (xpi/firefox3-i18n-3.0.16/fr.xpi) = f85ca3f78d00523c45bc448b67db7173 +SHA256 (xpi/firefox3-i18n-3.0.16/fr.xpi) = e7e6a0175dc9322959d2b8a8d606366863aaef34bf8533283463da22e5fdf753 +SIZE (xpi/firefox3-i18n-3.0.16/fr.xpi) = 128259 +MD5 (xpi/firefox3-i18n-3.0.16/fy-NL.xpi) = f5b7fae0272943307c6a588b4e31443d +SHA256 (xpi/firefox3-i18n-3.0.16/fy-NL.xpi) = 40026993ae40df2a2acd13f7b4d483bf75b8fba60b7bab913dcf27b6e6581ef8 +SIZE (xpi/firefox3-i18n-3.0.16/fy-NL.xpi) = 128088 +MD5 (xpi/firefox3-i18n-3.0.16/ga-IE.xpi) = 3441061b3c7ca026f822abcedb5b8c27 +SHA256 (xpi/firefox3-i18n-3.0.16/ga-IE.xpi) = cd6cb1c5a7e5c6c8970f7578b4d348787a60ec91ffcf2643d4cf8c51f2b2eeca +SIZE (xpi/firefox3-i18n-3.0.16/ga-IE.xpi) = 126569 +MD5 (xpi/firefox3-i18n-3.0.16/gl.xpi) = b5aac77b050a2c517e02055e8e104a4b +SHA256 (xpi/firefox3-i18n-3.0.16/gl.xpi) = 24fd531b847ab375643be78c8247cfb5cc74ace8e25ff03ee156da7265a8524e +SIZE (xpi/firefox3-i18n-3.0.16/gl.xpi) = 123475 +MD5 (xpi/firefox3-i18n-3.0.16/gu-IN.xpi) = 2f3739cbc0f49eafed429229ac5b1830 +SHA256 (xpi/firefox3-i18n-3.0.16/gu-IN.xpi) = 6a7e29a47233d2fee366b2d2e261e4f9aea3fd52814c465d04ca3a70a535c43d +SIZE (xpi/firefox3-i18n-3.0.16/gu-IN.xpi) = 144547 +MD5 (xpi/firefox3-i18n-3.0.16/he.xpi) = 205a6dbc993984b12ac6a91de86a63d8 +SHA256 (xpi/firefox3-i18n-3.0.16/he.xpi) = 662f5e31f49d08883ae39c7c9d5169d87b9298e015738179da25016e89baeabf +SIZE (xpi/firefox3-i18n-3.0.16/he.xpi) = 120796 +MD5 (xpi/firefox3-i18n-3.0.16/hi-IN.xpi) = 86aecedde160b80793a58ffcefc1f52c +SHA256 (xpi/firefox3-i18n-3.0.16/hi-IN.xpi) = 1b87065b056e75a552faf32ea26b99c08edefcf29f93f76a804676eb60ccd113 +SIZE (xpi/firefox3-i18n-3.0.16/hi-IN.xpi) = 139880 +MD5 (xpi/firefox3-i18n-3.0.16/hu.xpi) = 2151edf8f6c3de42df6efcba92a87dbe +SHA256 (xpi/firefox3-i18n-3.0.16/hu.xpi) = 4ba235f3c488c79f1ecdd8fe911c7b08919845ea34ae0fc9a78438eafb9f6a77 +SIZE (xpi/firefox3-i18n-3.0.16/hu.xpi) = 129481 +MD5 (xpi/firefox3-i18n-3.0.16/id.xpi) = fa9081486f209ac006c3b80f1b19944f +SHA256 (xpi/firefox3-i18n-3.0.16/id.xpi) = 24d99e2045ed423b61a255c466586104f025117bea9afe41ce30b863250be702 +SIZE (xpi/firefox3-i18n-3.0.16/id.xpi) = 104500 +MD5 (xpi/firefox3-i18n-3.0.16/is.xpi) = b97151e3a2381eeb2ed6680b2a934a29 +SHA256 (xpi/firefox3-i18n-3.0.16/is.xpi) = 1773122bf5eaf1bbeaf60cfc71cf6b004bf8a37df882140b97de2018f53d4785 +SIZE (xpi/firefox3-i18n-3.0.16/is.xpi) = 121505 +MD5 (xpi/firefox3-i18n-3.0.16/it.xpi) = 4a5672307c806d69578dc99a8e8a9b75 +SHA256 (xpi/firefox3-i18n-3.0.16/it.xpi) = 231d8900177366b78d29b43db24e1f74afdfe8becf5345a46bd4a14a3d94fb9f +SIZE (xpi/firefox3-i18n-3.0.16/it.xpi) = 108743 +MD5 (xpi/firefox3-i18n-3.0.16/ja.xpi) = e74f624a455006aa36e37dd9c0b911fa +SHA256 (xpi/firefox3-i18n-3.0.16/ja.xpi) = 8952c2d0ff46b891f8acaf1e24dcd57b61500f38f4a677b0e9752898b8bf85dd +SIZE (xpi/firefox3-i18n-3.0.16/ja.xpi) = 134711 +MD5 (xpi/firefox3-i18n-3.0.16/ka.xpi) = 86c2564e1a276b9a0aaa928c0a20cddf +SHA256 (xpi/firefox3-i18n-3.0.16/ka.xpi) = 525182b53b2605d2137b92ab2a7afe2f5cd09954489831029b766f645fafb17f +SIZE (xpi/firefox3-i18n-3.0.16/ka.xpi) = 150933 +MD5 (xpi/firefox3-i18n-3.0.16/kn.xpi) = b2e51c4a8ab6d4e2bb602902e5046446 +SHA256 (xpi/firefox3-i18n-3.0.16/kn.xpi) = fd27a5a829eb095032230543b3823ebc8cf323da11aeffad3f49d98cbe765fbd +SIZE (xpi/firefox3-i18n-3.0.16/kn.xpi) = 147596 +MD5 (xpi/firefox3-i18n-3.0.16/ko.xpi) = 3c71c76a485a7fc7985755afe0a91d50 +SHA256 (xpi/firefox3-i18n-3.0.16/ko.xpi) = 736a8d3aab4ac2582d83fe173a2a9bca8aefc353ae18680a7e174f27a138b788 +SIZE (xpi/firefox3-i18n-3.0.16/ko.xpi) = 113225 +MD5 (xpi/firefox3-i18n-3.0.16/ku.xpi) = 178150e958aa481929f024d95209b8c8 +SHA256 (xpi/firefox3-i18n-3.0.16/ku.xpi) = b13de730434b14639e44a9bff1bb42a6a413ba1d891ba2b8981bee48d42ba3c6 +SIZE (xpi/firefox3-i18n-3.0.16/ku.xpi) = 126775 +MD5 (xpi/firefox3-i18n-3.0.16/lt.xpi) = d6bc8a320c845260e9de859d7a722262 +SHA256 (xpi/firefox3-i18n-3.0.16/lt.xpi) = 272f3d94f92219836e2138709ca80aaad29893c4aedfa320d25bc2cafb04b449 +SIZE (xpi/firefox3-i18n-3.0.16/lt.xpi) = 137578 +MD5 (xpi/firefox3-i18n-3.0.16/lv.xpi) = 58a9f855901556b102efc230fed119d9 +SHA256 (xpi/firefox3-i18n-3.0.16/lv.xpi) = f26fc9a4a85b6a2423a92adbd52295759c024a1497e2e7bf8a7d688c0a7330e2 +SIZE (xpi/firefox3-i18n-3.0.16/lv.xpi) = 123269 +MD5 (xpi/firefox3-i18n-3.0.16/mk.xpi) = 57944a8dceeb69bc1f0f399bea2f86f0 +SHA256 (xpi/firefox3-i18n-3.0.16/mk.xpi) = 3e3ff1618ddffbef708631ddb01057fe37cda8ccce333032ff237c618bc8afba +SIZE (xpi/firefox3-i18n-3.0.16/mk.xpi) = 124831 +MD5 (xpi/firefox3-i18n-3.0.16/mn.xpi) = 958a43f8af47fc233504a3b54753662d +SHA256 (xpi/firefox3-i18n-3.0.16/mn.xpi) = 51f872c9eeb7aabca95b6f2e4babaf4c7179ab35dc5048f519a1a387ca09adb4 +SIZE (xpi/firefox3-i18n-3.0.16/mn.xpi) = 131349 +MD5 (xpi/firefox3-i18n-3.0.16/mr.xpi) = 7ad38f72f9c690b67c19165b0f104672 +SHA256 (xpi/firefox3-i18n-3.0.16/mr.xpi) = 5845af700c83ec0a04c99d8076d93ee21703394f1f3ce0ef24b270ff3032c103 +SIZE (xpi/firefox3-i18n-3.0.16/mr.xpi) = 137022 +MD5 (xpi/firefox3-i18n-3.0.16/nb-NO.xpi) = 5f5b10e12655eb34fe0d523b019a92b6 +SHA256 (xpi/firefox3-i18n-3.0.16/nb-NO.xpi) = 420bc427ef954f774a215d116455a2e1840e251893c537f3b8cff373f4cc700f +SIZE (xpi/firefox3-i18n-3.0.16/nb-NO.xpi) = 123333 +MD5 (xpi/firefox3-i18n-3.0.16/nl.xpi) = cb982842a347ad42451a8cbc290fe3de +SHA256 (xpi/firefox3-i18n-3.0.16/nl.xpi) = fcab51596de65d083fa8680503e339acc0c41c82782ee5b75a54de48a74dc777 +SIZE (xpi/firefox3-i18n-3.0.16/nl.xpi) = 125552 +MD5 (xpi/firefox3-i18n-3.0.16/nn-NO.xpi) = d1eae39991a56d65d9134de2cdb39f16 +SHA256 (xpi/firefox3-i18n-3.0.16/nn-NO.xpi) = ffe7d701e1845d9f6bf8a5154217de177aa243e7db5d5a4b9bd561519d378576 +SIZE (xpi/firefox3-i18n-3.0.16/nn-NO.xpi) = 125041 +MD5 (xpi/firefox3-i18n-3.0.16/oc.xpi) = 072aa78d1bcf59dbd37afddb7f839033 +SHA256 (xpi/firefox3-i18n-3.0.16/oc.xpi) = c5d135271e7d73d4011f3b2992bf1b98aca82db07ea7d662cf40af8026251ef5 +SIZE (xpi/firefox3-i18n-3.0.16/oc.xpi) = 104730 +MD5 (xpi/firefox3-i18n-3.0.16/pa-IN.xpi) = 51bacbe0c4e8dd61fbb248b76c5ae5fc +SHA256 (xpi/firefox3-i18n-3.0.16/pa-IN.xpi) = 73be55e67d6cb74720338acd630145d6f477ceed245370a9a6e49f9c34ab7a04 +SIZE (xpi/firefox3-i18n-3.0.16/pa-IN.xpi) = 141250 +MD5 (xpi/firefox3-i18n-3.0.16/pl.xpi) = 3ca8def3398f9c53f1239d96dc3a2abd +SHA256 (xpi/firefox3-i18n-3.0.16/pl.xpi) = 4c31d6d82ca1f0c050bc7486b40dc92d1b03d7c9b83164dd3e93ad240295511f +SIZE (xpi/firefox3-i18n-3.0.16/pl.xpi) = 130958 +MD5 (xpi/firefox3-i18n-3.0.16/pt-BR.xpi) = 2418ae7783c16815e8d4b44494091fcf +SHA256 (xpi/firefox3-i18n-3.0.16/pt-BR.xpi) = 0318eba7c5c145459bb0ea5c6b8b8f0f4ded10f35342e33b3c6fd39f44922d42 +SIZE (xpi/firefox3-i18n-3.0.16/pt-BR.xpi) = 123885 +MD5 (xpi/firefox3-i18n-3.0.16/pt-PT.xpi) = 57ab77df45a74b5c40c5b90314c6ed49 +SHA256 (xpi/firefox3-i18n-3.0.16/pt-PT.xpi) = bc478a79b81610b6edaa64d3831ff9a3a11e9b78d3b3460cdebb5e7465bf5e18 +SIZE (xpi/firefox3-i18n-3.0.16/pt-PT.xpi) = 123081 +MD5 (xpi/firefox3-i18n-3.0.16/ro.xpi) = bd28520dfa00c82be7d99565b4d90bfc +SHA256 (xpi/firefox3-i18n-3.0.16/ro.xpi) = 75763ca26ae3139c88cbbc5d10dfc6087863e3653e9546f7ce47f678360e1a95 +SIZE (xpi/firefox3-i18n-3.0.16/ro.xpi) = 127874 +MD5 (xpi/firefox3-i18n-3.0.16/ru.xpi) = 2feb93057e17f9d8e1817d33acb6d7c0 +SHA256 (xpi/firefox3-i18n-3.0.16/ru.xpi) = 00af65479d8e221553505d20ff92efe8d78d38de18d981411c3e0699793a1f1f +SIZE (xpi/firefox3-i18n-3.0.16/ru.xpi) = 126466 +MD5 (xpi/firefox3-i18n-3.0.16/si.xpi) = b547731fbd92095a2ba63579b095df2b +SHA256 (xpi/firefox3-i18n-3.0.16/si.xpi) = 0825a3c30cf102994a486b1d9c60e2676d3fd1a213be0487ab628332557b4c97 +SIZE (xpi/firefox3-i18n-3.0.16/si.xpi) = 139734 +MD5 (xpi/firefox3-i18n-3.0.16/sk.xpi) = 5d984e41f9cbf81dc37b22d6b211fd9d +SHA256 (xpi/firefox3-i18n-3.0.16/sk.xpi) = f4e978733a8b81c635b125667366ed895963fb9bca14b1f1c09975b018761dc8 +SIZE (xpi/firefox3-i18n-3.0.16/sk.xpi) = 129263 +MD5 (xpi/firefox3-i18n-3.0.16/sl.xpi) = 0c0b1328dc95de0dcf247b5ec4830acc +SHA256 (xpi/firefox3-i18n-3.0.16/sl.xpi) = 2dedc172ff6be6b9b49b0fccae50c67a8fcbe0482d9c7525eac2934b28b67398 +SIZE (xpi/firefox3-i18n-3.0.16/sl.xpi) = 122199 +MD5 (xpi/firefox3-i18n-3.0.16/sq.xpi) = 4723ad39a2a3b60dfd97f3bd3088f3d0 +SHA256 (xpi/firefox3-i18n-3.0.16/sq.xpi) = a194fe36ff495a3faaf0014b74799c708b1378d8f7b22208bc1888af00ad703a +SIZE (xpi/firefox3-i18n-3.0.16/sq.xpi) = 120811 +MD5 (xpi/firefox3-i18n-3.0.16/sr.xpi) = 66d543100e77114136f4841e2cecdbae +SHA256 (xpi/firefox3-i18n-3.0.16/sr.xpi) = ed6c691f35c652ee7d5443147ce834a0e0592a4bc60aa41bfd6e81151b42d644 +SIZE (xpi/firefox3-i18n-3.0.16/sr.xpi) = 134774 +MD5 (xpi/firefox3-i18n-3.0.16/sv-SE.xpi) = 4dbe5c1556dcfbb9694182e6ee68a94a +SHA256 (xpi/firefox3-i18n-3.0.16/sv-SE.xpi) = 84c7c953db96a91452698683b01ff262e5db1a5e88e209474ccc354e10d1d33b +SIZE (xpi/firefox3-i18n-3.0.16/sv-SE.xpi) = 127911 +MD5 (xpi/firefox3-i18n-3.0.16/te.xpi) = 1a26d5822b940f29aefdfdae3d793601 +SHA256 (xpi/firefox3-i18n-3.0.16/te.xpi) = 3cefcf4ff2cb52655d4148bf3fd7d6ac11b2f8771553aaed2b131f7e7ea5d0ab +SIZE (xpi/firefox3-i18n-3.0.16/te.xpi) = 145174 +MD5 (xpi/firefox3-i18n-3.0.16/th.xpi) = 2b9ddcc195de0f2ac7728ea360927a87 +SHA256 (xpi/firefox3-i18n-3.0.16/th.xpi) = 1e4d55861abd344edb46e028313038b4ae1a74b3abd460035a27b42ada808286 +SIZE (xpi/firefox3-i18n-3.0.16/th.xpi) = 130719 +MD5 (xpi/firefox3-i18n-3.0.16/tr.xpi) = 9f9c714236c3fe77442816d277660d88 +SHA256 (xpi/firefox3-i18n-3.0.16/tr.xpi) = 2c734bc993fc4fd6ee1a8ea179ced56dcb844c8fd9942fae93bc01cda15ea42e +SIZE (xpi/firefox3-i18n-3.0.16/tr.xpi) = 118571 +MD5 (xpi/firefox3-i18n-3.0.16/uk.xpi) = 088c17a0b7f313415f68a42f9563dbf7 +SHA256 (xpi/firefox3-i18n-3.0.16/uk.xpi) = 051121bec07d357148d64def337c3174180ff642e61e9631b0f72ee79ee78179 +SIZE (xpi/firefox3-i18n-3.0.16/uk.xpi) = 137213 +MD5 (xpi/firefox3-i18n-3.0.16/zh-CN.xpi) = 882d3fa057289b2fc8db089b31ba420a +SHA256 (xpi/firefox3-i18n-3.0.16/zh-CN.xpi) = 295f2a8f874f662ed50f2d4cb9cc3a45ca10fbce8c40bc6a308dd3832947e1b8 +SIZE (xpi/firefox3-i18n-3.0.16/zh-CN.xpi) = 108880 +MD5 (xpi/firefox3-i18n-3.0.16/zh-TW.xpi) = b8a1cfe46d5c428dd5a6f89da9c66c2d +SHA256 (xpi/firefox3-i18n-3.0.16/zh-TW.xpi) = 17a36147c002c4d0ef66da44e424926a0a1a701594973368df48a9c940418b63 +SIZE (xpi/firefox3-i18n-3.0.16/zh-TW.xpi) = 121797 Added: branches/experimental/www/firefox3-i18n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/experimental/www/firefox3-i18n/pkg-descr Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,3 @@ +Language packs for Firefox 3 + +WWW: http://www.mozilla.org/projects/l10n/ Added: trunk/www/firefox3-i18n/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox3-i18n/Makefile Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,87 @@ +# New ports collection makefile for: firefox3-i18n +# Date created: 28 May 2006 +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> +# +# $FreeBSD: ports/www/firefox3-i18n/Makefile,v 1.41 2009/12/21 14:59:33 naddy Exp $ +# + +PORTNAME= firefox3-i18n +PORTVERSION= 3.0.16 +CATEGORIES= www +MASTER_SITE_SUBDIR= firefox/releases/${PORTVERSION}-real/linux-i686/xpi +PKGNAMEPREFIX= +DISTFILES= ${FIREFOX_I18N_:S/$/.xpi/} +DIST_SUBDIR= xpi/${DISTNAME} + +MAINTAINER= gecko@FreeBSD.org +COMMENT= Localized interface for Firefox3 + +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/firefox3-i18n/Makefile.lang ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox3-i18n/Makefile.lang Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,203 @@ +# 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/firefox3-i18n/Makefile.lang,v 1.2 2009/04/26 23:44:31 miwi Exp $ +# +# Currently, the following 61 languages are supported. +# +FIREFOX_I18N_ALL_= af ar be bg bn-IN ca cs cy da de \ + el en-GB eo es-AR es-ES et eu fi fr fy-NL \ + ga-IE gl gu-IN he hi-IN hu id is it ja \ + ka kn ko ku lt lv mk mn mr nb-NO \ + nl nn-NO oc pa-IN pl pt-BR pt-PT ro ru si \ + sk sl sq sr sv-SE te th tr uk 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_BE +FIREFOX_I18N+= be +.endif +.ifndef WITHOUT_LANG_BG +FIREFOX_I18N+= bg +.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_ES +FIREFOX_I18N+= es-ES +.endif +.ifndef WITHOUT_LANG_ET +FIREFOX_I18N+= et +.endif +.ifndef WITHOUT_LANG_EU +FIREFOX_I18N+= eu +.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_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_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_MN +FIREFOX_I18N+= mn +.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_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_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_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_CN +FIREFOX_I18N+= zh-CN +.endif +.ifndef WITHOUT_LANG_TW +FIREFOX_I18N+= zh-TW +.endif +.endif Added: trunk/www/firefox3-i18n/Makefile.option ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox3-i18n/Makefile.option Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,67 @@ +# 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/firefox3-i18n/Makefile.option,v 1.1 2009/03/22 18:06:24 pav Exp $ +# +OPTIONS= LANG_AF "Africaans" off \ + LANG_SQ "Albanian" off \ + LANG_AR "Arabic" on \ + LANG_EU "Basque" off \ + LANG_BN "Bengali" on \ + 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_HU "Hungarian" off \ + LANG_IS "Icelandic" off \ + LANG_ID "Indonesian" off \ + LANG_IT "Italian" on \ + LANG_JA "Japanese" on \ + LANG_KN "Kannada" off \ + LANG_KO "Korean" on \ + LANG_KU "Kurdish" off \ + LANG_LV "Latvian" off \ + LANG_LT "Lithuanian" off \ + LANG_MK "Macedonian" off \ + LANG_MR "Marathi" on \ + LANG_MN "Mongolian" off \ + LANG_NB "Norwegian" off \ + LANG_NN "Norwegian Nynorsk" off \ + LANG_OC "Occitan" off \ + LANG_PL "Polish" off \ + LANG_PT "Portuguese" off \ + LANG_BR "Portuguese (Brazil)" on \ + LANG_PA "Punjabi" on \ + LANG_RO "Romanian" off \ + LANG_RU "Russian" on \ + LANG_SR "Serbian" off \ + LANG_ES "Spanish" on \ + LANG_SA "Spanish (Argentina)" off \ + LANG_SI "Singhalese" off \ + LANG_SK "Slovak" off \ + LANG_SL "Slovenian" off \ + LANG_SV "Swedish" off \ + LANG_TW "Taiwanese" off \ + LANG_TE "Telugu" on \ + LANG_TH "Thai" off \ + LANG_TR "Turkish" off \ + LANG_UK "Ukrainian" off \ + LANG_CY "Welsh" off Added: trunk/www/firefox3-i18n/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox3-i18n/distinfo Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,183 @@ +MD5 (xpi/firefox3-i18n-3.0.16/af.xpi) = 5fd23155375d0eacd40f2895221e9042 +SHA256 (xpi/firefox3-i18n-3.0.16/af.xpi) = 5925cc80b1c058e2ab7b7a55f1089d62101560ddf1ddb79ebf5f8ee25569d19e +SIZE (xpi/firefox3-i18n-3.0.16/af.xpi) = 120104 +MD5 (xpi/firefox3-i18n-3.0.16/ar.xpi) = cba78654c39e054fa4727061ebec3476 +SHA256 (xpi/firefox3-i18n-3.0.16/ar.xpi) = 9dfe5529a156166001f3ad91661afb6552ef60bcfb3d577f99071b3920634ef6 +SIZE (xpi/firefox3-i18n-3.0.16/ar.xpi) = 128306 +MD5 (xpi/firefox3-i18n-3.0.16/be.xpi) = 24f2784bc46e37a632b3c6ab38b45540 +SHA256 (xpi/firefox3-i18n-3.0.16/be.xpi) = bd75efa4c8370ef17cd74402085980b559271e88fa0ff9b29bca25487b7788c8 +SIZE (xpi/firefox3-i18n-3.0.16/be.xpi) = 123305 +MD5 (xpi/firefox3-i18n-3.0.16/bg.xpi) = 94407cb983759d330fccd2452186408f +SHA256 (xpi/firefox3-i18n-3.0.16/bg.xpi) = 349fdf9fa4fcf24eb24e816755b4f963d837b1dd0b3aca687fc34f5fdc058d4b +SIZE (xpi/firefox3-i18n-3.0.16/bg.xpi) = 131985 +MD5 (xpi/firefox3-i18n-3.0.16/bn-IN.xpi) = 4527f5807ee951068ee17e0ca5a6be80 +SHA256 (xpi/firefox3-i18n-3.0.16/bn-IN.xpi) = 5be240e50a5e8c096abb684dc46fe0e01ce59369f017ae9b49d1097ffead7ed0 +SIZE (xpi/firefox3-i18n-3.0.16/bn-IN.xpi) = 153871 +MD5 (xpi/firefox3-i18n-3.0.16/ca.xpi) = 938e80edfe04c7675e5fef4f4600f8f7 +SHA256 (xpi/firefox3-i18n-3.0.16/ca.xpi) = 65668d3f61d6331a1b2e628b7b62775253eec36b442e833a0dc395625e367456 +SIZE (xpi/firefox3-i18n-3.0.16/ca.xpi) = 126873 +MD5 (xpi/firefox3-i18n-3.0.16/cs.xpi) = 84626749b790d560cbcac64ee3323f6a +SHA256 (xpi/firefox3-i18n-3.0.16/cs.xpi) = e9c166decf9fa749475be655c1da62ae1f93f99592e13ea42abd99ef1164bdff +SIZE (xpi/firefox3-i18n-3.0.16/cs.xpi) = 125634 +MD5 (xpi/firefox3-i18n-3.0.16/cy.xpi) = 282fabc1412ecdfe2b8bc53a0adbdc23 +SHA256 (xpi/firefox3-i18n-3.0.16/cy.xpi) = c525995248ff5af229e708254c9edb69803286ab909c14f587e94dc9631a96fc +SIZE (xpi/firefox3-i18n-3.0.16/cy.xpi) = 119975 +MD5 (xpi/firefox3-i18n-3.0.16/da.xpi) = 31a9046ccd54f4603a07de19846bbd52 +SHA256 (xpi/firefox3-i18n-3.0.16/da.xpi) = f5a613d9771c97e480d21f3ca8db821684cd16394bcfb975fd99d6d68c3c4b83 +SIZE (xpi/firefox3-i18n-3.0.16/da.xpi) = 124018 +MD5 (xpi/firefox3-i18n-3.0.16/de.xpi) = 5a88e9a42ebffdf123db85d4720b2f20 +SHA256 (xpi/firefox3-i18n-3.0.16/de.xpi) = 818b4b99c2e5f1d1db53bdf7d883906e114e5f8826e2112d6e2fb710bc595258 +SIZE (xpi/firefox3-i18n-3.0.16/de.xpi) = 128130 +MD5 (xpi/firefox3-i18n-3.0.16/el.xpi) = 6c671f7a150ccca4db3d693824172409 +SHA256 (xpi/firefox3-i18n-3.0.16/el.xpi) = 92f76619acacd5d4f702e06c374cab5225a5cd39e7a9dc93fe88d62923977b9f +SIZE (xpi/firefox3-i18n-3.0.16/el.xpi) = 133466 +MD5 (xpi/firefox3-i18n-3.0.16/en-GB.xpi) = 298c24bbaf5874179eebc926f4e009a8 +SHA256 (xpi/firefox3-i18n-3.0.16/en-GB.xpi) = 8a46ab884248d3b66554a4ac94f7af257afe6f6a24765152a5f4403ed53ac449 +SIZE (xpi/firefox3-i18n-3.0.16/en-GB.xpi) = 117721 +MD5 (xpi/firefox3-i18n-3.0.16/eo.xpi) = 8a49ed556dc71b69d73d7034bd95307b +SHA256 (xpi/firefox3-i18n-3.0.16/eo.xpi) = a5a5d9ac687b9ee73a8c0df5c138930fc1f57e7bcac2df0ee4f4cca0b517cbca +SIZE (xpi/firefox3-i18n-3.0.16/eo.xpi) = 120841 +MD5 (xpi/firefox3-i18n-3.0.16/es-AR.xpi) = 5837baad3f19aed38fb94e18147d5950 +SHA256 (xpi/firefox3-i18n-3.0.16/es-AR.xpi) = ccfa68083042018df2680d492c288daa56d7ce9e0289620dd17347622d1359e9 +SIZE (xpi/firefox3-i18n-3.0.16/es-AR.xpi) = 126851 +MD5 (xpi/firefox3-i18n-3.0.16/es-ES.xpi) = 76200a119541c51248c6732e477bc0a0 +SHA256 (xpi/firefox3-i18n-3.0.16/es-ES.xpi) = 850b1a1744c68b3db135d534bfe3e79d0b83c8eedbc9d07ba4f3a8e139163446 +SIZE (xpi/firefox3-i18n-3.0.16/es-ES.xpi) = 110062 +MD5 (xpi/firefox3-i18n-3.0.16/et.xpi) = b8ab6a2e0798dd381aa44940f5f8cbd4 +SHA256 (xpi/firefox3-i18n-3.0.16/et.xpi) = e877ee0d3cca0851b85bfa6a48d4fca683a096bf826e5baaf7a28c5a961467dc +SIZE (xpi/firefox3-i18n-3.0.16/et.xpi) = 124756 +MD5 (xpi/firefox3-i18n-3.0.16/eu.xpi) = 5b0f3c799855190036fd158e226cb051 +SHA256 (xpi/firefox3-i18n-3.0.16/eu.xpi) = fe7f7de10c37bfbe9b410f90cdd80594840b0edcfd619d5de3832a3c077c9fb8 +SIZE (xpi/firefox3-i18n-3.0.16/eu.xpi) = 120683 +MD5 (xpi/firefox3-i18n-3.0.16/fi.xpi) = a10c68f8a8a55a7e34d1d1069a8abf07 +SHA256 (xpi/firefox3-i18n-3.0.16/fi.xpi) = b1f253d8b869c391f61b2df2bab85614a62d26eb6527bcc4515a058fae36896d +SIZE (xpi/firefox3-i18n-3.0.16/fi.xpi) = 125215 +MD5 (xpi/firefox3-i18n-3.0.16/fr.xpi) = f85ca3f78d00523c45bc448b67db7173 +SHA256 (xpi/firefox3-i18n-3.0.16/fr.xpi) = e7e6a0175dc9322959d2b8a8d606366863aaef34bf8533283463da22e5fdf753 +SIZE (xpi/firefox3-i18n-3.0.16/fr.xpi) = 128259 +MD5 (xpi/firefox3-i18n-3.0.16/fy-NL.xpi) = f5b7fae0272943307c6a588b4e31443d +SHA256 (xpi/firefox3-i18n-3.0.16/fy-NL.xpi) = 40026993ae40df2a2acd13f7b4d483bf75b8fba60b7bab913dcf27b6e6581ef8 +SIZE (xpi/firefox3-i18n-3.0.16/fy-NL.xpi) = 128088 +MD5 (xpi/firefox3-i18n-3.0.16/ga-IE.xpi) = 3441061b3c7ca026f822abcedb5b8c27 +SHA256 (xpi/firefox3-i18n-3.0.16/ga-IE.xpi) = cd6cb1c5a7e5c6c8970f7578b4d348787a60ec91ffcf2643d4cf8c51f2b2eeca +SIZE (xpi/firefox3-i18n-3.0.16/ga-IE.xpi) = 126569 +MD5 (xpi/firefox3-i18n-3.0.16/gl.xpi) = b5aac77b050a2c517e02055e8e104a4b +SHA256 (xpi/firefox3-i18n-3.0.16/gl.xpi) = 24fd531b847ab375643be78c8247cfb5cc74ace8e25ff03ee156da7265a8524e +SIZE (xpi/firefox3-i18n-3.0.16/gl.xpi) = 123475 +MD5 (xpi/firefox3-i18n-3.0.16/gu-IN.xpi) = 2f3739cbc0f49eafed429229ac5b1830 +SHA256 (xpi/firefox3-i18n-3.0.16/gu-IN.xpi) = 6a7e29a47233d2fee366b2d2e261e4f9aea3fd52814c465d04ca3a70a535c43d +SIZE (xpi/firefox3-i18n-3.0.16/gu-IN.xpi) = 144547 +MD5 (xpi/firefox3-i18n-3.0.16/he.xpi) = 205a6dbc993984b12ac6a91de86a63d8 +SHA256 (xpi/firefox3-i18n-3.0.16/he.xpi) = 662f5e31f49d08883ae39c7c9d5169d87b9298e015738179da25016e89baeabf +SIZE (xpi/firefox3-i18n-3.0.16/he.xpi) = 120796 +MD5 (xpi/firefox3-i18n-3.0.16/hi-IN.xpi) = 86aecedde160b80793a58ffcefc1f52c +SHA256 (xpi/firefox3-i18n-3.0.16/hi-IN.xpi) = 1b87065b056e75a552faf32ea26b99c08edefcf29f93f76a804676eb60ccd113 +SIZE (xpi/firefox3-i18n-3.0.16/hi-IN.xpi) = 139880 +MD5 (xpi/firefox3-i18n-3.0.16/hu.xpi) = 2151edf8f6c3de42df6efcba92a87dbe +SHA256 (xpi/firefox3-i18n-3.0.16/hu.xpi) = 4ba235f3c488c79f1ecdd8fe911c7b08919845ea34ae0fc9a78438eafb9f6a77 +SIZE (xpi/firefox3-i18n-3.0.16/hu.xpi) = 129481 +MD5 (xpi/firefox3-i18n-3.0.16/id.xpi) = fa9081486f209ac006c3b80f1b19944f +SHA256 (xpi/firefox3-i18n-3.0.16/id.xpi) = 24d99e2045ed423b61a255c466586104f025117bea9afe41ce30b863250be702 +SIZE (xpi/firefox3-i18n-3.0.16/id.xpi) = 104500 +MD5 (xpi/firefox3-i18n-3.0.16/is.xpi) = b97151e3a2381eeb2ed6680b2a934a29 +SHA256 (xpi/firefox3-i18n-3.0.16/is.xpi) = 1773122bf5eaf1bbeaf60cfc71cf6b004bf8a37df882140b97de2018f53d4785 +SIZE (xpi/firefox3-i18n-3.0.16/is.xpi) = 121505 +MD5 (xpi/firefox3-i18n-3.0.16/it.xpi) = 4a5672307c806d69578dc99a8e8a9b75 +SHA256 (xpi/firefox3-i18n-3.0.16/it.xpi) = 231d8900177366b78d29b43db24e1f74afdfe8becf5345a46bd4a14a3d94fb9f +SIZE (xpi/firefox3-i18n-3.0.16/it.xpi) = 108743 +MD5 (xpi/firefox3-i18n-3.0.16/ja.xpi) = e74f624a455006aa36e37dd9c0b911fa +SHA256 (xpi/firefox3-i18n-3.0.16/ja.xpi) = 8952c2d0ff46b891f8acaf1e24dcd57b61500f38f4a677b0e9752898b8bf85dd +SIZE (xpi/firefox3-i18n-3.0.16/ja.xpi) = 134711 +MD5 (xpi/firefox3-i18n-3.0.16/ka.xpi) = 86c2564e1a276b9a0aaa928c0a20cddf +SHA256 (xpi/firefox3-i18n-3.0.16/ka.xpi) = 525182b53b2605d2137b92ab2a7afe2f5cd09954489831029b766f645fafb17f +SIZE (xpi/firefox3-i18n-3.0.16/ka.xpi) = 150933 +MD5 (xpi/firefox3-i18n-3.0.16/kn.xpi) = b2e51c4a8ab6d4e2bb602902e5046446 +SHA256 (xpi/firefox3-i18n-3.0.16/kn.xpi) = fd27a5a829eb095032230543b3823ebc8cf323da11aeffad3f49d98cbe765fbd +SIZE (xpi/firefox3-i18n-3.0.16/kn.xpi) = 147596 +MD5 (xpi/firefox3-i18n-3.0.16/ko.xpi) = 3c71c76a485a7fc7985755afe0a91d50 +SHA256 (xpi/firefox3-i18n-3.0.16/ko.xpi) = 736a8d3aab4ac2582d83fe173a2a9bca8aefc353ae18680a7e174f27a138b788 +SIZE (xpi/firefox3-i18n-3.0.16/ko.xpi) = 113225 +MD5 (xpi/firefox3-i18n-3.0.16/ku.xpi) = 178150e958aa481929f024d95209b8c8 +SHA256 (xpi/firefox3-i18n-3.0.16/ku.xpi) = b13de730434b14639e44a9bff1bb42a6a413ba1d891ba2b8981bee48d42ba3c6 +SIZE (xpi/firefox3-i18n-3.0.16/ku.xpi) = 126775 +MD5 (xpi/firefox3-i18n-3.0.16/lt.xpi) = d6bc8a320c845260e9de859d7a722262 +SHA256 (xpi/firefox3-i18n-3.0.16/lt.xpi) = 272f3d94f92219836e2138709ca80aaad29893c4aedfa320d25bc2cafb04b449 +SIZE (xpi/firefox3-i18n-3.0.16/lt.xpi) = 137578 +MD5 (xpi/firefox3-i18n-3.0.16/lv.xpi) = 58a9f855901556b102efc230fed119d9 +SHA256 (xpi/firefox3-i18n-3.0.16/lv.xpi) = f26fc9a4a85b6a2423a92adbd52295759c024a1497e2e7bf8a7d688c0a7330e2 +SIZE (xpi/firefox3-i18n-3.0.16/lv.xpi) = 123269 +MD5 (xpi/firefox3-i18n-3.0.16/mk.xpi) = 57944a8dceeb69bc1f0f399bea2f86f0 +SHA256 (xpi/firefox3-i18n-3.0.16/mk.xpi) = 3e3ff1618ddffbef708631ddb01057fe37cda8ccce333032ff237c618bc8afba +SIZE (xpi/firefox3-i18n-3.0.16/mk.xpi) = 124831 +MD5 (xpi/firefox3-i18n-3.0.16/mn.xpi) = 958a43f8af47fc233504a3b54753662d +SHA256 (xpi/firefox3-i18n-3.0.16/mn.xpi) = 51f872c9eeb7aabca95b6f2e4babaf4c7179ab35dc5048f519a1a387ca09adb4 +SIZE (xpi/firefox3-i18n-3.0.16/mn.xpi) = 131349 +MD5 (xpi/firefox3-i18n-3.0.16/mr.xpi) = 7ad38f72f9c690b67c19165b0f104672 +SHA256 (xpi/firefox3-i18n-3.0.16/mr.xpi) = 5845af700c83ec0a04c99d8076d93ee21703394f1f3ce0ef24b270ff3032c103 +SIZE (xpi/firefox3-i18n-3.0.16/mr.xpi) = 137022 +MD5 (xpi/firefox3-i18n-3.0.16/nb-NO.xpi) = 5f5b10e12655eb34fe0d523b019a92b6 +SHA256 (xpi/firefox3-i18n-3.0.16/nb-NO.xpi) = 420bc427ef954f774a215d116455a2e1840e251893c537f3b8cff373f4cc700f +SIZE (xpi/firefox3-i18n-3.0.16/nb-NO.xpi) = 123333 +MD5 (xpi/firefox3-i18n-3.0.16/nl.xpi) = cb982842a347ad42451a8cbc290fe3de +SHA256 (xpi/firefox3-i18n-3.0.16/nl.xpi) = fcab51596de65d083fa8680503e339acc0c41c82782ee5b75a54de48a74dc777 +SIZE (xpi/firefox3-i18n-3.0.16/nl.xpi) = 125552 +MD5 (xpi/firefox3-i18n-3.0.16/nn-NO.xpi) = d1eae39991a56d65d9134de2cdb39f16 +SHA256 (xpi/firefox3-i18n-3.0.16/nn-NO.xpi) = ffe7d701e1845d9f6bf8a5154217de177aa243e7db5d5a4b9bd561519d378576 +SIZE (xpi/firefox3-i18n-3.0.16/nn-NO.xpi) = 125041 +MD5 (xpi/firefox3-i18n-3.0.16/oc.xpi) = 072aa78d1bcf59dbd37afddb7f839033 +SHA256 (xpi/firefox3-i18n-3.0.16/oc.xpi) = c5d135271e7d73d4011f3b2992bf1b98aca82db07ea7d662cf40af8026251ef5 +SIZE (xpi/firefox3-i18n-3.0.16/oc.xpi) = 104730 +MD5 (xpi/firefox3-i18n-3.0.16/pa-IN.xpi) = 51bacbe0c4e8dd61fbb248b76c5ae5fc +SHA256 (xpi/firefox3-i18n-3.0.16/pa-IN.xpi) = 73be55e67d6cb74720338acd630145d6f477ceed245370a9a6e49f9c34ab7a04 +SIZE (xpi/firefox3-i18n-3.0.16/pa-IN.xpi) = 141250 +MD5 (xpi/firefox3-i18n-3.0.16/pl.xpi) = 3ca8def3398f9c53f1239d96dc3a2abd +SHA256 (xpi/firefox3-i18n-3.0.16/pl.xpi) = 4c31d6d82ca1f0c050bc7486b40dc92d1b03d7c9b83164dd3e93ad240295511f +SIZE (xpi/firefox3-i18n-3.0.16/pl.xpi) = 130958 +MD5 (xpi/firefox3-i18n-3.0.16/pt-BR.xpi) = 2418ae7783c16815e8d4b44494091fcf +SHA256 (xpi/firefox3-i18n-3.0.16/pt-BR.xpi) = 0318eba7c5c145459bb0ea5c6b8b8f0f4ded10f35342e33b3c6fd39f44922d42 +SIZE (xpi/firefox3-i18n-3.0.16/pt-BR.xpi) = 123885 +MD5 (xpi/firefox3-i18n-3.0.16/pt-PT.xpi) = 57ab77df45a74b5c40c5b90314c6ed49 +SHA256 (xpi/firefox3-i18n-3.0.16/pt-PT.xpi) = bc478a79b81610b6edaa64d3831ff9a3a11e9b78d3b3460cdebb5e7465bf5e18 +SIZE (xpi/firefox3-i18n-3.0.16/pt-PT.xpi) = 123081 +MD5 (xpi/firefox3-i18n-3.0.16/ro.xpi) = bd28520dfa00c82be7d99565b4d90bfc +SHA256 (xpi/firefox3-i18n-3.0.16/ro.xpi) = 75763ca26ae3139c88cbbc5d10dfc6087863e3653e9546f7ce47f678360e1a95 +SIZE (xpi/firefox3-i18n-3.0.16/ro.xpi) = 127874 +MD5 (xpi/firefox3-i18n-3.0.16/ru.xpi) = 2feb93057e17f9d8e1817d33acb6d7c0 +SHA256 (xpi/firefox3-i18n-3.0.16/ru.xpi) = 00af65479d8e221553505d20ff92efe8d78d38de18d981411c3e0699793a1f1f +SIZE (xpi/firefox3-i18n-3.0.16/ru.xpi) = 126466 +MD5 (xpi/firefox3-i18n-3.0.16/si.xpi) = b547731fbd92095a2ba63579b095df2b +SHA256 (xpi/firefox3-i18n-3.0.16/si.xpi) = 0825a3c30cf102994a486b1d9c60e2676d3fd1a213be0487ab628332557b4c97 +SIZE (xpi/firefox3-i18n-3.0.16/si.xpi) = 139734 +MD5 (xpi/firefox3-i18n-3.0.16/sk.xpi) = 5d984e41f9cbf81dc37b22d6b211fd9d +SHA256 (xpi/firefox3-i18n-3.0.16/sk.xpi) = f4e978733a8b81c635b125667366ed895963fb9bca14b1f1c09975b018761dc8 +SIZE (xpi/firefox3-i18n-3.0.16/sk.xpi) = 129263 +MD5 (xpi/firefox3-i18n-3.0.16/sl.xpi) = 0c0b1328dc95de0dcf247b5ec4830acc +SHA256 (xpi/firefox3-i18n-3.0.16/sl.xpi) = 2dedc172ff6be6b9b49b0fccae50c67a8fcbe0482d9c7525eac2934b28b67398 +SIZE (xpi/firefox3-i18n-3.0.16/sl.xpi) = 122199 +MD5 (xpi/firefox3-i18n-3.0.16/sq.xpi) = 4723ad39a2a3b60dfd97f3bd3088f3d0 +SHA256 (xpi/firefox3-i18n-3.0.16/sq.xpi) = a194fe36ff495a3faaf0014b74799c708b1378d8f7b22208bc1888af00ad703a +SIZE (xpi/firefox3-i18n-3.0.16/sq.xpi) = 120811 +MD5 (xpi/firefox3-i18n-3.0.16/sr.xpi) = 66d543100e77114136f4841e2cecdbae +SHA256 (xpi/firefox3-i18n-3.0.16/sr.xpi) = ed6c691f35c652ee7d5443147ce834a0e0592a4bc60aa41bfd6e81151b42d644 +SIZE (xpi/firefox3-i18n-3.0.16/sr.xpi) = 134774 +MD5 (xpi/firefox3-i18n-3.0.16/sv-SE.xpi) = 4dbe5c1556dcfbb9694182e6ee68a94a +SHA256 (xpi/firefox3-i18n-3.0.16/sv-SE.xpi) = 84c7c953db96a91452698683b01ff262e5db1a5e88e209474ccc354e10d1d33b +SIZE (xpi/firefox3-i18n-3.0.16/sv-SE.xpi) = 127911 +MD5 (xpi/firefox3-i18n-3.0.16/te.xpi) = 1a26d5822b940f29aefdfdae3d793601 +SHA256 (xpi/firefox3-i18n-3.0.16/te.xpi) = 3cefcf4ff2cb52655d4148bf3fd7d6ac11b2f8771553aaed2b131f7e7ea5d0ab +SIZE (xpi/firefox3-i18n-3.0.16/te.xpi) = 145174 +MD5 (xpi/firefox3-i18n-3.0.16/th.xpi) = 2b9ddcc195de0f2ac7728ea360927a87 +SHA256 (xpi/firefox3-i18n-3.0.16/th.xpi) = 1e4d55861abd344edb46e028313038b4ae1a74b3abd460035a27b42ada808286 +SIZE (xpi/firefox3-i18n-3.0.16/th.xpi) = 130719 +MD5 (xpi/firefox3-i18n-3.0.16/tr.xpi) = 9f9c714236c3fe77442816d277660d88 +SHA256 (xpi/firefox3-i18n-3.0.16/tr.xpi) = 2c734bc993fc4fd6ee1a8ea179ced56dcb844c8fd9942fae93bc01cda15ea42e +SIZE (xpi/firefox3-i18n-3.0.16/tr.xpi) = 118571 +MD5 (xpi/firefox3-i18n-3.0.16/uk.xpi) = 088c17a0b7f313415f68a42f9563dbf7 +SHA256 (xpi/firefox3-i18n-3.0.16/uk.xpi) = 051121bec07d357148d64def337c3174180ff642e61e9631b0f72ee79ee78179 +SIZE (xpi/firefox3-i18n-3.0.16/uk.xpi) = 137213 +MD5 (xpi/firefox3-i18n-3.0.16/zh-CN.xpi) = 882d3fa057289b2fc8db089b31ba420a +SHA256 (xpi/firefox3-i18n-3.0.16/zh-CN.xpi) = 295f2a8f874f662ed50f2d4cb9cc3a45ca10fbce8c40bc6a308dd3832947e1b8 +SIZE (xpi/firefox3-i18n-3.0.16/zh-CN.xpi) = 108880 +MD5 (xpi/firefox3-i18n-3.0.16/zh-TW.xpi) = b8a1cfe46d5c428dd5a6f89da9c66c2d +SHA256 (xpi/firefox3-i18n-3.0.16/zh-TW.xpi) = 17a36147c002c4d0ef66da44e424926a0a1a701594973368df48a9c940418b63 +SIZE (xpi/firefox3-i18n-3.0.16/zh-TW.xpi) = 121797 Added: trunk/www/firefox3-i18n/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/www/firefox3-i18n/pkg-descr Mon Dec 21 17:41:15 2009 (r223) @@ -0,0 +1,3 @@ +Language packs for Firefox 3 + +WWW: http://www.mozilla.org/projects/l10n/