./lang/swi-prolog-lite, ISO/Edinburgh-style Prolog compiler

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2013Q2, Version: 5.11.18nb2, Package name: swi-prolog-lite-5.11.18nb2, Maintainer: pkgsrc-users

ISO/Edinburgh-style Prolog compiler. Compliant with Part 1 of the ISO
standard for Prolog. Covers all traditional Edinburgh Prolog features
and shares many features with Quintus and SICStus Prolog, including a
compatible module system. Very fast compiler, garbage collection (also
on atoms), fast and powerful C/C++ interface, autoloading,
GNU-readline interface. SWI-Prolog supports architectures with 32-bit
or greater (64-bit) word-length.

This is the core package, packages are available in the
swi-prolog-packages package.


Required to run:
[shells/bash] [devel/gmp] [devel/readline]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2013-07-31 17:18:44 by Matthias Scheler | Files touched by this commit (2)
Log message:
Pullup ticket #4194 - requested by is
lang/swi-prolog-lite: bug fix patch

Revisions pulled up:
- lang/swi-prolog-lite/Makefile                                 1.22
- lang/swi-prolog-lite/files/shlib.pl                           deleted

---
   Module Name:	pkgsrc
   Committed By:	is
   Date:		Fri Jul 26 09:29:35 UTC 2013

   Modified Files:
   	pkgsrc/lang/swi-prolog-lite: Makefile
   Removed Files:
   	pkgsrc/lang/swi-prolog-lite/files: shlib.pl

   Log message:
   Don't overwrite shlib.pl with the really old version from files/ .
   Fixes PR 48067 by Matthias Kretschmer.
   Tests: Backported to 2013Q1, it passes "make test" on NetBSD/i386
   6.1, the PR submitter's quick test as well as the PR submitter's
   extended application that triggered the PR.