From 3d2710962e6c4681dc0d66603c91eeecbcf5f773 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 18 Jan 2010 20:03:19 +0100 Subject: Update Formula: aspell. Add language dictionaries Handling dictionaries for aspell is quirky. Separate brews for the dictionaries feel strange, just as having all dictionaries in one aspell dictionary brew. Adding the dictionaries as options to aspell does not feel right either, but not having any dictionaries makes aspell useless. --- Library/Formula/aspell.rb | 363 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 363 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/aspell.rb b/Library/Formula/aspell.rb index d0bba8815..4f079fc2e 100644 --- a/Library/Formula/aspell.rb +++ b/Library/Formula/aspell.rb @@ -1,13 +1,376 @@ require 'formula' +class AspellLang