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/sk/main.aap | 81 +++++++++++++++++++++++++++++++++++++++++++++ runtime/spell/sk/sk_SK.diff | 18 ++++++++++ 2 files changed, 99 insertions(+) create mode 100644 runtime/spell/sk/main.aap create mode 100644 runtime/spell/sk/sk_SK.diff (limited to 'runtime/spell/sk') diff --git a/runtime/spell/sk/main.aap b/runtime/spell/sk/main.aap new file mode 100644 index 0000000..db97355 --- /dev/null +++ b/runtime/spell/sk/main.aap @@ -0,0 +1,81 @@ +# Aap recipe for Slovak 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 = sk_SK.aff sk_SK.dic + +all: $SPELLDIR/sk.iso-8859-2.spl $SPELLDIR/sk.utf-8.spl \ + $SPELLDIR/sk.cp1250.spl ../README_sk.txt + +$SPELLDIR/sk.iso-8859-2.spl : $FILES + :sys env LANG=sk_SK.ISO8859-2 $VIM -u NONE -e -c "mkspell! $SPELLDIR/sk sk_SK" -c q + +$SPELLDIR/sk.utf-8.spl : $FILES + :sys env LANG=sk_SK.UTF-8 $VIM -u NONE -e -c "mkspell! $SPELLDIR/sk sk_SK" -c q + +$SPELLDIR/sk.cp1250.spl : $FILES + :sys $VIM -u NONE -e -c "set enc=cp1250" -c "mkspell! $SPELLDIR/sk sk_SK" -c q + +../README_sk.txt: README_sk_SK.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%} sk_SK.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. +# This is a bit tricky, since the file name includes the date. +sk_SK.aff sk_SK.dic: {buildcheck=} + :assertpkg unzip patch + :fetch sk_SK.zip + :sys $UNZIP sk_SK.zip + :delete sk_SK.zip + @if not os.path.exists('sk_SK.orig.aff'): + :copy sk_SK.aff sk_SK.orig.aff + @if not os.path.exists('sk_SK.orig.dic'): + :copy sk_SK.dic sk_SK.orig.dic + @if os.path.exists('sk_SK.diff'): + :sys patch sk_SK.diff + :sys {force} diff -a -C 1 sk_SK.orig.dic sk_SK.dic >>sk_SK.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 sk_SK.zip + :mkdir tmp + :cd tmp + @try: + @import stat + :sys $UNZIP ../sk_SK.zip + :sys {force} diff ../sk_SK.orig.aff sk_SK.aff >d + @if os.stat('d')[stat.ST_SIZE] > 0: + :copy sk_SK.aff ../sk_SK.new.aff + :sys {force} diff ../sk_SK.orig.dic sk_SK.dic >d + @if os.stat('d')[stat.ST_SIZE] > 0: + :copy sk_SK.dic ../sk_SK.new.dic + @finally: + :cd .. + :delete {r}{f}{q} tmp + :delete sk_SK.zip + + +# vim: set sts=4 sw=4 : diff --git a/runtime/spell/sk/sk_SK.diff b/runtime/spell/sk/sk_SK.diff new file mode 100644 index 0000000..d279fd3 --- /dev/null +++ b/runtime/spell/sk/sk_SK.diff @@ -0,0 +1,18 @@ +*** sk_SK.orig.aff Sun Aug 14 16:48:21 2005 +--- sk_SK.aff Sun Aug 14 16:50:08 2005 +*************** +*** 4,5 **** +--- 4,9 ---- + ++ FOL ±¢³µ¶¨¹º»¼¾¿±²³´µ¶·¸¹º»¼½¾¿àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿ ++ LOW ±¢³µ¶¨¹º»¼¾¿±²³´µ¶·¸¹º»¼½¾¿àáâãäåæçèéêëìíîïðñòóôõöøùúûüýþßÿ ++ UPP ¡¢£¥¦¨©ª«¬®¯±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßÿ ++ + PFX N Y 1 +*** sk_SK.orig.dic Sun Aug 14 16:48:21 2005 +--- sk_SK.dic Sun Aug 14 16:52:23 2005 +*************** +*** 166567,166568 **** + ¾viaka»/NX +- 166567 +--- 166567 ---- -- cgit v1.2.3