aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/guile.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-15guile: update head version to 1.9.15David Höppner
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam 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-07-16Add ARGV.build_head? and use it.Adam Vandenberg
This allows both "--HEAD" and "-H" to be used consistently, which was the intention in the first place.
2010-06-10Updated guileMartin Kuehl
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Downgraded stable version to 1.8.x * Added head version 1.9.11 * so fix is needed for 1.8 and 1.9
2010-04-30Update guile dependencies.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-29Readline is keg only, so use its prefixMax Howell
The pkg-config stuff should not be necessary as our pkg-config includes our path already.
2009-09-29GNU Guile formulaDavid Höppner
Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs.