aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/monotone.rb
AgeCommit message (Collapse)Author
2013-09-11monotone: use resourceAdam Vandenberg
2013-08-15Use Hardware::CPU.arch(32|64)_bit in formulaeMisty De Meo
2013-08-08monotone: tighten up commentAdam Vandenberg
2013-07-01Monotone: use Boost 1.49Adam Vandenberg
Closes #19851.
2012-09-26monotone: fix botan checksumAdam Vandenberg
Closes #15146.
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-05-02monotone: fix installation without pre-installed BoostJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-24Add `buildpath` to FormulaAdam Vandenberg
2012-02-15Monotone: builds with LLVM >= 2335Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15Monotone: use an in-keg botan 1.8Jack Nagel
Monotone does not build against botan 1.10.x, so we need to build an ad-hoc botan 1.8 in the Monotone keg. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-30monotone - fix sha1 and clean formulaAdam Vandenberg
2011-03-28monotone 1.0Birger J. Nordølum
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
2011-02-02updated monotone to 0.99.1Camillo Lugaresi
Boost is no longer listed as a dependency: since Monotone only needs the headers, it is downloaded but not built, which greatly reduces the time and disk space used to install monotone. If Boost is already installed, the installed copy is used. Closes #3675. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-23Monotone: update version to 0.48.1David Höppner
2010-10-12Mark scons, cmake & pkg-config as build-time depsAdam Vandenberg
2010-08-26monotone: update version to 0.48David Höppner
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-05-16monotone: update version to 0.47David Höppner
2010-02-12New formula monotoneDavid Höppner
monotone is a free distributed version control system. It provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. It understands history-sensitive merging, lightweight branches, integrated code review and 3rd party testing.