Hi I would like to adopt and maintain the 'aspell-en' package from Ronald Landheer-Cies.
o ftp://ftp.gnu.org/gnu/aspell/dict/en (Homepage) o ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-6.0-0.tar.bz2 (Download location) Here is the setup.hint file: sdesc: "GNU Aspell 0.60 English Dictionary Package" ldesc: "GNU Aspell 0.60 English Dictionary Package" category: Text requires: cygwin aspell -------------------------------- cut here ------------------------------------ #!/bin/bash mkdir -p aspell/aspell-en cd aspell/aspell-en wget http://volkerzell.de/cygwin/ITP/aspell/aspell-en/setup.hint wget http://volkerzell.de/cygwin/ITP/aspell/aspell-en/aspell-en-6.0.0-1-src.tar.bz2 wget http://volkerzell.de/cygwin/ITP/aspell/aspell-en/aspell-en-6.0.0-1.tar.bz2 -------------------------------- cut here ------------------------------------ Ciao Volker