aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/swi-prolog.rb
AgeCommit message (Collapse)Author
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
2011-11-27swi-prolog 5.10.5Adam Vandenberg
2011-08-18SWI-Prolog 5.10.4Birger J. Nordølum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-23swi-prolog: fails_with_llvmAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-01-03Update swi-prologAdam Vandenberg
* Install JPL bridge by default, change switch to turn it off Needs Apple's Java Developer Update 3 * 10.5 needs a newer version of expat than the system version
2010-11-12swi-prolog: Add HEAD buildMichael Dippery
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-06Bumped version of SWI-Prolog to 5.10.2Jonathan Abourbih
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-24swi-prolog - fix jni.h issue & improve X11 supportJonathan Abourbih
Formula no longer includes JPL by default to get around an error that Apple's introduced in OSX 10.6 with broken symlinks to the JNI .h files. Also, now checks for X11 and disables xpce if required, and uses the Homebrew ENV.x11 system to include the appropriate libraries and headers. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-16Update swi-prologJonathan Abourbih
* Add more dependencies * Add option for building the lite version
2010-09-29SWI-Prolog 5.10.1Ville Lautanala
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-30New formula: swi-prologBjörn B. Brandenburg
Formula for SWI Prolog.