aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/readline.rb
AgeCommit message (Collapse)Author
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-29readline - using collect was sillyAdam Vandenberg
2010-08-29readline: update version to 6.1David Höppner
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-05-19readline 6.0.5Adam Vandenberg
2010-04-06Build readline as universal; more useful that way.Adam Vandenberg
2010-03-17Add a --universal option to readline.Adam Vandenberg
2009-12-17Use --enable-multibyte in Readline.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-25Fix readlineMax Howell
Patches were level 0, not level 1
2009-09-22Fix readline on Snow LeopardMax Howell
The patches broke the build.
2009-09-22Add missing end to readline formula.Miikka Koskinen
2009-09-21Apply patches to readline 6.0Adam Vandenberg
2009-09-21Automatically add keg_only? deps to relevent ENVMax Howell
Eg gettext gets added into LDFLAGS, INCLUDE and that. I hope I got everything that is typical. Prolly not. But we'll find out. Made readline keg_only because the BSD version is provided by OS X, and I don't want bug reports that are tricky to solve due to unexpected differences between the two.
2009-09-14Readline 6.0Clinton R. Nixon
2009-08-10Revert readline to version 5.2, but add patchesAdam Vandenberg
This is because Python 2.6 needs this. As soon as something needs readline 6, we need to support both, which of course we can :)
2009-08-10Apply new ENV capabilities to all existing FormulaeMax Howell
2009-08-02Added Readline formula; updated Python formula.Max Howell