aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-aspell-dictionaries
AgeCommit message (Collapse)Author
2013-09-17Convert brew-aspell-dictionaries to Ruby and output resourcesJack Nagel
This makes the script much more readable, and also allows us to download the language packs into the cache where they can be used when installing aspell.
2013-06-03aspell: fix audit warningJack Nagel
Closes Homebrew/homebrew#19731.
2013-04-21Remove global methods from formulaeSimon Sigurdhsson
Removes any global methods from formulae, and moves #kext_prefix (which seems to be at least somewhat abstractable) into the Formula class. The only formula with global methods is now aspell; it (and its generating script in contrib) has been changed to prefix that method with `aspell_`, to minimize the risk of name collisions. Closes Homebrew/homebrew#19331. Closes Homebrew/homebrew#19343. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-18Rename Library/Contributions/cmds -> cmd.Mike McQuaid