This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] aspell: A spell checker designed to eventually replace Ispell


Hi

I would like to adopt and maintain the 'aspell/aspell-dev/aspell-doc and libaspell15'
packages from Gareth Pearce.

 o http://aspell.net/                                (Homepage)
 o ftp://ftp.gnu.org/gnu/aspell/aspell-0.60.5.tar.gz (Download location)


Here are the setup.hint files:

aspell:
=======
sdesc: "A spell checker designed to eventually replace Ispell"
ldesc: "GNU Aspell is a spell checker designed to eventually replace Ispell.  It
can either be used as a library or as an independent spell checker.  Its
main feature is that it does a much better job of suggesting possible
replacements for a misspelled word than just about any other spell
checker out there for the English language.  Unlike Ispell, Aspell can
also easily check documents in UTF-8 without having to use a special
dictionary.  Aspell will also do its best to respect the current locale
setting.  Other advantages over Ispell include support for using
multiple dictionaries at once and intelligently handling personal
dictionaries when more than one Aspell process is open at once."
category: Text
requires: cygwin libaspell15 libncurses8

libaspell15:
============
sdesc: "A spell checker designed to eventually replace Ispell (Libraries)"
ldesc: "GNU Aspell is a spell checker designed to eventually replace Ispell.  It
can either be used as a library or as an independent spell checker.  Its
main feature is that it does a much better job of suggesting possible
replacements for a misspelled word than just about any other spell
checker out there for the English language.  Unlike Ispell, Aspell can
also easily check documents in UTF-8 without having to use a special
dictionary.  Aspell will also do its best to respect the current locale
setting.  Other advantages over Ispell include support for using
multiple dictionaries at once and intelligently handling personal
dictionaries when more than one Aspell process is open at once."
category: Text
requires: cygwin libintl8
external-source: aspell

aspell-doc:
===========
sdesc: "A spell checker designed to eventually replace Ispell (Documentation)"
ldesc: "GNU Aspell is a spell checker designed to eventually replace Ispell.  It
can either be used as a library or as an independent spell checker.  Its
main feature is that it does a much better job of suggesting possible
replacements for a misspelled word than just about any other spell
checker out there for the English language.  Unlike Ispell, Aspell can
also easily check documents in UTF-8 without having to use a special
dictionary.  Aspell will also do its best to respect the current locale
setting.  Other advantages over Ispell include support for using
multiple dictionaries at once and intelligently handling personal
dictionaries when more than one Aspell process is open at once."
category: Text
requires: cygwin
external-source: aspell

aspell-dev:
===========
sdesc: "A spell checker designed to eventually replace Ispell (Development)"
ldesc: "GNU Aspell is a spell checker designed to eventually replace Ispell.  It
can either be used as a library or as an independent spell checker.  Its
main feature is that it does a much better job of suggesting possible
replacements for a misspelled word than just about any other spell
checker out there for the English language.  Unlike Ispell, Aspell can
also easily check documents in UTF-8 without having to use a special
dictionary.  Aspell will also do its best to respect the current locale
setting.  Other advantages over Ispell include support for using
multiple dictionaries at once and intelligently handling personal
dictionaries when more than one Aspell process is open at once."
category: Text
requires: cygwin libaspell15
external-source: aspell

-------------------------------- cut here ------------------------------------
#!/bin/bash

mkdir -p aspell/aspell-dev aspell/aspell-doc aspell/libaspell15

cd aspell
wget http://volkerzell.de/cygwin/ITP/aspell/setup.hint
wget http://volkerzell.de/cygwin/ITP/aspell/aspell-0.60.5-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/aspell/aspell-0.60.5-1.tar.bz2

cd aspell-dev
wget http://volkerzell.de/cygwin/ITP/aspell/aspell-dev/setup.hint
wget http://volkerzell.de/cygwin/ITP/aspell/aspell-dev/aspell-dev-0.60.5-1.tar.bz2

cd ../aspell-doc
wget http://volkerzell.de/cygwin/ITP/aspell/aspell-doc/setup.hint
wget http://volkerzell.de/cygwin/ITP/aspell/aspell-doc/aspell-doc-0.60.5-1.tar.bz2

cd ../libaspell15
wget http://volkerzell.de/cygwin/ITP/aspell/libaspell15/setup.hint
wget http://volkerzell.de/cygwin/ITP/aspell/libaspell15/libaspell15-0.60.5-1.tar.bz2
-------------------------------- cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]