View | Details | Raw Unified | Return to bug 252482
Collapse All | Expand All

(-)Makefile (-8 / +24 lines)
Lines 16-38 Link Here
16
BROKEN_mips=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
16
BROKEN_mips=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
17
BROKEN_mips64=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
17
BROKEN_mips64=	fails to link: libswipl.so: undefined reference to '__sync_sub_and_fetch_4'
18
18
19
LIB_DEPENDS=	libgmp.so:math/gmp \
19
LIB_DEPENDS=	libpcre.so:devel/pcre \
20
		libodbc.so:databases/unixODBC \
21
		libpcre.so:devel/pcre \
22
		libossp-uuid.so:misc/ossp-uuid \
20
		libossp-uuid.so:misc/ossp-uuid \
23
		libyaml.so:textproc/libyaml
21
		libyaml.so:textproc/libyaml
24
22
25
USES=		compiler:c11 libedit cmake libarchive pathfix pkgconfig \
23
USES=		compiler:c11 libedit cmake libarchive pathfix pkgconfig \
26
		readline shebangfix ssl
24
		shebangfix ssl
27
USE_XORG=	ice sm x11 xext xft xinerama xpm xt
25
USE_XORG=	ice sm x11 xext xft xinerama xpm xt
28
26
29
OPTIONS_DEFINE=		TCMALLOC EXAMPLES XPCE
27
OPTIONS_DEFINE=		DOCS TCMALLOC EXAMPLES XPCE GMP THREADED ODBC
30
OPTIONS_DEFAULT=	XPCE TCMALLOC
28
OPTIONS_DEFAULT=	XPCE TCMALLOC GMP THREADED ODBC
31
OPTIONS_SUB=    	yes
29
OPTIONS_SUB=    	yes
32
30
33
CMAKE_ARGS=	-DSWIPL_PACKAGES_JAVA=OFF -DBUILD_TESTING=OFF -DINSTALL_DOCUMENTATION=OFF
31
MAKE_ENV=	XDG_DATA_DIRS=/dummy
32
CMAKE_ARGS=	-DSWIPL_PACKAGES_JAVA=OFF -DBUILD_TESTING=OFF
34
33
35
TCMALLOC_DESC=		Use tcmalloc instead of default malloc
34
DOCS_CMAKE_ON=	-DINSTALL_DOCUMENTATION=ON
35
DOCS_CMAKE_OFF=	-DINSTALL_DOCUMENTATION=OFF
36
37
TCMALLOC_DESC=		Use tcmalloc instead of default freebsd jemalloc
36
TCMALLOC_CMAKE_ON=	-DUSE_TCMALLOC=ON
38
TCMALLOC_CMAKE_ON=	-DUSE_TCMALLOC=ON
37
TCMALLOC_CMAKE_OFF=	-DUSE_TCMALLOC=OFF
39
TCMALLOC_CMAKE_OFF=	-DUSE_TCMALLOC=OFF
38
TCMALLOC_LIB_DEPENDS=	libtcmalloc.so:devel/google-perftools
40
TCMALLOC_LIB_DEPENDS=	libtcmalloc.so:devel/google-perftools
Lines 45-50 Link Here
45
			libjpeg.so:graphics/jpeg-turbo
47
			libjpeg.so:graphics/jpeg-turbo
46
XCPE_USES=		jpeg xorg
48
XCPE_USES=		jpeg xorg
47
49
50
GMP_DESC=		Enable bignum and rational numbers
51
GMP_CMAKE_ON=		-DUSE_GMP=ON
52
GMP_CMAKE_OFF=		-DUSE_GMP=OFF
53
GMP_LIB_DEPENDS=	libgmp.so:math/gmp
54
55
THREADED_DESC=		Enable support for Prolog threads
56
THREADED_CMAKE_ON=	-DMULTI_THREADED=ON
57
THREADED_CMAKE_OFF=	-DMULTI_THREADED=OFF
58
59
ODBC_DESC=		Enable ODBC and CQL packages
60
ODBC_CMAKE_ON=		-DSWIPL_PACKAGES_ODBC=ON
61
ODBC_CMAKE_OFF=		-DSWIPL_PACKAGES_ODBC=OFF
62
ODBC_LIB_DEPENDS=	libodbc.so:databases/unixODBC
63
48
.include <bsd.port.options.mk>
64
.include <bsd.port.options.mk>
49
65
50
SHEBANG_FILES=	library/dialect/sicstus/swipl-lfr.pl
66
SHEBANG_FILES=	library/dialect/sicstus/swipl-lfr.pl
(-)pkg-plist (-15 / +296 lines)
Lines 40-45 Link Here
40
lib/swipl/customize/init.pl
40
lib/swipl/customize/init.pl
41
lib/swipl/demo/README.md
41
lib/swipl/demo/README.md
42
lib/swipl/demo/likes.pl
42
lib/swipl/demo/likes.pl
43
%%PORTDOCS%%lib/swipl/doc/Manual/64bits.html
44
%%PORTDOCS%%lib/swipl/doc/Manual/Bibliography.html
45
%%PORTDOCS%%lib/swipl/doc/Manual/Contents.html
46
%%PORTDOCS%%lib/swipl/doc/Manual/DCG.html
47
%%PORTDOCS%%lib/swipl/doc/Manual/DDE.html
48
%%PORTDOCS%%lib/swipl/doc/Manual/DocIndex.html
49
%%PORTDOCS%%lib/swipl/doc/Manual/IDE.html
50
%%PORTDOCS%%lib/swipl/doc/Manual/IO.html
51
%%PORTDOCS%%lib/swipl/doc/Manual/WFS.html
52
%%PORTDOCS%%lib/swipl/doc/Manual/abi-versions.html
53
%%PORTDOCS%%lib/swipl/doc/Manual/acknowledge.html
54
%%PORTDOCS%%lib/swipl/doc/Manual/aggregate.html
55
%%PORTDOCS%%lib/swipl/doc/Manual/allsolutions.html
56
%%PORTDOCS%%lib/swipl/doc/Manual/altmoduleapi.html
57
%%PORTDOCS%%lib/swipl/doc/Manual/ancestral-cut.html
58
%%PORTDOCS%%lib/swipl/doc/Manual/ansiterm.html
59
%%PORTDOCS%%lib/swipl/doc/Manual/apply.html
60
%%PORTDOCS%%lib/swipl/doc/Manual/arith.html
61
%%PORTDOCS%%lib/swipl/doc/Manual/assoc.html
62
%%PORTDOCS%%lib/swipl/doc/Manual/attvar.html
63
%%PORTDOCS%%lib/swipl/doc/Manual/autoload.html
64
%%PORTDOCS%%lib/swipl/doc/Manual/basics.html
65
%%PORTDOCS%%lib/swipl/doc/Manual/bidicts.html
66
%%PORTDOCS%%lib/swipl/doc/Manual/breakpoint.html
67
%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.html
68
%%PORTDOCS%%lib/swipl/doc/Manual/broadcast.png
69
%%PORTDOCS%%lib/swipl/doc/Manual/builtin.html
70
%%PORTDOCS%%lib/swipl/doc/Manual/builtinlist.html
71
%%PORTDOCS%%lib/swipl/doc/Manual/by-sa.png
72
%%PORTDOCS%%lib/swipl/doc/Manual/charconv.html
73
%%PORTDOCS%%lib/swipl/doc/Manual/chario.html
74
%%PORTDOCS%%lib/swipl/doc/Manual/chars.html
75
%%PORTDOCS%%lib/swipl/doc/Manual/charsio.html
76
%%PORTDOCS%%lib/swipl/doc/Manual/chartype.html
77
%%PORTDOCS%%lib/swipl/doc/Manual/check.html
78
%%PORTDOCS%%lib/swipl/doc/Manual/chr-compatibility.html
79
%%PORTDOCS%%lib/swipl/doc/Manual/chr-debugging.html
80
%%PORTDOCS%%lib/swipl/doc/Manual/chr-errors.html
81
%%PORTDOCS%%lib/swipl/doc/Manual/chr-examples.html
82
%%PORTDOCS%%lib/swipl/doc/Manual/chr-guidelines.html
83
%%PORTDOCS%%lib/swipl/doc/Manual/chr-intro.html
84
%%PORTDOCS%%lib/swipl/doc/Manual/chr-syntaxandsemantics.html
85
%%PORTDOCS%%lib/swipl/doc/Manual/chr.html
86
%%PORTDOCS%%lib/swipl/doc/Manual/clp.html
87
%%PORTDOCS%%lib/swipl/doc/Manual/clpb.html
88
%%PORTDOCS%%lib/swipl/doc/Manual/clpfd.html
89
%%PORTDOCS%%lib/swipl/doc/Manual/clpqr.html
90
%%PORTDOCS%%lib/swipl/doc/Manual/cmdline.html
91
%%PORTDOCS%%lib/swipl/doc/Manual/compare.html
92
%%PORTDOCS%%lib/swipl/doc/Manual/compilation.html
93
%%PORTDOCS%%lib/swipl/doc/Manual/consulting.html
94
%%PORTDOCS%%lib/swipl/doc/Manual/contrib.html
95
%%PORTDOCS%%lib/swipl/doc/Manual/control.html
96
%%PORTDOCS%%lib/swipl/doc/Manual/coroutining.html
97
%%PORTDOCS%%lib/swipl/doc/Manual/csv.html
98
%%PORTDOCS%%lib/swipl/doc/Manual/ctxmodule.html
99
%%PORTDOCS%%lib/swipl/doc/Manual/cyclic.html
100
%%PORTDOCS%%lib/swipl/doc/Manual/db.html
101
%%PORTDOCS%%lib/swipl/doc/Manual/debug-deployed-systems.html
102
%%PORTDOCS%%lib/swipl/doc/Manual/debug.html
103
%%PORTDOCS%%lib/swipl/doc/Manual/debugger.html
104
%%PORTDOCS%%lib/swipl/doc/Manual/debugoverview.html
105
%%PORTDOCS%%lib/swipl/doc/Manual/defmodule.html
106
%%PORTDOCS%%lib/swipl/doc/Manual/delcont.html
107
%%PORTDOCS%%lib/swipl/doc/Manual/deployment-options.html
108
%%PORTDOCS%%lib/swipl/doc/Manual/dialect-notes.html
109
%%PORTDOCS%%lib/swipl/doc/Manual/dialect.html
110
%%PORTDOCS%%lib/swipl/doc/Manual/dicts.html
111
%%PORTDOCS%%lib/swipl/doc/Manual/dynamic-modules.html
112
%%PORTDOCS%%lib/swipl/doc/Manual/dynamic.html
113
%%PORTDOCS%%lib/swipl/doc/Manual/edit.html
114
%%PORTDOCS%%lib/swipl/doc/Manual/editreload.html
115
%%PORTDOCS%%lib/swipl/doc/Manual/engine-examples.html
116
%%PORTDOCS%%lib/swipl/doc/Manual/engine-predicates.html
117
%%PORTDOCS%%lib/swipl/doc/Manual/engine-resources.html
118
%%PORTDOCS%%lib/swipl/doc/Manual/engines.html
119
%%PORTDOCS%%lib/swipl/doc/Manual/error.html
120
%%PORTDOCS%%lib/swipl/doc/Manual/examineprog.html
121
%%PORTDOCS%%lib/swipl/doc/Manual/excepthook.html
122
%%PORTDOCS%%lib/swipl/doc/Manual/exception.html
123
%%PORTDOCS%%lib/swipl/doc/Manual/exception3.html
124
%%PORTDOCS%%lib/swipl/doc/Manual/ext-integration.html
125
%%PORTDOCS%%lib/swipl/doc/Manual/ext-issues.html
126
%%PORTDOCS%%lib/swipl/doc/Manual/ext-lists.html
127
%%PORTDOCS%%lib/swipl/doc/Manual/ext-syntax.html
128
%%PORTDOCS%%lib/swipl/doc/Manual/extensions.html
129
%%PORTDOCS%%lib/swipl/doc/Manual/files.html
130
%%PORTDOCS%%lib/swipl/doc/Manual/findappfile.html
131
%%PORTDOCS%%lib/swipl/doc/Manual/findhome.html
132
%%PORTDOCS%%lib/swipl/doc/Manual/flags.html
133
%%PORTDOCS%%lib/swipl/doc/Manual/forall2.html
134
%%PORTDOCS%%lib/swipl/doc/Manual/foreign.html
135
%%PORTDOCS%%lib/swipl/doc/Manual/foreigninclude.html
136
%%PORTDOCS%%lib/swipl/doc/Manual/foreignlink.html
137
%%PORTDOCS%%lib/swipl/doc/Manual/foreignnotes.html
138
%%PORTDOCS%%lib/swipl/doc/Manual/foreignoverview.html
139
%%PORTDOCS%%lib/swipl/doc/Manual/foreignthread.html
140
%%PORTDOCS%%lib/swipl/doc/Manual/foreigntypes.html
141
%%PORTDOCS%%lib/swipl/doc/Manual/foreignxmp.html
142
%%PORTDOCS%%lib/swipl/doc/Manual/format.html
143
%%PORTDOCS%%lib/swipl/doc/Manual/funcsummary.html
144
%%PORTDOCS%%lib/swipl/doc/Manual/gemacs.html
145
%%PORTDOCS%%lib/swipl/doc/Manual/gensym.html
146
%%PORTDOCS%%lib/swipl/doc/Manual/glossary.html
147
%%PORTDOCS%%lib/swipl/doc/Manual/guitracer.html
148
%%PORTDOCS%%lib/swipl/doc/Manual/gvar.html
149
%%PORTDOCS%%lib/swipl/doc/Manual/hack.html
150
%%PORTDOCS%%lib/swipl/doc/Manual/highorder.html
151
%%PORTDOCS%%lib/swipl/doc/Manual/history.html
152
%%PORTDOCS%%lib/swipl/doc/Manual/home.gif
153
%%PORTDOCS%%lib/swipl/doc/Manual/hooks.html
154
%%PORTDOCS%%lib/swipl/doc/Manual/idepreds.html
155
%%PORTDOCS%%lib/swipl/doc/Manual/idesummary.html
156
%%PORTDOCS%%lib/swipl/doc/Manual/implhistory.html
157
%%PORTDOCS%%lib/swipl/doc/Manual/import.html
158
%%PORTDOCS%%lib/swipl/doc/Manual/importmodule.html
159
%%PORTDOCS%%lib/swipl/doc/Manual/index.gif
160
%%PORTDOCS%%lib/swipl/doc/Manual/index.html
161
%%PORTDOCS%%lib/swipl/doc/Manual/info.gif
162
%%PORTDOCS%%lib/swipl/doc/Manual/initfile.html
163
%%PORTDOCS%%lib/swipl/doc/Manual/initgoal.html
164
%%PORTDOCS%%lib/swipl/doc/Manual/intercept.html
165
%%PORTDOCS%%lib/swipl/doc/Manual/intlibs.html
166
%%PORTDOCS%%lib/swipl/doc/Manual/intro.html
167
%%PORTDOCS%%lib/swipl/doc/Manual/iostream.html
168
%%PORTDOCS%%lib/swipl/doc/Manual/jitindex.html
169
%%PORTDOCS%%lib/swipl/doc/Manual/libpl.html
170
%%PORTDOCS%%lib/swipl/doc/Manual/library.html
171
%%PORTDOCS%%lib/swipl/doc/Manual/license.html
172
%%PORTDOCS%%lib/swipl/doc/Manual/limits.html
173
%%PORTDOCS%%lib/swipl/doc/Manual/listing.html
174
%%PORTDOCS%%lib/swipl/doc/Manual/lists.html
175
%%PORTDOCS%%lib/swipl/doc/Manual/loadfilehook.html
176
%%PORTDOCS%%lib/swipl/doc/Manual/locale.html
177
%%PORTDOCS%%lib/swipl/doc/Manual/main.html
178
%%PORTDOCS%%lib/swipl/doc/Manual/manipatom.html
179
%%PORTDOCS%%lib/swipl/doc/Manual/manipmodule.html
180
%%PORTDOCS%%lib/swipl/doc/Manual/manipstack.html
181
%%PORTDOCS%%lib/swipl/doc/Manual/manipterm.html
182
%%PORTDOCS%%lib/swipl/doc/Manual/memory.html
183
%%PORTDOCS%%lib/swipl/doc/Manual/metacall.html
184
%%PORTDOCS%%lib/swipl/doc/Manual/metapred.html
185
%%PORTDOCS%%lib/swipl/doc/Manual/miscarith.html
186
%%PORTDOCS%%lib/swipl/doc/Manual/miscpreds.html
187
%%PORTDOCS%%lib/swipl/doc/Manual/module-autoload.html
188
%%PORTDOCS%%lib/swipl/doc/Manual/modulecompat.html
189
%%PORTDOCS%%lib/swipl/doc/Manual/moduleop.html
190
%%PORTDOCS%%lib/swipl/doc/Manual/modules.html
191
%%PORTDOCS%%lib/swipl/doc/Manual/mt-xpce.html
192
%%PORTDOCS%%lib/swipl/doc/Manual/mtoplevel.html
193
%%PORTDOCS%%lib/swipl/doc/Manual/navigator.html
194
%%PORTDOCS%%lib/swipl/doc/Manual/nb_set.html
195
%%PORTDOCS%%lib/swipl/doc/Manual/next.gif
196
%%PORTDOCS%%lib/swipl/doc/Manual/occurs.html
197
%%PORTDOCS%%lib/swipl/doc/Manual/online-help.html
198
%%PORTDOCS%%lib/swipl/doc/Manual/operators.html
199
%%PORTDOCS%%lib/swipl/doc/Manual/opsummary.html
200
%%PORTDOCS%%lib/swipl/doc/Manual/option.html
201
%%PORTDOCS%%lib/swipl/doc/Manual/optparse.html
202
%%PORTDOCS%%lib/swipl/doc/Manual/ordsets.html
203
%%PORTDOCS%%lib/swipl/doc/Manual/otherlicenses.html
204
%%PORTDOCS%%lib/swipl/doc/Manual/overrule.html
205
%%PORTDOCS%%lib/swipl/doc/Manual/overview.html
206
%%PORTDOCS%%lib/swipl/doc/Manual/packs.html
207
%%PORTDOCS%%lib/swipl/doc/Manual/pairs.html
208
%%PORTDOCS%%lib/swipl/doc/Manual/pceemacs.html
209
%%PORTDOCS%%lib/swipl/doc/Manual/persistency.html
210
%%PORTDOCS%%lib/swipl/doc/Manual/pio.html
211
%%PORTDOCS%%lib/swipl/doc/Manual/plld.html
212
%%PORTDOCS%%lib/swipl/doc/Manual/portabilitystrategies.html
213
%%PORTDOCS%%lib/swipl/doc/Manual/practical.html
214
%%PORTDOCS%%lib/swipl/doc/Manual/preddesc.html
215
%%PORTDOCS%%lib/swipl/doc/Manual/predicate_options.html
216
%%PORTDOCS%%lib/swipl/doc/Manual/predsummary.html
217
%%PORTDOCS%%lib/swipl/doc/Manual/prev.gif
218
%%PORTDOCS%%lib/swipl/doc/Manual/printmsg.html
219
%%PORTDOCS%%lib/swipl/doc/Manual/profile.html
220
%%PORTDOCS%%lib/swipl/doc/Manual/profnode.png
221
%%PORTDOCS%%lib/swipl/doc/Manual/program-resources.html
222
%%PORTDOCS%%lib/swipl/doc/Manual/projectfiles.html
223
%%PORTDOCS%%lib/swipl/doc/Manual/prolog-event.html
224
%%PORTDOCS%%lib/swipl/doc/Manual/prologjiti.html
225
%%PORTDOCS%%lib/swipl/doc/Manual/prologpack.html
226
%%PORTDOCS%%lib/swipl/doc/Manual/prologxref.html
227
%%PORTDOCS%%lib/swipl/doc/Manual/protect-code.html
228
%%PORTDOCS%%lib/swipl/doc/Manual/protocol.html
229
%%PORTDOCS%%lib/swipl/doc/Manual/quasiquotations.html
230
%%PORTDOCS%%lib/swipl/doc/Manual/quickstart.html
231
%%PORTDOCS%%lib/swipl/doc/Manual/random.html
232
%%PORTDOCS%%lib/swipl/doc/Manual/readutil.html
233
%%PORTDOCS%%lib/swipl/doc/Manual/record.html
234
%%PORTDOCS%%lib/swipl/doc/Manual/reexport.html
235
%%PORTDOCS%%lib/swipl/doc/Manual/registry.html
236
%%PORTDOCS%%lib/swipl/doc/Manual/resmodules.html
237
%%PORTDOCS%%lib/swipl/doc/Manual/runtime.html
238
%%PORTDOCS%%lib/swipl/doc/Manual/saved-states.html
239
%%PORTDOCS%%lib/swipl/doc/Manual/settings.html
240
%%PORTDOCS%%lib/swipl/doc/Manual/signal.html
241
%%GMP%%%%PORTDOCS%%lib/swipl/doc/Manual/simplex.html
242
%%PORTDOCS%%lib/swipl/doc/Manual/softlicense.html
243
%%PORTDOCS%%lib/swipl/doc/Manual/solutionsequences.html
244
%%PORTDOCS%%lib/swipl/doc/Manual/sponsor.html
245
%%PORTDOCS%%lib/swipl/doc/Manual/state-initialization.html
246
%%PORTDOCS%%lib/swipl/doc/Manual/statistics.html
247
%%PORTDOCS%%lib/swipl/doc/Manual/status.html
248
%%PORTDOCS%%lib/swipl/doc/Manual/streamstat.html
249
%%PORTDOCS%%lib/swipl/doc/Manual/strings.html
250
%%PORTDOCS%%lib/swipl/doc/Manual/summary.html
251
%%PORTDOCS%%lib/swipl/doc/Manual/swiorother.html
252
%%PORTDOCS%%lib/swipl/doc/Manual/swiprolog.html
253
%%PORTDOCS%%lib/swipl/doc/Manual/syntax.html
254
%%PORTDOCS%%lib/swipl/doc/Manual/system.html
255
%%PORTDOCS%%lib/swipl/doc/Manual/tables.html
256
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-about.html
257
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-incremental.html
258
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-memoize.html
259
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-mode-directed.html
260
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-non-termination.html
261
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-preds.html
262
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-restraints.html
263
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-shared.html
264
%%PORTDOCS%%lib/swipl/doc/Manual/tabling-subsumptive.html
265
%%PORTDOCS%%lib/swipl/doc/Manual/tabling.html
266
%%PORTDOCS%%lib/swipl/doc/Manual/termrw.html
267
%%PORTDOCS%%lib/swipl/doc/Manual/theme.html
268
%%PORTDOCS%%lib/swipl/doc/Manual/thmonitor.html
269
%%PORTDOCS%%lib/swipl/doc/Manual/thread.html
270
%%PORTDOCS%%lib/swipl/doc/Manual/threadcom.html
271
%%PORTDOCS%%lib/swipl/doc/Manual/threadcreate.html
272
%%PORTDOCS%%lib/swipl/doc/Manual/threadpool.html
273
%%PORTDOCS%%lib/swipl/doc/Manual/threads.html
274
%%PORTDOCS%%lib/swipl/doc/Manual/threadsync.html
275
%%PORTDOCS%%lib/swipl/doc/Manual/thutil.html
276
%%PORTDOCS%%lib/swipl/doc/Manual/tnotpure.html
277
%%PORTDOCS%%lib/swipl/doc/Manual/toplevel.html
278
%%PORTDOCS%%lib/swipl/doc/Manual/topvars.html
279
%%PORTDOCS%%lib/swipl/doc/Manual/tracehook.html
280
%%PORTDOCS%%lib/swipl/doc/Manual/tty.html
281
%%PORTDOCS%%lib/swipl/doc/Manual/typetest.html
282
%%PORTDOCS%%lib/swipl/doc/Manual/ugraphs.html
283
%%PORTDOCS%%lib/swipl/doc/Manual/up.gif
284
%%PORTDOCS%%lib/swipl/doc/Manual/url.html
285
%%PORTDOCS%%lib/swipl/doc/Manual/usingmodules.html
286
%%PORTDOCS%%lib/swipl/doc/Manual/varnumbers.html
287
%%PORTDOCS%%lib/swipl/doc/Manual/whymodules.html
288
%%PORTDOCS%%lib/swipl/doc/Manual/widechars.html
289
%%PORTDOCS%%lib/swipl/doc/Manual/www_browser.html
290
%%PORTDOCS%%lib/swipl/doc/Manual/xref.html
291
%%PORTDOCS%%lib/swipl/doc/Manual/xrefchatdep.png
292
%%PORTDOCS%%lib/swipl/doc/Manual/xrefchatfile.png
293
%%PORTDOCS%%lib/swipl/doc/Manual/yall.html
294
%%PORTDOCS%%lib/swipl/doc/Manual/yellow_pages.gif
295
%%PORTDOCS%%lib/swipl/doc/manindex.db
296
%%PORTDOCS%%lib/swipl/doc/packages/archive.html
297
%%PORTDOCS%%lib/swipl/doc/packages/clib.html
298
%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/cql.html
43
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/bool.chr
299
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/bool.chr
44
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrdif.chr
300
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrdif.chr
45
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrfreeze.chr
301
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/chr/chrfreeze.chr
Lines 55-61 Link Here
55
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/likes.pl
311
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/likes.pl
56
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test.cpp
312
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test.cpp
57
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test.pl
313
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cpp/test.pl
58
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cql/cql_demo.pl
314
%%ODBC%%%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/cql/cql_demo.pl
59
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/README.md
315
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/README.md
60
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/calc.pl
316
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/calc.pl
61
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_body.pl
317
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/http/demo_body.pl
Lines 121-126 Link Here
121
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/server/server-key.pem
377
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/etc/server/server-key.pem
122
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/https.pl
378
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/https.pl
123
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/server.pl
379
%%PORTEXAMPLES%%lib/swipl/doc/packages/examples/ssl/server.pl
380
%%PORTDOCS%%lib/swipl/doc/packages/http.html
381
%%PORTDOCS%%lib/swipl/doc/packages/index.html
382
%%PORTDOCS%%lib/swipl/doc/packages/libedit.html
383
%%PORTDOCS%%lib/swipl/doc/packages/nlp.html
384
%%ODBC%%%%PORTDOCS%%lib/swipl/doc/packages/odbc.html
385
%%PORTDOCS%%lib/swipl/doc/packages/paxos.html
386
%%PORTDOCS%%lib/swipl/doc/packages/pcre.html
387
%%PORTDOCS%%lib/swipl/doc/packages/penarch.png
388
%%PORTDOCS%%lib/swipl/doc/packages/pengines.html
389
%%PORTDOCS%%lib/swipl/doc/packages/pl2cpp.html
390
%%PORTDOCS%%lib/swipl/doc/packages/pldoc.html
391
%%PORTDOCS%%lib/swipl/doc/packages/pltpruncolour.png
392
%%PORTDOCS%%lib/swipl/doc/packages/pltpsynch.png
393
%%PORTDOCS%%lib/swipl/doc/packages/plunit.html
394
%%PORTDOCS%%lib/swipl/doc/packages/protobufs.html
395
%%PORTDOCS%%lib/swipl/doc/packages/rdf2pl.html
396
%%PORTDOCS%%lib/swipl/doc/packages/readline.html
397
%%PORTDOCS%%lib/swipl/doc/packages/semweb.html
398
%%PORTDOCS%%lib/swipl/doc/packages/sgml.html
399
%%PORTDOCS%%lib/swipl/doc/packages/ssl.html
400
%%PORTDOCS%%lib/swipl/doc/packages/table.html
401
%%PORTDOCS%%lib/swipl/doc/packages/utf8proc.html
402
%%PORTDOCS%%lib/swipl/doc/packages/yaml.html
403
%%PORTDOCS%%lib/swipl/doc/packages/zlib.html
124
lib/swipl/include/SWI-Prolog.h
404
lib/swipl/include/SWI-Prolog.h
125
lib/swipl/include/SWI-Stream.h
405
lib/swipl/include/SWI-Stream.h
126
lib/swipl/include/SWI-cpp.h
406
lib/swipl/include/SWI-cpp.h
Lines 144-150 Link Here
144
lib/swipl/lib/%%ARCH%%-%%OS%%/md54pl.so
424
lib/swipl/lib/%%ARCH%%-%%OS%%/md54pl.so
145
lib/swipl/lib/%%ARCH%%-%%OS%%/memfile.so
425
lib/swipl/lib/%%ARCH%%-%%OS%%/memfile.so
146
lib/swipl/lib/%%ARCH%%-%%OS%%/ntriples.so
426
lib/swipl/lib/%%ARCH%%-%%OS%%/ntriples.so
147
lib/swipl/lib/%%ARCH%%-%%OS%%/odbc4pl.so
427
%%ODBC%%lib/swipl/lib/%%ARCH%%-%%OS%%/odbc4pl.so
148
lib/swipl/lib/%%ARCH%%-%%OS%%/pcre4pl.so
428
lib/swipl/lib/%%ARCH%%-%%OS%%/pcre4pl.so
149
lib/swipl/lib/%%ARCH%%-%%OS%%/pdt_console.so
429
lib/swipl/lib/%%ARCH%%-%%OS%%/pdt_console.so
150
%%XPCE%%lib/swipl/lib/%%ARCH%%-%%OS%%/pl2xpce.so
430
%%XPCE%%lib/swipl/lib/%%ARCH%%-%%OS%%/pl2xpce.so
Lines 260-278 Link Here
260
lib/swipl/library/clp/inclpr/inclpr_newton.pl
540
lib/swipl/library/clp/inclpr/inclpr_newton.pl
261
lib/swipl/library/clp/inclpr/inclpr_ordering.pl
541
lib/swipl/library/clp/inclpr/inclpr_ordering.pl
262
lib/swipl/library/clp/inclpr/inclpr_symbolic_processing.pl
542
lib/swipl/library/clp/inclpr/inclpr_symbolic_processing.pl
263
lib/swipl/library/clp/simplex.pl
543
%%GMP%%lib/swipl/library/clp/simplex.pl
264
lib/swipl/library/codesio.pl
544
lib/swipl/library/codesio.pl
265
lib/swipl/library/coinduction.pl
545
lib/swipl/library/coinduction.pl
266
lib/swipl/library/console_input.pl
546
lib/swipl/library/console_input.pl
267
lib/swipl/library/cql/INDEX.pl
547
%%ODBC%%lib/swipl/library/cql/INDEX.pl
268
lib/swipl/library/cql/cql.pl
548
%%ODBC%%lib/swipl/library/cql/cql.pl
269
lib/swipl/library/cql/cql_autoschema.pl
549
%%ODBC%%lib/swipl/library/cql/cql_autoschema.pl
270
lib/swipl/library/cql/cql_database.pl
550
%%ODBC%%lib/swipl/library/cql/cql_database.pl
271
lib/swipl/library/cql/cql_hooks.pl
551
%%ODBC%%lib/swipl/library/cql/cql_hooks.pl
272
lib/swipl/library/cql/sql_keywords.pl
552
%%ODBC%%lib/swipl/library/cql/sql_keywords.pl
273
lib/swipl/library/cql/sql_parser.pl
553
%%ODBC%%lib/swipl/library/cql/sql_parser.pl
274
lib/swipl/library/cql/sql_tokenizer.pl
554
%%ODBC%%lib/swipl/library/cql/sql_tokenizer.pl
275
lib/swipl/library/cql/sql_write.pl
555
%%ODBC%%lib/swipl/library/cql/sql_write.pl
276
lib/swipl/library/crypt.pl
556
lib/swipl/library/crypt.pl
277
lib/swipl/library/crypto.pl
557
lib/swipl/library/crypto.pl
278
lib/swipl/library/csv.pl
558
lib/swipl/library/csv.pl
Lines 341-346 Link Here
341
lib/swipl/library/git.pl
621
lib/swipl/library/git.pl
342
lib/swipl/library/hash_stream.pl
622
lib/swipl/library/hash_stream.pl
343
lib/swipl/library/heaps.pl
623
lib/swipl/library/heaps.pl
624
%%PORTDOCS%%lib/swipl/library/help.pl
344
lib/swipl/library/hotfix.pl
625
lib/swipl/library/hotfix.pl
345
lib/swipl/library/http/INDEX.pl
626
lib/swipl/library/http/INDEX.pl
346
lib/swipl/library/http/README.md
627
lib/swipl/library/http/README.md
Lines 441-447 Link Here
441
lib/swipl/library/nb_set.pl
722
lib/swipl/library/nb_set.pl
442
lib/swipl/library/obfuscate.pl
723
lib/swipl/library/obfuscate.pl
443
lib/swipl/library/occurs.pl
724
lib/swipl/library/occurs.pl
444
lib/swipl/library/odbc.pl
725
%%ODBC%%lib/swipl/library/odbc.pl
445
lib/swipl/library/operators.pl
726
lib/swipl/library/operators.pl
446
lib/swipl/library/option.pl
727
lib/swipl/library/option.pl
447
lib/swipl/library/optparse.pl
728
lib/swipl/library/optparse.pl
Lines 617-623 Link Here
617
lib/swipl/library/vm.pl
898
lib/swipl/library/vm.pl
618
lib/swipl/library/wfs.pl
899
lib/swipl/library/wfs.pl
619
lib/swipl/library/when.pl
900
lib/swipl/library/when.pl
620
lib/swipl/library/win_menu.pl
901
%%THREADED%%lib/swipl/library/win_menu.pl
621
lib/swipl/library/writef.pl
902
lib/swipl/library/writef.pl
622
lib/swipl/library/www_browser.pl
903
lib/swipl/library/www_browser.pl
623
lib/swipl/library/xmldsig.pl
904
lib/swipl/library/xmldsig.pl
Lines 628-634 Link Here
628
lib/swipl/library/yaml.pl
909
lib/swipl/library/yaml.pl
629
lib/swipl/library/zip.pl
910
lib/swipl/library/zip.pl
630
lib/swipl/library/zlib.pl
911
lib/swipl/library/zlib.pl
631
%%XPCE%%lib/swipl/swipl-win.rc
912
%%THREADED%%%%XPCE%%lib/swipl/swipl-win.rc
632
lib/swipl/swipl.home
913
lib/swipl/swipl.home
633
%%XPCE%%lib/swipl/swipl.rc
914
%%XPCE%%lib/swipl/swipl.rc
634
%%XPCE%%lib/swipl/xpce/Defaults
915
%%XPCE%%lib/swipl/xpce/Defaults

Return to bug 252482