mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Include EN_GB dictionary in port [1]
- Remove alternate Russian dictionary not installed from distinfo - Correctly install zu-ZA dictionary PR: 93572 Submitted by: Karol Kwiatkowski <freebsd@orchid.homeunix.org> [1] Approved by: portmgr (kris)
This commit is contained in:
parent
62b5ee6bea
commit
147f181c36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156761
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= thunderbird-dictionaries
|
||||
PORTVERSION= 20060219
|
||||
PORTVERSION= 20060220
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://mozdev.dns4.com/dictionaries/ \
|
||||
http://ftp.heanet.ie/pub/mozdev/dictionaries/ \
|
||||
@ -42,6 +42,7 @@ 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
|
||||
@ -128,8 +129,8 @@ WITH_DICT_ALL=yes
|
||||
|
||||
# All available dictionaries
|
||||
ALLDICTS= AF_ZA BG CA CS CY_GB DA DE_AT DE_CH DE_DE EL EN_AU EN_CA \
|
||||
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 \
|
||||
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
|
||||
|
@ -34,6 +34,9 @@ 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
|
||||
@ -109,9 +112,6 @@ 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-ru-ie.xpi) = e115c13ae930070a784c2f7b9cf39122
|
||||
SHA256 (thunderbird/spell-ru-ie.xpi) = 10e64ad9a9a136cde1aa00fd621a1976a291f897ad4b80ee9f1c97935a33ae72
|
||||
SIZE (thunderbird/spell-ru-ie.xpi) = 984273
|
||||
MD5 (thunderbird/spell-sk.xpi) = 25eec563c43484001d3beaed90ed9213
|
||||
SHA256 (thunderbird/spell-sk.xpi) = 9dc481fdb4f788712cc286a00d6be90a8142954f8b345ebb404a12b10c93a475
|
||||
SIZE (thunderbird/spell-sk.xpi) = 187733
|
||||
|
@ -22,6 +22,8 @@
|
||||
%%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
|
||||
@ -80,5 +82,5 @@
|
||||
%%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-ZU.aff
|
||||
%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZU.dic
|
||||
%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZA.aff
|
||||
%%ZU_ZA%%lib/thunderbird/components/myspell/zu-ZA.dic
|
||||
|
Loading…
Reference in New Issue
Block a user