summaryrefslogtreecommitdiff
path: root/lang/swi-prolog-packages
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-12-10 14:59:50 +0000
committerleot <leot@pkgsrc.org>2018-12-10 14:59:50 +0000
commit305083ff1f5c0849e9fa49771ac4fed5120f1cf4 (patch)
tree34dcd74aa031ef425e01bc4929508176e2c02906 /lang/swi-prolog-packages
parent157af084ae7c20ad2ca7bc824a78402b49f3b6c9 (diff)
downloadpkgsrc-305083ff1f5c0849e9fa49771ac4fed5120f1cf4.tar.gz
swi-prolog*: Update lang/swi-prolog* to 7.6.4
pkgsrc changes: - Add patches/patch-src_os_pl-files.c to avoid overlapping `src' and `dst' in srtcpy(3). It is an undefined behaviour and it leads to build issue in swi-prolog-packages on platforms that uses SSP. - readline dependency is no longer needed for swi-prolog-lite. The readline functionality is now provided as a package via swi-prolog-packages. - Inject CFLAGS via COFLAGS and pass -fPIC via CMFLAGS so that swi-prolog-jpl will link - Add patches/patch-src_pl-rsort.c to use FreeBSD qsort_r(3) instead of using nested functions. This is probably more portable and has less problems (e.g. does not need for PaX MPROTECT). Changes: 7.6.x ----- Major release. Multi-argument indexing, better multi-threaded performance, threaded global GC (atoms and clauses), mode-directed tabling, restored same expand and directive semantics for initial load and reloading files, cleaner initializatin and command line handling. 7.4.x ----- Major release. More robust and better scalable support for multi-core hardware, tabling, engines. Many enhancements to the RDF, HTTP and SSL libraries. This is the first release licensed under the Simplified BSD (BSD-2) license. 7.2.x ----- Major release, providing native key-value support by means of dicts, native strings using "hello world" syntax, web-accessible Prolog engines (Pengines) and a high level SQL library called CQL. Please note that this is just a summary of the most important changes, for more information please give a look to: <http://www.swi-prolog.org/ChangeLog?branch=stable>
Diffstat (limited to 'lang/swi-prolog-packages')
-rw-r--r--lang/swi-prolog-packages/Makefile12
-rw-r--r--lang/swi-prolog-packages/PLIST63
2 files changed, 60 insertions, 15 deletions
diff --git a/lang/swi-prolog-packages/Makefile b/lang/swi-prolog-packages/Makefile
index 7b2576e1c9f..ca55f9e2f1f 100644
--- a/lang/swi-prolog-packages/Makefile
+++ b/lang/swi-prolog-packages/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.50 2018/12/09 21:05:33 adam Exp $
+# $NetBSD: Makefile,v 1.51 2018/12/10 14:59:50 leot Exp $
-PKGREVISION= 2
.include "../../lang/swi-prolog-lite/Makefile.common"
PKGNAME= swi-prolog-packages-${SWIPLVERS}
@@ -68,10 +67,15 @@ DISPLAY= :2
MAKE_ENV+= DISPLAY=${DISPLAY:Q}
+# XXX: editline bindings seems limited and does not support completion, remove
+# XXX: them in order to always use readline.pl.
post-install: teardownx
+ ${RM} ${DESTDIR}${PREFIX}/lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/libedit4pl.so || ${TRUE}
+ ${RM} ${DESTDIR}${PREFIX}/lib/swi-prolog-${PKGVERSION}/library/editline.pl || ${TRUE}
${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
@@ -86,13 +90,13 @@ CHECK_WRKREF_SKIP= lib/swi-prolog-${SWIPLVERS}/xpce-${XPCE_VERSION}/lib/${MACHIN
.include "../../lang/swi-prolog-lite/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
-# uses rl_event_hook() interface
+.include "../../devel/ossp-uuid/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/swi-prolog-packages/PLIST b/lang/swi-prolog-packages/PLIST
index 7cafe22d7b3..f53ea687f78 100644
--- a/lang/swi-prolog-packages/PLIST
+++ b/lang/swi-prolog-packages/PLIST
@@ -1,24 +1,28 @@
-@comment $NetBSD: PLIST,v 1.10 2014/05/28 10:29:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/12/10 14:59:50 leot Exp $
bin/xpce-client
lib/swi-prolog-${PKGVERSION}/Makefile
lib/swi-prolog-${PKGVERSION}/include/SWI-cpp.h
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/archive4pl.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/cgi.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/crypt.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/crypto4pl.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/double_metaphone.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/files.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/hashstream.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/http_stream.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/isub.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/json.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/md54pl.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/memfile.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/mime.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/ntriples.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/pdt_console.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/pl2xpce.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/porter_stem.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/process.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/prolog_stream.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/protobufs.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/rdf_db.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/readline4pl.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/readutil.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/rlimit.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/sgml2pl.so
@@ -35,6 +39,8 @@ lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/uid.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/unicode4pl.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/unix.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/uri.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/uuid.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/websocket.so
lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/zlib4pl.so
lib/swi-prolog-${PKGVERSION}/library/DTD/HTML4.dcl
lib/swi-prolog-${PKGVERSION}/library/DTD/HTML4.dtd
@@ -43,8 +49,8 @@ lib/swi-prolog-${PKGVERSION}/library/DTD/HTML5.dtd
lib/swi-prolog-${PKGVERSION}/library/DTD/HTMLlat1.ent
lib/swi-prolog-${PKGVERSION}/library/DTD/HTMLspec.ent
lib/swi-prolog-${PKGVERSION}/library/DTD/HTMLsym.ent
-lib/swi-prolog-${PKGVERSION}/library/R.pl
lib/swi-prolog-${PKGVERSION}/library/archive.pl
+lib/swi-prolog-${PKGVERSION}/library/c14n2.pl
lib/swi-prolog-${PKGVERSION}/library/cgi.pl
lib/swi-prolog-${PKGVERSION}/library/chr.pl
lib/swi-prolog-${PKGVERSION}/library/chr/README
@@ -78,6 +84,7 @@ lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/README
lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/class.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/dump.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/geler.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/highlight.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/itf.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/ordering.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/project.pl
@@ -90,12 +97,22 @@ lib/swi-prolog-${PKGVERSION}/library/clp/clpr/ineq_r.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpr/itf_r.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpr/nf_r.pl
lib/swi-prolog-${PKGVERSION}/library/clp/clpr/store_r.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/cql.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/cql_autoschema.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/cql_database.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/cql_hooks.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/sql_keywords.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/sql_parser.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/sql_tokenizer.pl
+lib/swi-prolog-${PKGVERSION}/library/cql/sql_write.pl
lib/swi-prolog-${PKGVERSION}/library/crypt.pl
+lib/swi-prolog-${PKGVERSION}/library/crypto.pl
lib/swi-prolog-${PKGVERSION}/library/doc_files.pl
lib/swi-prolog-${PKGVERSION}/library/doc_http.pl
lib/swi-prolog-${PKGVERSION}/library/doc_latex.pl
lib/swi-prolog-${PKGVERSION}/library/double_metaphone.pl
lib/swi-prolog-${PKGVERSION}/library/filesex.pl
+lib/swi-prolog-${PKGVERSION}/library/hash_stream.pl
lib/swi-prolog-${PKGVERSION}/library/http/INDEX.pl
lib/swi-prolog-${PKGVERSION}/library/http/README
lib/swi-prolog-${PKGVERSION}/library/http/ax.pl
@@ -107,6 +124,7 @@ lib/swi-prolog-${PKGVERSION}/library/http/http_authenticate.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_client.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_cookie.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_cors.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_digest.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_dirindex.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_dispatch.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_error.pl
@@ -118,11 +136,12 @@ lib/swi-prolog-${PKGVERSION}/library/http/http_host.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_json.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_load.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_log.pl
-lib/swi-prolog-${PKGVERSION}/library/http/http_mime_plugin.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_multipart_plugin.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_open.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_openid.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_parameters.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_path.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_proxy.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_pwp.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_server_files.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_session.pl
@@ -131,16 +150,20 @@ lib/swi-prolog-${PKGVERSION}/library/http/http_ssl_plugin.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_stream.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_unix_daemon.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_wrapper.pl
+lib/swi-prolog-${PKGVERSION}/library/http/hub.pl
lib/swi-prolog-${PKGVERSION}/library/http/inetd_httpd.pl
+lib/swi-prolog-${PKGVERSION}/library/http/jquery.pl
lib/swi-prolog-${PKGVERSION}/library/http/js_grammar.pl
lib/swi-prolog-${PKGVERSION}/library/http/js_write.pl
lib/swi-prolog-${PKGVERSION}/library/http/json.pl
lib/swi-prolog-${PKGVERSION}/library/http/json_convert.pl
lib/swi-prolog-${PKGVERSION}/library/http/mimepack.pl
lib/swi-prolog-${PKGVERSION}/library/http/mimetype.pl
+lib/swi-prolog-${PKGVERSION}/library/http/term_html.pl
lib/swi-prolog-${PKGVERSION}/library/http/thread_httpd.pl
lib/swi-prolog-${PKGVERSION}/library/http/web/css/dirindex.css
lib/swi-prolog-${PKGVERSION}/library/http/web/css/openid.css
+lib/swi-prolog-${PKGVERSION}/library/http/web/css/plterm.css
lib/swi-prolog-${PKGVERSION}/library/http/web/icons/back.png
lib/swi-prolog-${PKGVERSION}/library/http/web/icons/c.png
lib/swi-prolog-${PKGVERSION}/library/http/web/icons/compressed.png
@@ -149,15 +172,21 @@ lib/swi-prolog-${PKGVERSION}/library/http/web/icons/generic.png
lib/swi-prolog-${PKGVERSION}/library/http/web/icons/layout.png
lib/swi-prolog-${PKGVERSION}/library/http/web/icons/openid-logo-square.png
lib/swi-prolog-${PKGVERSION}/library/http/web/icons/openid-logo-tiny.png
+lib/swi-prolog-${PKGVERSION}/library/http/web/js/jquery-1.11.3.min.js
+lib/swi-prolog-${PKGVERSION}/library/http/web/js/pengines.js
+lib/swi-prolog-${PKGVERSION}/library/http/websocket.pl
lib/swi-prolog-${PKGVERSION}/library/http/xpce_httpd.pl
lib/swi-prolog-${PKGVERSION}/library/http/yadis.pl
lib/swi-prolog-${PKGVERSION}/library/iso_639.pl
lib/swi-prolog-${PKGVERSION}/library/isub.pl
+lib/swi-prolog-${PKGVERSION}/library/md5.pl
lib/swi-prolog-${PKGVERSION}/library/memfile.pl
-lib/swi-prolog-${PKGVERSION}/library/mime.pl
lib/swi-prolog-${PKGVERSION}/library/pdt_console.pl
+lib/swi-prolog-${PKGVERSION}/library/pengines.pl
+lib/swi-prolog-${PKGVERSION}/library/pengines_io.pl
+lib/swi-prolog-${PKGVERSION}/library/pengines_sandbox.pl
lib/swi-prolog-${PKGVERSION}/library/pldoc.pl
-lib/swi-prolog-${PKGVERSION}/library/pldoc/README
+lib/swi-prolog-${PKGVERSION}/library/pldoc/README.md
lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_access.pl
lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_colour.pl
lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_html.pl
@@ -172,7 +201,8 @@ lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_register.pl
lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_search.pl
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/edit.png
+lib/swi-prolog-${PKGVERSION}/library/pldoc/editpred.png
lib/swi-prolog-${PKGVERSION}/library/pldoc/favicon.ico
lib/swi-prolog-${PKGVERSION}/library/pldoc/h1-bg.png
lib/swi-prolog-${PKGVERSION}/library/pldoc/h2-bg.png
@@ -186,13 +216,14 @@ 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/reload.png
lib/swi-prolog-${PKGVERSION}/library/pldoc/source.png
lib/swi-prolog-${PKGVERSION}/library/pldoc/up.gif
lib/swi-prolog-${PKGVERSION}/library/plunit.pl
lib/swi-prolog-${PKGVERSION}/library/porter_stem.pl
lib/swi-prolog-${PKGVERSION}/library/process.pl
lib/swi-prolog-${PKGVERSION}/library/prolog_server.pl
+lib/swi-prolog-${PKGVERSION}/library/prolog_stream.pl
lib/swi-prolog-${PKGVERSION}/library/protobufs.pl
lib/swi-prolog-${PKGVERSION}/library/pwp.pl
lib/swi-prolog-${PKGVERSION}/library/rdf.pl
@@ -200,13 +231,17 @@ lib/swi-prolog-${PKGVERSION}/library/rdf_ntriples.pl
lib/swi-prolog-${PKGVERSION}/library/rdf_parser.pl
lib/swi-prolog-${PKGVERSION}/library/rdf_triple.pl
lib/swi-prolog-${PKGVERSION}/library/rdf_write.pl
+lib/swi-prolog-${PKGVERSION}/library/readline.pl
lib/swi-prolog-${PKGVERSION}/library/rewrite.pl
lib/swi-prolog-${PKGVERSION}/library/rlimit.pl
+lib/swi-prolog-${PKGVERSION}/library/saml.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/INDEX.pl
-lib/swi-prolog-${PKGVERSION}/library/semweb/README
+lib/swi-prolog-${PKGVERSION}/library/semweb/README.md
lib/swi-prolog-${PKGVERSION}/library/semweb/dc.rdfs
lib/swi-prolog-${PKGVERSION}/library/semweb/eor.rdfs
lib/swi-prolog-${PKGVERSION}/library/semweb/owl.owl
+lib/swi-prolog-${PKGVERSION}/library/semweb/rdf11.pl
+lib/swi-prolog-${PKGVERSION}/library/semweb/rdf11_containers.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_cache.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_compare.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_db.pl
@@ -218,9 +253,11 @@ lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_litindex.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_ntriples.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_persistency.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_portray.pl
+lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_sandbox.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_turtle.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_turtle_write.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_zlib_plugin.pl
+lib/swi-prolog-${PKGVERSION}/library/semweb/rdfa.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdfs.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdfs.rdfs
lib/swi-prolog-${PKGVERSION}/library/semweb/sparql_client.pl
@@ -236,6 +273,7 @@ lib/swi-prolog-${PKGVERSION}/library/streampool.pl
lib/swi-prolog-${PKGVERSION}/library/syslog.pl
lib/swi-prolog-${PKGVERSION}/library/table.pl
lib/swi-prolog-${PKGVERSION}/library/table_util.pl
+lib/swi-prolog-${PKGVERSION}/library/term_to_json.pl
lib/swi-prolog-${PKGVERSION}/library/test_cover.pl
lib/swi-prolog-${PKGVERSION}/library/test_wizard.pl
lib/swi-prolog-${PKGVERSION}/library/time.pl
@@ -244,15 +282,17 @@ lib/swi-prolog-${PKGVERSION}/library/uid.pl
lib/swi-prolog-${PKGVERSION}/library/unicode.pl
lib/swi-prolog-${PKGVERSION}/library/unix.pl
lib/swi-prolog-${PKGVERSION}/library/uri.pl
+lib/swi-prolog-${PKGVERSION}/library/uuid.pl
+lib/swi-prolog-${PKGVERSION}/library/xmldsig.pl
+lib/swi-prolog-${PKGVERSION}/library/xmlenc.pl
lib/swi-prolog-${PKGVERSION}/library/xpath.pl
lib/swi-prolog-${PKGVERSION}/library/xsdp_types.pl
lib/swi-prolog-${PKGVERSION}/library/zlib.pl
lib/swi-prolog-${PKGVERSION}/swi-prolog.rc
lib/swi-prolog-${PKGVERSION}/swipl-win.rc
-lib/swi-prolog-${PKGVERSION}/xpce/COPYING
lib/swi-prolog-${PKGVERSION}/xpce/Defaults
lib/swi-prolog-${PKGVERSION}/xpce/Defaults.user
-lib/swi-prolog-${PKGVERSION}/xpce/README
+lib/swi-prolog-${PKGVERSION}/xpce/README.md
lib/swi-prolog-${PKGVERSION}/xpce/appl-help/customise.hlp
lib/swi-prolog-${PKGVERSION}/xpce/appl-help/dialog.hlp
lib/swi-prolog-${PKGVERSION}/xpce/appl-help/emacs.hlp
@@ -970,6 +1010,7 @@ lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/chr_mode.pl
lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/cpp_mode.pl
lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/dde_server.pl
lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/emacs.pl
+lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/emacs_chrome_server.pl
lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/find.pl
lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/fundamental_mode.pl
lib/swi-prolog-${PKGVERSION}/xpce/prolog/lib/emacs/gdb.pl