From b659e9ce9b321b1dfb9c09017518926fee25b483 Mon Sep 17 00:00:00 2001 From: asau Date: Tue, 23 Nov 2010 21:56:25 +0000 Subject: Update to SWI-Prolog 5.11.9 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. --- lang/swi-prolog-packages/Makefile | 6 ++++-- lang/swi-prolog-packages/PLIST | 13 +++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) (limited to 'lang/swi-prolog-packages') diff --git a/lang/swi-prolog-packages/Makefile b/lang/swi-prolog-packages/Makefile index 9a7fd104202..0050eb44c9a 100644 --- a/lang/swi-prolog-packages/Makefile +++ b/lang/swi-prolog-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2010/05/18 08:29:55 asau Exp $ +# $NetBSD: Makefile,v 1.27 2010/11/23 21:56:25 asau Exp $ .include "../../lang/swi-prolog-lite/Makefile.common" @@ -29,7 +29,7 @@ BUILD_DIRS+= packages INSTALL_DIRS+= packages INSTALLATION_DIRS= bin lib/swi-prolog-${PKGVERSION_NOREV}/bin/${MACHINE_GNU_PLATFORM} \ - lib/swi-prolog-${PKGVERSION_NOREV}/include + lib/swi-prolog-${PKGVERSION_NOREV}/include ${PKGMANDIR}/man1 XPCE_VERSION= 6.6.66 PLIST_SUBST+= XPCE_VERSION=${XPCE_VERSION} @@ -73,6 +73,8 @@ MAKE_ENV+= DISPLAY=${DISPLAY:Q} post-install: teardownx ${RM} -f ${LOCALBASE}/lib/swi-prolog-${SWIPLVERS}/xpce-${XPCE_VERSION}/prolog/lib/.pwd + ${INSTALL_DATA} ${WRKSRC}/packages/xpce/man/xpce-client.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xpce-client.1 + ${INSTALL_DATA} ${WRKSRC}/packages/xpce/man/xpce.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/xpce.1 teardownx: ${ECHO} teardownx: Xvfb-PID: `${CAT} ${WRKDIR}/.Xvfb.pid` sleep 5 diff --git a/lang/swi-prolog-packages/PLIST b/lang/swi-prolog-packages/PLIST index e6f1fe453be..a791f722201 100644 --- a/lang/swi-prolog-packages/PLIST +++ b/lang/swi-prolog-packages/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2010/08/18 22:32:01 asau Exp $ +@comment $NetBSD: PLIST,v 1.8 2010/11/23 21:56:25 asau Exp $ bin/xpce-client lib/swi-prolog-${PKGVERSION}/Makefile lib/swi-prolog-${PKGVERSION}/bin/${MACHINE_GNU_PLATFORM}/xpce @@ -151,16 +151,20 @@ lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_util.pl lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_wiki.pl lib/swi-prolog-${PKGVERSION}/library/pldoc/edit.gif lib/swi-prolog-${PKGVERSION}/library/pldoc/favicon.ico +lib/swi-prolog-${PKGVERSION}/library/pldoc/h1-bg.png lib/swi-prolog-${PKGVERSION}/library/pldoc/hooks.pl +lib/swi-prolog-${PKGVERSION}/library/pldoc/multi-bg.png lib/swi-prolog-${PKGVERSION}/library/pldoc/pldoc.css lib/swi-prolog-${PKGVERSION}/library/pldoc/pldoc.js lib/swi-prolog-${PKGVERSION}/library/pldoc/pldoc.sty lib/swi-prolog-${PKGVERSION}/library/pldoc/pllisting.css +lib/swi-prolog-${PKGVERSION}/library/pldoc/priv-bg.png +lib/swi-prolog-${PKGVERSION}/library/pldoc/private.png +lib/swi-prolog-${PKGVERSION}/library/pldoc/pub-bg.png +lib/swi-prolog-${PKGVERSION}/library/pldoc/public.png lib/swi-prolog-${PKGVERSION}/library/pldoc/reload.gif -lib/swi-prolog-${PKGVERSION}/library/pldoc/source.gif +lib/swi-prolog-${PKGVERSION}/library/pldoc/source.png lib/swi-prolog-${PKGVERSION}/library/pldoc/up.gif -lib/swi-prolog-${PKGVERSION}/library/pldoc/zoomin.gif -lib/swi-prolog-${PKGVERSION}/library/pldoc/zoomout.gif lib/swi-prolog-${PKGVERSION}/library/plunit.pl lib/swi-prolog-${PKGVERSION}/library/porter_stem.pl lib/swi-prolog-${PKGVERSION}/library/process.pl @@ -1191,3 +1195,4 @@ lib/swi-prolog-${PKGVERSION}/xpce-${XPCE_VERSION}/prolog/lib/xref/mkcommon.pl lib/swi-prolog-${PKGVERSION}/xpce-${XPCE_VERSION}/prolog/lib/xref/quintus.pl lib/swi-prolog-${PKGVERSION}/xpce-${XPCE_VERSION}/prolog/lib/xref/sicstus.pl man/man1/xpce-client.1 +man/man1/xpce.1 -- cgit v1.2.3