Commit Graph

10 Commits (94a63f60a1003d0d4879e9dc1ffce6ee3773fb15)

Author SHA1 Message Date
Alexis Hildebrandt 7fc90c51cf Update Formula: aspell. Fix dictionary install.
Add aspell binaries to $PATH when installing dictionaries,
so that the aspell prezip binary finds its prezip-bin.
If it doesn't it fails silently and installs empty dictionaries.

Signed-off-by: David Höppner <0xffea@gmail.com>
2010-02-08 16:31:32 +01:00
spahl 3362d8b1ba Fixes Homebrew/homebrew#547
Fixed syntax error in aspell formula.
2010-01-24 13:14:45 +00:00
Max Howell 5ea471b2f6 aspell caveats so people know to use --lang 2010-01-24 12:27:40 +00:00
Alexis Hildebrandt e8e56ff489 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.
2010-01-24 12:27:40 +00:00
Max Howell ff08853e2e Revert "Aspell compiles with newer LLVM."
This reverts commit f34d241fa1b43742416192e31271ed80ac427803.

Doesn't seemingly build with LLVM for some people.
2009-12-16 19:24:37 +00:00
Adam Vandenberg 5bb86bda93 Aspell compiles with newer LLVM. 2009-12-12 16:24:16 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell 8515cce8dc Fixes Homebrew/homebrew#88; Aspell doesn't compile with LLVM 2009-10-12 15:46:48 +01:00
Adam Vandenberg 80739bd761 Don't force gcc in Aspell, now that LD is set correctly. 2009-10-02 15:33:29 +01:00
Philip Weaver 43f4d5a124 Add Formula for aspell.
GNU Aspell is a Free and Open Source spell checker designed to eventually
replace Ispell.

A pretty vanilla formula.  I don't know what configure options would be
useful. As it is, it works for me with Emacs.
2009-09-30 01:24:28 +01:00