- Update to 2006-11-16
PR: ports/105605 Submitted by: Nils M Holm <nmh@t3x.org> (Maintainer)
This commit is contained in:
parent
3637753959
commit
dfa10c419c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177438
@ -6,22 +6,22 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= sketchy
|
PORTNAME= sketchy
|
||||||
PORTVERSION= 20061108
|
PORTVERSION= 20061116
|
||||||
CATEGORIES= lang devel lisp scheme
|
CATEGORIES= lang devel lisp scheme
|
||||||
MASTER_SITES= http://www.t3x.org/files/
|
MASTER_SITES= http://www.t3x.org/files/
|
||||||
|
|
||||||
MAINTAINER= nmh@t3x.org
|
MAINTAINER= nmh@t3x.org
|
||||||
COMMENT= An interpreter for purely applicative Scheme
|
COMMENT= An interpreter for purely applicative Scheme
|
||||||
|
|
||||||
CONFLICTS= p5-PAR-0.*
|
|
||||||
|
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
MAKE_ENV+= BINOWN=${BINOWN} \
|
MAKE_ENV+= BINOWN=${BINOWN} \
|
||||||
BINGRP=${BINGRP}
|
BINGRP=${BINGRP}
|
||||||
|
|
||||||
MAN7= sketchy.7
|
MAN1= sketchy.1 skpp.1
|
||||||
|
MLINKS= sketchy.1 sk.1
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h
|
||||||
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/src/pp.scm
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (sketchy-20061108.tar.gz) = 86a5f3200f0c3656b7d64efa4661bd5e
|
MD5 (sketchy-20061116.tar.gz) = 022717a8adc4ba7c2e0593014130484c
|
||||||
SIZE (sketchy-20061108.tar.gz) = 182229
|
SIZE (sketchy-20061116.tar.gz) = 182714
|
||||||
SHA256 (sketchy-20061108.tar.gz) = 4da6ed06b4a51a0172c9029c4147ddb44ea1f75cb9dd171299aab4b715d8df5b
|
SHA256 (sketchy-20061116.tar.gz) = b6bde0a77cd29b644da57f660acdb56a3d3a155b7822271d11547d2611b8177e
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
bin/pp
|
|
||||||
bin/sk
|
bin/sk
|
||||||
bin/sketchy
|
bin/sketchy
|
||||||
|
bin/skpp
|
||||||
include/sketchy.h
|
include/sketchy.h
|
||||||
lib/libsketchy.a
|
lib/libsketchy.a
|
||||||
lib/libsketchy.so
|
lib/libsketchy.so
|
||||||
lib/libsketchy.so.24
|
lib/libsketchy.so.25
|
||||||
%%DATADIR%%/LICENSE
|
%%DATADIR%%/LICENSE
|
||||||
%%DATADIR%%/ext/assp.scm
|
%%DATADIR%%/ext/assp.scm
|
||||||
%%DATADIR%%/ext/count.scm
|
%%DATADIR%%/ext/count.scm
|
||||||
@ -346,7 +346,6 @@ lib/libsketchy.so.24
|
|||||||
%%DOCSDIR%%/sk08.html
|
%%DOCSDIR%%/sk08.html
|
||||||
%%DOCSDIR%%/sk09.html
|
%%DOCSDIR%%/sk09.html
|
||||||
%%DOCSDIR%%/sk10.html
|
%%DOCSDIR%%/sk10.html
|
||||||
%%DOCSDIR%%/sk11.html
|
|
||||||
%%DOCSDIR%%/toc2-x.html
|
%%DOCSDIR%%/toc2-x.html
|
||||||
%%DOCSDIR%%/toc2.html
|
%%DOCSDIR%%/toc2.html
|
||||||
@dirrm %%DATADIR%%/ext
|
@dirrm %%DATADIR%%/ext
|
||||||
|
Loading…
Reference in New Issue
Block a user