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

(-)lang/sketchy/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	sketchy
8
PORTNAME=	sketchy
9
PORTVERSION=	20061127
9
PORTVERSION=	20061231
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
(-)lang/sketchy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sketchy-20061127.tar.gz) = feb82fc4e0e69f7b7c36bf95229e868f
1
MD5 (sketchy-20061231.tar.gz) = ac373cabb1bcd3db804aa32fbc722e75
2
SIZE (sketchy-20061127.tar.gz) = 184809
2
SIZE (sketchy-20061231.tar.gz) = 182660
3
SHA256 (sketchy-20061127.tar.gz) = 123a01bc3efe56a36baf497fab4f6a5870f42f0ed4ca31d79c4c1d1e10b7106e
3
SHA256 (sketchy-20061231.tar.gz) = 918ae25f1158bf3f572d362cad837484de881981560bade3e529f7cbb01746c6
(-)lang/sketchy/pkg-descr (-2 / +1 lines)
Lines 1-7 Link Here
1
SketchyLISP is an embeddable interpreter for a purely applicative
1
SketchyLISP is an embeddable interpreter for a purely applicative
2
dialect of Scheme. It may be considered an implementation of pure
2
dialect of Scheme. It may be considered an implementation of pure
3
LISP plus global definitions, first-class continuations and
3
LISP plus global definitions and some input/output functions.
4
input/output functions.
5
4
6
This package contains the SketchyLISP interpreter and library,
5
This package contains the SketchyLISP interpreter and library,
7
the manual, and example programs.
6
the manual, and example programs.
(-)lang/sketchy/pkg-plist (-3 / +3 lines)
Lines 4-10 Link Here
4
include/sketchy.h
4
include/sketchy.h
5
lib/libsketchy.a
5
lib/libsketchy.a
6
lib/libsketchy.so
6
lib/libsketchy.so
7
lib/libsketchy.so.27
7
lib/libsketchy.so.28
8
%%DATADIR%%/LICENSE
8
%%DATADIR%%/LICENSE
9
%%DATADIR%%/ext/assp.scm
9
%%DATADIR%%/ext/assp.scm
10
%%DATADIR%%/ext/count.scm
10
%%DATADIR%%/ext/count.scm
Lines 13-19 Link Here
13
%%DATADIR%%/ext/explode.scm
13
%%DATADIR%%/ext/explode.scm
14
%%DATADIR%%/ext/factorial.scm
14
%%DATADIR%%/ext/factorial.scm
15
%%DATADIR%%/ext/filter.scm
15
%%DATADIR%%/ext/filter.scm
16
%%DATADIR%%/ext/forall.scm
16
%%DATADIR%%/ext/for-all.scm
17
%%DATADIR%%/ext/headp.scm
17
%%DATADIR%%/ext/headp.scm
18
%%DATADIR%%/ext/id.scm
18
%%DATADIR%%/ext/id.scm
19
%%DATADIR%%/ext/implode.scm
19
%%DATADIR%%/ext/implode.scm
Lines 220-226 Link Here
220
%%DOCSDIR%%/library/filter.html
220
%%DOCSDIR%%/library/filter.html
221
%%DOCSDIR%%/library/fold-left.html
221
%%DOCSDIR%%/library/fold-left.html
222
%%DOCSDIR%%/library/fold-right.html
222
%%DOCSDIR%%/library/fold-right.html
223
%%DOCSDIR%%/library/forall.html
223
%%DOCSDIR%%/library/for-all.html
224
%%DOCSDIR%%/library/gcd.html
224
%%DOCSDIR%%/library/gcd.html
225
%%DOCSDIR%%/library/greater.html
225
%%DOCSDIR%%/library/greater.html
226
%%DOCSDIR%%/library/gteq.html
226
%%DOCSDIR%%/library/gteq.html

Return to bug 107371