aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sqlite.rb
AgeCommit message (Collapse)Author
2012-08-12sqlite: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-17sqlite: Update to 3.7.13Charlie Sharpsteen
2012-06-03SQLite: Update to 3.7.12.1Charlie Sharpsteen
2012-05-15Break long linesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15sqlite 3.7.12Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-08sqlite 3.7.11Jack Nagel
- use buildpath instead of Pathname.pwd - put conditional inside of caveats Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07SQLite: Always enable R-Tree indexCharlie Sharpsteen
This allows the SQLite formula to support the SpatiaLite formula. RTree is also enabled by default in the SQLite build that ships with Lion.
2012-05-07SQLite: Always enable dynamic extensionsCharlie Sharpsteen
This is the configure default, but may as well make it explicit. Without this functionality any library which builds on top of SQLite, such as SpatiaLite, won't work.
2012-05-03Simplify some :usingAdam Vandenberg
2012-01-28sqlite 3.7.10ioxenus
Closes #9838. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-11sqlite: add option to install HTML docsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-10sqlite: "optionally" depend on readlineJack Nagel
Using readline rather than libedit allows, among other things, the sharing of the same line-editing config file (.inputrc) across BSDish and Linux systems. And I'm lazy, and don't want to learn how to configure editline. We currently just throw away :optional when processing dependencies, so if someone really wants libedit instead, we can either make this into an install option (--with-readline) or vice-versa (--with-libedit). Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09sqlite: rework compilation optionsJack Nagel
This enables a couple more compile-time options, along with some minor style cleanups. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-09sqlite 3.7.9Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-14SQLite: Use minimal optimizationDane Springmeyer
-O3/-O2 leads to corrupt rtree indexes on 10.6/10.7 with both gcc and llvm-gcc. This issue also affects SpatiaLite. Closes #8584. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21Sqlite: Add option for contributed functionsLars
Closes #6939. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-06-25sqlite 3.7.7Andrew Nesbitt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-20SQLite 3.7.6.3leafy7382
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-04-21SQLite 3.7.6.2Oliver Galloway-Lunn
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-14SQLite 3.7.6.1Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-12SQLite 3.7.6Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-01sqlite 3.7.5Adam Vandenberg
2010-12-29Update sqlite to 3.7.4.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-15Added --with-fts option to sqlite3 formulaaktowns
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-07Updated formula: sqlite3 3.7.3Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-02sqlite - fix optionsAdam Vandenberg
2010-11-02sqlite --universal optionTojek Anselm
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-25sqlite: update version to 3.7.2David 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-08-06Updated sqlite to 3.7.0.1Kashif Rasul
Fixes a potential database corruption problem and a possible performance regression caused by the introduction of automatic indexing. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-22Update formula sqlite to 3.7.0Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-12Update sqlite to 3.6.23.1Adam Vandenberg
2010-04-08Modified sqlite formula. Added option for R*-Tree moduleBarry Sears
Signed-off-by: David Höppner <0xffea@gmail.com> * white space
2010-03-12sqlite 3.6.23Adam Vandenberg
2010-02-04Update sqlite to 3.6.22Aku Kotkavuo
Signed-off-by: David Höppner <0xffea@gmail.com>
2009-12-12Update Sqlite to 3.6.20Adam 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-08-25Bump sqlite version.Adam Vandenberg
2009-08-10Sqlite (newer than pack-in version)Adam Vandenberg