summaryrefslogtreecommitdiff
path: root/lang/swi-prolog-packages/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2010-05-16 18:46:10 +0000
committerasau <asau@pkgsrc.org>2010-05-16 18:46:10 +0000
commit5d20477cfb9f2418a41960117bcef17db9f4c2ff (patch)
treeb7da9ca4bf39671214036f893b9a9da27f634902 /lang/swi-prolog-packages/Makefile
parentd132431fe7598451f1d019db3efb5e3e061c7c34 (diff)
downloadpkgsrc-5d20477cfb9f2418a41960117bcef17db9f4c2ff.tar.gz
Update to SWI-Prolog 5.11.0
Notable changes in SWI-Prolog 5.11.0: * ODBC now properly handles locale. This means you can use it with Unicode if you use a UTF-8 based locale. * Recently reported manifest problems around xpce should be fixed with help from Degski. * Message queues can now be destroyed while they have suspended writers, making pipe-like cooperation between threads much easier. * Using set_prolog_flag(qcompile, auto), you can ask the system to automatically maintain quick-load versions of your source-files. This can greatly improve development comfort for really large applications. * Jeff Rosenwald contributed an interface for Google protocol buffers Notable changes in SWI-Prolog 5.9.10: * A lot of stuff has been added to enhance the compatibility to SICStus. This involves some changes to the kernel, some additions to the libraries and starting and populating a SICStus emulation layer. All this was initiated by the with to make the Alpino NLP parser suite (http://www.let.rug.nl/vannoord/alp/Alpino/) available for SWI-Prolog. Thanks to Gertjan van Noord, this is now almost reality (there are some remaining tweaks, notably with the Tcl/Tk interface). * Also various enhancements and fixes to the tabbed-editing support for the built-in editor.
Diffstat (limited to 'lang/swi-prolog-packages/Makefile')
-rw-r--r--lang/swi-prolog-packages/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/swi-prolog-packages/Makefile b/lang/swi-prolog-packages/Makefile
index 61fc8238661..585ea047830 100644
--- a/lang/swi-prolog-packages/Makefile
+++ b/lang/swi-prolog-packages/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2010/03/24 19:43:26 asau Exp $
+# $NetBSD: Makefile,v 1.25 2010/05/16 18:46:11 asau Exp $
.include "../../lang/swi-prolog-lite/Makefile.common"
PKGNAME= swi-prolog-packages-${SWIPLVERS}
-PKGREVISION= 1
+#PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Packages for SWI Prolog