Subject: CVS commit: pkgsrc/lang/yap
From: Aleksej Saushev
Date: 2010-08-10 09:49:57
Message id: 20100810074957.D3F94175DD@cvs.netbsd.org

Log Message:
Update to Yap 6.0.6

Highlights:

- configure system rewritten and simplified
- better emulation of SWI, especially of C-interface, allows:
  o port of SWI  packages: sgml and plunit work better, clib, RDF,
    zlib and http seem to be working well, semweb compiles
  o better integration with C: it is now possible to call YAP from JPL
    reliably (all tests in the demos/java directory succeed in Linux)
  o it is now possible to create a stream with SWI routines and use
    YAP IO (parser, writer) on it
  o pyswip: YAP now includes a version of the pyswip package for
    experimentation: all the demos seem to be work (YAP must be compiled
    as a dynamic library)
- compilation in Sun and NetBSD
- YAP can now handle very, very large terms in compiled clauses.
- several new builtins
- improve thread implementation, especially locking in IO routines and indexing
    o fix C thread interface
- fix odbc support in MYDDAS
- fix overflow in ==
- fix bad call to subsumes/2
- new version of trie library, developed by Theo and Ricardo

Files:
RevisionActionfile
1.10modifypkgsrc/lang/yap/Makefile
1.6modifypkgsrc/lang/yap/PLIST
1.8modifypkgsrc/lang/yap/distinfo
1.3modifypkgsrc/lang/yap/patches/patch-ab
1.3modifypkgsrc/lang/yap/patches/patch-ac
1.2modifypkgsrc/lang/yap/patches/patch-af
1.1addpkgsrc/lang/yap/patches/patch-aj