From 9d8d498a4b1c45679fcfc5f13a100c432e10a1e0 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 11 Sep 2006 12:51:06 +0000 Subject: - Move to LOCALBASE Reported by: Franz Klammer git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7284 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/thunderbird-dictionaries/Makefile | 192 ++++++++++++++++++++++++++++++++ mail/thunderbird-dictionaries/distinfo | 129 +++++++++++++++++++++ mail/thunderbird-dictionaries/pkg-descr | 3 + mail/thunderbird-dictionaries/pkg-plist | 86 ++++++++++++++ 4 files changed, 410 insertions(+) create mode 100644 mail/thunderbird-dictionaries/Makefile create mode 100644 mail/thunderbird-dictionaries/distinfo create mode 100644 mail/thunderbird-dictionaries/pkg-descr create mode 100644 mail/thunderbird-dictionaries/pkg-plist diff --git a/mail/thunderbird-dictionaries/Makefile b/mail/thunderbird-dictionaries/Makefile new file mode 100644 index 000000000..f5769a404 --- /dev/null +++ b/mail/thunderbird-dictionaries/Makefile @@ -0,0 +1,192 @@ +# Ports collection Makefile for: thunderbird-dictionaries +# Date created: 19 February 2006 +# Whom: Matthew Luckie +# Based on: multimedia/mplayer-skins +# +# $FreeBSD$ +# + +PORTNAME= thunderbird-dictionaries +PORTVERSION= 20060220 +PORTREVISION= 1 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_MOZDEV} +MASTER_SITE_SUBDIR= dictionaries +DISTFILES= # filled in later after options +DIST_SUBDIR= thunderbird + +MAINTAINER= mjl@luckie.org.nz +COMMENT= Dictionaries for Mozilla Thunderbird + +RUN_DEPENDS= thunderbird:${PORTSDIR}/mail/thunderbird + +USE_ZIP= yes +WRKSRC= ${WRKDIR}/dictionaries + +# Dictionary files +AF_ZA_FILE= spell-af-ZA.xpi +BG_FILE= spell-bg.xpi +CA_FILE= spell-ca.xpi +CS_FILE= spell-cs.xpi +CY_GB_FILE= spell-cy-GB.xpi +DA_FILE= spell-da.xpi +DE_AT_FILE= spell-de-AT.xpi +DE_CH_FILE= spell-de-CH.xpi +DE_DE_FILE= spell-de-DE.xpi +EL_FILE= spell-el.xpi +EN_AU_FILE= spell-en-AU.xpi +EN_CA_FILE= spell-en-CA.xpi +EN_GB_FILE= spell-en-GB.xpi +EN_NZ_FILE= spell-en-NZ.xpi +ES_ES_FILE= spell-es-ES.xpi +ES_MX_FILE= spell-es-MX.xpi +FO_FILE= spell-fo.xpi +FR_FR_FILE= spell-fr-FR.xpi +GA_FILE= spell-ga.xpi +GL_FILE= spell-gl.xpi +HE_IL_FILE= spell-he-IL.xpi +HR_FILE= spell-hr.xpi +HU_FILE= spell-hu.xpi +IA_FILE= spell-ia.xpi +IT_FILE= spell-it.xpi +LA_FILE= spell-la.xpi +LT_FILE= spell-lt.xpi +LV_LV_FILE= spell-lv-LV.xpi +MI_FILE= spell-mi.xpi +MS_FILE= spell-ms.xpi +NB_FILE= spell-nb.xpi +NL_FILE= spell-nl.xpi +NN_FILE= spell-nn.xpi +PL_FILE= spell-pl.xpi +PT_FILE= spell-pt.xpi +PT_BR_FILE= spell-pt-BR.xpi +RO_FILE= spell-ro.xpi +RU_FILE= spell-ru.xpi +SK_FILE= spell-sk.xpi +SL_FILE= spell-sl.xpi +SV_FILE= spell-sv.xpi +UK_FILE= spell-uk.xpi +ZU_ZA_FILE= spell-zu-ZA.xpi + +# Dictionary options +OPTIONS= DICT_ALL "all dictionaries" on +OPTIONS+= DICT_AF_ZA "Afrikaans" off +OPTIONS+= DICT_BG "Bulgarian" off +OPTIONS+= DICT_CA "Catalan" off +OPTIONS+= DICT_HR "Croatian" off +OPTIONS+= DICT_CS "Czech" off +OPTIONS+= DICT_DA "Danish" off +OPTIONS+= DICT_NL "Dutch" off +OPTIONS+= DICT_EN_AU "English (Australia)" off +OPTIONS+= DICT_EN_CA "English (Canada)" off +OPTIONS+= DICT_EN_NZ "English (New Zealand)" off +OPTIONS+= DICT_EN_GB "English (United Kingdom)" off +OPTIONS+= DICT_FR_FR "French (France)" off +OPTIONS+= DICT_FO "Faroese" off +OPTIONS+= DICT_GL "Galician (Spain)" off +OPTIONS+= DICT_DE_AT "German (Austria)" off +OPTIONS+= DICT_DE_DE "German (Germany)" off +OPTIONS+= DICT_DE_CH "German (Switzerland)" off +OPTIONS+= DICT_EL "Greek" off +OPTIONS+= DICT_HE_IL "Hebrew" off +OPTIONS+= DICT_HU "Hungarian" off +OPTIONS+= DICT_IA "Interlingua" off +OPTIONS+= DICT_GA "Irish" off +OPTIONS+= DICT_IT "Italian" off +OPTIONS+= DICT_LA "Latin" off +OPTIONS+= DICT_LV_LV "Latvian" off +OPTIONS+= DICT_LT "Lithuanian" off +OPTIONS+= DICT_MS "Malay" off +OPTIONS+= DICT_MI "Maori" off +OPTIONS+= DICT_NB "Norwegian (Bokmal)" off +OPTIONS+= DICT_NN "Norwegian (Nynorsk)" off +OPTIONS+= DICT_PL "Polish" off +OPTIONS+= DICT_PT "Portuguese (Portugal)" off +OPTIONS+= DICT_PT_BR "Portuguese (Brasil)" off +OPTIONS+= DICT_RO "Romanian" off +OPTIONS+= DICT_RU "Russian" off +OPTIONS+= DICT_ES_MX "Spanish (Mexico)" off +OPTIONS+= DICT_ES_ES "Spanish (Spain)" off +OPTIONS+= DICT_SK "Slovak" off +OPTIONS+= DICT_SL "Slovenian" off +OPTIONS+= DICT_SV "Swedish" off +OPTIONS+= DICT_UK "Ukrainian" off +OPTIONS+= DICT_CY_GB "Welsh" off +OPTIONS+= DICT_ZU_ZA "Zulu (South Africa)" off + +.include + +# For batch building, build all dictionaries +.if defined(BATCH) +WITH_DICT_ALL=yes +.endif + +# All available dictionaries +ALLDICTS= AF_ZA BG CA CS CY_GB DA DE_AT DE_CH DE_DE EL EN_AU EN_CA \ + EN_GB EN_NZ ES_ES ES_MX FO FR_FR GA GL HE_IL HR HU IA IT \ + LA LT LV_LV MI MS NB NL NN PL PT PT_BR RO RU SK SL SV \ + UK ZU_ZA + +# this dictionary requires special handling in do-install +BG_DICT= BG + +# Build and install all dictionaries +.if defined(WITH_DICT_ALL) +.for f in ${ALLDICTS} +WITH_DICT_${f}= yes +.endfor +.endif + +# Figure out which distfiles to use, and how to construct the plist +.for f in ${ALLDICTS} +.ifdef(WITH_DICT_${f}) +PLIST_SUB+= ${f}="" +HAVE_DICT= yes +DISTFILES+= ${${f}_FILE} +.else +PLIST_SUB+= ${f}="@comment " +.endif +.endfor + +# Extract the relevant distfiles +do-extract: + @${MKDIR} ${WRKSRC} +.for f in ${ALLDICTS} +.ifdef(WITH_DICT_${f}) + @${UNZIP_CMD} -q ${DISTDIR}/${DIST_SUBDIR}/${${f}_FILE} -d ${WRKSRC}/${${f}_FILE} +.endif +.endfor + +# Check to make sure that at least one dictionary was selected +do-build: +.if !defined(HAVE_DICT) + @${ECHO_MSG} "No dictionary selected" + @${FALSE} +.else + @${DO_NADA} +.endif + +# Install the requested dictionaries +do-install: + @${MKDIR} ${PREFIX}/lib/thunderbird/components/myspell +.for f in ${ALLDICTS} +.ifdef(WITH_DICT_${f}) +.if ${BG_DICT}==${f} + @${INSTALL_DATA} \ + ${WRKSRC}/${${f}_FILE}/bin/components/myspell/${${f}_FILE:S/spell-//:S/xpi//}aff \ + ${PREFIX}/lib/thunderbird/components/myspell + @${INSTALL_DATA} \ + ${WRKSRC}/${${f}_FILE}/bin/components/myspell/${${f}_FILE:S/spell-//:S/xpi//}dic \ + ${PREFIX}/lib/thunderbird/components/myspell +.else + @${INSTALL_DATA} \ + ${WRKSRC}/${${f}_FILE}/${${f}_FILE:S/spell-//:S/xpi//}aff \ + ${PREFIX}/lib/thunderbird/components/myspell + @${INSTALL_DATA} \ + ${WRKSRC}/${${f}_FILE}/${${f}_FILE:S/spell-//:S/xpi//}dic \ + ${PREFIX}/lib/thunderbird/components/myspell +.endif +.endif +.endfor + +.include diff --git a/mail/thunderbird-dictionaries/distinfo b/mail/thunderbird-dictionaries/distinfo new file mode 100644 index 000000000..217dd193e --- /dev/null +++ b/mail/thunderbird-dictionaries/distinfo @@ -0,0 +1,129 @@ +MD5 (thunderbird/spell-af-ZA.xpi) = ae85349fb1274fe9c32ab05f85b5f463 +SHA256 (thunderbird/spell-af-ZA.xpi) = 2032dd39d317cda0eac8a36e8d89cd2f11af2e5a88bed8b958149622c77fb306 +SIZE (thunderbird/spell-af-ZA.xpi) = 595437 +MD5 (thunderbird/spell-bg.xpi) = 7a0bd2330808766be3576a480721b593 +SHA256 (thunderbird/spell-bg.xpi) = 481b9995d6cf40cbcfe64a0ac622966fccd3151f56b5c0426d61abdbeb9028c1 +SIZE (thunderbird/spell-bg.xpi) = 264986 +MD5 (thunderbird/spell-ca.xpi) = 2c1b1c98b33bc768aed7dc92a0a0c54b +SHA256 (thunderbird/spell-ca.xpi) = a4d8c852e1fc420f2c16d97fbaca55b68d3b7198bc3456e41512032891f89a91 +SIZE (thunderbird/spell-ca.xpi) = 495044 +MD5 (thunderbird/spell-cs.xpi) = 2b97865792d0afdecb7acae16454a459 +SHA256 (thunderbird/spell-cs.xpi) = bafc6037efc3d733201703b2d5d9b2852e657222f31421498f1bea9d218828d1 +SIZE (thunderbird/spell-cs.xpi) = 628321 +MD5 (thunderbird/spell-cy-GB.xpi) = a0a673640b3b7ee3f0d8e1bafe20862f +SHA256 (thunderbird/spell-cy-GB.xpi) = dd7b5b1ec2eed7977740b3249bad4b1cae176c4c7d84ddcad799b2a7ead86597 +SIZE (thunderbird/spell-cy-GB.xpi) = 689165 +MD5 (thunderbird/spell-da.xpi) = 950335a5cf28e1a425a2d0db825a5839 +SHA256 (thunderbird/spell-da.xpi) = 3460e85e6d0b0b5565f42a96feaaac01fb5ad6076ecd355f2e435b0a3318acc0 +SIZE (thunderbird/spell-da.xpi) = 537114 +MD5 (thunderbird/spell-de-AT.xpi) = b498f24a49120f9c33a73c50dfa00bd3 +SHA256 (thunderbird/spell-de-AT.xpi) = f403105aee755ad8230868343a67874935006f02d59261dbf894ecd94f05ebe9 +SIZE (thunderbird/spell-de-AT.xpi) = 11093 +MD5 (thunderbird/spell-de-CH.xpi) = 594cba9e951fdb0964b92f9de4da0ead +SHA256 (thunderbird/spell-de-CH.xpi) = 36eb4c768c0a3976dc258298de504971e5bd5e73390f3f79e5990fa8ea5bef62 +SIZE (thunderbird/spell-de-CH.xpi) = 352216 +MD5 (thunderbird/spell-de-DE.xpi) = ca983441de50359c9aad8123ecc7adda +SHA256 (thunderbird/spell-de-DE.xpi) = f77b26671cbf11d790b6c896440e778331acebe52ad80c80c0c46ece1d2e864e +SIZE (thunderbird/spell-de-DE.xpi) = 352463 +MD5 (thunderbird/spell-el.xpi) = d8c16c4a44ad4620edbcc6fc17207f97 +SHA256 (thunderbird/spell-el.xpi) = c21faa3fa59b370f29a92f4b271672c49265ad475f5b75927f7800828b077d55 +SIZE (thunderbird/spell-el.xpi) = 1448270 +MD5 (thunderbird/spell-en-AU.xpi) = a762af69e11eaad5d3d413dd2c86c745 +SHA256 (thunderbird/spell-en-AU.xpi) = 4f9aea2dbd13ffe047f5b1953d43a3f1ad6d9c017a6f03b9e185e33b37b9dbd1 +SIZE (thunderbird/spell-en-AU.xpi) = 205713 +MD5 (thunderbird/spell-en-CA.xpi) = b74e470762636ffe34c5084f0dbf5399 +SHA256 (thunderbird/spell-en-CA.xpi) = eed4ff6cca059a80200b9676cea0479d08bccd7366f5101efc9741c452b7a675 +SIZE (thunderbird/spell-en-CA.xpi) = 336411 +MD5 (thunderbird/spell-en-GB.xpi) = ba686d49605c87a766f8f79f28825e01 +SHA256 (thunderbird/spell-en-GB.xpi) = 52ba3f48971438071ce8379280cacfe08dfd5cb16c6d757a908a42f1498df5b4 +SIZE (thunderbird/spell-en-GB.xpi) = 248327 +MD5 (thunderbird/spell-en-NZ.xpi) = 181ee877bcbbb54460c64592273c0680 +SHA256 (thunderbird/spell-en-NZ.xpi) = f1c08b9ea156a29433dc3dc56bb5ae90b7a57a54445691e25b9e7329ad58ab8b +SIZE (thunderbird/spell-en-NZ.xpi) = 223483 +MD5 (thunderbird/spell-es-ES.xpi) = 71e9a6229f9fc12e3b4748e274bd8638 +SHA256 (thunderbird/spell-es-ES.xpi) = 34cf54e8831330f822cc59415d79537f34cad758e08868d217681de8df9571da +SIZE (thunderbird/spell-es-ES.xpi) = 195111 +MD5 (thunderbird/spell-es-MX.xpi) = ff753ee0ba4dba693c22f610aa56f5f0 +SHA256 (thunderbird/spell-es-MX.xpi) = 258d34b78e3e16b697ffad321e343d0ce92147e492f6fa5b3e8bf9db91ad4d66 +SIZE (thunderbird/spell-es-MX.xpi) = 201380 +MD5 (thunderbird/spell-fo.xpi) = 002ee510e098f695d3421e67c0e43ff2 +SHA256 (thunderbird/spell-fo.xpi) = 6c31c5c339b82abec601a1da0c1c950c460e7a3170c829b85170455f7707f7fe +SIZE (thunderbird/spell-fo.xpi) = 241210 +MD5 (thunderbird/spell-fr-FR.xpi) = d50a3a4cc8c303016330cab9eef07cd1 +SHA256 (thunderbird/spell-fr-FR.xpi) = 77ea9cd3fd24489337d5996514e002a1b026276d0df63cb85b9c60ed5edc1c7f +SIZE (thunderbird/spell-fr-FR.xpi) = 326263 +MD5 (thunderbird/spell-ga.xpi) = 0939c83e4a773634e41689712e3f8859 +SHA256 (thunderbird/spell-ga.xpi) = 53b70e56764ddd5f89a28969a588698bb5ada04127ceff8b8a8545f92eb64859 +SIZE (thunderbird/spell-ga.xpi) = 210288 +MD5 (thunderbird/spell-gl.xpi) = 0f1d330326c1af0e8d119f378735fc91 +SHA256 (thunderbird/spell-gl.xpi) = ea88734c14479c803c9a8de50a8264c539c101889399983c9fe02d1c7309a614 +SIZE (thunderbird/spell-gl.xpi) = 148959 +MD5 (thunderbird/spell-he-IL.xpi) = 15895fdb19dc8fbcb98d088605f2c685 +SHA256 (thunderbird/spell-he-IL.xpi) = f26d7605bc00bf9ac896ae740897881dd7ffb062cee0501ca828643106835595 +SIZE (thunderbird/spell-he-IL.xpi) = 840097 +MD5 (thunderbird/spell-hr.xpi) = 499a5a499de28948fae196cc245c9f85 +SHA256 (thunderbird/spell-hr.xpi) = d21d9b67d4ca8a1bc30f0456af7c959035c8ced09f0865c20902af7d26095140 +SIZE (thunderbird/spell-hr.xpi) = 811483 +MD5 (thunderbird/spell-hu.xpi) = 622830acfcf1f9ed8a4b2944837577a4 +SHA256 (thunderbird/spell-hu.xpi) = c4f5507615665f64e82be3ad8a358b2e644b8a816b83a5dcb4a82291c6c91ff5 +SIZE (thunderbird/spell-hu.xpi) = 1043917 +MD5 (thunderbird/spell-ia.xpi) = 509a326095849a5655a01fb1bab5b253 +SHA256 (thunderbird/spell-ia.xpi) = 60d060f8c20d1a8630f8cdbd9b37a8183ff580172181a0c52523930d1770f818 +SIZE (thunderbird/spell-ia.xpi) = 91587 +MD5 (thunderbird/spell-it.xpi) = ffb0c12c0e985f178503575b78bde581 +SHA256 (thunderbird/spell-it.xpi) = 0ee25550d30f2b87beab13208b96473431b0e8e5f267ba3d7d644293198f2b6c +SIZE (thunderbird/spell-it.xpi) = 338288 +MD5 (thunderbird/spell-la.xpi) = c8c4326301d1cf72caacdd0961279a31 +SHA256 (thunderbird/spell-la.xpi) = a14a03e476678337eab4b408d24ebcb14d709c41c7a1fbde7dc04cf235451609 +SIZE (thunderbird/spell-la.xpi) = 57617 +MD5 (thunderbird/spell-lt.xpi) = 089e299885b3239c32c86054c8e919a4 +SHA256 (thunderbird/spell-lt.xpi) = 82c82f627483ae1e23cb6b7628a30a20c5defe87d988711c5570ea263f8d609d +SIZE (thunderbird/spell-lt.xpi) = 66613 +MD5 (thunderbird/spell-lv-LV.xpi) = a2178096c52f03b5b9d6acaadd6fe1be +SHA256 (thunderbird/spell-lv-LV.xpi) = 1050e5b297ebbbcbf2b76ff313477eb083579c7752aa76c823947948b55c2d26 +SIZE (thunderbird/spell-lv-LV.xpi) = 1098233 +MD5 (thunderbird/spell-mi.xpi) = f863592c869991d596de45380338f793 +SHA256 (thunderbird/spell-mi.xpi) = 07bc7c0c9cb1b8a793b8f6dda3a636302bfa8b89ea28d4fe5fca2c0e7a959bff +SIZE (thunderbird/spell-mi.xpi) = 79020 +MD5 (thunderbird/spell-ms.xpi) = 11ceedc2fe20e8eb4ed16c485abcc35f +SHA256 (thunderbird/spell-ms.xpi) = f0eb3b3a88b327937954ecc425667b136628f1631eacb559fd5daf4269470f93 +SIZE (thunderbird/spell-ms.xpi) = 65498 +MD5 (thunderbird/spell-nb.xpi) = a57b2683b7cc57832c6deedd805fbe5f +SHA256 (thunderbird/spell-nb.xpi) = ac19d858b931817ad19dc77875555ef2f381d059924ac57ab60037a38fe84112 +SIZE (thunderbird/spell-nb.xpi) = 587114 +MD5 (thunderbird/spell-nl.xpi) = bac8d295dbf57dd86d0a9259b05a775d +SHA256 (thunderbird/spell-nl.xpi) = 289460f51f6f788087e4f82754d4292eed3f63b570651a63fd8353fbc853304d +SIZE (thunderbird/spell-nl.xpi) = 508812 +MD5 (thunderbird/spell-nn.xpi) = 450d19ee5f5bfd6cd3f4e39956c3a7ce +SHA256 (thunderbird/spell-nn.xpi) = 8dcd82ccfeb1d8ba5e725c68a70060ea091d13492d88d6bdf6ca149aebad4421 +SIZE (thunderbird/spell-nn.xpi) = 462744 +MD5 (thunderbird/spell-pl.xpi) = 4951aefa9afd2be89c4dfedc71c26f59 +SHA256 (thunderbird/spell-pl.xpi) = 0ebb2d5369fdd8029c67a795f99f1560b9b955e68dc6b559ddd117c0e7319159 +SIZE (thunderbird/spell-pl.xpi) = 759342 +MD5 (thunderbird/spell-pt.xpi) = 24d60a61f7143ab7ead1f19892180ce7 +SHA256 (thunderbird/spell-pt.xpi) = 71a16ce0cac73a6325a6f2f8197ad280c82d19b4a6f8a88dbf0b34943794294b +SIZE (thunderbird/spell-pt.xpi) = 136899 +MD5 (thunderbird/spell-pt-BR.xpi) = 58da6b1e64fb47fe3fad1f4cb5ad6a07 +SHA256 (thunderbird/spell-pt-BR.xpi) = 5c4b68b821e76ec87c023472c7b49a24ca7deaf0f95d33b7a5c9e9b5e2aecb18 +SIZE (thunderbird/spell-pt-BR.xpi) = 95922 +MD5 (thunderbird/spell-ro.xpi) = 63b3e971e0d6196b44b8f097931b38fb +SHA256 (thunderbird/spell-ro.xpi) = 444164f92d0b1432bace8d91e9eba9dc5850c3bdae3f54a9f782aed8b935bf17 +SIZE (thunderbird/spell-ro.xpi) = 139001 +MD5 (thunderbird/spell-ru.xpi) = 401f130c50df97b3859fe17b261a5a69 +SHA256 (thunderbird/spell-ru.xpi) = 2d3fba0bfdf8ac782927e70c2a8e7de331f0508473bcce5937fa7215f1c82917 +SIZE (thunderbird/spell-ru.xpi) = 467757 +MD5 (thunderbird/spell-sk.xpi) = 25eec563c43484001d3beaed90ed9213 +SHA256 (thunderbird/spell-sk.xpi) = 9dc481fdb4f788712cc286a00d6be90a8142954f8b345ebb404a12b10c93a475 +SIZE (thunderbird/spell-sk.xpi) = 187733 +MD5 (thunderbird/spell-sl.xpi) = 01e96c3f0a86bd6e4dfc17d610640259 +SHA256 (thunderbird/spell-sl.xpi) = be3b8acfe9610ea255aed791e79a98cdb12dbb4177dd9f802b139721f65c8b6d +SIZE (thunderbird/spell-sl.xpi) = 1186588 +MD5 (thunderbird/spell-sv.xpi) = 47da6dc9dc9331a82190731d19c80ec1 +SHA256 (thunderbird/spell-sv.xpi) = 497b80d29b7246a0e37909365f850fc29ef1a606709d508c0e0c63cb4e130e32 +SIZE (thunderbird/spell-sv.xpi) = 118607 +MD5 (thunderbird/spell-uk.xpi) = 3db52608eea5db2fc48319562e06530e +SHA256 (thunderbird/spell-uk.xpi) = 648295fd0f0819cc7280980474be905b8a84334a81aecefc2c2b2225f313822d +SIZE (thunderbird/spell-uk.xpi) = 1378571 +MD5 (thunderbird/spell-zu-ZA.xpi) = ed25d59f25ff31a4e4d88df484389f99 +SHA256 (thunderbird/spell-zu-ZA.xpi) = 00a54ffb7b79a50f7c5341b9f19d00aa1cdfef884c5e430ceeb93aefcdddddd6 +SIZE (thunderbird/spell-zu-ZA.xpi) = 218351 diff --git a/mail/thunderbird-dictionaries/pkg-descr b/mail/thunderbird-dictionaries/pkg-descr new file mode 100644 index 000000000..57c862aa4 --- /dev/null +++ b/mail/thunderbird-dictionaries/pkg-descr @@ -0,0 +1,3 @@ +Localized Dictionaries for Mozilla Thunderbird + +WWW: http://www.mozilla.com/thunderbird/dictionaries.html diff --git a/mail/thunderbird-dictionaries/pkg-plist b/mail/thunderbird-dictionaries/pkg-plist new file mode 100644 index 000000000..969289466 --- /dev/null +++ b/mail/thunderbird-dictionaries/pkg-plist @@ -0,0 +1,86 @@ +%%AF_ZA%%lib/thunderbird/components/myspell/af-ZA.aff +%%AF_ZA%%lib/thunderbird/components/myspell/af-ZA.dic +%%BG%%lib/thunderbird/components/myspell/bg.aff +%%BG%%lib/thunderbird/components/myspell/bg.dic +%%CA%%lib/thunderbird/components/myspell/ca.aff +%%CA%%lib/thunderbird/components/myspell/ca.dic +%%CS%%lib/thunderbird/components/myspell/cs.aff +%%CS%%lib/thunderbird/components/myspell/cs.dic +%%CY_GB%%lib/thunderbird/components/myspell/cy-GB.aff +%%CY_GB%%lib/thunderbird/components/myspell/cy-GB.dic +%%DA%%lib/thunderbird/components/myspell/da.aff +%%DA%%lib/thunderbird/components/myspell/da.dic +%%DE_AT%%lib/thunderbird/components/myspell/de-AT.aff +%%DE_AT%%lib/thunderbird/components/myspell/de-AT.dic +%%DE_CH%%lib/thunderbird/components/myspell/de-CH.aff +%%DE_CH%%lib/thunderbird/components/myspell/de-CH.dic +%%DE_DE%%lib/thunderbird/components/myspell/de-DE.aff +%%DE_DE%%lib/thunderbird/components/myspell/de-DE.dic +%%EL%%lib/thunderbird/components/myspell/el.aff +%%EL%%lib/thunderbird/components/myspell/el.dic +%%EN_AU%%lib/thunderbird/components/myspell/en-AU.aff +%%EN_AU%%lib/thunderbird/components/myspell/en-AU.dic +%%EN_CA%%lib/thunderbird/components/myspell/en-CA.aff +%%EN_CA%%lib/thunderbird/components/myspell/en-CA.dic +%%EN_GB%%lib/thunderbird/components/myspell/en-GB.aff +%%EN_GB%%lib/thunderbird/components/myspell/en-GB.dic +%%EN_NZ%%lib/thunderbird/components/myspell/en-NZ.aff +%%EN_NZ%%lib/thunderbird/components/myspell/en-NZ.dic +%%ES_ES%%lib/thunderbird/components/myspell/es-ES.aff +%%ES_ES%%lib/thunderbird/components/myspell/es-ES.dic +%%ES_MX%%lib/thunderbird/components/myspell/es-MX.aff +%%ES_MX%%lib/thunderbird/components/myspell/es-MX.dic +%%FO%%lib/thunderbird/components/myspell/fo.aff +%%FO%%lib/thunderbird/components/myspell/fo.dic +%%FR_FR%%lib/thunderbird/components/myspell/fr-FR.aff +%%FR_FR%%lib/thunderbird/components/myspell/fr-FR.dic +%%GA%%lib/thunderbird/components/myspell/ga.aff +%%GA%%lib/thunderbird/components/myspell/ga.dic +%%GL%%lib/thunderbird/components/myspell/gl.aff +%%GL%%lib/thunderbird/components/myspell/gl.dic +%%HE_IL%%lib/thunderbird/components/myspell/he-IL.aff +%%HE_IL%%lib/thunderbird/components/myspell/he-IL.dic +%%HR%%lib/thunderbird/components/myspell/hr.aff +%%HR%%lib/thunderbird/components/myspell/hr.dic +%%HU%%lib/thunderbird/components/myspell/hu.aff +%%HU%%lib/thunderbird/components/myspell/hu.dic +%%IA%%lib/thunderbird/components/myspell/ia.aff +%%IA%%lib/thunderbird/components/myspell/ia.dic +%%IT%%lib/thunderbird/components/myspell/it.aff +%%IT%%lib/thunderbird/components/myspell/it.dic +%%LA%%lib/thunderbird/components/myspell/la.aff +%%LA%%lib/thunderbird/components/myspell/la.dic +%%LT%%lib/thunderbird/components/myspell/lt.aff +%%LT%%lib/thunderbird/components/myspell/lt.dic +%%LV_LV%%lib/thunderbird/components/myspell/lv-LV.aff +%%LV_LV%%lib/thunderbird/components/myspell/lv-LV.dic +%%MI%%lib/thunderbird/components/myspell/mi.aff +%%MI%%lib/thunderbird/components/myspell/mi.dic +%%MS%%lib/thunderbird/components/myspell/ms.aff +%%MS%%lib/thunderbird/components/myspell/ms.dic +%%NB%%lib/thunderbird/components/myspell/nb.aff +%%NB%%lib/thunderbird/components/myspell/nb.dic +%%NL%%lib/thunderbird/components/myspell/nl.aff +%%NL%%lib/thunderbird/components/myspell/nl.dic +%%NN%%lib/thunderbird/components/myspell/nn.aff +%%NN%%lib/thunderbird/components/myspell/nn.dic +%%PL%%lib/thunderbird/components/myspell/pl.aff +%%PL%%lib/thunderbird/components/myspell/pl.dic +%%PT%%lib/thunderbird/components/myspell/pt.aff +%%PT%%lib/thunderbird/components/myspell/pt.dic +%%PT_BR%%lib/thunderbird/components/myspell/pt-BR.aff +%%PT_BR%%lib/thunderbird/components/myspell/pt-BR.dic +%%RO%%lib/thunderbird/components/myspell/ro.aff +%%RO%%lib/thunderbird/components/myspell/ro.dic +%%RU%%lib/thunderbird/components/myspell/ru.aff +%%RU%%lib/thunderbird/components/myspell/ru.dic +%%SK%%lib/thunderbird/components/myspell/sk.aff +%%SK%%lib/thunderbird/components/myspell/sk.dic +%%SL%%lib/thunderbird/components/myspell/sl.aff +%%SL%%lib/thunderbird/components/myspell/sl.dic +%%SV%%lib/thunderbird/components/myspell/sv.aff +%%SV%%lib/thunderbird/components/myspell/sv.dic +%%UK%%lib/thunderbird/components/myspell/uk.aff +%%UK%%lib/thunderbird/components/myspell/uk.dic +%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZA.aff +%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZA.dic -- cgit v1.2.3