hunspell-es: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 18:02:46 +00:00
parent 5a12c6f477
commit 75990c2801
3 changed files with 0 additions and 95 deletions

View File

@ -1,48 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/hunspell/
-rw-r--r-- root/root usr/share/hunspell/es_AR.aff
-rw-r--r-- root/root usr/share/hunspell/es_AR.dic
-rw-r--r-- root/root usr/share/hunspell/es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_BO.dic
lrwxrwxrwx root/root usr/share/hunspell/es_CL.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_CL.dic
-rw-r--r-- root/root usr/share/hunspell/es_CO.aff
-rw-r--r-- root/root usr/share/hunspell/es_CO.dic
lrwxrwxrwx root/root usr/share/hunspell/es_CR.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_CR.dic
lrwxrwxrwx root/root usr/share/hunspell/es_CU.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_CU.dic
-rw-r--r-- root/root usr/share/hunspell/es_DO.aff
-rw-r--r-- root/root usr/share/hunspell/es_DO.dic
lrwxrwxrwx root/root usr/share/hunspell/es_EC.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_EC.dic
-rw-r--r-- root/root usr/share/hunspell/es_ES.aff
-rw-r--r-- root/root usr/share/hunspell/es_ES.dic
-rw-r--r-- root/root usr/share/hunspell/es_GT.aff
-rw-r--r-- root/root usr/share/hunspell/es_GT.dic
lrwxrwxrwx root/root usr/share/hunspell/es_HN.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_HN.dic
lrwxrwxrwx root/root usr/share/hunspell/es_MX.aff -> es_CO.aff
-rw-r--r-- root/root usr/share/hunspell/es_MX.dic
lrwxrwxrwx root/root usr/share/hunspell/es_NI.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_NI.dic
lrwxrwxrwx root/root usr/share/hunspell/es_PA.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_PA.dic
lrwxrwxrwx root/root usr/share/hunspell/es_PE.aff -> es_CO.aff
-rw-r--r-- root/root usr/share/hunspell/es_PE.dic
-rw-r--r-- root/root usr/share/hunspell/es_PH.aff
-rw-r--r-- root/root usr/share/hunspell/es_PH.dic
lrwxrwxrwx root/root usr/share/hunspell/es_PR.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_PR.dic
lrwxrwxrwx root/root usr/share/hunspell/es_PY.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_PY.dic
lrwxrwxrwx root/root usr/share/hunspell/es_SV.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_SV.dic
lrwxrwxrwx root/root usr/share/hunspell/es_US.aff -> es_PH.aff
-rw-r--r-- root/root usr/share/hunspell/es_US.dic
lrwxrwxrwx root/root usr/share/hunspell/es_UY.aff -> es_BO.aff
-rw-r--r-- root/root usr/share/hunspell/es_UY.dic
lrwxrwxrwx root/root usr/share/hunspell/es_VE.aff -> es_CO.aff
-rw-r--r-- root/root usr/share/hunspell/es_VE.dic
-rw-r--r-- root/root usr/share/hunspell/hyph_es_ANY.dic

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/d4yfrALHgmmyxbGin6psNxmDggXTBX+CAZNq3Z43g6LB0KEUfjUoz+Na1AQ5Si7JablmxsOjfKSm0bXEpYidg8=
SHA256 (Pkgfile) = 06a4053aecf2945a3ac836b7521b6d111c388b2aa27727f84ed5ecfeb7651bb6
SHA256 (.footprint) = c36864f0b040876042f2b9d3622f42125034b8053799f23d0ca5212b354f2b92
SHA256 (hunspell-es-2.5.tar.gz) = ab796a9aacabe85b52e278031d7539e729debad7affcc61a29b3508b5a610f4d

View File

@ -1,42 +0,0 @@
# Description: Hunspell dictionary for Spanish
# URL: https://github.com/sbosio/rla-es/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: hunspell zip unzip
name=hunspell-es
version=2.5
release=1
source=(https://github.com/sbosio/rla-es/archive/v$version/$name-$version.tar.gz)
build() {
cd rla-es-$version
# Generate .oxt files
dicts="$(for i in $(find . -type d -name l10n); do ls $i; done |grep ^es_ |sort |uniq)"
cd $SRC/rla-es-$version/ortograf/herramientas
for dict in $dicts; do
./make_dict.sh -c -l=$dict
done
# Install .aff and .dic files
mkdir -p $PKG/usr/share/hunspell
for i in *.oxt; do
unzip -q -n $i '*.dic' '*.aff' -d $PKG/usr/share/hunspell
done
# Replace duplicate files with symbolic links
cd $PKG/usr/share/hunspell
(md5sum * | sort | uniq --repeated -w 32 --all-repeated=separate; echo) | \
while read sum name; do
if [ -n "$name" ]; then
[ -z "$dups" ] && declare -A dups
dups[${#dups[*]}]=$name
else
for name in ${dups[@]}; do
[ $name != ${dups[0]} ] && ln -s -f ${dups[0]} $name
done
unset dups
fi
done
}