597afd655a
New in 5.11.9 Lots of changes. Mostly relevant to (semantic) web. Also some Windows enhancements, such as better errors from sockets and portability of extended file operations library. New in 5.11.8 This version is exactly the same as version 5.10.2. Mostly a bugfixing release. New 5.11.7 Lots of stuff. The highlight is on environment issues (PlDoc, PceEmacs), but there is a lot of other stuff as well. If you use PlDoc, be aware that the previous release has a security issue. New in 5.11.6 Many bug fixes and big speedup for some RDF applications (notably those involving many graphs). The rest are mainly minor issues. New in 5.11.5 This is a bug-fix release. This version also includes some of the results of the ISO WG17 meeting in Edinburgh. There is a modification to absolute_file_name/3 with regard to directory handling. There is -hopefully- a fix for a weird conflict around Bool when compiling using Macports.
13 lines
427 B
Text
13 lines
427 B
Text
# $NetBSD: Makefile.common,v 1.9 2010/11/23 21:56:25 asau Exp $
|
|
|
|
SWIPLVERS= 5.11.9
|
|
DISTNAME= pl-${SWIPLVERS}
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ \
|
|
http://www.swi-prolog.org/download/devel/src/
|
|
|
|
HOMEPAGE= http://www.swi-prolog.org/
|
|
|
|
DIST_SUBDIR= swi-prolog
|
|
DISTINFO_FILE= ${.CURDIR}/../../lang/swi-prolog-lite/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../lang/swi-prolog-lite/patches
|