Update to 2005.10.27 version (md5sum.txt from master site)
of dictionaries, etc. now if you want localized version, should build with make LOCALIZED_LANG=something. type make for details. Submitted by: so many
This commit is contained in:
parent
cc303b203f
commit
4695563b99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146962
3 changed files with 497 additions and 91 deletions
|
@ -6,10 +6,11 @@
|
|||
#
|
||||
|
||||
PORTNAME= ooodict
|
||||
PORTVERSION= 1.20050518
|
||||
PORTVERSION= 1.20051027
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= http://ftp.gwdg.de/pub/misc/openoffice/contrib/dictionaries/ \
|
||||
http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
|
||||
MASTER_SITES+= http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ \
|
||||
ftp://ftp.t.ring.gr.jp/pub/misc/openoffice/contrib/dictionaries/ \
|
||||
http://ftp.gwdg.de/pub/misc/openoffice/contrib/dictionaries/
|
||||
DISTFILES+= ${LANGDIST}
|
||||
DISTFILES+= ${HYPHDIST}
|
||||
DISTFILES+= ${THESDIST}
|
||||
|
@ -20,49 +21,47 @@ COMMENT?= MySpell dictionaries for OpenOffice.org
|
|||
USE_ZIP= yes
|
||||
EXTRACT_ONLY=
|
||||
|
||||
.if !defined(LANGDIST)
|
||||
.if !defined(LOCALIZED_LANG)
|
||||
DICTMETAPORT= yes
|
||||
LANGDIST?= af_ZA.zip bg_BG.zip ca_ES.zip cs_CZ.zip cy_GB.zip \
|
||||
da_DK.zip de_AT.zip de_DE.zip de_CH.zip el_GR.zip \
|
||||
en_AU.zip en_CA.zip en_GB.zip en_NZ.zip en_US.zip \
|
||||
es_ES.zip es_MX.zip fo_FO.zip fr_BE.zip fr_FR.zip \
|
||||
ga_IE.zip gd_GB.zip gl_ES.zip he_IL.zip hr_HR.zip \
|
||||
hu_HU.zip id_ID.zip it_IT.zip ku_TR.zip lt_LT.zip \
|
||||
mg_MG.zip mi_NZ.zip ms_MY.zip nb_NO.zip nl_NL.zip \
|
||||
nn_NO.zip ny_MW.zip pl_PL.zip pt_PT.zip pt_BR.zip \
|
||||
ro_RO.zip rw_RW.zip ru_RU.zip sk_SK.zip sl_SI.zip \
|
||||
sv_SE.zip sw_KE.zip tl_PH.zip tn_ZA.zip uk_UA.zip \
|
||||
zu_ZA.zip
|
||||
|
||||
eo_EO.zip es_ES.zip es_MX.zip fo_FO.zip \
|
||||
fr_BE.zip fr_FR.zip ga_IE.zip gd_GB.zip gl_ES.zip \
|
||||
he_IL.zip hr_HR.zip hu_HU.zip id_ID.zip \
|
||||
it_IT.zip ku_TR.zip lt_LT.zip lv_LV.zip mg_MG.zip \
|
||||
mi_NZ.zip ms_MY.zip nb_NO.zip nl_NL.zip nn_NO.zip \
|
||||
ny_MW.zip pl_PL.zip pt_PT.zip pt_BR.zip ro_RO.zip \
|
||||
ru_RU.zip rw_RW.zip sk_SK.zip sl_SI.zip sv_SE.zip \
|
||||
sw_KE.zip tl_PH.zip tn_ZA.zip uk_UA.zip zu_ZA.zip
|
||||
#?? fi_FI.zip
|
||||
HYPHDIST?= hyph_bg_BG.zip hyph_cs_CZ.zip hyph_da_DK.zip \
|
||||
hyph_de_CH.zip hyph_de_DE.zip hyph_el_GR.zip \
|
||||
hyph_en_CA.zip hyph_en_AU.zip hyph_en_CA.zip \
|
||||
hyph_en_GB.zip hyph_en_NZ.zip hyph_en_US.zip \
|
||||
hyph_es_ES.zip hyph_es_MX.zip hyph_fr_BE.zip \
|
||||
hyph_fr_FR.zip hyph_ga_IE.zip hyph_id_ID.zip \
|
||||
hyph_it_IT.zip hyph_nl_NL.zip hyph_pl_PL.zip \
|
||||
hyph_pt_BR.zip hyph_pt_PT.zip hyph_ro_RO.zip \
|
||||
hyph_ru_RU.zip hyph_sk_SK.zip hyph_sl_SI.zip \
|
||||
hyph_sv_SE.zip hyph_uk_UA.zip
|
||||
|
||||
THESDIST?= thes_bg_BG.zip thes_cs_CZ.zip thes_de_DE.zip \
|
||||
thes_es_ES.zip thes_fr_FR.zip thes_hu_HU.zip \
|
||||
thes_it_IT.zip thes_pl_PL.zip thes_sk_SK.zip
|
||||
hyph_en_AU.zip hyph_en_CA.zip hyph_en_GB.zip \
|
||||
hyph_en_NZ.zip hyph_en_US.zip hyph_es_ES.zip \
|
||||
hyph_es_MX.zip hyph_et_EE.zip \
|
||||
hyph_fr_FR.zip hyph_ga_IE.zip hyph_hu_HU.zip hyph_ia.zip \
|
||||
hyph_id_ID.zip hyph_is_IS.zip hyph_it_IT.zip \
|
||||
hyph_lt_LT.zip hyph_lv_LV.zip hyph_nl_NL.zip \
|
||||
hyph_pl_PL.zip hyph_pt_BR.zip hyph_pt_PT.zip \
|
||||
hyph_ro_RO.zip hyph_ru_RU.zip hyph_sk_SK.zip \
|
||||
hyph_sl_SI.zip hyph_uk_UA.zip
|
||||
#?? hyph_fr_BE.zip hyph_sv_SE.zip
|
||||
THESDIST?= thes_bg_BG.zip thes_cs_CZ.zip thes_de_DE_v2.zip \
|
||||
thes_en_US_v2.zip thes_es_ES.zip thes_fr_FR_v2.zip \
|
||||
thes_hu_HU.zip thes_it_IT.zip thes_pl_PL_v2.zip \
|
||||
thes_sk_SK_v2.zip
|
||||
.endif
|
||||
CUT?= /usr/bin/cut
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <${FILESDIR}/Makefile.localized>
|
||||
|
||||
.if !defined(INSTALLATION_BASEDIR)
|
||||
INSTALLATION_BASEDIR= OpenOffice.org1.1.5
|
||||
.if defined(RDEP)
|
||||
BUILD_DEPENDS= ${DICT_LIST_INST}:${RDEP}
|
||||
RUN_DEPENDS= ${DICT_LIST_INST}:${RDEP}
|
||||
.else
|
||||
BUILD_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice.org-1.1
|
||||
RUN_DEPENDS= ${DICT_LIST_INST}:${PORTSDIR}/editors/openoffice.org-1.1
|
||||
.endif
|
||||
.endif
|
||||
# needed for install stage
|
||||
RUN_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
|
@ -92,18 +91,33 @@ EXTRACT_CMD_L?= unzip
|
|||
EXTRACT_BEFORE_ARGS_L?= -q -o
|
||||
EXTRACT_AFTER_ARGS_L?= -d ${PREFIX}/${DICT_DIR}
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(LOCALIZED_LANG)
|
||||
@${ECHO}
|
||||
@${ECHO} "You can select the language for OOo by making it with:"
|
||||
@${ECHO} "make LOCALIZED_LANG=xx_YY"
|
||||
@${ECHO} "while xx_YY can be one of the following"
|
||||
@${ECHO} "af_ZA bg_BG ca_ES cs_CZ cy_GB en_AU en_CA"
|
||||
@${ECHO} "en_GB en_NZ en_US eo_EO es_ES es_MX"
|
||||
@${ECHO} "fo_FO fr_BE fr_FR ga_IE gd_GB gl_ES he_IL"
|
||||
@${ECHO} "hr_HR hu_HU id_ID is_IS it_IT ku_TR lt_LT"
|
||||
@${ECHO} "lv_LV mg_MG mi_NZ ms_MY nb_NO nl_NL nn_NO"
|
||||
@${ECHO} "ny_MW pl_PL pt_PT pt_BR ro_RO ru_RU rw_RW"
|
||||
@${ECHO} "sk_SK sl_SI sv_SE sw_KE tl_PH tn_ZA uk_UA"
|
||||
@${ECHO} "zu_ZA"
|
||||
@${ECHO}
|
||||
.endif
|
||||
pre-install:
|
||||
.if ! exists(${WRKDIR}/pkg-plist)
|
||||
@${TOUCH} ${WRKDIR}/pkg-plist
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
||||
post-install:
|
||||
@for file in ${LANGDIST}; do \
|
||||
ABRV=`${ECHO_CMD} $${file} | ${SED} -e 's|\.zip||'`; \
|
||||
LANGUAGE=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_.*||'`; \
|
||||
COUNTRY=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|.*_||' | ${CUT} -c 1,2`; \
|
||||
LANGUAGE=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_| |g' | ${AWK} '{print $$1}' `; \
|
||||
COUNTRY=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_| |g' | ${AWK} '{print $$2}' ` ; \
|
||||
if ! ( ${GREP} "DICT $${LANGUAGE} $${COUNTRY}" \
|
||||
${DICT_LIST_INST} > /dev/null && test -z $${DICT_OVERWRITE} ) ; \
|
||||
then \
|
||||
|
@ -133,28 +147,6 @@ post-install:
|
|||
fi" >> ${TMPPLIST} ; \
|
||||
${ECHO} "@unexec ${RM} ${DICT_LIST}.$${LANGUAGE}_$${COUNTRY}" \
|
||||
>> ${TMPPLIST} ; \
|
||||
case $${ABRV} in \
|
||||
de_DE) \
|
||||
${ECHO_MSG} "===> Cross-register spelling dictionary $${ABRV} to $${LANGUAGE}_AT"; \
|
||||
${LN} -fs ${DICT_PATH}/de_DE.aff ${DICT_PATH}/de_AT.aff; \
|
||||
${ECHO} "@exec ${ECHO} \"DICT $${LANGUAGE} AT de_AT\" \
|
||||
>> ${DICT_LIST}" >> ${TMPPLIST} ; \
|
||||
${ECHO_CMD} "DICT $$LANGUAGE AT $${ABRV}" >> ${DICT_LIST_INST} ; \
|
||||
cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type f \
|
||||
| ${GREP} $${LANGUAGE}_AT >> ${TMPPLIST} ; \
|
||||
cd ${PREFIX} && ${FIND} -s ${DICT_DIR} -type l \
|
||||
| ${GREP} $${LANGUAGE}_AT >> ${TMPPLIST} ; \
|
||||
${ECHO} "@unexec ${CP} ${DICT_LIST} \
|
||||
${DICT_LIST}.$${LANGUAGE}_AT" >> ${TMPPLIST} ; \
|
||||
${ECHO} "@unexec \
|
||||
if ! ( ${CAT} ${DICT_LIST}.$${LANGUAGE}_AT | \
|
||||
${GREP} -v -e '^DICT.*$${LANGUAGE}_AT' > ${DICT_LIST} ) ; then \
|
||||
${ECHO_MSG} '===> Notice: ${DICT_LIST} is empty' ; \
|
||||
fi" >> ${TMPPLIST} ; \
|
||||
${ECHO} "@unexec ${RM} ${DICT_LIST}.$${LANGUAGE}_AT" \
|
||||
>> ${TMPPLIST} ; \
|
||||
;; \
|
||||
esac \
|
||||
else \
|
||||
${ECHO_MSG} "===> Dictionary $${LANGUAGE}_$${COUNTRY} already registered"; \
|
||||
${ECHO_MSG} "===> Set DICT_OVERWRITE=YES if you like to overwrite it"; \
|
||||
|
@ -162,8 +154,8 @@ post-install:
|
|||
done
|
||||
@for file in ${HYPHDIST}; do \
|
||||
ABRV=`${ECHO_CMD} $${file} | ${SED} -e 's|\.zip||' -e 's|^hyph_||'`; \
|
||||
LANGUAGE=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_.*||'`; \
|
||||
COUNTRY=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|.*_||' | ${CUT} -c 1,2 | ${TR} "[:lower:]" "[:upper:]"` ; \
|
||||
LANGUAGE=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_| |g' | ${AWK} '{print $$1}' `; \
|
||||
COUNTRY=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_| |g' | ${AWK} '{print $$2}' ` ; \
|
||||
if ! ( ${GREP} "HYPH $${LANGUAGE} $${COUNTRY}" \
|
||||
${DICT_LIST_INST} > /dev/null && test -z $${DICT_OVERWRITE} ) ; \
|
||||
then \
|
||||
|
@ -199,8 +191,8 @@ post-install:
|
|||
done
|
||||
@for file in ${THESDIST}; do \
|
||||
ABRV=`${ECHO_CMD} $${file} | ${SED} -e 's|\.zip||' -e 's|^thes_||'`; \
|
||||
LANGUAGE=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_.*||'`; \
|
||||
COUNTRY=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|.*_||' | ${CUT} -c 1,2 | ${TR} "[:lower:]" "[:upper:]"` ; \
|
||||
LANGUAGE=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_| |g' | ${AWK} '{print $$1}' `; \
|
||||
COUNTRY=`${ECHO_CMD} $${ABRV} | ${SED} -e 's|_| |g' | ${AWK} '{print $$2}' ` ; \
|
||||
if ! ( ${GREP} "THES $${LANGUAGE} $${COUNTRY}" \
|
||||
${DICT_LIST_INST} > /dev/null && test -z $${DICT_OVERWRITE} ) ; \
|
||||
then \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org1.1/af_ZA.zip) = 44a526eb5005fde76c964e4180d47f3f
|
||||
SIZE (openoffice.org1.1/af_ZA.zip) = 595000
|
||||
MD5 (openoffice.org1.1/af_ZA.zip) = 5e8762e116c170b9847f7385c38771f8
|
||||
SIZE (openoffice.org1.1/af_ZA.zip) = 595668
|
||||
MD5 (openoffice.org1.1/bg_BG.zip) = 0619620e36b1a9a45995f939d765fd3e
|
||||
SIZE (openoffice.org1.1/bg_BG.zip) = 257781
|
||||
MD5 (openoffice.org1.1/ca_ES.zip) = 6cea81b3e1101fb277062e7eef4ff720
|
||||
|
@ -28,6 +28,8 @@ MD5 (openoffice.org1.1/en_NZ.zip) = 8ac9e6640d132de29571f81d33012bb8
|
|||
SIZE (openoffice.org1.1/en_NZ.zip) = 222524
|
||||
MD5 (openoffice.org1.1/en_US.zip) = 21f03b559933dc11688a2aa85359902b
|
||||
SIZE (openoffice.org1.1/en_US.zip) = 247657
|
||||
MD5 (openoffice.org1.1/eo_EO.zip) = 444bad467ad99fcc570091534636e20c
|
||||
SIZE (openoffice.org1.1/eo_EO.zip) = 99994
|
||||
MD5 (openoffice.org1.1/es_ES.zip) = bbddbaf60bc6660455fbbd8f52f1d871
|
||||
SIZE (openoffice.org1.1/es_ES.zip) = 196240
|
||||
MD5 (openoffice.org1.1/es_MX.zip) = fdd9254228d29d83d6850c18f25a9aff
|
||||
|
@ -38,8 +40,8 @@ MD5 (openoffice.org1.1/fr_BE.zip) = 63a9d20757795b157136999075ff599a
|
|||
SIZE (openoffice.org1.1/fr_BE.zip) = 15999
|
||||
MD5 (openoffice.org1.1/fr_FR.zip) = 904d799ab36df32cc598a8dc7990649f
|
||||
SIZE (openoffice.org1.1/fr_FR.zip) = 325683
|
||||
MD5 (openoffice.org1.1/ga_IE.zip) = a8fda5dde0a1a4854437c6cef5fa9427
|
||||
SIZE (openoffice.org1.1/ga_IE.zip) = 253735
|
||||
MD5 (openoffice.org1.1/ga_IE.zip) = a18a6981822e489c7623eb81af8929b2
|
||||
SIZE (openoffice.org1.1/ga_IE.zip) = 256050
|
||||
MD5 (openoffice.org1.1/gd_GB.zip) = 7283d945eebf5217dd6f1ee418b72f7f
|
||||
SIZE (openoffice.org1.1/gd_GB.zip) = 53589
|
||||
MD5 (openoffice.org1.1/gl_ES.zip) = 7270162479a5efc8e6acdc61d625fa26
|
||||
|
@ -52,12 +54,14 @@ MD5 (openoffice.org1.1/hu_HU.zip) = e697bbd1025a7f11716d7988fcfba778
|
|||
SIZE (openoffice.org1.1/hu_HU.zip) = 1043349
|
||||
MD5 (openoffice.org1.1/id_ID.zip) = fe0ac356fd725cf1d5197e040fb507fc
|
||||
SIZE (openoffice.org1.1/id_ID.zip) = 117899
|
||||
MD5 (openoffice.org1.1/it_IT.zip) = 76615219b1f96d73abcf61996ad81163
|
||||
SIZE (openoffice.org1.1/it_IT.zip) = 355879
|
||||
MD5 (openoffice.org1.1/it_IT.zip) = 765ffda3d2dadf67da29611819289be5
|
||||
SIZE (openoffice.org1.1/it_IT.zip) = 370114
|
||||
MD5 (openoffice.org1.1/ku_TR.zip) = f84b7f08ee05b0734d302c5536c8b37f
|
||||
SIZE (openoffice.org1.1/ku_TR.zip) = 25503
|
||||
MD5 (openoffice.org1.1/lt_LT.zip) = 3590ba02288c9092340101dca3ddc132
|
||||
SIZE (openoffice.org1.1/lt_LT.zip) = 299954
|
||||
MD5 (openoffice.org1.1/lv_LV.zip) = 1fbeb598066c52fb490c9a58146959e6
|
||||
SIZE (openoffice.org1.1/lv_LV.zip) = 326534
|
||||
MD5 (openoffice.org1.1/mg_MG.zip) = 08f1bb21c5204669b3fd3bac1136d3e8
|
||||
SIZE (openoffice.org1.1/mg_MG.zip) = 61157
|
||||
MD5 (openoffice.org1.1/mi_NZ.zip) = f691ca67df4570821f931574295715b5
|
||||
|
@ -66,26 +70,26 @@ MD5 (openoffice.org1.1/ms_MY.zip) = 4b984b699541c12e1bd81b2f5f7b0050
|
|||
SIZE (openoffice.org1.1/ms_MY.zip) = 87736
|
||||
MD5 (openoffice.org1.1/nb_NO.zip) = 07a58cf9deafa3bacaa8229473d71681
|
||||
SIZE (openoffice.org1.1/nb_NO.zip) = 570688
|
||||
MD5 (openoffice.org1.1/nl_NL.zip) = caab73fe1aaf03a59860765e0b7637f8
|
||||
SIZE (openoffice.org1.1/nl_NL.zip) = 506787
|
||||
MD5 (openoffice.org1.1/nl_NL.zip) = 23f25d3c2a384bb19936f13c4e0d3490
|
||||
SIZE (openoffice.org1.1/nl_NL.zip) = 744387
|
||||
MD5 (openoffice.org1.1/nn_NO.zip) = 9c59e959edba807bd433b4e271077f18
|
||||
SIZE (openoffice.org1.1/nn_NO.zip) = 461730
|
||||
MD5 (openoffice.org1.1/ny_MW.zip) = ce2d9a52eb814bc4d4107cf8d05f32f3
|
||||
SIZE (openoffice.org1.1/ny_MW.zip) = 25312
|
||||
MD5 (openoffice.org1.1/pl_PL.zip) = 635b1f2a8c99c2b61760b03ddca7d5db
|
||||
SIZE (openoffice.org1.1/pl_PL.zip) = 749576
|
||||
MD5 (openoffice.org1.1/pl_PL.zip) = ac74a0749a4c7df3d1a460f94233f756
|
||||
SIZE (openoffice.org1.1/pl_PL.zip) = 779421
|
||||
MD5 (openoffice.org1.1/pt_PT.zip) = 6f44ed7caf6846dca9d539bb390719c4
|
||||
SIZE (openoffice.org1.1/pt_PT.zip) = 135883
|
||||
MD5 (openoffice.org1.1/pt_BR.zip) = 83aa4540283c0049c27271576890fd88
|
||||
SIZE (openoffice.org1.1/pt_BR.zip) = 95391
|
||||
MD5 (openoffice.org1.1/ro_RO.zip) = fc317722349b676211b2be0199403066
|
||||
SIZE (openoffice.org1.1/ro_RO.zip) = 114118
|
||||
MD5 (openoffice.org1.1/rw_RW.zip) = 10174a16ec90bda1003c392b37c1b956
|
||||
SIZE (openoffice.org1.1/rw_RW.zip) = 24373
|
||||
MD5 (openoffice.org1.1/ro_RO.zip) = 04b4713108bbb5c1859eb8e9d7225737
|
||||
SIZE (openoffice.org1.1/ro_RO.zip) = 114142
|
||||
MD5 (openoffice.org1.1/ru_RU.zip) = 67da1e4d594de554a9184568235ab301
|
||||
SIZE (openoffice.org1.1/ru_RU.zip) = 467216
|
||||
MD5 (openoffice.org1.1/sk_SK.zip) = 2cd6e4e2fe7558fe98053b1cb103215d
|
||||
SIZE (openoffice.org1.1/sk_SK.zip) = 559887
|
||||
MD5 (openoffice.org1.1/rw_RW.zip) = 10174a16ec90bda1003c392b37c1b956
|
||||
SIZE (openoffice.org1.1/rw_RW.zip) = 24373
|
||||
MD5 (openoffice.org1.1/sk_SK.zip) = 27f42413c371ffea30401884cd9b54d6
|
||||
SIZE (openoffice.org1.1/sk_SK.zip) = 600579
|
||||
MD5 (openoffice.org1.1/sl_SI.zip) = a79c19d16bc26349bbded16b410616a8
|
||||
SIZE (openoffice.org1.1/sl_SI.zip) = 1178635
|
||||
MD5 (openoffice.org1.1/sv_SE.zip) = 8d9c49a43bfbecec6962c1344914dc8d
|
||||
|
@ -110,8 +114,8 @@ MD5 (openoffice.org1.1/hyph_de_CH.zip) = d8c4f525869c46cc52185356271121ab
|
|||
SIZE (openoffice.org1.1/hyph_de_CH.zip) = 20828
|
||||
MD5 (openoffice.org1.1/hyph_de_DE.zip) = b58540aed1323894242c9c2ff9c51913
|
||||
SIZE (openoffice.org1.1/hyph_de_DE.zip) = 20832
|
||||
MD5 (openoffice.org1.1/hyph_el_GR.zip) = 6fde4ac4ec263432b0cc45e6ad4fdec5
|
||||
SIZE (openoffice.org1.1/hyph_el_GR.zip) = 1872
|
||||
MD5 (openoffice.org1.1/hyph_el_GR.zip) = 73c0d55de8ad750557b0703c5004279e
|
||||
SIZE (openoffice.org1.1/hyph_el_GR.zip) = 1882
|
||||
MD5 (openoffice.org1.1/hyph_en_AU.zip) = 54e447e19a8ed73331afee93415ffaab
|
||||
SIZE (openoffice.org1.1/hyph_en_AU.zip) = 39373
|
||||
MD5 (openoffice.org1.1/hyph_en_CA.zip) = 2f03411f2a8335a84b64a0d7255518de
|
||||
|
@ -126,20 +130,32 @@ MD5 (openoffice.org1.1/hyph_es_ES.zip) = d34ab9eefdb49147c57c01227eeb0c66
|
|||
SIZE (openoffice.org1.1/hyph_es_ES.zip) = 13352
|
||||
MD5 (openoffice.org1.1/hyph_es_MX.zip) = f0e308d132801b593925b14bb5905bb8
|
||||
SIZE (openoffice.org1.1/hyph_es_MX.zip) = 1606
|
||||
MD5 (openoffice.org1.1/hyph_et_EE.zip) = 3033df98b0975299e0b8d3b990f0e155
|
||||
SIZE (openoffice.org1.1/hyph_et_EE.zip) = 28092
|
||||
MD5 (openoffice.org1.1/hyph_fr_BE.zip) = 4548b4c184377148109538892b5e6dea
|
||||
SIZE (openoffice.org1.1/hyph_fr_BE.zip) = 3744
|
||||
MD5 (openoffice.org1.1/hyph_fr_FR.zip) = eb13ba5b369e72bc45f5762745ca4471
|
||||
SIZE (openoffice.org1.1/hyph_fr_FR.zip) = 3741
|
||||
MD5 (openoffice.org1.1/hyph_ga_IE.zip) = bd410dd925853de0dc7e5e117ac2555d
|
||||
SIZE (openoffice.org1.1/hyph_ga_IE.zip) = 20249
|
||||
MD5 (openoffice.org1.1/hyph_hu_HU.zip) = 09fde61c70a7b1c53e22d08b763a5b80
|
||||
SIZE (openoffice.org1.1/hyph_hu_HU.zip) = 56142
|
||||
MD5 (openoffice.org1.1/hyph_ia.zip) = 63752d6c43cb6bc2eb749121ebbd9726
|
||||
SIZE (openoffice.org1.1/hyph_ia.zip) = 2364
|
||||
MD5 (openoffice.org1.1/hyph_id_ID.zip) = f94557d7e57b22fa7e342f1c5bfe88ef
|
||||
SIZE (openoffice.org1.1/hyph_id_ID.zip) = 40402
|
||||
MD5 (openoffice.org1.1/hyph_is_IS.zip) = 448230e966bdf68d5f8abffd18480402
|
||||
SIZE (openoffice.org1.1/hyph_is_IS.zip) = 14246
|
||||
MD5 (openoffice.org1.1/hyph_it_IT.zip) = db546e7bb7cf72fc3c751e70f83ed659
|
||||
SIZE (openoffice.org1.1/hyph_it_IT.zip) = 1603
|
||||
MD5 (openoffice.org1.1/hyph_nl_NL.zip) = ba5c271337479a8f8ddc2a3d6a99b37b
|
||||
SIZE (openoffice.org1.1/hyph_nl_NL.zip) = 41790
|
||||
MD5 (openoffice.org1.1/hyph_pl_PL.zip) = 2f81a155d8aa7479c912ae019eb5bae0
|
||||
SIZE (openoffice.org1.1/hyph_pl_PL.zip) = 11074
|
||||
MD5 (openoffice.org1.1/hyph_lt_LT.zip) = 6d90a1e831f639137077879dacb596cb
|
||||
SIZE (openoffice.org1.1/hyph_lt_LT.zip) = 4838
|
||||
MD5 (openoffice.org1.1/hyph_lv_LV.zip) = 87e79d3a4de1f0400f513de6423ab09e
|
||||
SIZE (openoffice.org1.1/hyph_lv_LV.zip) = 42462
|
||||
MD5 (openoffice.org1.1/hyph_nl_NL.zip) = 6f0b18ce830445ae8337df8913155196
|
||||
SIZE (openoffice.org1.1/hyph_nl_NL.zip) = 55655
|
||||
MD5 (openoffice.org1.1/hyph_pl_PL.zip) = 90add9e0ebc002b04a44079cef529ef9
|
||||
SIZE (openoffice.org1.1/hyph_pl_PL.zip) = 11282
|
||||
MD5 (openoffice.org1.1/hyph_pt_BR.zip) = aec223b5efc1e231015ebd2ae9c359e6
|
||||
SIZE (openoffice.org1.1/hyph_pt_BR.zip) = 1243
|
||||
MD5 (openoffice.org1.1/hyph_pt_PT.zip) = 327989bbbfc9f9d56eb772427a344eb3
|
||||
|
@ -160,17 +176,19 @@ MD5 (openoffice.org1.1/thes_bg_BG.zip) = 630ec215fcf655b99429ca7c97667b8d
|
|||
SIZE (openoffice.org1.1/thes_bg_BG.zip) = 210764
|
||||
MD5 (openoffice.org1.1/thes_cs_CZ.zip) = 687af0e79f63c5eefb08b2485a4f363a
|
||||
SIZE (openoffice.org1.1/thes_cs_CZ.zip) = 155628
|
||||
MD5 (openoffice.org1.1/thes_de_DE.zip) = bb8de5610dd6f16d69193c7e689b081a
|
||||
SIZE (openoffice.org1.1/thes_de_DE.zip) = 446367
|
||||
MD5 (openoffice.org1.1/thes_de_DE_v2.zip) = 7e15b1a380122aa92656611aa5a61f59
|
||||
SIZE (openoffice.org1.1/thes_de_DE_v2.zip) = 917170
|
||||
MD5 (openoffice.org1.1/thes_en_US_v2.zip) = f149b31062699fe904bf3c635b4c9e8b
|
||||
SIZE (openoffice.org1.1/thes_en_US_v2.zip) = 5072729
|
||||
MD5 (openoffice.org1.1/thes_es_ES.zip) = 6bf2f4bbca189d8c0976c84d835e2c72
|
||||
SIZE (openoffice.org1.1/thes_es_ES.zip) = 230867
|
||||
MD5 (openoffice.org1.1/thes_fr_FR.zip) = 061d832c6a6537a61770d3e065e0b1bb
|
||||
SIZE (openoffice.org1.1/thes_fr_FR.zip) = 980381
|
||||
MD5 (openoffice.org1.1/thes_fr_FR_v2.zip) = ee0718fc6c31e39379d32c395e7d5f42
|
||||
SIZE (openoffice.org1.1/thes_fr_FR_v2.zip) = 1832050
|
||||
MD5 (openoffice.org1.1/thes_hu_HU.zip) = 20e4bfe680999629270e1e8b7e2534e5
|
||||
SIZE (openoffice.org1.1/thes_hu_HU.zip) = 423739
|
||||
MD5 (openoffice.org1.1/thes_it_IT.zip) = f8f06c860174e934ac7a7fb42d1f95dc
|
||||
SIZE (openoffice.org1.1/thes_it_IT.zip) = 441225
|
||||
MD5 (openoffice.org1.1/thes_pl_PL.zip) = 53155c916feccd66ee8b9b03a12c9370
|
||||
SIZE (openoffice.org1.1/thes_pl_PL.zip) = 314478
|
||||
MD5 (openoffice.org1.1/thes_sk_SK.zip) = aed8bc7a4b51008fd13dafea8b76947e
|
||||
SIZE (openoffice.org1.1/thes_sk_SK.zip) = 126852
|
||||
MD5 (openoffice.org1.1/thes_it_IT.zip) = 15049d7f50ae36c99b00d18ad01f4610
|
||||
SIZE (openoffice.org1.1/thes_it_IT.zip) = 494258
|
||||
MD5 (openoffice.org1.1/thes_pl_PL_v2.zip) = ec55c22c9d406f1c031978729e8c3bea
|
||||
SIZE (openoffice.org1.1/thes_pl_PL_v2.zip) = 662518
|
||||
MD5 (openoffice.org1.1/thes_sk_SK_v2.zip) = 26c67da6fd2fe486a2ad90e51f3c9446
|
||||
SIZE (openoffice.org1.1/thes_sk_SK_v2.zip) = 244416
|
||||
|
|
396
editors/ooodict-all/files/Makefile.localized
Normal file
396
editors/ooodict-all/files/Makefile.localized
Normal file
|
@ -0,0 +1,396 @@
|
|||
# localized makefile
|
||||
# Whom: Maho Nakata <maho@FreeBSD.org>
|
||||
# $FreeBSD: /tmp/pcvs/ports/editors/ooodict-all/files/Attic/Makefile.localized,v 1.1 2005-11-01 22:18:28 maho Exp $
|
||||
|
||||
.if defined(LOCALIZED_LANG)
|
||||
.if ${LOCALIZED_LANG} == "af_ZA"
|
||||
COMMENT= Afrikaans (South Africa) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= af
|
||||
LANGSUFFIX= ZA
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "bg_BG"
|
||||
COMMENT= Bulgarian (Bulgaria) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= bg
|
||||
LANGSUFFIX= BG
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "ca_ES"
|
||||
COMMENT= Catalan MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= ca
|
||||
LANGSUFFIX= ES
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "cs_CZ"
|
||||
COMMENT= Czech (Czech Republic) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= cs
|
||||
LANGSUFFIX= CZ
|
||||
HAVE_HYPHNATION=yes
|
||||
HAVE_THESORAS= yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "cy_GB"
|
||||
COMMENT= Welsh (Great Britain) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= cy
|
||||
LANGSUFFIX= GB
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "da_DK"
|
||||
COMMENT= Danish (Denmark) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= da
|
||||
LANGSUFFIX= DK
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "de_AT"
|
||||
COMMENT= German (Austria) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= german
|
||||
LANGPREFIX= de
|
||||
LANGSUFFIX= AT
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "de_CH"
|
||||
COMMENT= German (Switzerland) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= german
|
||||
LANGPREFIX= de
|
||||
LANGSUFFIX= CH
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "de_DE"
|
||||
COMMENT= German (Germany) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= german
|
||||
LANGPREFIX= de
|
||||
LANGSUFFIX= DE
|
||||
HAVE_HYPHNATION=yes
|
||||
THESDIST+= thes_de_DE_v2.zip
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "el_GR"
|
||||
COMMENT= Greek (Greece) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= el
|
||||
LANGSUFFIX= GR
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "en_AU"
|
||||
COMMENT= English (Australia) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= en
|
||||
LANGSUFFIX= AU
|
||||
##HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "en_CA"
|
||||
COMMENT= English (Canada) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= en
|
||||
LANGSUFFIX= CA
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "en_GB"
|
||||
COMMENT= English (United Kingdom) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= en
|
||||
LANGSUFFIX= GB
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "en_NZ"
|
||||
COMMENT= English (New Zealand) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= en
|
||||
LANGSUFFIX= NZ
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "en_US"
|
||||
COMMENT= English (United States) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= en
|
||||
LANGSUFFIX= US
|
||||
HAVE_HYPHNATION=yes
|
||||
THESDIST+= thes_en_US_v2.zip
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "eo_EO"
|
||||
COMMENT= XXXXXX
|
||||
LANGPREFIX= eo
|
||||
LANGSUFFIX= EO
|
||||
HAVE_HYPHNATION=yes
|
||||
HAVE_THESORAS= yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "es_ES"
|
||||
COMMENT= Spanish (Spain) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= es
|
||||
LANGSUFFIX= ES
|
||||
HAVE_HYPHNATION=yes
|
||||
HAVE_THESORAS= yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "es_MX"
|
||||
COMMENT= Spanish (Mexico) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= es
|
||||
LANGSUFFIX= MX
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "fi_FI"
|
||||
COMMENT= Finnish (Finland) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= fi
|
||||
LANGSUFFIX= FI
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "fo_FO"
|
||||
COMMENT= Faroese (Faroese Islands) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= fo
|
||||
LANGSUFFIX= FO
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "fr_BE"
|
||||
COMMENT= French (Belgium) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= french
|
||||
LANGPREFIX= fr
|
||||
LANGSUFFIX= BE
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "fr_FR"
|
||||
COMMENT= French (France) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= french
|
||||
LANGPREFIX= fr
|
||||
LANGSUFFIX= FR
|
||||
HAVE_HYPHNATION=yes
|
||||
HAVE_THESORAS= yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "ga_IE"
|
||||
COMMENT= Irish (Ireland) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= ga
|
||||
LANGSUFFIX= IE
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "gd_GB"
|
||||
COMMENT= Gaelic (Great Britain) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= gd
|
||||
LANGSUFFIX= GB
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "gl_ES"
|
||||
COMMENT= Galician (Spain) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= gl
|
||||
LANGSUFFIX= ES
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "he_IL"
|
||||
COMMENT= Hebrew (Israel) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= hebrew
|
||||
LANGPREFIX= he
|
||||
LANGSUFFIX= IL
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "hr_HR"
|
||||
COMMENT= Croatian (Croatia) Myspell dictionary for OpenOffice.org
|
||||
LANGPREFIX= hr
|
||||
LANGSUFFIX= HR
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "hu_HU"
|
||||
COMMENT= Hungarian (Hungary) Myspell dictionary for OpenOffice.org
|
||||
CATEGORIES+= hungarian
|
||||
LANGPREFIX= hu
|
||||
LANGSUFFIX= HU
|
||||
HAVE_THESORAS= yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "id_ID"
|
||||
COMMENT= Indonesian (Indonesia) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= id
|
||||
LANGSUFFIX= ID
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "is_IS"
|
||||
COMMENT= XXXXXXXXXXXXXX
|
||||
LANGPREFIX= is
|
||||
LANGSUFFIX= IS
|
||||
HAVE_HYPHNATION=yes
|
||||
HAVE_THESORAS= yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "it_IT"
|
||||
COMMENT= Italian (Italy) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= it
|
||||
LANGSUFFIX= IT
|
||||
HAVE_HYPHNATION=yes
|
||||
HAVE_THESORAS= yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "ku_TR"
|
||||
COMMENT= Kurdish (Turkey) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= ku
|
||||
LANGSUFFIX= TR
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "lt_LT"
|
||||
COMMENT= Lithuanian (Lithuania) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= lt
|
||||
LANGSUFFIX= LT
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "lv_LV"
|
||||
COMMENT= XXXXXXXXXXXXXX
|
||||
LANGPREFIX= lv
|
||||
LANGSUFFIX= LV
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "mg_MG"
|
||||
COMMENT= Malagasy (MAdagascar) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= mg
|
||||
LANGSUFFIX= MG
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "mi_NZ"
|
||||
COMMENT= Maori (New Zealand) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= mi
|
||||
LANGSUFFIX= NZ
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "ms_MY"
|
||||
COMMENT= Malay (Malaysia) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= ms
|
||||
LANGSUFFIX= MY
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "nb_NO"
|
||||
COMMENT= Norwegian/Bokmal (Norway) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= nb
|
||||
LANGSUFFIX= NO
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "nl_NL"
|
||||
COMMENT= Dutch (Netherland) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= nl
|
||||
LANGSUFFIX= NL
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "nn_NO"
|
||||
COMMENT= Norwegian/Nynorsk (Norway) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= nn
|
||||
LANGSUFFIX= NO
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "ny_MW"
|
||||
COMMENT= Chichewa (Malawi) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= ny
|
||||
LANGSUFFIX= MW
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "pl_PL"
|
||||
COMMENT= Polish (Poland) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES+= polish
|
||||
LANGPREFIX= pl
|
||||
LANGSUFFIX= PL
|
||||
HAVE_HYPHNATION=yes
|
||||
THESDIST+= thes_pl_PL_v2.zip
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "pt_BR"
|
||||
COMMENT= Portuguese (Brasil) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES+= portuguese
|
||||
LANGPREFIX= pt
|
||||
LANGSUFFIX= BR
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "pt_PT"
|
||||
COMMENT= Portuguese (Portugal) MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES+= portuguese
|
||||
LANGPREFIX= pt
|
||||
LANGSUFFIX= PT
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "ro_RO"
|
||||
COMMENT= Romanian (Romania) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= ro
|
||||
LANGSUFFIX= RO
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "ru_RU"
|
||||
COMMENT= Russian MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= russian
|
||||
LANGPREFIX= ru
|
||||
LANGSUFFIX= RU
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "rw_RW"
|
||||
COMMENT= Kinyarwanda (Rwanda) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= rw
|
||||
LANGSUFFIX= RW
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "sk_SK"
|
||||
COMMENT= Slovak MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= sk
|
||||
LANGSUFFIX= SK
|
||||
HAVE_HYPHNATION=yes
|
||||
THESDIST+= thes_sk_SK_v2.zip
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "sl_SI"
|
||||
COMMENT= Slovenian (Slovenia) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= sl
|
||||
LANGSUFFIX= SI
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "sv_SE"
|
||||
COMMENT= Swedish (Sweden) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= sv
|
||||
LANGSUFFIX= SE
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "sw_KE"
|
||||
COMMENT= Kiswahili (Africa) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= sw
|
||||
LANGSUFFIX= KE
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "tl_PH"
|
||||
COMMENT= Tagalog (Philippines) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= tl
|
||||
LANGSUFFIX= PH
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "tn_ZA"
|
||||
COMMENT= Setswana (Africa) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= tn
|
||||
LANGSUFFIX= ZA
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "uk_UA"
|
||||
COMMENT= Ukrainian MySpell dictionary for OpenOffice.org
|
||||
CATEGORIES= ukrainian
|
||||
LANGPREFIX= uk
|
||||
LANGSUFFIX= UA
|
||||
HAVE_HYPHNATION=yes
|
||||
.endif
|
||||
|
||||
.if ${LOCALIZED_LANG} == "zu_ZA"
|
||||
COMMENT= Zulu (Africa) MySpell dictionary for OpenOffice.org
|
||||
LANGPREFIX= zu
|
||||
LANGSUFFIX= ZA
|
||||
.endif
|
||||
|
||||
LANGDIST+= ${LOCALIZED_LANG}.zip
|
||||
.if defined(HAVE_HYPHNATION)
|
||||
HYPHDIST+= hyph_${LOCALIZED_LANG}.zip
|
||||
.endif
|
||||
.if defined(HAVE_THESORAS)
|
||||
THESDIST+= thes_${LOCALIZED_LANG}.zip
|
||||
.endif
|
||||
.endif
|
Loading…
Reference in a new issue