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

(-)lang/sketchy/Makefile (-4 / +4 lines)
Lines 6-27 Link Here
6
#
6
#
7
7
8
PORTNAME=	sketchy
8
PORTNAME=	sketchy
9
PORTVERSION=	20061108
9
PORTVERSION=	20061116
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
15
16
CONFLICTS=	p5-PAR-0.*
17
18
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
19
MAKE_ENV+=	BINOWN=${BINOWN} \
17
MAKE_ENV+=	BINOWN=${BINOWN} \
20
		BINGRP=${BINGRP}
18
		BINGRP=${BINGRP}
21
19
22
MAN7=		sketchy.7
20
MAN1=		sketchy.1 skpp.1
21
MLINKS=		sketchy.1 sk.1
23
22
24
post-patch:
23
post-patch:
25
	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h
24
	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h
25
	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/src/pp.scm
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)lang/sketchy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (sketchy-20061108.tar.gz) = 86a5f3200f0c3656b7d64efa4661bd5e
1
MD5 (sketchy-20061116.tar.gz) = 022717a8adc4ba7c2e0593014130484c
2
SIZE (sketchy-20061108.tar.gz) = 182229
2
SIZE (sketchy-20061116.tar.gz) = 182714
3
SHA256 (sketchy-20061108.tar.gz) = 4da6ed06b4a51a0172c9029c4147ddb44ea1f75cb9dd171299aab4b715d8df5b
3
SHA256 (sketchy-20061116.tar.gz) = b6bde0a77cd29b644da57f660acdb56a3d3a155b7822271d11547d2611b8177e
(-)lang/sketchy/pkg-plist (-3 / +2 lines)
Lines 1-10 Link Here
1
bin/pp
2
bin/sk
1
bin/sk
3
bin/sketchy
2
bin/sketchy
3
bin/skpp
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.24
7
lib/libsketchy.so.25
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 346-352 Link Here
346
%%DOCSDIR%%/sk08.html
346
%%DOCSDIR%%/sk08.html
347
%%DOCSDIR%%/sk09.html
347
%%DOCSDIR%%/sk09.html
348
%%DOCSDIR%%/sk10.html
348
%%DOCSDIR%%/sk10.html
349
%%DOCSDIR%%/sk11.html
350
%%DOCSDIR%%/toc2-x.html
349
%%DOCSDIR%%/toc2-x.html
351
%%DOCSDIR%%/toc2.html
350
%%DOCSDIR%%/toc2.html
352
@dirrm %%DATADIR%%/ext
351
@dirrm %%DATADIR%%/ext

Return to bug 105605