aspell-es: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-04 09:16:44 +00:00
parent 05732d58b9
commit e1f502aac4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 31 deletions

View File

@ -1,10 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/aspell-0.60/
-rw-r--r-- root/root usr/lib/aspell-0.60/castellano.alias
-rw-r--r-- root/root usr/lib/aspell-0.60/es.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/es.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/es.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/es_affix.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/espanol.alias
-rw-r--r-- root/root usr/lib/aspell-0.60/spanish.alias

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xwQMyGvEy6iID7ndCgZ10rB9J1B+RU1WXJ0rLxJj82sAQ/ji7vnaG35DdRZqQ0YZPIK6a5lwU2W+59UvzqLKQs=
SHA256 (Pkgfile) = 6e0b8dcf04b7638a1155c7b9bd8de9b39e01914eb2a447d56594c676447877e6
SHA256 (.footprint) = 50ee94e41035b11af67e03c4a37cf0c735a30590af8652f3bbbd5a72a9621063
SHA256 (aspell6-es-1.11-2.tar.bz2) = ad367fa1e7069c72eb7ae37e4d39c30a44d32a6aa73cedccbd0d06a69018afcc

View File

@ -1,16 +0,0 @@
# Description: Spanish dictionary for aspell
# URL: http://aspell.net
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: aspell
name=aspell-es
version=1.11-2
release=1
source=(ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$version.tar.bz2)
build () {
cd aspell6-es-$version
./configure
make
make DESTDIR=$PKG install
}