aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elinks.rb
AgeCommit message (Collapse)Author
2012-12-08elinks: fix devel checksumBrian Riddle
Closes #16460. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-26elinks 0.12pre6Trevor Wennblom
Closes #16259. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03elinks: use sha1 for develAdam Vandenberg
2012-08-27elinks: use new dslAdam Vandenberg
2012-07-10Use autotools symbolsAdam Vandenberg
2012-04-19Remove redundant :using specsAdam Vandenberg
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-08elinks --devel 0.12pre5Kevin Nygaard
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28These now depend on automake for Xcode >= 4.3Max Howell
Fixes #10559. Also added missing deps for osm2pgsql. Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2012-02-04elinks: enable 256 colorsJonas Bengtsson
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02Don't fails_with_llvm if MacOS.lion?Max Howell
Not sure how I failed so badly at logic. This should be rewritten so that the build info has a tested MacOS version too. However it seems unlikely that the same LLVM versions on different platforms would have different compile errors. So we'll risk it, and it'll be informative for us too.
2011-09-01slinks builds with LLVMMax Howell
Closes #7359.
2011-06-08elinks: add headTim Gray
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-16elinks - don't use spidermonkeyAdam Vandenberg
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-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
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-10-03Make the elinks formula use gcc-4.2.Mark Imbriaco
2009-08-30Formula for elinksJoshua Peek