aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2010-06-23 20:18:29 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2010-06-23 20:18:29 +0000
commitefa4b2f62cbdb05c56a7c9480253a24972aca5d1 (patch)
treec09c46f59b7b7a6c0ce94bfef41dd158d75522fb
parent1e48515837343c3dcceab894a4f5a89439690208 (diff)
downloadports-efa4b2f62cbdb05c56a7c9480253a24972aca5d1.tar.gz
ports-efa4b2f62cbdb05c56a7c9480253a24972aca5d1.zip
- Remove www/firefox3-i18n: Upstream support dropped.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=256889
-rw-r--r--MOVED1
-rw-r--r--www/Makefile1
-rw-r--r--www/firefox3-i18n/Makefile87
-rw-r--r--www/firefox3-i18n/Makefile.lang203
-rw-r--r--www/firefox3-i18n/Makefile.option67
-rw-r--r--www/firefox3-i18n/distinfo183
-rw-r--r--www/firefox3-i18n/pkg-descr3
7 files changed, 1 insertions, 544 deletions
diff --git a/MOVED b/MOVED
index 22da2b162d66..133256e3c17b 100644
--- a/MOVED
+++ b/MOVED
@@ -4443,3 +4443,4 @@ print/lyx15||2010-06-14|Removed, print/lyx has been updated to the latest versio
sysutils/tinybsd||2010-06-18|Incorporated into base system long ago
www/mythweb|www/mythplugin-mythweb|2010-06-21|Renamed: Common prefix for all MythTV plugins
www/firefox3|www/firefox35|2010-06-23|Upstream support dropped
+www/firefox3-i18n|www/firefox35-i18n|2010-06-23|Upstream support dropped
diff --git a/www/Makefile b/www/Makefile
index 30ea2eb04928..ec97e097689e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -228,7 +228,6 @@
SUBDIR += firefox-i18n
SUBDIR += firefox-remote
SUBDIR += firefox3-devel
- SUBDIR += firefox3-i18n
SUBDIR += firefox35
SUBDIR += firefox35-i18n
SUBDIR += flashplugin-mozilla
diff --git a/www/firefox3-i18n/Makefile b/www/firefox3-i18n/Makefile
deleted file mode 100644
index b2042973b3d9..000000000000
--- a/www/firefox3-i18n/Makefile
+++ /dev/null
@@ -1,87 +0,0 @@
-# New ports collection makefile for: firefox3-i18n
-# Date created: 28 May 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= firefox3-i18n
-PORTVERSION= 3.0.19
-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 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>
diff --git a/www/firefox3-i18n/Makefile.lang b/www/firefox3-i18n/Makefile.lang
deleted file mode 100644
index 958f669d5a9e..000000000000
--- a/www/firefox3-i18n/Makefile.lang
+++ /dev/null
@@ -1,203 +0,0 @@
-# New ports collection makefile.lang for: firefox3-i18n
-# Date created: 30 Nov 2008
-# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp>
-#
-# $FreeBSD$
-#
-# 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
diff --git a/www/firefox3-i18n/Makefile.option b/www/firefox3-i18n/Makefile.option
deleted file mode 100644
index 4965c36c9a20..000000000000
--- a/www/firefox3-i18n/Makefile.option
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile.option for: firefox3-i18n
-# Date created: 30 Nov 2008
-# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp>
-#
-# $FreeBSD$
-#
-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
diff --git a/www/firefox3-i18n/distinfo b/www/firefox3-i18n/distinfo
deleted file mode 100644
index b8161d30d314..000000000000
--- a/www/firefox3-i18n/distinfo
+++ /dev/null
@@ -1,183 +0,0 @@
-MD5 (xpi/firefox3-i18n-3.0.19/af.xpi) = b87875137caa870f793752def979b40c
-SHA256 (xpi/firefox3-i18n-3.0.19/af.xpi) = cdd0d3427abc2447e1ac3b0ab74654c10e06e0ca5a8c3d556b48b5deecfa1bbb
-SIZE (xpi/firefox3-i18n-3.0.19/af.xpi) = 120104
-MD5 (xpi/firefox3-i18n-3.0.19/ar.xpi) = d72dfd6292040518d66c506093581573
-SHA256 (xpi/firefox3-i18n-3.0.19/ar.xpi) = 65f9bd8a84db870e12ab030f880968ea70b1fc16f248abbc37844872f96192e9
-SIZE (xpi/firefox3-i18n-3.0.19/ar.xpi) = 128305
-MD5 (xpi/firefox3-i18n-3.0.19/be.xpi) = 843facb39f44f776bee88fc9d4c7b03e
-SHA256 (xpi/firefox3-i18n-3.0.19/be.xpi) = 600ac15b1a530c15b3546fe304a95a00b56882cb129c84d479a43b5300e44fbd
-SIZE (xpi/firefox3-i18n-3.0.19/be.xpi) = 123305
-MD5 (xpi/firefox3-i18n-3.0.19/bg.xpi) = 5967f92534fe720379dacd1c88898171
-SHA256 (xpi/firefox3-i18n-3.0.19/bg.xpi) = da75a2aa4fb26ec55d7d22559068de808d2e1a0d46023813e106a449edb6a297
-SIZE (xpi/firefox3-i18n-3.0.19/bg.xpi) = 131985
-MD5 (xpi/firefox3-i18n-3.0.19/bn-IN.xpi) = 3d9777b1a99b3a71bf6580209090df37
-SHA256 (xpi/firefox3-i18n-3.0.19/bn-IN.xpi) = adde3c00152c109cc88a4a4049422a7386cb7849553da7ca5e925c86865f1460
-SIZE (xpi/firefox3-i18n-3.0.19/bn-IN.xpi) = 153871
-MD5 (xpi/firefox3-i18n-3.0.19/ca.xpi) = 2155e828ffa12fc689e9ee4a4c5bfc5e
-SHA256 (xpi/firefox3-i18n-3.0.19/ca.xpi) = edf9e3347a407b309e7dbdbf4c75277a34adafa25725ce0c17542250767bccbf
-SIZE (xpi/firefox3-i18n-3.0.19/ca.xpi) = 126873
-MD5 (xpi/firefox3-i18n-3.0.19/cs.xpi) = 94518b7a284944fd040a9ff1c7f8e680
-SHA256 (xpi/firefox3-i18n-3.0.19/cs.xpi) = bcd290a643bd3f58b04988e00442d98d14e7b94a6be3dbee91e8cde001e81536
-SIZE (xpi/firefox3-i18n-3.0.19/cs.xpi) = 125634
-MD5 (xpi/firefox3-i18n-3.0.19/cy.xpi) = 04529ed103f738686d5bfbc969382047
-SHA256 (xpi/firefox3-i18n-3.0.19/cy.xpi) = 2b2c39772977ef21db0029c85125dbeec4175de5c594bab000c3e50ba8f2d13b
-SIZE (xpi/firefox3-i18n-3.0.19/cy.xpi) = 119975
-MD5 (xpi/firefox3-i18n-3.0.19/da.xpi) = 79c79f2c3ed9adcf54881fcea29ceb03
-SHA256 (xpi/firefox3-i18n-3.0.19/da.xpi) = 7c8243431b2c3491012ab8f083bf26e5a4d909e05f2c1006d6c28f32794ae9d5
-SIZE (xpi/firefox3-i18n-3.0.19/da.xpi) = 124018
-MD5 (xpi/firefox3-i18n-3.0.19/de.xpi) = 2a18b8f39c6fa548e518ec054a0d9d2d
-SHA256 (xpi/firefox3-i18n-3.0.19/de.xpi) = 52d65c8d1025c47db88b1b385fd9847dcb021438f62a485b1ae027786f8d13a2
-SIZE (xpi/firefox3-i18n-3.0.19/de.xpi) = 128129
-MD5 (xpi/firefox3-i18n-3.0.19/el.xpi) = c7f94fe6c88c308fdb404c5e138ac143
-SHA256 (xpi/firefox3-i18n-3.0.19/el.xpi) = 41f1fe211c1fbc84d43ebfbe05044d0e75129571869d661ffb04f57f786a556f
-SIZE (xpi/firefox3-i18n-3.0.19/el.xpi) = 133466
-MD5 (xpi/firefox3-i18n-3.0.19/en-GB.xpi) = d2da8eb3d73ef63496b2a56b9b11be9e
-SHA256 (xpi/firefox3-i18n-3.0.19/en-GB.xpi) = 18aafc97bfb082acb531cb0f93c6b0720f9c742e2ad70d15182c284eef9796ca
-SIZE (xpi/firefox3-i18n-3.0.19/en-GB.xpi) = 117720
-MD5 (xpi/firefox3-i18n-3.0.19/eo.xpi) = d348001a92f3f344fdd4ec9b1178cdb8
-SHA256 (xpi/firefox3-i18n-3.0.19/eo.xpi) = a1826de6e72160b5a68de13439e27020d85b554dc6e388e38b5160112051ea0b
-SIZE (xpi/firefox3-i18n-3.0.19/eo.xpi) = 120841
-MD5 (xpi/firefox3-i18n-3.0.19/es-AR.xpi) = 5378e3c422421ada892161054658b32c
-SHA256 (xpi/firefox3-i18n-3.0.19/es-AR.xpi) = bf35da9d91e95c537c12a8edae01addeaf8ba5268f92cdea627557ce31241a32
-SIZE (xpi/firefox3-i18n-3.0.19/es-AR.xpi) = 126851
-MD5 (xpi/firefox3-i18n-3.0.19/es-ES.xpi) = 7cc19d423ac251a1262d63d5b3720774
-SHA256 (xpi/firefox3-i18n-3.0.19/es-ES.xpi) = 5d5b830a77124f3e4f4eec1154bd551f074a596765ba8340309cb58a15f4ccd3
-SIZE (xpi/firefox3-i18n-3.0.19/es-ES.xpi) = 110061
-MD5 (xpi/firefox3-i18n-3.0.19/et.xpi) = 40d3f29fd2adeaeb150f7d973c27c534
-SHA256 (xpi/firefox3-i18n-3.0.19/et.xpi) = 1ab18a7aa1148bc37e1742199c5e9be1f470617c181642d8038c62076fe6c260
-SIZE (xpi/firefox3-i18n-3.0.19/et.xpi) = 124756
-MD5 (xpi/firefox3-i18n-3.0.19/eu.xpi) = fed6a6e90d8a8de3c60d9b8355bac283
-SHA256 (xpi/firefox3-i18n-3.0.19/eu.xpi) = 38424ee342223560c7452b409d63f925330c8cdd5c443c9c412e32398f0bf4d6
-SIZE (xpi/firefox3-i18n-3.0.19/eu.xpi) = 120682
-MD5 (xpi/firefox3-i18n-3.0.19/fi.xpi) = 667f9404e0dc01f859492ae9a378fc8d
-SHA256 (xpi/firefox3-i18n-3.0.19/fi.xpi) = a6ca0ff93b8c109e7cdb100c945fb37c99ceb58e52a188cf2e608d504cfb6999
-SIZE (xpi/firefox3-i18n-3.0.19/fi.xpi) = 125214
-MD5 (xpi/firefox3-i18n-3.0.19/fr.xpi) = f0493bc997b5cc219d7113b9b296f79a
-SHA256 (xpi/firefox3-i18n-3.0.19/fr.xpi) = a9acde7cf78e3301f9fd260facb07ea609bfca48af70c6391a46df4a35abb909
-SIZE (xpi/firefox3-i18n-3.0.19/fr.xpi) = 128259
-MD5 (xpi/firefox3-i18n-3.0.19/fy-NL.xpi) = 30350440246d3b1d5bd7339994b0bfaa
-SHA256 (xpi/firefox3-i18n-3.0.19/fy-NL.xpi) = 0282f8c767eec9d6c9de4f70d21ba15ce9c41f3fae1c7e2a1bb73401a2d66b54
-SIZE (xpi/firefox3-i18n-3.0.19/fy-NL.xpi) = 128087
-MD5 (xpi/firefox3-i18n-3.0.19/ga-IE.xpi) = 06d1e17c5c777b432fbf686f58ad4705
-SHA256 (xpi/firefox3-i18n-3.0.19/ga-IE.xpi) = 21d0e575a014febec66c539ba0c760b6c3def64e18c68acbd294419470a48cc7
-SIZE (xpi/firefox3-i18n-3.0.19/ga-IE.xpi) = 126568
-MD5 (xpi/firefox3-i18n-3.0.19/gl.xpi) = ffe8dd115f4bac3bb87cc28ac37655cd
-SHA256 (xpi/firefox3-i18n-3.0.19/gl.xpi) = 2caefd129412201b023f54046c082299dbea5a0598ac2cec41b72e0077b9df95
-SIZE (xpi/firefox3-i18n-3.0.19/gl.xpi) = 123475
-MD5 (xpi/firefox3-i18n-3.0.19/gu-IN.xpi) = a980d07754b203cce6add365410c7e60
-SHA256 (xpi/firefox3-i18n-3.0.19/gu-IN.xpi) = ee99ae7466bef700636f0a23578bb1b36616f44604766514d9f16ae5af6f495f
-SIZE (xpi/firefox3-i18n-3.0.19/gu-IN.xpi) = 144547
-MD5 (xpi/firefox3-i18n-3.0.19/he.xpi) = 524151f245557da1d8151c400f6df4a0
-SHA256 (xpi/firefox3-i18n-3.0.19/he.xpi) = 7950c4f35e16b7e43adbefcf6fda5cdb1c0ff1d6a2f467cc6746c4ca58e08ab1
-SIZE (xpi/firefox3-i18n-3.0.19/he.xpi) = 120796
-MD5 (xpi/firefox3-i18n-3.0.19/hi-IN.xpi) = 5d04303f5f7a0f11ecf53af17b72e2bd
-SHA256 (xpi/firefox3-i18n-3.0.19/hi-IN.xpi) = 44242ceca1dcf547625bee9d01a4ace2e2c872bcf0bcabcdf4e6b9106afe8457
-SIZE (xpi/firefox3-i18n-3.0.19/hi-IN.xpi) = 139880
-MD5 (xpi/firefox3-i18n-3.0.19/hu.xpi) = 779e113e494d1889b274889fe7257bbe
-SHA256 (xpi/firefox3-i18n-3.0.19/hu.xpi) = b20e89887b3bc56e43d51e093e2346381f2af3dc342dbcb7970a0adbe09cd06d
-SIZE (xpi/firefox3-i18n-3.0.19/hu.xpi) = 129481
-MD5 (xpi/firefox3-i18n-3.0.19/id.xpi) = f7b8710e2ee3a015c8426bc42bcf7691
-SHA256 (xpi/firefox3-i18n-3.0.19/id.xpi) = 19c106c431fbce209714ca7f6e6a15c4fbea5130114aa07e7d691757d6b36281
-SIZE (xpi/firefox3-i18n-3.0.19/id.xpi) = 104500
-MD5 (xpi/firefox3-i18n-3.0.19/is.xpi) = e2dbeaa62388611d5f164819fdb42d1f
-SHA256 (xpi/firefox3-i18n-3.0.19/is.xpi) = b8f26069ff6c85f1538f7466ce747dbdaee6115a7d875e47a5366fabf4b2ff76
-SIZE (xpi/firefox3-i18n-3.0.19/is.xpi) = 121505
-MD5 (xpi/firefox3-i18n-3.0.19/it.xpi) = 334b7a894f2727a1639986432f2cbcfb
-SHA256 (xpi/firefox3-i18n-3.0.19/it.xpi) = 3e2f1e49e45d59a9f196545b2d102304f297336d15f433007b5c654acf7735df
-SIZE (xpi/firefox3-i18n-3.0.19/it.xpi) = 108743
-MD5 (xpi/firefox3-i18n-3.0.19/ja.xpi) = 7df9096d556eaf96e2104ede6955ad4d
-SHA256 (xpi/firefox3-i18n-3.0.19/ja.xpi) = b9eea274d52e26e8be312508a0471c444362ac43bbaefb0302a6798160f6ec02
-SIZE (xpi/firefox3-i18n-3.0.19/ja.xpi) = 134710
-MD5 (xpi/firefox3-i18n-3.0.19/ka.xpi) = 67ea8a8898954da493c349254cca8fc6
-SHA256 (xpi/firefox3-i18n-3.0.19/ka.xpi) = f4a1ee5f235c9c4a0879aa22d6949290d32eca8c8b2467bd3ebaf765e4c4b8e0
-SIZE (xpi/firefox3-i18n-3.0.19/ka.xpi) = 150932
-MD5 (xpi/firefox3-i18n-3.0.19/kn.xpi) = b22d28109b8b589d7b7258245e4336b6
-SHA256 (xpi/firefox3-i18n-3.0.19/kn.xpi) = 8482af24c0da5523fed1f924247f38f6d3441f591cdd93e99cee5c9fca14bc99
-SIZE (xpi/firefox3-i18n-3.0.19/kn.xpi) = 147595
-MD5 (xpi/firefox3-i18n-3.0.19/ko.xpi) = 5d1c899949444762e84e16c9849528ad
-SHA256 (xpi/firefox3-i18n-3.0.19/ko.xpi) = 8bb3a0c7a40e433cffd739c9b3b3f241b4a9c61eb2d0cdad7de6b92e618e9481
-SIZE (xpi/firefox3-i18n-3.0.19/ko.xpi) = 113225
-MD5 (xpi/firefox3-i18n-3.0.19/ku.xpi) = 0b6e73f3bc6b795f9d4c461e4b3f57b7
-SHA256 (xpi/firefox3-i18n-3.0.19/ku.xpi) = 72e4f7d722c51f4725c8db9cf6538d28b545ae407e3c6de98912cb2f285ea90c
-SIZE (xpi/firefox3-i18n-3.0.19/ku.xpi) = 126775
-MD5 (xpi/firefox3-i18n-3.0.19/lt.xpi) = 7401dc64696b8ad2a7c240f8afd70208
-SHA256 (xpi/firefox3-i18n-3.0.19/lt.xpi) = 93fada9071a0212ceba4a15aa3464db0cc4264fbe2da123c03f20700964e9a3d
-SIZE (xpi/firefox3-i18n-3.0.19/lt.xpi) = 137577
-MD5 (xpi/firefox3-i18n-3.0.19/lv.xpi) = 24fdebe790520a2309f6309052a5b50d
-SHA256 (xpi/firefox3-i18n-3.0.19/lv.xpi) = 086a0814d53a8699628f538e018a6d7b948384b85d8e46eb951d2294fe6b9240
-SIZE (xpi/firefox3-i18n-3.0.19/lv.xpi) = 123269
-MD5 (xpi/firefox3-i18n-3.0.19/mk.xpi) = b2eff0247f9c58ea3bfd3dd9ca7173d8
-SHA256 (xpi/firefox3-i18n-3.0.19/mk.xpi) = 7a2b1a136cd44237865aa39432bb383dcf02d714e018995989a0ec737bfad9c6
-SIZE (xpi/firefox3-i18n-3.0.19/mk.xpi) = 124830
-MD5 (xpi/firefox3-i18n-3.0.19/mn.xpi) = 08fc01a237766e34b1b4914544e88ca4
-SHA256 (xpi/firefox3-i18n-3.0.19/mn.xpi) = 8a5455a3357cf05889b9c7ba46335e1b41097cb197cf3597b28c951382182be1
-SIZE (xpi/firefox3-i18n-3.0.19/mn.xpi) = 131348
-MD5 (xpi/firefox3-i18n-3.0.19/mr.xpi) = ec304cf5ce1bbbb98ed6130a15f86978
-SHA256 (xpi/firefox3-i18n-3.0.19/mr.xpi) = 03848b4de775a19ddc99761907a934872beb611209c5a6bcf5edde9be80bbd9e
-SIZE (xpi/firefox3-i18n-3.0.19/mr.xpi) = 137022
-MD5 (xpi/firefox3-i18n-3.0.19/nb-NO.xpi) = ec1bb041b7947e5c830d5bbd3e8c8af6
-SHA256 (xpi/firefox3-i18n-3.0.19/nb-NO.xpi) = fd20efe29c3ba1f85578042acfb6d6ed1190cf52f6b32800034a6881a1034deb
-SIZE (xpi/firefox3-i18n-3.0.19/nb-NO.xpi) = 123333
-MD5 (xpi/firefox3-i18n-3.0.19/nl.xpi) = 985f33215ca3af2d8b182455e9e2bc35
-SHA256 (xpi/firefox3-i18n-3.0.19/nl.xpi) = 9de709ceef361a77ea015644c7b810e1bde8a6ce7f2c30fd8cf48b72828b7b5c
-SIZE (xpi/firefox3-i18n-3.0.19/nl.xpi) = 125552
-MD5 (xpi/firefox3-i18n-3.0.19/nn-NO.xpi) = a8d831fde38e4ecc0dc822d82a178dca
-SHA256 (xpi/firefox3-i18n-3.0.19/nn-NO.xpi) = b944a1c9cdeab1ffe4c0943e3bcfdde83df1f1894f80c6f5b8b56451ba3e984f
-SIZE (xpi/firefox3-i18n-3.0.19/nn-NO.xpi) = 125041
-MD5 (xpi/firefox3-i18n-3.0.19/oc.xpi) = 557678810639b169724271ea1c1093f9
-SHA256 (xpi/firefox3-i18n-3.0.19/oc.xpi) = 5b825e22a27a4c71f623c34cc270089fb76e3fe74785e81e330e2ba96c1772cd
-SIZE (xpi/firefox3-i18n-3.0.19/oc.xpi) = 104729
-MD5 (xpi/firefox3-i18n-3.0.19/pa-IN.xpi) = b43868f6b16034115b5b06dda004fc95
-SHA256 (xpi/firefox3-i18n-3.0.19/pa-IN.xpi) = 948117a1904f37c1829621c4b7a008dd4256d8f668825e28005c21b70dfedfbc
-SIZE (xpi/firefox3-i18n-3.0.19/pa-IN.xpi) = 141249
-MD5 (xpi/firefox3-i18n-3.0.19/pl.xpi) = fb84f0b27f1b04c8b20c788728872434
-SHA256 (xpi/firefox3-i18n-3.0.19/pl.xpi) = 9f658c174cd9c3dfe38f090cb163b459e2892375ed36d42ca22c799b5ee29d25
-SIZE (xpi/firefox3-i18n-3.0.19/pl.xpi) = 130958
-MD5 (xpi/firefox3-i18n-3.0.19/pt-BR.xpi) = 9adaf2067c64b40bcf6c9a675a9b2ab3
-SHA256 (xpi/firefox3-i18n-3.0.19/pt-BR.xpi) = 4e45ecab338cef1800153bf7ffd9734cb2609ad94de88509f62d3a1be811c584
-SIZE (xpi/firefox3-i18n-3.0.19/pt-BR.xpi) = 123885
-MD5 (xpi/firefox3-i18n-3.0.19/pt-PT.xpi) = 6750f591b2a1e42b4610b06adcca3cb5
-SHA256 (xpi/firefox3-i18n-3.0.19/pt-PT.xpi) = 6d5d4002b72e7649f67179d0b4285ba467a2c5213834d6ec6be632335959f4af
-SIZE (xpi/firefox3-i18n-3.0.19/pt-PT.xpi) = 123080
-MD5 (xpi/firefox3-i18n-3.0.19/ro.xpi) = ca3e21e083a78a57dabb2e0e91a292bc
-SHA256 (xpi/firefox3-i18n-3.0.19/ro.xpi) = 68aa44fc3c5188346b6be6d391562d25214d3c0806a9588ce9236ea605fa2387
-SIZE (xpi/firefox3-i18n-3.0.19/ro.xpi) = 127874
-MD5 (xpi/firefox3-i18n-3.0.19/ru.xpi) = 0e6959de66796d867058627755090fb1
-SHA256 (xpi/firefox3-i18n-3.0.19/ru.xpi) = b1caecf56ddfc49d3d70c3a7d3d12ee0ca7c03b5666807eea385e88be0e576c0
-SIZE (xpi/firefox3-i18n-3.0.19/ru.xpi) = 126466
-MD5 (xpi/firefox3-i18n-3.0.19/si.xpi) = d000d0cfef3fd4d99060966ccd94e3bb
-SHA256 (xpi/firefox3-i18n-3.0.19/si.xpi) = a3d202e7f1c1400a8c7f0f19c347e2200ce48f4a03cd46469892ccb654cb6a11
-SIZE (xpi/firefox3-i18n-3.0.19/si.xpi) = 139733
-MD5 (xpi/firefox3-i18n-3.0.19/sk.xpi) = 0873f93c5b89677d6a63a96d907edeab
-SHA256 (xpi/firefox3-i18n-3.0.19/sk.xpi) = 6ca569f0dbb8a5643eb4d158fb76f5b561d840da9a153e8f90b0d68957808a3e
-SIZE (xpi/firefox3-i18n-3.0.19/sk.xpi) = 129263
-MD5 (xpi/firefox3-i18n-3.0.19/sl.xpi) = 487adb8bd3d5efe26f0619256d0fde30
-SHA256 (xpi/firefox3-i18n-3.0.19/sl.xpi) = b8672d608626a2c4c2cfa626d8bc9ff55a9bf7be6065e346ab41ca2384a17e28
-SIZE (xpi/firefox3-i18n-3.0.19/sl.xpi) = 122199
-MD5 (xpi/firefox3-i18n-3.0.19/sq.xpi) = 4fd7f75efa3bc9b2adc66bbabb31ced3
-SHA256 (xpi/firefox3-i18n-3.0.19/sq.xpi) = 2dae018e2af6c24b3114579140403a3c6028ad4bb96e0c3702e30d468ae7600a
-SIZE (xpi/firefox3-i18n-3.0.19/sq.xpi) = 120810
-MD5 (xpi/firefox3-i18n-3.0.19/sr.xpi) = 2b45c54e6f28bbbb2e95ea355e811b3c
-SHA256 (xpi/firefox3-i18n-3.0.19/sr.xpi) = 907b7d9880e1944c12aa4849d887add21c2f2a3034ca0f7d8a163d5fb841ac87
-SIZE (xpi/firefox3-i18n-3.0.19/sr.xpi) = 134774
-MD5 (xpi/firefox3-i18n-3.0.19/sv-SE.xpi) = 29cd0f82316feefd5e505f91dc08d2d9
-SHA256 (xpi/firefox3-i18n-3.0.19/sv-SE.xpi) = 687f4258b4a884def2d9a53bc46366d72709b26681a55ad76676c2f343a40154
-SIZE (xpi/firefox3-i18n-3.0.19/sv-SE.xpi) = 127910
-MD5 (xpi/firefox3-i18n-3.0.19/te.xpi) = 2853f3a1d87f8eea80ece8eb952deec4
-SHA256 (xpi/firefox3-i18n-3.0.19/te.xpi) = 97d02567b8d373b1164a70d9ca84b3b10565280c8ee7f913cd5b5e43a5b28df2
-SIZE (xpi/firefox3-i18n-3.0.19/te.xpi) = 145174
-MD5 (xpi/firefox3-i18n-3.0.19/th.xpi) = 1234fe1ae1b4ba782a3f63fac65fa9d9
-SHA256 (xpi/firefox3-i18n-3.0.19/th.xpi) = 0979fec2f5649b266dfc28232c6bd373c205bd69c828a841dcc062be608721cb
-SIZE (xpi/firefox3-i18n-3.0.19/th.xpi) = 130719
-MD5 (xpi/firefox3-i18n-3.0.19/tr.xpi) = 105c3c2e4dad576c25b6ac76407c50de
-SHA256 (xpi/firefox3-i18n-3.0.19/tr.xpi) = 0679a91d711437126669eceead83537d13ebe35ce9e871a6005e9e3e23e96d67
-SIZE (xpi/firefox3-i18n-3.0.19/tr.xpi) = 118571
-MD5 (xpi/firefox3-i18n-3.0.19/uk.xpi) = 1f091cf8dab61170b85aef8327ad5d33
-SHA256 (xpi/firefox3-i18n-3.0.19/uk.xpi) = b60d4ba1029956da7c40f866fe4ca9d13752a2ec2c7bc94f5fdf0d37f468ab75
-SIZE (xpi/firefox3-i18n-3.0.19/uk.xpi) = 137212
-MD5 (xpi/firefox3-i18n-3.0.19/zh-CN.xpi) = d74bcf7c3a69ed04879793b9879950d5
-SHA256 (xpi/firefox3-i18n-3.0.19/zh-CN.xpi) = 5094a5e448b4043676b82dea77d9dc7e093847a21bdcb2052ad251cd50622ba1
-SIZE (xpi/firefox3-i18n-3.0.19/zh-CN.xpi) = 108880
-MD5 (xpi/firefox3-i18n-3.0.19/zh-TW.xpi) = 45712b61eaba9407b7f7dee3b051b829
-SHA256 (xpi/firefox3-i18n-3.0.19/zh-TW.xpi) = 72f30b648e28efb2d8ef7d0b1044cd2dc9f1f35ab38620bcb189980f0058d2f2
-SIZE (xpi/firefox3-i18n-3.0.19/zh-TW.xpi) = 121797
diff --git a/www/firefox3-i18n/pkg-descr b/www/firefox3-i18n/pkg-descr
deleted file mode 100644
index d31c695f3e92..000000000000
--- a/www/firefox3-i18n/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Language packs for Firefox 3
-
-WWW: http://www.mozilla.org/projects/l10n/