pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/swi-prolog-packages Update SWI Prolog packages to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a446962a1e5
branches: trunk
changeset: 571323:6a446962a1e5
user: asau <asau%pkgsrc.org@localhost>
date: Thu Feb 11 01:06:58 2010 +0000
description:
Update SWI Prolog packages to follow update of SWI Prolog itself.
diffstat:
lang/swi-prolog-packages/Makefile | 35 +-
lang/swi-prolog-packages/PLIST | 2432 +++++++++++++++++++-----------------
2 files changed, 1299 insertions(+), 1168 deletions(-)
diffs (truncated from 2575 to 300 lines):
diff -r 36add511029b -r 6a446962a1e5 lang/swi-prolog-packages/Makefile
--- a/lang/swi-prolog-packages/Makefile Thu Feb 11 00:59:54 2010 +0000
+++ b/lang/swi-prolog-packages/Makefile Thu Feb 11 01:06:58 2010 +0000
@@ -1,30 +1,45 @@
-# $NetBSD: Makefile,v 1.22 2010/01/18 09:59:11 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2010/02/11 01:06:58 asau Exp $
.include "../../lang/swi-prolog-lite/Makefile.common"
PKGNAME= swi-prolog-packages-${SWIPLVERS}
-PKGREVISION= 4
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Packages for SWI Prolog
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
-OVERRIDE_DIRDEPTH= 3
USE_GNU_READLINE= yes # uses rl_event_hook() interface
USE_TOOLS+= gmake
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
-.if ${X11_TYPE} == "xorg"
-BUILD_DEPENDS+= xorg-server-[0-9]*:../../x11/xorg-server
+.if ${X11_TYPE} == "modular"
+BUILD_DEPENDS+= modular-xorg-server-[0-9]*:../../x11/modular-xorg-server
.endif
CONFIGURE_ENV+= PL=swi-prolog
-CONFIGURE_ARGS+= --disable-mt
+CONFIGURE_ENV+= ARCH=${MACHINE_GNU_PLATFORM} # make PLIST consistent
+
+CONFIGURE_DIRS+= . packages
+BUILD_DIRS+= packages
+INSTALL_DIRS+= packages
+
+INSTALLATION_DIRS= bin lib/swi-prolog-${PKGVERSION_NOREV}/bin/${MACHINE_GNU_PLATFORM} \
+ lib/swi-prolog-${PKGVERSION_NOREV}/include
-BUILD_DIRS+= ${WRKSRC}/packages
-INSTALL_DIRS+= ${WRKSRC}/packages
+XPCE_VERSION= 6.6.66
+PLIST_SUBST+= XPCE_VERSION=${XPCE_VERSION}
+# Help with PLIST:
+PRINT_PLIST_AWK+= {sub("${XPCE_VERSION}","$${XPCE_VERSION}")}
+
+TEST_TARGET= check
+
+pre-configure:
+ ${LN} -sf ${LOCALBASE}/bin/plld ${WRKSRC}/src
+ ${LN} -sf ${LOCALBASE}/bin/swi-prolog ${WRKSRC}/src
post-configure:
${LN} -sf ${LOCALBASE}/bin/plld ${WRKSRC}/src
@@ -56,7 +71,7 @@
MAKE_ENV+= DISPLAY=${DISPLAY:Q}
post-install: teardownx
- ${RM} -f ${LOCALBASE}/lib/swi-prolog-${SWIPLVERS}/xpce-6.6.17/prolog/lib/.pwd
+ ${RM} -f ${LOCALBASE}/lib/swi-prolog-${SWIPLVERS}/xpce-${XPCE_VERSION}/prolog/lib/.pwd
teardownx:
${ECHO} teardownx: Xvfb-PID: `${CAT} ${WRKDIR}/.Xvfb.pid`
sleep 5
@@ -73,5 +88,5 @@
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
-#.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 36add511029b -r 6a446962a1e5 lang/swi-prolog-packages/PLIST
--- a/lang/swi-prolog-packages/PLIST Thu Feb 11 00:59:54 2010 +0000
+++ b/lang/swi-prolog-packages/PLIST Thu Feb 11 01:06:58 2010 +0000
@@ -1,28 +1,40 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:03:43 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/02/11 01:06:58 asau Exp $
bin/xpce
bin/xpce-client
lib/swi-prolog-${PKGVERSION}/Makefile
-lib/swi-prolog-${PKGVERSION}/bin/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/xpce
+lib/swi-prolog-${PKGVERSION}/bin/${MACHINE_GNU_PLATFORM}/xpce
lib/swi-prolog-${PKGVERSION}/include/SWI-cpp.h
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/cgi.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/files.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/memfile.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/mime.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/rdf_db.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/readutil.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/rlimit.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/sgml2pl.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/socket.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/table.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/time.so
-lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/unix.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}/double_metaphone.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/files.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/http_stream.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/json.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}/porter_stem.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/process.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/random.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/rdf_db.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
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/sha4pl.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/socket.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/ssl4pl.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/streaminfo.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/table.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/time.so
+lib/swi-prolog-${PKGVERSION}/lib/${MACHINE_GNU_PLATFORM}/turtle.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}/zlib4pl.so
lib/swi-prolog-${PKGVERSION}/library/DTD/HTML4.dcl
lib/swi-prolog-${PKGVERSION}/library/DTD/HTML4.dtd
lib/swi-prolog-${PKGVERSION}/library/DTD/HTML4.soc
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/INDEX.pl
lib/swi-prolog-${PKGVERSION}/library/cgi.pl
lib/swi-prolog-${PKGVERSION}/library/chr.pl
lib/swi-prolog-${PKGVERSION}/library/chr/README
@@ -42,31 +54,111 @@
lib/swi-prolog-${PKGVERSION}/library/chr/clean_code.pl
lib/swi-prolog-${PKGVERSION}/library/chr/find.pl
lib/swi-prolog-${PKGVERSION}/library/chr/guard_entailment.pl
-lib/swi-prolog-${PKGVERSION}/library/chr/hprolog.pl
lib/swi-prolog-${PKGVERSION}/library/chr/listmap.pl
lib/swi-prolog-${PKGVERSION}/library/chr/pairlist.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq/bb_q.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq/bv_q.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq/fourmotz_q.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq/ineq_q.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq/itf_q.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq/nf_q.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpq/store_q.pl
+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/itf.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/ordering.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/project.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpqr/redund.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpr.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpr/bb_r.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpr/bv_r.pl
+lib/swi-prolog-${PKGVERSION}/library/clp/clpr/fourmotz_r.pl
+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/crypt.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/http/README
lib/swi-prolog-${PKGVERSION}/library/http/dcg_basics.pl
+lib/swi-prolog-${PKGVERSION}/library/http/html_head.pl
lib/swi-prolog-${PKGVERSION}/library/http/html_write.pl
+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_dirindex.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_dispatch.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_error.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_exception.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_header.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_hook.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_json.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_open.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_pwp.pl
+lib/swi-prolog-${PKGVERSION}/library/http/http_server_files.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_session.pl
lib/swi-prolog-${PKGVERSION}/library/http/http_sgml_plugin.pl
+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_wrapper.pl
lib/swi-prolog-${PKGVERSION}/library/http/inetd_httpd.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/thread_httpd.pl
+lib/swi-prolog-${PKGVERSION}/library/http/web/css/dirindex.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
+lib/swi-prolog-${PKGVERSION}/library/http/web/icons/folder.png
+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/xpce_httpd.pl
lib/swi-prolog-${PKGVERSION}/library/iso_639.pl
lib/swi-prolog-${PKGVERSION}/library/memfile.pl
lib/swi-prolog-${PKGVERSION}/library/mime.pl
+lib/swi-prolog-${PKGVERSION}/library/pldoc.pl
+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
+lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_htmlsrc.pl
+lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_index.pl
+lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_library.pl
+lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_man.pl
+lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_modes.pl
+lib/swi-prolog-${PKGVERSION}/library/pldoc/doc_process.pl
+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/favicon.ico
+lib/swi-prolog-${PKGVERSION}/library/pldoc/hooks.pl
+lib/swi-prolog-${PKGVERSION}/library/pldoc/pldoc.css
+lib/swi-prolog-${PKGVERSION}/library/pldoc/pldoc.js
+lib/swi-prolog-${PKGVERSION}/library/pldoc/pldoc.sty
+lib/swi-prolog-${PKGVERSION}/library/pldoc/pllisting.css
+lib/swi-prolog-${PKGVERSION}/library/pldoc/reload.gif
+lib/swi-prolog-${PKGVERSION}/library/pldoc/source.gif
+lib/swi-prolog-${PKGVERSION}/library/pldoc/up.gif
+lib/swi-prolog-${PKGVERSION}/library/pldoc/zoomin.gif
+lib/swi-prolog-${PKGVERSION}/library/pldoc/zoomout.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/pwp.pl
+lib/swi-prolog-${PKGVERSION}/library/random.pl
lib/swi-prolog-${PKGVERSION}/library/rdf.pl
lib/swi-prolog-${PKGVERSION}/library/rdf_ntriples.pl
lib/swi-prolog-${PKGVERSION}/library/rdf_parser.pl
@@ -78,1163 +170,1187 @@
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/rdf_cache.pl
+lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_compare.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_db.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_edit.pl
+lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_http_plugin.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdf_litindex.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_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/rdfs.pl
lib/swi-prolog-${PKGVERSION}/library/semweb/rdfs.rdfs
+lib/swi-prolog-${PKGVERSION}/library/semweb/turtle_base.pl
lib/swi-prolog-${PKGVERSION}/library/sgml.pl
lib/swi-prolog-${PKGVERSION}/library/sgml_write.pl
+lib/swi-prolog-${PKGVERSION}/library/sha.pl
lib/swi-prolog-${PKGVERSION}/library/socket.pl
+lib/swi-prolog-${PKGVERSION}/library/ssl.pl
+lib/swi-prolog-${PKGVERSION}/library/streaminfo.pl
lib/swi-prolog-${PKGVERSION}/library/streampool.pl
lib/swi-prolog-${PKGVERSION}/library/table.pl
lib/swi-prolog-${PKGVERSION}/library/table_util.pl
+lib/swi-prolog-${PKGVERSION}/library/test_cover.pl
+lib/swi-prolog-${PKGVERSION}/library/test_wizard.pl
lib/swi-prolog-${PKGVERSION}/library/time.pl
lib/swi-prolog-${PKGVERSION}/library/unix.pl
+lib/swi-prolog-${PKGVERSION}/library/uri.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}/xpce
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/COPYING
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/CXX/demo
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/ChangeLog
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/Defaults
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/Defaults.user
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/README
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/README.CXX
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/customise.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/dialog.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/emacs.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/event_monitor.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/help.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/pcedraw.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/pcefaq.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/appl-help/plprefs.hlp
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/bin/${MACHINE_ARCH}-${LOWER_OPSYS}${APPEND_ELF}/xpce-client
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/bitmaps/16x16/alert.xpm
-lib/swi-prolog-${PKGVERSION}/xpce-6.6.17/bitmaps/16x16/arrow_length.xpm
Home |
Main Index |
Thread Index |
Old Index