aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/swi-prolog.rb
AgeCommit message (Collapse)Author
2014-12-27Migrate some formula with hard-X11 dependencies.Mike McQuaid
We have the homebrew-x11 tap for this reason so let's migrate everything without any reverse dependencies. Ideally I'd also like to migrate everything that's :recommended and the GTK formulae through there too (or to a dedicated homebrew-gtk).
2014-12-02swi-prolog devel 7.1.27Jack Nagel
2014-11-06swi-prolog devel 7.1.26Leonid Mokrushin
Closes #33972. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-23swi-prolog: update 6.6.6_1 bottle.BrewTestBot
Closes #33528. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-10-23swi-prolog: add openssl dependency, bump develLeonid Mokrushin
2014-10-23swi-prolog: update HEAD urlLeonid Mokrushin
Closes #33518. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-09-27swi-prolog: add 6.6.6 bottle.BrewTestBot
2014-09-27swi-prolog: --devel 7.1.23Brett Koonce
2014-09-03swi-prolog devel 7.1.22Jack Nagel
2014-08-24swi-prolog 7.1.21Jack Nagel
2014-08-21swi-prolog --devel 7.1.20Brett Koonce
2014-07-11swi-prolog devel 7.1.17ehonlia
Closes #30812. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-22swi-prolog 6.6.6/devel 7.1.16Brett Koonce
2014-05-21swi-prolog 6.6.5/devel 7.1.15Brett Koonce
2014-04-24swi-prolog: optional libarchive supportAdam Vandenberg
Also prevent finding a MacPorts installed libarchive. Closes #28666.
2014-04-21swi-prolog (devel) 7.1.13Brett Koonce
2014-03-21swi-prolog 6.6.4, 7.1.10Jack Nagel
2014-03-08swi-prolog 6.6.2/devel 7.1.9Brett Koonce
Closes #27334.
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-15swi-prolog (devel) 7.1.8Brett Koonce
2013-12-19swi-prolog 6.6.1/devel 7.1.4Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-01swi-prolog devel 7.1.1Jack Nagel
2013-11-22swipl 6.6.0 and 7.1.0, install wrappers for all toolsJack Nagel
2013-11-22swi-prolog: install to libexec and wrapAdam Vandenberg
swi-prolog does not like being called through a symlink, so don't Fixes #24323.
2013-11-19swi-prolog devel 6.5.3Jack Nagel
2013-11-14swi-prolog HEAD depends on autoconfJack Nagel
2013-09-07swi-prolog devel 6.5.2Brett Koonce
Closes #22368. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-08-18swi-prolog (devel) 6.5.1Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-05swi-prolog 6.4.1/6.5.0Adam Vandenberg
2013-07-16swi-prolog (devel) 6.3.19Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-06-23use more env helpersAdam Vandenberg
2013-06-17swi-prolog --devel 6.3.17Adam Vandenberg
Closes #20549.
2013-02-19swi-prolog 6.2.6Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-03swi-prolog 6.2.5Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-02swi-prolog 6.2.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94. Turns out one of the "other things" is a dealbreaker. We only create kegs using a formula's canonical name. However, we do not check that this is the case when mapping existing kegs back to formula objects, and thus a keg with a name that happens to be an alias can fool Homebrew into thinking the canonically-named keg exists. So anything that enumerates kegs and then tries to do stuff with the resulting formula objects will just break. This is obviously worse than the debugger being broken, so reverting this for the time being.
2012-11-10Rename readline to gnu-readlineJack Nagel
The Readline class clashes with the Readline module from the Ruby stdlib. This has mostly worked, but with the recent debugging support's integration of IRB, it is no longer possible for them to coexist. So we need to rename it. The implications of this are: - Anything that depends on readline will reinstall it as "gnu-readline". Anything already installed will continue to function. - "brew upgrade readline" will say "gnu-readline not installed", as "readline" is now an alias. - Probably other things. So there are some downsides, but we will just have to deal with them. Fixes #15776.
2012-09-22swi-prolog 6.2.1Brett Koonce
Closes #15053. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-04swi-prolog: fix test, Java and X11 dependencies.Mike McQuaid
2012-08-25swi-prolog: use new dslAdam Vandenberg
2012-08-06Adjust XQuartz/X11 module naming schemeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-01Update formulae for new XQuartz moduleJack Nagel
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-04-12swi-prolog 6.0.2skim
Closes #11612. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-22swi-prolog: builds with LLVM > 2335Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-19swi-prolog 6.0.0Adam Vandenberg