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

(-)lang/sketchy/Makefile (-1 / +4 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	sketchy
8
PORTNAME=	sketchy
9
PORTVERSION=	20061023
9
PORTVERSION=	20061107
10
CATEGORIES=	lang devel lisp scheme
10
CATEGORIES=	lang devel lisp scheme
11
MASTER_SITES=	http://www.t3x.org/files/
11
MASTER_SITES=	http://www.t3x.org/files/
12
12
13
MAINTAINER=	nmh@t3x.org
13
MAINTAINER=	nmh@t3x.org
14
COMMENT=	An interpreter for purely applicative Scheme
14
COMMENT=	An interpreter for purely applicative Scheme
15
16
# Please /do/ keep this!
17
USE_REINPLACE=	yes
15
18
16
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
17
MAKE_ENV+=	BINOWN=${BINOWN} \
20
MAKE_ENV+=	BINOWN=${BINOWN} \
(-)lang/sketchy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sketchy-20061023.tar.gz) = dcefff1e4d05af466ac36fc39020b49e
1
MD5 (sketchy-20061107.tar.gz) = 56702b690af07d921a9e963c082c8393
2
SIZE (sketchy-20061023.tar.gz) = 170657
2
SIZE (sketchy-20061107.tar.gz) = 182042
3
SHA256 (sketchy-20061023.tar.gz) = f38a6e2875e5083eda24c69493aaa902222f0142db32a89a901575519687498c
3
SHA256 (sketchy-20061107.tar.gz) = 2a204fabbea4d3cd894278e54f8e6a19ac01c45d3a7c6356945f98e0dd0dd4ef
(-)lang/sketchy/pkg-plist (-39 / +80 lines)
Lines 3-10 Link Here
3
include/sketchy.h
3
include/sketchy.h
4
lib/libsketchy.a
4
lib/libsketchy.a
5
lib/libsketchy.so
5
lib/libsketchy.so
6
lib/libsketchy.so.22
6
lib/libsketchy.so.24
7
%%DATADIR%%/LICENSE
7
%%DATADIR%%/LICENSE
8
%%DATADIR%%/ext/assp.scm
9
%%DATADIR%%/ext/count.scm
10
%%DATADIR%%/ext/depth.scm
11
%%DATADIR%%/ext/exists.scm
12
%%DATADIR%%/ext/explode.scm
13
%%DATADIR%%/ext/factorial.scm
14
%%DATADIR%%/ext/filter.scm
15
%%DATADIR%%/ext/forall.scm
16
%%DATADIR%%/ext/headp.scm
17
%%DATADIR%%/ext/id.scm
18
%%DATADIR%%/ext/implode.scm
19
%%DATADIR%%/ext/intersection.scm
20
%%DATADIR%%/ext/iota.scm
21
%%DATADIR%%/ext/last.scm
22
%%DATADIR%%/ext/map-cdr.scm
23
%%DATADIR%%/ext/memp.scm
24
%%DATADIR%%/ext/not-equalp.scm
25
%%DATADIR%%/ext/orderedp.scm
26
%%DATADIR%%/ext/pair.scm
27
%%DATADIR%%/ext/permute.scm
28
%%DATADIR%%/ext/product.scm
29
%%DATADIR%%/ext/qsort.scm
30
%%DATADIR%%/ext/read-line.scm
31
%%DATADIR%%/ext/remove.scm
32
%%DATADIR%%/ext/remp.scm
33
%%DATADIR%%/ext/remq.scm
34
%%DATADIR%%/ext/remv.scm
35
%%DATADIR%%/ext/replace.scm
36
%%DATADIR%%/ext/sketchy-ext.scm
37
%%DATADIR%%/ext/substitute.scm
38
%%DATADIR%%/ext/sum.scm
39
%%DATADIR%%/ext/tailp.scm
40
%%DATADIR%%/ext/union.scm
41
%%DATADIR%%/ext/unique.scm
8
%%DATADIR%%/lib/abs.scm
42
%%DATADIR%%/lib/abs.scm
9
%%DATADIR%%/lib/append.scm
43
%%DATADIR%%/lib/append.scm
10
%%DATADIR%%/lib/assoc.scm
44
%%DATADIR%%/lib/assoc.scm
Lines 26-31 Link Here
26
%%DATADIR%%/lib/caaaar.scm
60
%%DATADIR%%/lib/caaaar.scm
27
%%DATADIR%%/lib/caaar.scm
61
%%DATADIR%%/lib/caaar.scm
28
%%DATADIR%%/lib/caar.scm
62
%%DATADIR%%/lib/caar.scm
63
%%DATADIR%%/lib/case.scm
29
%%DATADIR%%/lib/ceqp.scm
64
%%DATADIR%%/lib/ceqp.scm
30
%%DATADIR%%/lib/cgep.scm
65
%%DATADIR%%/lib/cgep.scm
31
%%DATADIR%%/lib/cgtp.scm
66
%%DATADIR%%/lib/cgtp.scm
Lines 38-47 Link Here
38
%%DATADIR%%/lib/eqvp.scm
73
%%DATADIR%%/lib/eqvp.scm
39
%%DATADIR%%/lib/evenp.scm
74
%%DATADIR%%/lib/evenp.scm
40
%%DATADIR%%/lib/expt.scm
75
%%DATADIR%%/lib/expt.scm
76
%%DATADIR%%/lib/fold-left.scm
77
%%DATADIR%%/lib/fold-right.scm
41
%%DATADIR%%/lib/gcd.scm
78
%%DATADIR%%/lib/gcd.scm
42
%%DATADIR%%/lib/greater.scm
79
%%DATADIR%%/lib/greater.scm
43
%%DATADIR%%/lib/gteq.scm
80
%%DATADIR%%/lib/gteq.scm
44
%%DATADIR%%/lib/id.scm
45
%%DATADIR%%/lib/if.scm
81
%%DATADIR%%/lib/if.scm
46
%%DATADIR%%/lib/integer.scm
82
%%DATADIR%%/lib/integer.scm
47
%%DATADIR%%/lib/integerp.scm
83
%%DATADIR%%/lib/integerp.scm
Lines 54-59 Link Here
54
%%DATADIR%%/lib/list.scm
90
%%DATADIR%%/lib/list.scm
55
%%DATADIR%%/lib/listp.scm
91
%%DATADIR%%/lib/listp.scm
56
%%DATADIR%%/lib/lteq.scm
92
%%DATADIR%%/lib/lteq.scm
93
%%DATADIR%%/lib/map-car.scm
57
%%DATADIR%%/lib/map.scm
94
%%DATADIR%%/lib/map.scm
58
%%DATADIR%%/lib/max.scm
95
%%DATADIR%%/lib/max.scm
59
%%DATADIR%%/lib/member.scm
96
%%DATADIR%%/lib/member.scm
Lines 87-96 Link Here
87
%%DATADIR%%/lib/oddp.scm
124
%%DATADIR%%/lib/oddp.scm
88
%%DATADIR%%/lib/plus.scm
125
%%DATADIR%%/lib/plus.scm
89
%%DATADIR%%/lib/positivep.scm
126
%%DATADIR%%/lib/positivep.scm
127
%%DATADIR%%/lib/pred-iter.scm
90
%%DATADIR%%/lib/pred.scm
128
%%DATADIR%%/lib/pred.scm
91
%%DATADIR%%/lib/quotient.scm
129
%%DATADIR%%/lib/quotient.scm
92
%%DATADIR%%/lib/reduce.scm
93
%%DATADIR%%/lib/reduce-r.scm
94
%%DATADIR%%/lib/remainder.scm
130
%%DATADIR%%/lib/remainder.scm
95
%%DATADIR%%/lib/reverse.scm
131
%%DATADIR%%/lib/reverse.scm
96
%%DATADIR%%/lib/s-append.scm
132
%%DATADIR%%/lib/s-append.scm
Lines 116-168 Link Here
116
%%DATADIR%%/lib/zerop.scm
152
%%DATADIR%%/lib/zerop.scm
117
%%DATADIR%%/sketchy.image
153
%%DATADIR%%/sketchy.image
118
%%DATADIR%%/src/amk.scm
154
%%DATADIR%%/src/amk.scm
119
%%DATADIR%%/src/anyp.scm
120
%%DATADIR%%/src/bottles.scm
155
%%DATADIR%%/src/bottles.scm
121
%%DATADIR%%/src/bubblesort.scm
156
%%DATADIR%%/src/bubblesort.scm
122
%%DATADIR%%/src/count.scm
123
%%DATADIR%%/src/date.scm
157
%%DATADIR%%/src/date.scm
124
%%DATADIR%%/src/depth.scm
125
%%DATADIR%%/src/draw-tree.scm
158
%%DATADIR%%/src/draw-tree.scm
126
%%DATADIR%%/src/evaluate.scm
159
%%DATADIR%%/src/evaluate.scm
127
%%DATADIR%%/src/everyp.scm
128
%%DATADIR%%/src/explode.scm
129
%%DATADIR%%/src/fact.scm
130
%%DATADIR%%/src/factors.scm
160
%%DATADIR%%/src/factors.scm
131
%%DATADIR%%/src/filter.scm
132
%%DATADIR%%/src/gen-bottles.scm
161
%%DATADIR%%/src/gen-bottles.scm
133
%%DATADIR%%/src/hanoi.scm
162
%%DATADIR%%/src/hanoi.scm
134
%%DATADIR%%/src/headp.scm
135
%%DATADIR%%/src/hyper.scm
163
%%DATADIR%%/src/hyper.scm
136
%%DATADIR%%/src/implode.scm
137
%%DATADIR%%/src/infix.scm
164
%%DATADIR%%/src/infix.scm
138
%%DATADIR%%/src/insert.scm
165
%%DATADIR%%/src/insert.scm
139
%%DATADIR%%/src/intersection.scm
140
%%DATADIR%%/src/iota.scm
141
%%DATADIR%%/src/isort.scm
166
%%DATADIR%%/src/isort.scm
142
%%DATADIR%%/src/last.scm
143
%%DATADIR%%/src/lvrename.scm
167
%%DATADIR%%/src/lvrename.scm
144
%%DATADIR%%/src/maplist.scm
168
%%DATADIR%%/src/pp.scm
145
%%DATADIR%%/src/not-equalp.scm
146
%%DATADIR%%/src/orderedp.scm
147
%%DATADIR%%/src/pair.scm
148
%%DATADIR%%/src/permute.scm
149
%%DATADIR%%/src/prefix.scm
169
%%DATADIR%%/src/prefix.scm
150
%%DATADIR%%/src/product.scm
151
%%DATADIR%%/src/prolog.scm
170
%%DATADIR%%/src/prolog.scm
152
%%DATADIR%%/src/qsort.scm
153
%%DATADIR%%/src/queens.scm
171
%%DATADIR%%/src/queens.scm
154
%%DATADIR%%/src/read-line.scm
155
%%DATADIR%%/src/remove.scm
156
%%DATADIR%%/src/scmtocps.scm
172
%%DATADIR%%/src/scmtocps.scm
157
%%DATADIR%%/src/sketchy-ext.scm
158
%%DATADIR%%/src/some.scm
159
%%DATADIR%%/src/sublist.scm
160
%%DATADIR%%/src/subst.scm
161
%%DATADIR%%/src/sum.scm
162
%%DATADIR%%/src/tailp.scm
163
%%DATADIR%%/src/tree.scm
173
%%DATADIR%%/src/tree.scm
164
%%DATADIR%%/src/union.scm
165
%%DATADIR%%/src/unique.scm
166
%%DATADIR%%/src/unlet.scm
174
%%DATADIR%%/src/unlet.scm
167
%%DATADIR%%/src/unsort.scm
175
%%DATADIR%%/src/unsort.scm
168
%%DATADIR%%/src/vqueens.scm
176
%%DATADIR%%/src/vqueens.scm
Lines 171-176 Link Here
171
%%DOCSDIR%%/library/abs.html
179
%%DOCSDIR%%/library/abs.html
172
%%DOCSDIR%%/library/append.html
180
%%DOCSDIR%%/library/append.html
173
%%DOCSDIR%%/library/assoc.html
181
%%DOCSDIR%%/library/assoc.html
182
%%DOCSDIR%%/library/assp.html
174
%%DOCSDIR%%/library/assq.html
183
%%DOCSDIR%%/library/assq.html
175
%%DOCSDIR%%/library/assv.html
184
%%DOCSDIR%%/library/assv.html
176
%%DOCSDIR%%/library/booleanp.html
185
%%DOCSDIR%%/library/booleanp.html
Lines 189-214 Link Here
189
%%DOCSDIR%%/library/caaaar.html
198
%%DOCSDIR%%/library/caaaar.html
190
%%DOCSDIR%%/library/caaar.html
199
%%DOCSDIR%%/library/caaar.html
191
%%DOCSDIR%%/library/caar.html
200
%%DOCSDIR%%/library/caar.html
201
%%DOCSDIR%%/library/case.html
192
%%DOCSDIR%%/library/ceqp.html
202
%%DOCSDIR%%/library/ceqp.html
193
%%DOCSDIR%%/library/cgep.html
203
%%DOCSDIR%%/library/cgep.html
194
%%DOCSDIR%%/library/cgtp.html
204
%%DOCSDIR%%/library/cgtp.html
195
%%DOCSDIR%%/library/clep.html
205
%%DOCSDIR%%/library/clep.html
196
%%DOCSDIR%%/library/cltp.html
206
%%DOCSDIR%%/library/cltp.html
207
%%DOCSDIR%%/library/count.html
208
%%DOCSDIR%%/library/depth.html
197
%%DOCSDIR%%/library/digits.html
209
%%DOCSDIR%%/library/digits.html
198
%%DOCSDIR%%/library/divide.html
210
%%DOCSDIR%%/library/divide.html
199
%%DOCSDIR%%/library/equal.html
211
%%DOCSDIR%%/library/equal.html
200
%%DOCSDIR%%/library/equalp.html
212
%%DOCSDIR%%/library/equalp.html
201
%%DOCSDIR%%/library/eqvp.html
213
%%DOCSDIR%%/library/eqvp.html
202
%%DOCSDIR%%/library/evenp.html
214
%%DOCSDIR%%/library/evenp.html
215
%%DOCSDIR%%/library/exists.html
216
%%DOCSDIR%%/library/explode.html
203
%%DOCSDIR%%/library/expt.html
217
%%DOCSDIR%%/library/expt.html
218
%%DOCSDIR%%/library/factorial.html
219
%%DOCSDIR%%/library/filter.html
220
%%DOCSDIR%%/library/fold-left.html
221
%%DOCSDIR%%/library/fold-right.html
222
%%DOCSDIR%%/library/forall.html
204
%%DOCSDIR%%/library/gcd.html
223
%%DOCSDIR%%/library/gcd.html
205
%%DOCSDIR%%/library/greater.html
224
%%DOCSDIR%%/library/greater.html
206
%%DOCSDIR%%/library/gteq.html
225
%%DOCSDIR%%/library/gteq.html
226
%%DOCSDIR%%/library/headp.html
207
%%DOCSDIR%%/library/id.html
227
%%DOCSDIR%%/library/id.html
208
%%DOCSDIR%%/library/if.html
228
%%DOCSDIR%%/library/if.html
229
%%DOCSDIR%%/library/implode.html
209
%%DOCSDIR%%/library/index.html
230
%%DOCSDIR%%/library/index.html
210
%%DOCSDIR%%/library/integer.html
231
%%DOCSDIR%%/library/integer.html
211
%%DOCSDIR%%/library/integerp.html
232
%%DOCSDIR%%/library/integerp.html
233
%%DOCSDIR%%/library/intersection.html
234
%%DOCSDIR%%/library/iota.html
235
%%DOCSDIR%%/library/last.html
212
%%DOCSDIR%%/library/lcm.html
236
%%DOCSDIR%%/library/lcm.html
213
%%DOCSDIR%%/library/length.html
237
%%DOCSDIR%%/library/length.html
214
%%DOCSDIR%%/library/less.html
238
%%DOCSDIR%%/library/less.html
Lines 218-226 Link Here
218
%%DOCSDIR%%/library/list.html
242
%%DOCSDIR%%/library/list.html
219
%%DOCSDIR%%/library/listp.html
243
%%DOCSDIR%%/library/listp.html
220
%%DOCSDIR%%/library/lteq.html
244
%%DOCSDIR%%/library/lteq.html
245
%%DOCSDIR%%/library/map-car.html
246
%%DOCSDIR%%/library/map-cdr.html
221
%%DOCSDIR%%/library/map.html
247
%%DOCSDIR%%/library/map.html
222
%%DOCSDIR%%/library/max.html
248
%%DOCSDIR%%/library/max.html
223
%%DOCSDIR%%/library/member.html
249
%%DOCSDIR%%/library/member.html
250
%%DOCSDIR%%/library/memp.html
224
%%DOCSDIR%%/library/memq.html
251
%%DOCSDIR%%/library/memq.html
225
%%DOCSDIR%%/library/memv.html
252
%%DOCSDIR%%/library/memv.html
226
%%DOCSDIR%%/library/min.html
253
%%DOCSDIR%%/library/min.html
Lines 241-246 Link Here
241
%%DOCSDIR%%/library/nminus.html
268
%%DOCSDIR%%/library/nminus.html
242
%%DOCSDIR%%/library/non-negativep.html
269
%%DOCSDIR%%/library/non-negativep.html
243
%%DOCSDIR%%/library/normalize.html
270
%%DOCSDIR%%/library/normalize.html
271
%%DOCSDIR%%/library/not-equalp.html
244
%%DOCSDIR%%/library/not.html
272
%%DOCSDIR%%/library/not.html
245
%%DOCSDIR%%/library/nplus.html
273
%%DOCSDIR%%/library/nplus.html
246
%%DOCSDIR%%/library/nquotient.html
274
%%DOCSDIR%%/library/nquotient.html
Lines 249-261 Link Here
249
%%DOCSDIR%%/library/nullp.html
277
%%DOCSDIR%%/library/nullp.html
250
%%DOCSDIR%%/library/numtostr.html
278
%%DOCSDIR%%/library/numtostr.html
251
%%DOCSDIR%%/library/oddp.html
279
%%DOCSDIR%%/library/oddp.html
280
%%DOCSDIR%%/library/orderedp.html
281
%%DOCSDIR%%/library/pair.html
282
%%DOCSDIR%%/library/permute.html
252
%%DOCSDIR%%/library/plus.html
283
%%DOCSDIR%%/library/plus.html
253
%%DOCSDIR%%/library/positivep.html
284
%%DOCSDIR%%/library/positivep.html
285
%%DOCSDIR%%/library/pred-iter.html
254
%%DOCSDIR%%/library/pred.html
286
%%DOCSDIR%%/library/pred.html
287
%%DOCSDIR%%/library/product.html
288
%%DOCSDIR%%/library/qsort.html
255
%%DOCSDIR%%/library/quotient.html
289
%%DOCSDIR%%/library/quotient.html
256
%%DOCSDIR%%/library/reduce.html
290
%%DOCSDIR%%/library/read-line.html
257
%%DOCSDIR%%/library/reduce-r.html
258
%%DOCSDIR%%/library/remainder.html
291
%%DOCSDIR%%/library/remainder.html
292
%%DOCSDIR%%/library/remove.html
293
%%DOCSDIR%%/library/remp.html
294
%%DOCSDIR%%/library/remq.html
295
%%DOCSDIR%%/library/remv.html
296
%%DOCSDIR%%/library/replace.html
259
%%DOCSDIR%%/library/reverse.html
297
%%DOCSDIR%%/library/reverse.html
260
%%DOCSDIR%%/library/s-append.html
298
%%DOCSDIR%%/library/s-append.html
261
%%DOCSDIR%%/library/s-cieqp.html
299
%%DOCSDIR%%/library/s-cieqp.html
Lines 273-297 Link Here
273
%%DOCSDIR%%/library/sqrt.html
311
%%DOCSDIR%%/library/sqrt.html
274
%%DOCSDIR%%/library/string.html
312
%%DOCSDIR%%/library/string.html
275
%%DOCSDIR%%/library/strtonum.html
313
%%DOCSDIR%%/library/strtonum.html
314
%%DOCSDIR%%/library/substitute.html
276
%%DOCSDIR%%/library/substring.html
315
%%DOCSDIR%%/library/substring.html
277
%%DOCSDIR%%/library/succ.html
316
%%DOCSDIR%%/library/succ.html
317
%%DOCSDIR%%/library/sum.html
318
%%DOCSDIR%%/library/tailp.html
278
%%DOCSDIR%%/library/times.html
319
%%DOCSDIR%%/library/times.html
320
%%DOCSDIR%%/library/union.html
321
%%DOCSDIR%%/library/unique.html
279
%%DOCSDIR%%/library/zerop.html
322
%%DOCSDIR%%/library/zerop.html
280
%%DOCSDIR%%/license.html
323
%%DOCSDIR%%/license.html
281
%%DOCSDIR%%/ndx2.html
324
%%DOCSDIR%%/ndx2.html
282
%%DOCSDIR%%/prog/amk.html
325
%%DOCSDIR%%/prog/amk.html
283
%%DOCSDIR%%/prog/bottles.html
326
%%DOCSDIR%%/prog/bottles.html
284
%%DOCSDIR%%/prog/draw-tree.html
327
%%DOCSDIR%%/prog/draw-tree.html
285
%%DOCSDIR%%/prog/fact.html
286
%%DOCSDIR%%/prog/factors.html
328
%%DOCSDIR%%/prog/factors.html
287
%%DOCSDIR%%/prog/hyper.html
329
%%DOCSDIR%%/prog/hyper.html
288
%%DOCSDIR%%/prog/infix.html
330
%%DOCSDIR%%/prog/infix.html
289
%%DOCSDIR%%/prog/permute.html
331
%%DOCSDIR%%/prog/pp.html
290
%%DOCSDIR%%/prog/prefix.html
332
%%DOCSDIR%%/prog/prefix.html
291
%%DOCSDIR%%/prog/prolog.html
333
%%DOCSDIR%%/prog/prolog.html
292
%%DOCSDIR%%/prog/qsort.html
293
%%DOCSDIR%%/prog/queens.html
334
%%DOCSDIR%%/prog/queens.html
294
%%DOCSDIR%%/prog/read-line.html
295
%%DOCSDIR%%/prog/scmtocps.html
335
%%DOCSDIR%%/prog/scmtocps.html
296
%%DOCSDIR%%/prog/zebra.html
336
%%DOCSDIR%%/prog/zebra.html
297
%%DOCSDIR%%/progs.html
337
%%DOCSDIR%%/progs.html
Lines 308-313 Link Here
308
%%DOCSDIR%%/sk11.html
348
%%DOCSDIR%%/sk11.html
309
%%DOCSDIR%%/toc2-x.html
349
%%DOCSDIR%%/toc2-x.html
310
%%DOCSDIR%%/toc2.html
350
%%DOCSDIR%%/toc2.html
351
@dirrm %%DATADIR%%/ext
311
@dirrm %%DATADIR%%/lib
352
@dirrm %%DATADIR%%/lib
312
@dirrm %%DATADIR%%/src
353
@dirrm %%DATADIR%%/src
313
@dirrm %%DATADIR%%
354
@dirrm %%DATADIR%%

Return to bug 105237