summaryrefslogtreecommitdiff
path: root/lang/yap/PLIST
diff options
context:
space:
mode:
authorasau <asau>2010-10-27 12:32:52 +0000
committerasau <asau>2010-10-27 12:32:52 +0000
commit1e43b98475325e1cacb40bf083deac2c20c5c0a9 (patch)
treef9958859d594b71719a05d95114cf3892ecca8b7 /lang/yap/PLIST
parent48a78e45e658814f2e1891de43fde2323eb4d681 (diff)
downloadpkgsrc-1e43b98475325e1cacb40bf083deac2c20c5c0a9.tar.gz
Update to Yap 6.2.0
New in Yap-6.2.0: YAP now includes the ProbLog language, developed at Leuven. Better compatibility with SWI-Prolog, YAP now includes most of the SWI web stuff, the constraint solvers, the plunit code, and the Java and python interfaces. The MYDDAS SQL and odbc interfaces are now integrated and enabled by default. YAP also now includes support for rational numbers, a lot of new math operations, lots of bug fixes, a few engine optimisations. New libraries include Neumerkel's lambda library, a first step at coinduction support, and Nicos excellent R-interface. The co-routing code has been totally cleaned up. Changes in Yap-6.0.7: NEW: YAP_SetYAPFlag (request from Theo Mantadelis). NEW: support div/2 as per WG17. FIXED: restore from / file should just try that file. FIXED: bad things can happen to P when user code is called (obs from Ingo Thon). NEW: coinduction.yap. FIXED: remove leftover files including two lib*.a (obs from Bernd Gutmann). FIXED: Make clean should result in recompiling all *.o (obs from Bernd Gutmann). NEW: Ulrich Neumerkel's lambda library. DELETE: ^/2 and ^/3 as grammar built-ins. FIXED: make install in clpqr was broken if we used local install_sh . DELETE: atan/2 arithmetic function, use atan2/2 instead (WG17). FIXED: compilation in Solaris was broken because of conflict in declaration of gethostname. FIXED: acyclic_term/1 is now built-in (WG17). NEW: subsumes_term/2 (WG17).
Diffstat (limited to 'lang/yap/PLIST')
-rw-r--r--lang/yap/PLIST27
1 files changed, 24 insertions, 3 deletions
diff --git a/lang/yap/PLIST b/lang/yap/PLIST
index 719f8adf401..89022a5297b 100644
--- a/lang/yap/PLIST
+++ b/lang/yap/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2010/08/10 08:26:20 asau Exp $
+@comment $NetBSD: PLIST,v 1.8 2010/10/27 12:32:52 asau Exp $
bin/yap
include/Yap/Atoms.h
include/Yap/Regs.h
@@ -215,6 +215,7 @@ share/Yap/clpr/itf_r.pl
share/Yap/clpr/nf_r.pl
share/Yap/clpr/store_r.pl
share/Yap/cnf.pl
+share/Yap/coinduction.yap
share/Yap/crypt.pl
share/Yap/ctypes.pl
share/Yap/date.pl
@@ -228,6 +229,7 @@ share/Yap/dialect/swi.yap
share/Yap/dialect/swi/INDEX.pl
share/Yap/dialect/swi/listing.pl
share/Yap/dialect/swi/readutil.pl
+share/Yap/dtproblog.yap
share/Yap/error.pl
share/Yap/expand_macros.yap
share/Yap/filesex.pl
@@ -282,6 +284,7 @@ share/Yap/icon_address.pl
share/Yap/iso_639.pl
share/Yap/itries.yap
share/Yap/lam_mpi.yap
+share/Yap/lambda.pl
share/Yap/lineutils.yap
share/Yap/lists.yap
share/Yap/maplist.pl
@@ -347,14 +350,31 @@ share/Yap/pltotex.pl
share/Yap/plunit.pl
share/Yap/prandom.yap
share/Yap/problog.yap
+share/Yap/problog/extlists.yap
share/Yap/problog/flags.yap
+share/Yap/problog/gflags.yap
+share/Yap/problog/hash_table.yap
+share/Yap/problog/intervals.yap
+share/Yap/problog/logger.yap
+share/Yap/problog/mc_DNF_sampling.yap
+share/Yap/problog/os.yap
share/Yap/problog/print.yap
+share/Yap/problog/print_learning.yap
+share/Yap/problog/sampling.yap
+share/Yap/problog/tabling.yap
+share/Yap/problog/timer.yap
share/Yap/problog/tptree.yap
+share/Yap/problog/utils_learning.yap
+share/Yap/problog/variable_elimination.yap
+share/Yap/problog/variables.yap
+share/Yap/problog/version_control.yap
share/Yap/problog_examples/graph.pl
+share/Yap/problog_examples/graph_tabled.pl
share/Yap/problog_examples/learn_graph.pl
+share/Yap/problog_examples/office.pl
+share/Yap/problog_examples/viralmarketing.pl
+share/Yap/problog_examples/viralmarketing_tabled.pl
share/Yap/problog_learning.yap
-share/Yap/problog_learning/flags_learning.yap
-share/Yap/problog_learning/logger.yap
share/Yap/process.pl
share/Yap/prolog_server.pl
share/Yap/prolog_source.pl
@@ -362,6 +382,7 @@ share/Yap/prolog_xref.pl
share/Yap/pwp.pl
share/Yap/queues.yap
share/Yap/quintus.pl
+share/Yap/r_session.yap
share/Yap/random.pl
share/Yap/random.yap
share/Yap/rbtrees.yap