git: 45da5da2ad1c - main - lang/swipl: Update to 9.2.2

From: Wen Heping <wen_at_FreeBSD.org>
Date: Mon, 01 Apr 2024 08:33:35 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45da5da2ad1c9a30d2526bcdabd5f2adf3056cfb

commit 45da5da2ad1c9a30d2526bcdabd5f2adf3056cfb
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-04-01 08:31:34 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-04-01 08:33:27 +0000

    lang/swipl: Update to 9.2.2
    
    PR:             277550
    Reported by:    wen@
    Approved by:    maintainer
---
 lang/swipl/Makefile  |   15 +-
 lang/swipl/distinfo  |    6 +-
 lang/swipl/pkg-plist | 1464 ++++++++++++++++++++++++++------------------------
 3 files changed, 771 insertions(+), 714 deletions(-)

diff --git a/lang/swipl/Makefile b/lang/swipl/Makefile
index a56792c06b6c..283e3b5eec94 100644
--- a/lang/swipl/Makefile
+++ b/lang/swipl/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	swi-pl
-DISTVERSION=	9.0.4
-PORTREVISION=	1
+DISTVERSION=	9.2.2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.swi-prolog.org/download/stable/src/
 DISTNAME=	swipl-${DISTVERSION}
@@ -15,14 +14,12 @@ BROKEN_i386=	FAILED: man/lib/clpfdlib.tex
 BROKEN_mips=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
 BROKEN_mips64=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
 
-LIB_DEPENDS=	libpcre.so:devel/pcre \
+LIB_DEPENDS=	libpcre2-posix.so:devel/pcre2 \
 		libossp-uuid.so:misc/ossp-uuid \
 		libyaml.so:textproc/libyaml
 
-BUILD_DEPENDS=	/usr/local/lib/qt5/bin/qmake:devel/qt5-qmake
-
 USES=		cmake compiler:c11 libarchive libedit pathfix pkgconfig \
-		readline shebangfix ssl xorg
+		python readline shebangfix ssl xorg
 USE_XORG=	ice sm x11 xext xft xinerama xpm xt
 
 OPTIONS_DEFINE=		DOCS EXAMPLES GMP ODBC TCMALLOC THREADED XPCE
@@ -30,7 +27,7 @@ OPTIONS_DEFAULT=	GMP ODBC TCMALLOC THREADED XPCE
 OPTIONS_SUB=		yes
 
 MAKE_ENV=	XDG_DATA_DIRS=/dummy
-CMAKE_ARGS=	-DSWIPL_PACKAGES_JAVA=OFF -DBUILD_TESTING=OFF
+CMAKE_ARGS=	-DSWIPL_PACKAGES_JAVA=OFF -DSWIPL_PACKAGES_QT=OFF -DBUILD_TESTING=OFF
 
 
 LDFLAGS+=	-lstdthreads
@@ -86,8 +83,10 @@ LIB_DEPENDS+=	libunwind.so:devel/libunwind
 post-patch:
 	@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
 		${WRKSRC}/packages/cpp/SWI-cpp.h
+	@${REINPLACE_CMD} -e 's/malloc\.h/stdlib.h/' \
+		${WRKSRC}/packages/cpp/SWI-cpp2.h
 	@${REINPLACE_CMD} -e 's|share/pkgconfig|libdata/pkgconfig|' \
-		${WRKSRC}/CMakeLists.txt
+		${WRKSRC}/cmake/LocationsPostPorts.cmake
 
 post-install-XPCE-on:
 	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl}/pl2xpce.so
diff --git a/lang/swipl/distinfo b/lang/swipl/distinfo
index 936276bd8cd9..47fb5f3c6e6a 100644
--- a/lang/swipl/distinfo
+++ b/lang/swipl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681825761
-SHA256 (swipl-9.0.4.tar.gz) = feb2815a51d34fa81cb34e8149830405935a7e1d1c1950461239750baa8b49f0
-SIZE (swipl-9.0.4.tar.gz) = 11854471
+TIMESTAMP = 1709778650
+SHA256 (swipl-9.2.2.tar.gz) = 896fd51196fd3becd574486da75a924f272e8d63332459292b305986cf101fc3
+SIZE (swipl-9.2.2.tar.gz) = 12249775
diff --git a/lang/swipl/pkg-plist b/lang/swipl/pkg-plist
index 017cf9ba7bc4..b3169d2cbcb9 100644
--- a/lang/swipl/pkg-plist
+++ b/lang/swipl/pkg-plist
@@ -2,10 +2,16 @@ bin/swipl
 bin/swipl-ld
 lib/cmake/swipl/SWIPLConfig.cmake
 lib/cmake/swipl/SWIPLConfigVersion.cmake
-lib/cmake/swipl/SWIPLTargets-release.cmake
+lib/cmake/swipl/SWIPLTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/swipl/SWIPLTargets.cmake
 lib/swipl/LICENSE
 lib/swipl/README.md
+lib/swipl/app/README.md
+lib/swipl/app/app.pl
+lib/swipl/app/latex2html.pl
+lib/swipl/app/mqi.pl
+lib/swipl/app/pack.pl
+lib/swipl/app/qlf.pl
 lib/swipl/bin/%%ARCH%%-%%OS%%/swipl
 lib/swipl/bin/%%ARCH%%-%%OS%%/swipl-ld
 lib/swipl/bin/latex2html
@@ -41,424 +47,13 @@ lib/swipl/customize/edit
 lib/swipl/customize/init.pl
 lib/swipl/demo/README.md
 lib/swipl/demo/likes.pl
-%%PORTDOCS%%lib/swipl/doc/Manual/64bits.html
-%%PORTDOCS%%lib/swipl/doc/Manual/Bibliography.html
-%%PORTDOCS%%lib/swipl/doc/Manual/Contents.html
-%%PORTDOCS%%lib/swipl/doc/Manual/DCG.html
-%%PORTDOCS%%lib/swipl/doc/Manual/DDE.html
-%%PORTDOCS%%lib/swipl/doc/Manual/DocIndex.html
-%%PORTDOCS%%lib/swipl/doc/Manual/IDE.html
-%%PORTDOCS%%lib/swipl/doc/Manual/IO.html
-%%PORTDOCS%%lib/swipl/doc/Manual/WFS.html
-%%PORTDOCS%%lib/swipl/doc/Manual/abi-versions.html
-%%PORTDOCS%%lib/swipl/doc/Manual/acknowledge.html
-%%PORTDOCS%%lib/swipl/doc/Manual/aggregate.html
-%%PORTDOCS%%lib/swipl/doc/Manual/allsolutions.html
-%%PORTDOCS%%lib/swipl/doc/Manual/altmoduleapi.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ancestral-cut.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ansiterm.html
-%%PORTDOCS%%lib/swipl/doc/Manual/apply.html
-%%PORTDOCS%%lib/swipl/doc/Manual/arith.html
-%%PORTDOCS%%lib/swipl/doc/Manual/assoc.html
-%%PORTDOCS%%lib/swipl/doc/Manual/attvar.html
-%%PORTDOCS%%lib/swipl/doc/Manual/autoload.html
-%%PORTDOCS%%lib/swipl/doc/Manual/basics.html
-%%PORTDOCS%%lib/swipl/doc/Manual/bidicts.html
-%%PORTDOCS%%lib/swipl/doc/Manual/breakpoint.html
-%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.html
-%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.png
-%%PORTDOCS%%lib/swipl/doc/Manual/builtin.html
-%%PORTDOCS%%lib/swipl/doc/Manual/builtin-statistics.html
-%%PORTDOCS%%lib/swipl/doc/Manual/builtinlist.html
-%%PORTDOCS%%lib/swipl/doc/Manual/by-sa.png
-%%PORTDOCS%%lib/swipl/doc/Manual/charconv.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chario.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chars.html
-%%PORTDOCS%%lib/swipl/doc/Manual/charsio.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chartype.html
-%%PORTDOCS%%lib/swipl/doc/Manual/check.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr-compatibility.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr-debugging.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr-examples.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr-guidelines.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr-intro.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr-syntaxandsemantics.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr-warnings-and-errors.html
-%%PORTDOCS%%lib/swipl/doc/Manual/chr.html
-%%PORTDOCS%%lib/swipl/doc/Manual/clp.html
-%%PORTDOCS%%lib/swipl/doc/Manual/clpb.html
-%%PORTDOCS%%lib/swipl/doc/Manual/clpfd.html
-%%PORTDOCS%%lib/swipl/doc/Manual/clpqr.html
-%%PORTDOCS%%lib/swipl/doc/Manual/cmdline.html
-%%PORTDOCS%%lib/swipl/doc/Manual/compare.html
-%%PORTDOCS%%lib/swipl/doc/Manual/compilation.html
-%%PORTDOCS%%lib/swipl/doc/Manual/consulting.html
-%%PORTDOCS%%lib/swipl/doc/Manual/contrib.html
-%%PORTDOCS%%lib/swipl/doc/Manual/control.html
-%%PORTDOCS%%lib/swipl/doc/Manual/coroutining.html
-%%PORTDOCS%%lib/swipl/doc/Manual/csv.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ctxmodule.html
-%%PORTDOCS%%lib/swipl/doc/Manual/cyclic.html
-%%PORTDOCS%%lib/swipl/doc/Manual/db.html
-%%PORTDOCS%%lib/swipl/doc/Manual/debug-deployed-systems.html
-%%PORTDOCS%%lib/swipl/doc/Manual/debug-determinism.html
-%%PORTDOCS%%lib/swipl/doc/Manual/debug.html
-%%PORTDOCS%%lib/swipl/doc/Manual/debugger.html
-%%PORTDOCS%%lib/swipl/doc/Manual/debugoverview.html
-%%PORTDOCS%%lib/swipl/doc/Manual/defmodule.html
-%%PORTDOCS%%lib/swipl/doc/Manual/delcont.html
-%%PORTDOCS%%lib/swipl/doc/Manual/deployment-options.html
-%%PORTDOCS%%lib/swipl/doc/Manual/dialect-notes.html
-%%PORTDOCS%%lib/swipl/doc/Manual/dialect.html
-%%PORTDOCS%%lib/swipl/doc/Manual/dicts.html
-%%PORTDOCS%%lib/swipl/doc/Manual/dynamic-modules.html
-%%PORTDOCS%%lib/swipl/doc/Manual/dynamic.html
-%%PORTDOCS%%lib/swipl/doc/Manual/edit.html
-%%PORTDOCS%%lib/swipl/doc/Manual/editreload.html
-%%PORTDOCS%%lib/swipl/doc/Manual/engine-examples.html
-%%PORTDOCS%%lib/swipl/doc/Manual/engine-predicates.html
-%%PORTDOCS%%lib/swipl/doc/Manual/engine-resources.html
-%%PORTDOCS%%lib/swipl/doc/Manual/engines.html
-%%PORTDOCS%%lib/swipl/doc/Manual/error.html
-%%PORTDOCS%%lib/swipl/doc/Manual/examineprog.html
-%%PORTDOCS%%lib/swipl/doc/Manual/excepthook.html
-%%PORTDOCS%%lib/swipl/doc/Manual/exception.html
-%%PORTDOCS%%lib/swipl/doc/Manual/exception3.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ext-integration.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ext-issues.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ext-lists.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ext-syntax.html
-%%PORTDOCS%%lib/swipl/doc/Manual/extensions.html
-%%PORTDOCS%%lib/swipl/doc/Manual/fastrw.html
-%%PORTDOCS%%lib/swipl/doc/Manual/files.html
-%%PORTDOCS%%lib/swipl/doc/Manual/findappfile.html
-%%PORTDOCS%%lib/swipl/doc/Manual/findhome.html
-%%PORTDOCS%%lib/swipl/doc/Manual/flags.html
-%%PORTDOCS%%lib/swipl/doc/Manual/forall2.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreign.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreign-streams.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreigninclude.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreignlink.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreignnotes.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreignoverview.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreignthread.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreigntypes.html
-%%PORTDOCS%%lib/swipl/doc/Manual/foreignxmp.html
-%%PORTDOCS%%lib/swipl/doc/Manual/format.html
-%%PORTDOCS%%lib/swipl/doc/Manual/funcsummary.html
-%%PORTDOCS%%lib/swipl/doc/Manual/gemacs.html
-%%PORTDOCS%%lib/swipl/doc/Manual/gensym.html
-%%PORTDOCS%%lib/swipl/doc/Manual/glossary.html
-%%PORTDOCS%%lib/swipl/doc/Manual/guitracer.html
-%%PORTDOCS%%lib/swipl/doc/Manual/gvar.html
-%%PORTDOCS%%lib/swipl/doc/Manual/hack.html
-%%PORTDOCS%%lib/swipl/doc/Manual/heaps.html
-%%PORTDOCS%%lib/swipl/doc/Manual/highorder.html
-%%PORTDOCS%%lib/swipl/doc/Manual/history.html
-%%PORTDOCS%%lib/swipl/doc/Manual/home.gif
-%%PORTDOCS%%lib/swipl/doc/Manual/hooks.html
-%%PORTDOCS%%lib/swipl/doc/Manual/idepreds.html
-%%PORTDOCS%%lib/swipl/doc/Manual/idesummary.html
-%%PORTDOCS%%lib/swipl/doc/Manual/implhistory.html
-%%PORTDOCS%%lib/swipl/doc/Manual/import.html
-%%PORTDOCS%%lib/swipl/doc/Manual/importmodule.html
-%%PORTDOCS%%lib/swipl/doc/Manual/increval.html
-%%PORTDOCS%%lib/swipl/doc/Manual/index.gif
-%%PORTDOCS%%lib/swipl/doc/Manual/index.html
-%%PORTDOCS%%lib/swipl/doc/Manual/info.gif
-%%PORTDOCS%%lib/swipl/doc/Manual/initfile.html
-%%PORTDOCS%%lib/swipl/doc/Manual/initgoal.html
-%%PORTDOCS%%lib/swipl/doc/Manual/intercept.html
-%%PORTDOCS%%lib/swipl/doc/Manual/interrupt.html
-%%PORTDOCS%%lib/swipl/doc/Manual/intlibs.html
-%%PORTDOCS%%lib/swipl/doc/Manual/intro.html
-%%PORTDOCS%%lib/swipl/doc/Manual/iostream.html
-%%PORTDOCS%%lib/swipl/doc/Manual/jitindex.html
-%%PORTDOCS%%lib/swipl/doc/Manual/libpl.html
-%%PORTDOCS%%lib/swipl/doc/Manual/library.html
-%%PORTDOCS%%lib/swipl/doc/Manual/license.html
-%%PORTDOCS%%lib/swipl/doc/Manual/limits.html
-%%PORTDOCS%%lib/swipl/doc/Manual/listing.html
-%%PORTDOCS%%lib/swipl/doc/Manual/lists.html
-%%PORTDOCS%%lib/swipl/doc/Manual/loadfilehook.html
-%%PORTDOCS%%lib/swipl/doc/Manual/locale.html
-%%PORTDOCS%%lib/swipl/doc/Manual/main.html
-%%PORTDOCS%%lib/swipl/doc/Manual/manipatom.html
-%%PORTDOCS%%lib/swipl/doc/Manual/manipmodule.html
-%%PORTDOCS%%lib/swipl/doc/Manual/manipstack.html
-%%PORTDOCS%%lib/swipl/doc/Manual/manipterm.html
-%%PORTDOCS%%lib/swipl/doc/Manual/memory.html
-%%PORTDOCS%%lib/swipl/doc/Manual/metacall.html
-%%PORTDOCS%%lib/swipl/doc/Manual/metapred.html
-%%PORTDOCS%%lib/swipl/doc/Manual/miscarith.html
-%%PORTDOCS%%lib/swipl/doc/Manual/miscpreds.html
-%%PORTDOCS%%lib/swipl/doc/Manual/module-autoload.html
-%%PORTDOCS%%lib/swipl/doc/Manual/modulecompat.html
-%%PORTDOCS%%lib/swipl/doc/Manual/moduleop.html
-%%PORTDOCS%%lib/swipl/doc/Manual/modules.html
-%%PORTDOCS%%lib/swipl/doc/Manual/mt-xpce.html
-%%PORTDOCS%%lib/swipl/doc/Manual/mtoplevel.html
-%%PORTDOCS%%lib/swipl/doc/Manual/navigator.html
-%%PORTDOCS%%lib/swipl/doc/Manual/nb_set.html
-%%PORTDOCS%%lib/swipl/doc/Manual/next.gif
-%%PORTDOCS%%lib/swipl/doc/Manual/occurs.html
-%%PORTDOCS%%lib/swipl/doc/Manual/online-help.html
-%%PORTDOCS%%lib/swipl/doc/Manual/operators.html
-%%PORTDOCS%%lib/swipl/doc/Manual/opsummary.html
-%%PORTDOCS%%lib/swipl/doc/Manual/option.html
-%%PORTDOCS%%lib/swipl/doc/Manual/optparse.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ordsets.html
-%%PORTDOCS%%lib/swipl/doc/Manual/otherlicenses.html
-%%PORTDOCS%%lib/swipl/doc/Manual/overrule.html
-%%PORTDOCS%%lib/swipl/doc/Manual/overview.html
-%%PORTDOCS%%lib/swipl/doc/Manual/packs.html
-%%PORTDOCS%%lib/swipl/doc/Manual/pairs.html
-%%PORTDOCS%%lib/swipl/doc/Manual/pceemacs.html
-%%PORTDOCS%%lib/swipl/doc/Manual/persistency.html
-%%PORTDOCS%%lib/swipl/doc/Manual/pio.html
-%%PORTDOCS%%lib/swipl/doc/Manual/plld.html
-%%PORTDOCS%%lib/swipl/doc/Manual/portabilitystrategies.html
-%%PORTDOCS%%lib/swipl/doc/Manual/portraytext.html
-%%PORTDOCS%%lib/swipl/doc/Manual/practical.html
-%%PORTDOCS%%lib/swipl/doc/Manual/preddesc.html
-%%PORTDOCS%%lib/swipl/doc/Manual/predicate_options.html
-%%PORTDOCS%%lib/swipl/doc/Manual/predsummary.html
-%%PORTDOCS%%lib/swipl/doc/Manual/prev.gif
-%%PORTDOCS%%lib/swipl/doc/Manual/printmsg.html
-%%PORTDOCS%%lib/swipl/doc/Manual/profile.html
-%%PORTDOCS%%lib/swipl/doc/Manual/profnode.png
-%%PORTDOCS%%lib/swipl/doc/Manual/program-resources.html
-%%PORTDOCS%%lib/swipl/doc/Manual/projectfiles.html
-%%PORTDOCS%%lib/swipl/doc/Manual/prolog-event.html
-%%PORTDOCS%%lib/swipl/doc/Manual/prologdebug.html
-%%PORTDOCS%%lib/swipl/doc/Manual/prologjiti.html
-%%PORTDOCS%%lib/swipl/doc/Manual/prologpack.html
-%%PORTDOCS%%lib/swipl/doc/Manual/prologxref.html
-%%PORTDOCS%%lib/swipl/doc/Manual/protect-code.html
-%%PORTDOCS%%lib/swipl/doc/Manual/protocol.html
-%%PORTDOCS%%lib/swipl/doc/Manual/quasiquotations.html
-%%PORTDOCS%%lib/swipl/doc/Manual/quickstart.html
-%%PORTDOCS%%lib/swipl/doc/Manual/random.html
-%%PORTDOCS%%lib/swipl/doc/Manual/rbtrees.html
-%%PORTDOCS%%lib/swipl/doc/Manual/readutil.html
-%%PORTDOCS%%lib/swipl/doc/Manual/record.html
-%%PORTDOCS%%lib/swipl/doc/Manual/reexport.html
-%%PORTDOCS%%lib/swipl/doc/Manual/registry.html
-%%PORTDOCS%%lib/swipl/doc/Manual/resmodules.html
-%%PORTDOCS%%lib/swipl/doc/Manual/runtime.html
-%%PORTDOCS%%lib/swipl/doc/Manual/saved-states.html
-%%PORTDOCS%%lib/swipl/doc/Manual/settings.html
-%%PORTDOCS%%lib/swipl/doc/Manual/signal.html
-%%GMP%%%%PORTDOCS%%lib/swipl/doc/Manual/simplex.html
-%%PORTDOCS%%lib/swipl/doc/Manual/softlicense.html
-%%PORTDOCS%%lib/swipl/doc/Manual/solutionsequences.html
-%%PORTDOCS%%lib/swipl/doc/Manual/sponsor.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ssu.html
-%%PORTDOCS%%lib/swipl/doc/Manual/state-initialization.html
-%%PORTDOCS%%lib/swipl/doc/Manual/statistics.html
-%%PORTDOCS%%lib/swipl/doc/Manual/status.html
-%%PORTDOCS%%lib/swipl/doc/Manual/streamstat.html
-%%PORTDOCS%%lib/swipl/doc/Manual/string.html
-%%PORTDOCS%%lib/swipl/doc/Manual/strings.html
-%%PORTDOCS%%lib/swipl/doc/Manual/summary.html
-%%PORTDOCS%%lib/swipl/doc/Manual/swiorother.html
-%%PORTDOCS%%lib/swipl/doc/Manual/swiprolog.html
-%%PORTDOCS%%lib/swipl/doc/Manual/syntax.html
-%%PORTDOCS%%lib/swipl/doc/Manual/system.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tables.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-about.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-incremental.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-memoize.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-mode-directed.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-monotonic.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-non-termination.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-preds.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-restraints.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-shared.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling-subsumptive.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tabling.html
-%%PORTDOCS%%lib/swipl/doc/Manual/termrw.html
-%%PORTDOCS%%lib/swipl/doc/Manual/terms.html
-%%PORTDOCS%%lib/swipl/doc/Manual/theme.html
-%%PORTDOCS%%lib/swipl/doc/Manual/thmonitor.html
-%%PORTDOCS%%lib/swipl/doc/Manual/thread.html
-%%PORTDOCS%%lib/swipl/doc/Manual/threadcom.html
-%%PORTDOCS%%lib/swipl/doc/Manual/threadcreate.html
-%%PORTDOCS%%lib/swipl/doc/Manual/threadpool.html
-%%PORTDOCS%%lib/swipl/doc/Manual/threads.html
-%%PORTDOCS%%lib/swipl/doc/Manual/threadsync.html
-%%PORTDOCS%%lib/swipl/doc/Manual/thutil.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tnotpure.html
-%%PORTDOCS%%lib/swipl/doc/Manual/toplevel.html
-%%PORTDOCS%%lib/swipl/doc/Manual/topvars.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tracehook.html
-%%PORTDOCS%%lib/swipl/doc/Manual/tty.html
-%%PORTDOCS%%lib/swipl/doc/Manual/typetest.html
-%%PORTDOCS%%lib/swipl/doc/Manual/ugraphs.html
-%%PORTDOCS%%lib/swipl/doc/Manual/up.gif
-%%PORTDOCS%%lib/swipl/doc/Manual/url.html
-%%PORTDOCS%%lib/swipl/doc/Manual/usingmodules.html
-%%PORTDOCS%%lib/swipl/doc/Manual/varnumbers.html
-%%PORTDOCS%%lib/swipl/doc/Manual/wasm-calling.html
-%%PORTDOCS%%lib/swipl/doc/Manual/wasm-js-call.html
-%%PORTDOCS%%lib/swipl/doc/Manual/wasm-loading.html
-%%PORTDOCS%%lib/swipl/doc/Manual/wasm.html
-%%PORTDOCS%%lib/swipl/doc/Manual/whymodules.html
-%%PORTDOCS%%lib/swipl/doc/Manual/widechars.html
-%%PORTDOCS%%lib/swipl/doc/Manual/wwwbrowser.html
-%%PORTDOCS%%lib/swipl/doc/Manual/xref.html
-%%PORTDOCS%%lib/swipl/doc/Manual/xrefchatdep.png
-%%PORTDOCS%%lib/swipl/doc/Manual/xrefchatfile.png
-%%PORTDOCS%%lib/swipl/doc/Manual/yall.html
-%%PORTDOCS%%lib/swipl/doc/Manual/yellow_pages.gif
-%%PORTDOCS%%lib/swipl/doc/manindex.db
-%%PORTDOCS%%lib/swipl/doc/packages/archive.html
-%%PORTDOCS%%lib/swipl/doc/packages/clib.html
-%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/cql.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/bool.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrdif.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrfreeze.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/family.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/fib.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/fibonacci.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/gcd.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/leq.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/listdom.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/primes.chr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/README.md
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/likes.cpp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/likes.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test_cpp.cpp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test_ffi.c
-%%ODBC%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cql/cql_demo.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/README.md
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/calc.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_body.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_client.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_daemon.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_files.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_hello.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_login.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_openid.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_pwp.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_rest.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_threads.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/linux-init-script
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/context.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/index.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp1.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp2.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp3.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp4.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp5.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp6.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp7.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwp8.pwp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/pwp/pwpdb.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/systemd-script.service
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/upstart-script.conf
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/inclpr/benchmarks.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/client.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/server.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/chunking.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/debugging.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/hack.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/index.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/input_output.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/pengine.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/queen.png
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/queens.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/simple.html
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pengines/web/update-jquery
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pldoc/README
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/pldoc/man_server.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/plunit/read.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/plunit/simple.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/bootstrap/README.md
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/bootstrap/common.mk
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/Makefile
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/README.md
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/foo.cpp
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/pb_vector.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/demo/vector_demo.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/eventually_implies.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/Makefile
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/README.md
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/addressbook.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/addressbook.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/addressbook2.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test2.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test2b.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_interop.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_read.cc
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_read.py
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_templates.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_write.cc
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/test_write.py
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/unittest.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/unittest_import.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/interop/unittest_import_public.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/some_message.proto
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/protobufs/some_message.py
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/README.md
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/common.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/prime-node.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/redis/primes.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/client.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/README
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/client/client-cert.p12
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/client/client-cert.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/client/client-key.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/cacert.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/careq.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/crlnumber
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/index.txt
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/index.txt.attr
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/newcerts/9DC08797A0F63F7C.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/newcerts/9DC08797A0F63F7D.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/private/cakey.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/demoCA/serial
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/server/server-cert.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/server/server-key.pem
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/https.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/server.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/ping.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/pong.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/server-loop.sh
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/simple.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/stress_client.pl
-%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/stomp/stress_server.pl
-%%PORTDOCS%%lib/swipl/doc/packages/http.html
-%%PORTDOCS%%lib/swipl/doc/packages/index.html
-%%PORTDOCS%%lib/swipl/doc/packages/libedit.html
-%%PORTDOCS%%lib/swipl/doc/packages/mqi.html
-%%PORTDOCS%%lib/swipl/doc/packages/nlp.html
-%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/odbc.html
-%%PORTDOCS%%lib/swipl/doc/packages/paxos.html
-%%PORTDOCS%%lib/swipl/doc/packages/penarch.png
-%%PORTDOCS%%lib/swipl/doc/packages/pengines.html
-%%PORTDOCS%%lib/swipl/doc/packages/pl2cpp.html
-%%PORTDOCS%%lib/swipl/doc/packages/pldoc.html
-%%PORTDOCS%%lib/swipl/doc/packages/pltpruncolour.png
-%%PORTDOCS%%lib/swipl/doc/packages/pltpsynch.png
-%%PORTDOCS%%lib/swipl/doc/packages/plunit.html
-%%PORTDOCS%%lib/swipl/doc/packages/protobufs.html
-%%PORTDOCS%%lib/swipl/doc/packages/rdf2pl.html
-%%PORTDOCS%%lib/swipl/doc/packages/readline.html
-%%PORTDOCS%%lib/swipl/doc/packages/redis.html
-%%PORTDOCS%%lib/swipl/doc/packages/semweb.html
-%%PORTDOCS%%lib/swipl/doc/packages/sgml.html
-%%PORTDOCS%%lib/swipl/doc/packages/ssl.html
-%%PORTDOCS%%lib/swipl/doc/packages/stomp.html
-%%PORTDOCS%%lib/swipl/doc/packages/table.html
-%%PORTDOCS%%lib/swipl/doc/packages/utf8proc.html
-%%PORTDOCS%%lib/swipl/doc/packages/yaml.html
-%%PORTDOCS%%lib/swipl/doc/packages/zlib.html
-lib/swipl/include/SWI-cpp2.h
 lib/swipl/include/SWI-Prolog.h
 lib/swipl/include/SWI-Stream.h
 lib/swipl/include/SWI-cpp.h
+lib/swipl/include/SWI-cpp2-atommap.h
+lib/swipl/include/SWI-cpp2-plx.h
+lib/swipl/include/SWI-cpp2.cpp
+lib/swipl/include/SWI-cpp2.h
 lib/swipl/include/Yap/YapInterface.h
 lib/swipl/include/sicstus/sicstus.h
 lib/swipl/lib/%%ARCH%%-%%OS%%/archive4pl.so
@@ -471,15 +66,17 @@ lib/swipl/lib/%%ARCH%%-%%OS%%/hashstream.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/http_stream.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/inclpr.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/isub.so
+lib/swipl/lib/%%ARCH%%-%%OS%%/janus.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/json.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/libedit4pl.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9
-lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9.0.4
+lib/swipl/lib/%%ARCH%%-%%OS%%/libswipl.so.9.2.2
 lib/swipl/lib/%%ARCH%%-%%OS%%/md54pl.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/memfile.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/ntriples.so
 %%ODBC%%lib/swipl/lib/%%ARCH%%-%%OS%%/odbc4pl.so
+lib/swipl/lib/%%ARCH%%-%%OS%%/pcre4pl.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/pdt_console.so
 %%XPCE%%lib/swipl/lib/%%ARCH%%-%%OS%%/pl2xpce.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/porter_stem.so
@@ -498,6 +95,7 @@ lib/swipl/lib/%%ARCH%%-%%OS%%/snowball.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/socket.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/ssl4pl.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/streaminfo.so
+lib/swipl/lib/%%ARCH%%-%%OS%%/sweep-module.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/syslog.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/table.so
 lib/swipl/lib/%%ARCH%%-%%OS%%/tex.so
@@ -514,19 +112,11 @@ lib/swipl/lib/%%ARCH%%-%%OS%%/zlib4pl.so
 lib/swipl/lib/swiplserver/LICENSE
 lib/swipl/lib/swiplserver/__init__.py
 lib/swipl/lib/swiplserver/prologmqi.py
-lib/swipl/library/DTD/HTML4.dcl
-lib/swipl/library/DTD/HTML4.dtd
-lib/swipl/library/DTD/HTML4.soc
-lib/swipl/library/DTD/HTML5.dtd
-lib/swipl/library/DTD/HTMLlat1.ent
-lib/swipl/library/DTD/HTMLspec.ent
-lib/swipl/library/DTD/HTMLsym.ent
 lib/swipl/library/INDEX.pl
 lib/swipl/library/aggregate.pl
 lib/swipl/library/ansi_term.pl
 lib/swipl/library/apply.pl
 lib/swipl/library/apply_macros.pl
-lib/swipl/library/archive.pl
 lib/swipl/library/arithmetic.pl
 lib/swipl/library/assoc.pl
 lib/swipl/library/atom.pl
@@ -538,87 +128,21 @@ lib/swipl/library/build/cmake.pl
 lib/swipl/library/build/conan.pl
 lib/swipl/library/build/make.pl
 lib/swipl/library/build/tools.pl
-lib/swipl/library/http/graphql.pl
-lib/swipl/library/c14n2.pl
-lib/swipl/library/cgi.pl
 lib/swipl/library/charsio.pl
 lib/swipl/library/check.pl
 lib/swipl/library/check_installation.pl
 lib/swipl/library/checklast.pl
 lib/swipl/library/checkselect.pl
-lib/swipl/library/chr.pl
-lib/swipl/library/chr/a_star.pl
-lib/swipl/library/chr/binomialheap.pl
-lib/swipl/library/chr/builtins.pl
-lib/swipl/library/chr/chr_compiler_errors.pl
-lib/swipl/library/chr/chr_compiler_options.pl
-lib/swipl/library/chr/chr_compiler_utility.pl
-lib/swipl/library/chr/chr_debug.pl
-lib/swipl/library/chr/chr_hashtable_store.pl
-lib/swipl/library/chr/chr_integertable_store.pl
-lib/swipl/library/chr/chr_messages.pl
-lib/swipl/library/chr/chr_op.pl
-lib/swipl/library/chr/chr_runtime.pl
-lib/swipl/library/chr/chr_translate.pl
-lib/swipl/library/chr/clean_code.pl
-lib/swipl/library/chr/find.pl
-lib/swipl/library/chr/guard_entailment.pl
-lib/swipl/library/chr/listmap.pl
-lib/swipl/library/chr/pairlist.pl
 lib/swipl/library/clp/INDEX.pl
 lib/swipl/library/clp/bounds.pl
 lib/swipl/library/clp/clp_distinct.pl
 lib/swipl/library/clp/clp_events.pl
 lib/swipl/library/clp/clpb.pl
 lib/swipl/library/clp/clpfd.pl
-lib/swipl/library/clp/clpq.pl
-lib/swipl/library/clp/clpq/bb_q.pl
-lib/swipl/library/clp/clpq/bv_q.pl
-lib/swipl/library/clp/clpq/fourmotz_q.pl
-lib/swipl/library/clp/clpq/ineq_q.pl
-lib/swipl/library/clp/clpq/itf_q.pl
-lib/swipl/library/clp/clpq/nf_q.pl
-lib/swipl/library/clp/clpq/store_q.pl
-lib/swipl/library/clp/clpqr/class.pl
-lib/swipl/library/clp/clpqr/dump.pl
-lib/swipl/library/clp/clpqr/geler.pl
-lib/swipl/library/clp/clpqr/highlight.pl
-lib/swipl/library/clp/clpqr/itf.pl
-lib/swipl/library/clp/clpqr/ordering.pl
-lib/swipl/library/clp/clpqr/project.pl
-lib/swipl/library/clp/clpqr/redund.pl
-lib/swipl/library/clp/clpr.pl
-lib/swipl/library/clp/clpr/bb_r.pl
-lib/swipl/library/clp/clpr/bv_r.pl
-lib/swipl/library/clp/clpr/fourmotz_r.pl
-lib/swipl/library/clp/clpr/ineq_r.pl
-lib/swipl/library/clp/clpr/itf_r.pl
-lib/swipl/library/clp/clpr/nf_r.pl
-lib/swipl/library/clp/clpr/store_r.pl
-lib/swipl/library/clp/inclpr.pl
-lib/swipl/library/clp/inclpr/inclpr_consistency.pl
-lib/swipl/library/clp/inclpr/inclpr_core.pl
-lib/swipl/library/clp/inclpr/inclpr_interval_arithmetic.pl
-lib/swipl/library/clp/inclpr/inclpr_inversion.pl
-lib/swipl/library/clp/inclpr/inclpr_natural_interval_extension.pl
-lib/swipl/library/clp/inclpr/inclpr_newton.pl
-lib/swipl/library/clp/inclpr/inclpr_ordering.pl
-lib/swipl/library/clp/inclpr/inclpr_symbolic_processing.pl
 %%GMP%%lib/swipl/library/clp/simplex.pl
 lib/swipl/library/codesio.pl
 lib/swipl/library/coinduction.pl
 lib/swipl/library/console_input.pl
-%%ODBC%%lib/swipl/library/cql/INDEX.pl
-%%ODBC%%lib/swipl/library/cql/cql.pl
-%%ODBC%%lib/swipl/library/cql/cql_autoschema.pl
-%%ODBC%%lib/swipl/library/cql/cql_database.pl
-%%ODBC%%lib/swipl/library/cql/cql_hooks.pl
-%%ODBC%%lib/swipl/library/cql/sql_keywords.pl
-%%ODBC%%lib/swipl/library/cql/sql_parser.pl
-%%ODBC%%lib/swipl/library/cql/sql_tokenizer.pl
-%%ODBC%%lib/swipl/library/cql/sql_write.pl
-lib/swipl/library/crypt.pl
-lib/swipl/library/crypto.pl
 lib/swipl/library/csv.pl
 lib/swipl/library/ctypes.pl
 lib/swipl/library/date.pl
@@ -683,110 +207,333 @@ lib/swipl/library/dialect/yap.pl
 lib/swipl/library/dialect/yap/README.TXT
 lib/swipl/library/dicts.pl
 lib/swipl/library/dif.pl
-lib/swipl/library/doc_files.pl
-lib/swipl/library/doc_http.pl
-lib/swipl/library/doc_latex.pl
-lib/swipl/library/double_metaphone.pl
 lib/swipl/library/edinburgh.pl
 lib/swipl/library/edit.pl
-lib/swipl/library/editline.pl
 lib/swipl/library/error.pl
 lib/swipl/library/explain.pl
+lib/swipl/library/ext/PDT/INDEX.pl
+lib/swipl/library/ext/PDT/pdt_console.pl
+lib/swipl/library/ext/RDF/INDEX.pl
+lib/swipl/library/ext/RDF/rdf.pl
+%%XPCE%%lib/swipl/library/ext/RDF/rdf_diagram.pl
+lib/swipl/library/ext/RDF/rdf_parser.pl
+lib/swipl/library/ext/RDF/rdf_triple.pl
+lib/swipl/library/ext/RDF/rdf_write.pl
+lib/swipl/library/ext/RDF/rewrite_term.pl
+lib/swipl/library/ext/archive/INDEX.pl
+lib/swipl/library/ext/archive/archive.pl
+lib/swipl/library/ext/chr/chr.pl
+lib/swipl/library/ext/chr/chr/a_star.pl
+lib/swipl/library/ext/chr/chr/binomialheap.pl
+lib/swipl/library/ext/chr/chr/builtins.pl
+lib/swipl/library/ext/chr/chr/chr_compiler_errors.pl
+lib/swipl/library/ext/chr/chr/chr_compiler_options.pl
+lib/swipl/library/ext/chr/chr/chr_compiler_utility.pl
+lib/swipl/library/ext/chr/chr/chr_debug.pl
+lib/swipl/library/ext/chr/chr/chr_hashtable_store.pl
+lib/swipl/library/ext/chr/chr/chr_integertable_store.pl
+lib/swipl/library/ext/chr/chr/chr_messages.pl
+lib/swipl/library/ext/chr/chr/chr_op.pl
+lib/swipl/library/ext/chr/chr/chr_runtime.pl
+lib/swipl/library/ext/chr/chr/chr_translate.pl
+lib/swipl/library/ext/chr/chr/clean_code.pl
+lib/swipl/library/ext/chr/chr/find.pl
+lib/swipl/library/ext/chr/chr/guard_entailment.pl
+lib/swipl/library/ext/chr/chr/listmap.pl
+lib/swipl/library/ext/chr/chr/pairlist.pl
+lib/swipl/library/ext/clib/INDEX.pl
+lib/swipl/library/ext/clib/cgi.pl
+lib/swipl/library/ext/clib/crypt.pl
+lib/swipl/library/ext/clib/filesex.pl
+lib/swipl/library/ext/clib/hash_stream.pl
+lib/swipl/library/ext/clib/md5.pl
+lib/swipl/library/ext/clib/memfile.pl
+lib/swipl/library/ext/clib/process.pl
+lib/swipl/library/ext/clib/prolog_server.pl
+lib/swipl/library/ext/clib/prolog_stream.pl
+lib/swipl/library/ext/clib/rlimit.pl
+lib/swipl/library/ext/clib/sched.pl
+lib/swipl/library/ext/clib/sha.pl
+lib/swipl/library/ext/clib/socket.pl
+lib/swipl/library/ext/clib/streaminfo.pl
+lib/swipl/library/ext/clib/streampool.pl
+lib/swipl/library/ext/clib/syslog.pl
+lib/swipl/library/ext/clib/time.pl
+lib/swipl/library/ext/clib/udp_broadcast.pl
+lib/swipl/library/ext/clib/uid.pl
+lib/swipl/library/ext/clib/unix.pl
+lib/swipl/library/ext/clib/uri.pl
+lib/swipl/library/ext/clib/uuid.pl
+lib/swipl/library/ext/clpqr/clpq.pl
+lib/swipl/library/ext/clpqr/clpq/bb_q.pl
+lib/swipl/library/ext/clpqr/clpq/bv_q.pl
+lib/swipl/library/ext/clpqr/clpq/fourmotz_q.pl
+lib/swipl/library/ext/clpqr/clpq/ineq_q.pl
+lib/swipl/library/ext/clpqr/clpq/itf_q.pl
+lib/swipl/library/ext/clpqr/clpq/nf_q.pl
+lib/swipl/library/ext/clpqr/clpq/store_q.pl
+lib/swipl/library/ext/clpqr/clpqr/class.pl
+lib/swipl/library/ext/clpqr/clpqr/dump.pl
+lib/swipl/library/ext/clpqr/clpqr/geler.pl
+lib/swipl/library/ext/clpqr/clpqr/highlight.pl
+lib/swipl/library/ext/clpqr/clpqr/itf.pl
+lib/swipl/library/ext/clpqr/clpqr/ordering.pl
+lib/swipl/library/ext/clpqr/clpqr/project.pl
+lib/swipl/library/ext/clpqr/clpqr/redund.pl
+lib/swipl/library/ext/clpqr/clpr.pl
+lib/swipl/library/ext/clpqr/clpr/bb_r.pl
+lib/swipl/library/ext/clpqr/clpr/bv_r.pl
+lib/swipl/library/ext/clpqr/clpr/fourmotz_r.pl
+lib/swipl/library/ext/clpqr/clpr/ineq_r.pl
+lib/swipl/library/ext/clpqr/clpr/itf_r.pl
+lib/swipl/library/ext/clpqr/clpr/nf_r.pl
+lib/swipl/library/ext/clpqr/clpr/store_r.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/INDEX.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/cql.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/cql_autoschema.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/cql_database.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/cql_hooks.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/sql_keywords.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/sql_parser.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/sql_tokenizer.pl
+%%ODBC%%lib/swipl/library/ext/cql/cql/sql_write.pl
+lib/swipl/library/ext/http/http/INDEX.pl
+lib/swipl/library/ext/http/http/README.md
+lib/swipl/library/ext/http/http/ax.pl
+lib/swipl/library/ext/http/http/dcg_basics.pl
+lib/swipl/library/ext/http/http/graphql.pl
+lib/swipl/library/ext/http/http/html_head.pl
+lib/swipl/library/ext/http/http/html_quasiquotations.pl
+lib/swipl/library/ext/http/http/html_write.pl
+lib/swipl/library/ext/http/http/http_authenticate.pl
+lib/swipl/library/ext/http/http/http_client.pl
+lib/swipl/library/ext/http/http/http_cookie.pl
+lib/swipl/library/ext/http/http/http_cors.pl
+lib/swipl/library/ext/http/http/http_digest.pl
+lib/swipl/library/ext/http/http/http_dirindex.pl
+lib/swipl/library/ext/http/http/http_dispatch.pl
+lib/swipl/library/ext/http/http/http_dyn_workers.pl
+lib/swipl/library/ext/http/http/http_error.pl
+lib/swipl/library/ext/http/http/http_exception.pl
+lib/swipl/library/ext/http/http/http_files.pl
+lib/swipl/library/ext/http/http/http_header.pl
+lib/swipl/library/ext/http/http/http_hook.pl
+lib/swipl/library/ext/http/http/http_host.pl
+lib/swipl/library/ext/http/http/http_json.pl
+lib/swipl/library/ext/http/http/http_load.pl
+lib/swipl/library/ext/http/http/http_log.pl
+lib/swipl/library/ext/http/http/http_multipart_plugin.pl
+lib/swipl/library/ext/http/http/http_open.pl
+lib/swipl/library/ext/http/http/http_openid.pl
+lib/swipl/library/ext/http/http/http_parameters.pl
+lib/swipl/library/ext/http/http/http_path.pl
+lib/swipl/library/ext/http/http/http_proxy.pl
+lib/swipl/library/ext/http/http/http_pwp.pl
+lib/swipl/library/ext/http/http/http_redis_plugin.pl
+lib/swipl/library/ext/http/http/http_server.pl
+lib/swipl/library/ext/http/http/http_server_files.pl
+lib/swipl/library/ext/http/http/http_session.pl
+lib/swipl/library/ext/http/http/http_sgml_plugin.pl
+lib/swipl/library/ext/http/http/http_stream.pl
+lib/swipl/library/ext/http/http/http_unix_daemon.pl
+lib/swipl/library/ext/http/http/http_wrapper.pl
+lib/swipl/library/ext/http/http/hub.pl
+lib/swipl/library/ext/http/http/js_grammar.pl
+lib/swipl/library/ext/http/http/js_write.pl
+lib/swipl/library/ext/http/http/json.pl
+lib/swipl/library/ext/http/http/json_convert.pl
+lib/swipl/library/ext/http/http/mimepack.pl
+lib/swipl/library/ext/http/http/mimetype.pl
+lib/swipl/library/ext/http/http/term_html.pl
+lib/swipl/library/ext/http/http/thread_httpd.pl
+lib/swipl/library/ext/http/http/web/css/dirindex.css
+lib/swipl/library/ext/http/http/web/css/openid.css
+lib/swipl/library/ext/http/http/web/icons/back.png
+lib/swipl/library/ext/http/http/web/icons/c.png
+lib/swipl/library/ext/http/http/web/icons/compressed.png
+lib/swipl/library/ext/http/http/web/icons/folder.png
+lib/swipl/library/ext/http/http/web/icons/generic.png
+lib/swipl/library/ext/http/http/web/icons/layout.png
+lib/swipl/library/ext/http/http/web/icons/openid-logo-square.png
+lib/swipl/library/ext/http/http/web/icons/openid-logo-tiny.png
+lib/swipl/library/ext/http/http/websocket.pl
+lib/swipl/library/ext/http/http/yadis.pl
+lib/swipl/library/ext/inclpr/inclpr.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_consistency.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_core.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_interval_arithmetic.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_inversion.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_natural_interval_extension.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_newton.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_ordering.pl
+lib/swipl/library/ext/inclpr/inclpr/inclpr_symbolic_processing.pl
+lib/swipl/library/ext/libedit/INDEX.pl
+lib/swipl/library/ext/libedit/editline.pl
+lib/swipl/library/ext/ltx2htm/icons/home.gif
+lib/swipl/library/ext/ltx2htm/icons/index.gif
+lib/swipl/library/ext/ltx2htm/icons/info.gif
+lib/swipl/library/ext/ltx2htm/icons/next.gif
+lib/swipl/library/ext/ltx2htm/icons/prev.gif
+lib/swipl/library/ext/ltx2htm/icons/up.gif
+lib/swipl/library/ext/ltx2htm/icons/yellow_pages.gif
+lib/swipl/library/ext/ltx2htm/latex.cmd
+lib/swipl/library/ext/ltx2htm/latex2html.css
+lib/swipl/library/ext/ltx2htm/latex2html.pl
+lib/swipl/library/ext/ltx2htm/pldoc.cmd
+lib/swipl/library/ext/ltx2htm/sty_pldoc.pl
+lib/swipl/library/ext/ltx2htm/sty_xpce.pl
+lib/swipl/library/ext/ltx2htm/xpce.cmd
+lib/swipl/library/ext/mqi/INDEX.pl
+lib/swipl/library/ext/mqi/mqi.pl
+lib/swipl/library/ext/nlp/INDEX.pl
+lib/swipl/library/ext/nlp/double_metaphone.pl
+lib/swipl/library/ext/nlp/isub.pl
+lib/swipl/library/ext/nlp/porter_stem.pl
+lib/swipl/library/ext/nlp/snowball.pl
+lib/swipl/library/ext/odbc/INDEX.pl
+lib/swipl/library/ext/odbc/odbc.pl
+lib/swipl/library/ext/paxos/INDEX.pl
+lib/swipl/library/ext/paxos/paxos.pl
+lib/swipl/library/ext/pcre/INDEX.pl
+lib/swipl/library/ext/pcre/pcre.pl
+lib/swipl/library/ext/pengines/INDEX.pl
+lib/swipl/library/ext/pengines/http/web/css/plterm.css
+lib/swipl/library/ext/pengines/http/web/js/pengines.js
+lib/swipl/library/ext/pengines/pengines.pl
+lib/swipl/library/ext/pengines/pengines_io.pl
+lib/swipl/library/ext/pengines/pengines_sandbox.pl
+lib/swipl/library/ext/pengines/term_to_json.pl
+lib/swipl/library/ext/pldoc/INDEX.pl
+lib/swipl/library/ext/pldoc/doc_files.pl
+lib/swipl/library/ext/pldoc/doc_http.pl
+lib/swipl/library/ext/pldoc/doc_latex.pl
+lib/swipl/library/ext/pldoc/doc_markdown.pl
+lib/swipl/library/ext/pldoc/pldoc.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_access.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_colour.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_html.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_html.qlf
+lib/swipl/library/ext/pldoc/pldoc/doc_htmlsrc.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_index.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_library.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_man.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_modes.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_pack.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_process.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_register.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_search.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_util.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_wiki.pl
+lib/swipl/library/ext/pldoc/pldoc/doc_words.pl
+lib/swipl/library/ext/pldoc/pldoc/edit.png
+lib/swipl/library/ext/pldoc/pldoc/editpred.png
+lib/swipl/library/ext/pldoc/pldoc/favicon.ico
+lib/swipl/library/ext/pldoc/pldoc/h1-bg.png
+lib/swipl/library/ext/pldoc/pldoc/h2-bg.png
+lib/swipl/library/ext/pldoc/pldoc/hooks.pl
+lib/swipl/library/ext/pldoc/pldoc/man_index.pl
+lib/swipl/library/ext/pldoc/pldoc/multi-bg.png
+lib/swipl/library/ext/pldoc/pldoc/pldoc.css
+lib/swipl/library/ext/pldoc/pldoc/pldoc.js
+lib/swipl/library/ext/pldoc/pldoc/pldoc.sty
+lib/swipl/library/ext/pldoc/pldoc/pllisting.css
+lib/swipl/library/ext/pldoc/pldoc/priv-bg.png
+lib/swipl/library/ext/pldoc/pldoc/private.png
+lib/swipl/library/ext/pldoc/pldoc/pub-bg.png
+lib/swipl/library/ext/pldoc/pldoc/public.png
+lib/swipl/library/ext/pldoc/pldoc/reload.png
+lib/swipl/library/ext/pldoc/pldoc/source.png
+lib/swipl/library/ext/pldoc/pldoc/up.gif
+lib/swipl/library/ext/plunit/INDEX.pl
+lib/swipl/library/ext/plunit/plunit.pl
+lib/swipl/library/ext/plunit/test_wizard.pl
+lib/swipl/library/ext/protobufs/INDEX.pl
+lib/swipl/library/ext/protobufs/protobufs.pl
+lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/INDEX.pl
+lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/INDEX.pl
+lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/compiler/plugin_pb.pl
+lib/swipl/library/ext/protobufs/protobufs/gen_pb/google/protobuf/descriptor_pb.pl
+lib/swipl/library/ext/readline/INDEX.pl
+lib/swipl/library/ext/readline/readline.pl
+lib/swipl/library/ext/redis/INDEX.pl
+lib/swipl/library/ext/redis/redis.pl
+lib/swipl/library/ext/redis/redis_streams.pl
+lib/swipl/library/ext/semweb/semweb/INDEX.pl
+lib/swipl/library/ext/semweb/semweb/rdf11.pl
+lib/swipl/library/ext/semweb/semweb/rdf11_containers.pl
+lib/swipl/library/ext/semweb/semweb/rdf_cache.pl
+lib/swipl/library/ext/semweb/semweb/rdf_compare.pl
+lib/swipl/library/ext/semweb/semweb/rdf_db.pl
+lib/swipl/library/ext/semweb/semweb/rdf_edit.pl
+lib/swipl/library/ext/semweb/semweb/rdf_http_plugin.pl
+lib/swipl/library/ext/semweb/semweb/rdf_library.pl
+lib/swipl/library/ext/semweb/semweb/rdf_litindex.pl
+lib/swipl/library/ext/semweb/semweb/rdf_ntriples.pl
+lib/swipl/library/ext/semweb/semweb/rdf_persistency.pl
+lib/swipl/library/ext/semweb/semweb/rdf_portray.pl
+lib/swipl/library/ext/semweb/semweb/rdf_prefixes.pl
+lib/swipl/library/ext/semweb/semweb/rdf_sandbox.pl
+lib/swipl/library/ext/semweb/semweb/rdf_turtle.pl
+lib/swipl/library/ext/semweb/semweb/rdf_turtle_write.pl
+lib/swipl/library/ext/semweb/semweb/rdf_zlib_plugin.pl
+lib/swipl/library/ext/semweb/semweb/rdfa.pl
+lib/swipl/library/ext/semweb/semweb/rdfs.pl
+lib/swipl/library/ext/semweb/semweb/sparql_client.pl
+lib/swipl/library/ext/semweb/semweb/turtle.pl
+lib/swipl/library/ext/sgml/DTD/HTML4.dcl
+lib/swipl/library/ext/sgml/DTD/HTML4.dtd
+lib/swipl/library/ext/sgml/DTD/HTML4.soc
+lib/swipl/library/ext/sgml/DTD/HTML5.dtd
+lib/swipl/library/ext/sgml/DTD/HTMLlat1.ent
+lib/swipl/library/ext/sgml/DTD/HTMLspec.ent
+lib/swipl/library/ext/sgml/DTD/HTMLsym.ent
+lib/swipl/library/ext/sgml/INDEX.pl
+lib/swipl/library/ext/sgml/c14n2.pl
+lib/swipl/library/ext/sgml/iso_639.pl
+lib/swipl/library/ext/sgml/pwp.pl
+lib/swipl/library/ext/sgml/sgml.pl
+lib/swipl/library/ext/sgml/sgml_write.pl
+lib/swipl/library/ext/sgml/xpath.pl
+lib/swipl/library/ext/sgml/xsdp_types.pl
+lib/swipl/library/ext/ssl/INDEX.pl
+lib/swipl/library/ext/ssl/crypto.pl
+lib/swipl/library/ext/ssl/http/INDEX.pl
+lib/swipl/library/ext/ssl/http/http_ssl_plugin.pl
+lib/swipl/library/ext/ssl/saml.pl
+lib/swipl/library/ext/ssl/ssl.pl
+lib/swipl/library/ext/ssl/xmldsig.pl
+lib/swipl/library/ext/ssl/xmlenc.pl
+lib/swipl/library/ext/stomp/INDEX.pl
+lib/swipl/library/ext/stomp/stomp.pl
+lib/swipl/library/ext/sweep/INDEX.pl
+lib/swipl/library/ext/sweep/sweep_link.pl
+lib/swipl/library/ext/swipy/INDEX.pl
+lib/swipl/library/ext/swipy/janus.pl
+lib/swipl/library/ext/swipy/python/janus.py
+lib/swipl/library/ext/swipy/python/janus_swi.py
+lib/swipl/library/ext/table/INDEX.pl
+lib/swipl/library/ext/table/table.pl
+lib/swipl/library/ext/table/table_util.pl
+lib/swipl/library/ext/utf8proc/INDEX.pl
+lib/swipl/library/ext/utf8proc/unicode.pl
+lib/swipl/library/ext/yaml/INDEX.pl
*** 763 LINES SKIPPED ***