aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/redland.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12Disable redland mysql support.Mike McQuaid
Closes #3348.
2011-02-12Downgrade redland to 1.0.12 for soprano.Mike McQuaid
2011-02-11Upgrade redland to 1.0.13.Mike McQuaid
2010-10-25Update redland and rasqal to newest versionsjgeiger
http://librdf.org/rasqal/RELEASE.html http://librdf.org/RELEASE.html Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
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.)
2010-01-30Updated redland to 1.0.10.Ryan Shaw
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-12redland: add sqlite store, bdb optionalDavid Höppner
2009-09-21Use new depends_on syntax in all formulaMax Howell
Many formula were imported during the development of the dependency branch.
2009-09-19Redland RDF Library FormulaDavid Höppner
Redland is a set of free software C libraries that provide support for the Resource Description Framework (RDF).