From 029f72b1a93430b24b88eb3a72c6114d9f149737 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:09:20 +0200 Subject: Adding upstream version 2:9.1.0016. Signed-off-by: Daniel Baumann --- runtime/spell/nb/main.aap | 78 +++++++++++++++++++++++++++++++++++++++++++++ runtime/spell/nb/nb_NO.diff | 63 ++++++++++++++++++++++++++++++++++++ 2 files changed, 141 insertions(+) create mode 100644 runtime/spell/nb/main.aap create mode 100644 runtime/spell/nb/nb_NO.diff (limited to 'runtime/spell/nb') diff --git a/runtime/spell/nb/main.aap b/runtime/spell/nb/main.aap new file mode 100644 index 0000000..4d445c0 --- /dev/null +++ b/runtime/spell/nb/main.aap @@ -0,0 +1,78 @@ +# Aap recipe for Dutch Vim spell files. + +# Use a freshly compiled Vim if it exists. +@if os.path.exists('../../../src/vim'): + VIM = ../../../src/vim +@else: + :progsearch VIM vim + +SPELLDIR = .. +FILES = nb_NO.aff nb_NO.dic + +all: $SPELLDIR/nb.latin1.spl $SPELLDIR/nb.utf-8.spl ../README_nb.txt + +$SPELLDIR/nb.latin1.spl : $FILES + :sys env LANG=nb_NO.ISO-8859-1 + $VIM -u NONE -e -c "mkspell! $SPELLDIR/nb nb_NO" -c q + +$SPELLDIR/nb.utf-8.spl : $FILES + :sys env LANG=nb_NO.UTF-8 + $VIM -u NONE -e -c "mkspell! $SPELLDIR/nb nb_NO" -c q + +../README_nb.txt : README_nb_NO.txt + :copy $source $target + +# +# Fetching the files from OpenOffice.org. +# +OODIR = http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries +:attr {fetch = $OODIR/%file%} nb_NO.zip + +# The files don't depend on the .zip file so that we can delete it. +# Only download the zip file if the targets don't exist. +nb_NO.aff nb_NO.dic: {buildcheck=} + :assertpkg unzip patch + :fetch nb_NO.zip + :sys $UNZIP nb_NO.zip + :delete nb_NO.zip + @if not os.path.exists('nb_NO.orig.aff'): + :copy nb_NO.aff nb_NO.orig.aff + @if not os.path.exists('nb_NO.orig.dic'): + :copy nb_NO.dic nb_NO.orig.dic + @if os.path.exists('nb_NO.diff'): + :sys patch nb_NO.diff + :sys {force} diff -a -C 1 nb_NO.orig.dic nb_NO.dic >>nb_NO.diff + + +# Check for updated OpenOffice spell files. When there are changes the +# ".new.aff" and ".new.dic" files are left behind for manual inspection. + +check: + :assertpkg unzip diff + :fetch nb_NO.zip + :mkdir tmp + :cd tmp + @try: + @import stat + :sys $UNZIP ../nb_NO.zip + :sys {force} diff ../nb_NO.orig.aff nb_NO.aff >d + @if os.stat('d')[stat.ST_SIZE] > 0: + :copy nb_NO.aff ../nb_NO.new.aff + :sys {force} diff ../nb_NO.orig.dic nb_NO.dic >d + @if os.stat('d')[stat.ST_SIZE] > 0: + :copy nb_NO.dic ../nb_NO.new.dic + @finally: + :cd .. + :delete {r}{f}{q} tmp + :delete nb_NO.zip + + +# vim: set sts=4 sw=4 : diff --git a/runtime/spell/nb/nb_NO.diff b/runtime/spell/nb/nb_NO.diff new file mode 100644 index 0000000..751eb5b --- /dev/null +++ b/runtime/spell/nb/nb_NO.diff @@ -0,0 +1,63 @@ +*** nb_NO.orig.aff Wed Aug 31 18:29:43 2005 +--- nb_NO.aff Wed Aug 31 18:35:09 2005 +*************** +*** 7,8 **** +--- 7,26 ---- + ++ FOL ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ ++ LOW ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ ++ UPP ßÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞÿ ++ ++ SOFOFROM abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ¿ ++ SOFOTO ebctefghejklnnepkrstevvkesebctefghejklnnepkrstevvkeseeeeeeeceeeeeeeedneeeeeeeeeeepseeeeeeeeceeeeeeeedneeeeeeeeeeep? ++ ++ MAP 9 ++ MAP aàáâãäå ++ MAP eèéêë ++ MAP iìíîï ++ MAP oòóôõö ++ MAP uùúûü ++ MAP nñ ++ MAP cç ++ MAP yÿý ++ MAP sß ++ + PFX a Y 1 +*** nb_NO.orig.dic Wed Aug 31 18:29:43 2005 +--- nb_NO.dic Wed Aug 31 18:38:02 2005 +*************** +*** 2,4 **** + a.a +- a.a + a.a.C +--- 2,3 ---- +*************** +*** 15054,15056 **** + cand +- cand/ + cand.act +--- 15053,15054 ---- +*************** +*** 28532,28534 **** + f.o.r +- fôr + fora/G +--- 28530,28531 ---- +*************** +*** 28980,28982 **** + fordøyelsessystem/BCEFGH +- fôre + fôre/BEJtz +--- 28977,28978 ---- +*************** +*** 43532,43534 **** + Idar/J +- idé + idé/AEFGH[z +--- 43528,43529 ---- +*************** +*** 57490,57492 **** + Lambertseter/J +- lamé + lamé/A +--- 57485,57486 ---- -- cgit v1.2.3