mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- Update to 2006-10-23
PR: ports/104433 Submitted by: maintainer (Nils M Holm)
This commit is contained in:
parent
fe9607d12b
commit
bce9decbac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175730
@ -6,16 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= sketchy
|
||||
PORTVERSION= 20061008
|
||||
PORTVERSION= 20061023
|
||||
CATEGORIES= lang devel lisp scheme
|
||||
MASTER_SITES= http://www.t3x.org/files/
|
||||
|
||||
MAINTAINER= nmh@t3x.org
|
||||
COMMENT= An interpreter for purely applicative Scheme
|
||||
|
||||
# Please keep this!
|
||||
USE_REINPLACE= yes
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_ENV+= BINOWN=${BINOWN} \
|
||||
BINGRP=${BINGRP}
|
||||
@ -24,13 +21,5 @@ MAN7= sketchy.7
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/sketchy.h
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^CFLAGS=|CFLAGS+=|; \
|
||||
s|$$(CFLAGS) -o sketchy.o|& -fPIC|' \
|
||||
${WRKSRC}/${MAKEFILE}
|
||||
|
||||
post-install:
|
||||
@cd ${PREFIX}/lib && ${MV} libsketchy.so libsketchy.so.0 && \
|
||||
${LN} -s libsketchy.so.0 libsketchy.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (sketchy-20061008.tar.gz) = 91220c5bf2bf557afe17a6e03a79de96
|
||||
SIZE (sketchy-20061008.tar.gz) = 164964
|
||||
SHA256 (sketchy-20061008.tar.gz) = 84b0e3ebcf750797aac5ec6e6fe2396ff47b30122f654d31a070fd2f57092dc3
|
||||
MD5 (sketchy-20061023.tar.gz) = dcefff1e4d05af466ac36fc39020b49e
|
||||
SIZE (sketchy-20061023.tar.gz) = 170657
|
||||
SHA256 (sketchy-20061023.tar.gz) = f38a6e2875e5083eda24c69493aaa902222f0142db32a89a901575519687498c
|
||||
|
@ -3,12 +3,13 @@ bin/sketchy
|
||||
include/sketchy.h
|
||||
lib/libsketchy.a
|
||||
lib/libsketchy.so
|
||||
lib/libsketchy.so.0
|
||||
lib/libsketchy.so.22
|
||||
%%DATADIR%%/LICENSE
|
||||
%%DATADIR%%/lib/abs.scm
|
||||
%%DATADIR%%/lib/append.scm
|
||||
%%DATADIR%%/lib/assoc.scm
|
||||
%%DATADIR%%/lib/assq.scm
|
||||
%%DATADIR%%/lib/assv.scm
|
||||
%%DATADIR%%/lib/booleanp.scm
|
||||
%%DATADIR%%/lib/c-alphabeticp.scm
|
||||
%%DATADIR%%/lib/c-cieqp.scm
|
||||
@ -34,6 +35,7 @@ lib/libsketchy.so.0
|
||||
%%DATADIR%%/lib/divide.scm
|
||||
%%DATADIR%%/lib/equal.scm
|
||||
%%DATADIR%%/lib/equalp.scm
|
||||
%%DATADIR%%/lib/eqvp.scm
|
||||
%%DATADIR%%/lib/evenp.scm
|
||||
%%DATADIR%%/lib/expt.scm
|
||||
%%DATADIR%%/lib/gcd.scm
|
||||
@ -42,6 +44,7 @@ lib/libsketchy.so.0
|
||||
%%DATADIR%%/lib/id.scm
|
||||
%%DATADIR%%/lib/if.scm
|
||||
%%DATADIR%%/lib/integer.scm
|
||||
%%DATADIR%%/lib/integerp.scm
|
||||
%%DATADIR%%/lib/lcm.scm
|
||||
%%DATADIR%%/lib/length.scm
|
||||
%%DATADIR%%/lib/less.scm
|
||||
@ -55,6 +58,7 @@ lib/libsketchy.so.0
|
||||
%%DATADIR%%/lib/max.scm
|
||||
%%DATADIR%%/lib/member.scm
|
||||
%%DATADIR%%/lib/memq.scm
|
||||
%%DATADIR%%/lib/memv.scm
|
||||
%%DATADIR%%/lib/min.scm
|
||||
%%DATADIR%%/lib/minus.scm
|
||||
%%DATADIR%%/lib/modulo.scm
|
||||
@ -149,6 +153,7 @@ lib/libsketchy.so.0
|
||||
%%DATADIR%%/src/queens.scm
|
||||
%%DATADIR%%/src/read-line.scm
|
||||
%%DATADIR%%/src/remove.scm
|
||||
%%DATADIR%%/src/scmtocps.scm
|
||||
%%DATADIR%%/src/sketchy-ext.scm
|
||||
%%DATADIR%%/src/some.scm
|
||||
%%DATADIR%%/src/sublist.scm
|
||||
@ -167,6 +172,7 @@ lib/libsketchy.so.0
|
||||
%%DOCSDIR%%/library/append.html
|
||||
%%DOCSDIR%%/library/assoc.html
|
||||
%%DOCSDIR%%/library/assq.html
|
||||
%%DOCSDIR%%/library/assv.html
|
||||
%%DOCSDIR%%/library/booleanp.html
|
||||
%%DOCSDIR%%/library/c-alphabeticp.html
|
||||
%%DOCSDIR%%/library/c-cieqp.html
|
||||
@ -192,6 +198,7 @@ lib/libsketchy.so.0
|
||||
%%DOCSDIR%%/library/divide.html
|
||||
%%DOCSDIR%%/library/equal.html
|
||||
%%DOCSDIR%%/library/equalp.html
|
||||
%%DOCSDIR%%/library/eqvp.html
|
||||
%%DOCSDIR%%/library/evenp.html
|
||||
%%DOCSDIR%%/library/expt.html
|
||||
%%DOCSDIR%%/library/gcd.html
|
||||
@ -201,6 +208,7 @@ lib/libsketchy.so.0
|
||||
%%DOCSDIR%%/library/if.html
|
||||
%%DOCSDIR%%/library/index.html
|
||||
%%DOCSDIR%%/library/integer.html
|
||||
%%DOCSDIR%%/library/integerp.html
|
||||
%%DOCSDIR%%/library/lcm.html
|
||||
%%DOCSDIR%%/library/length.html
|
||||
%%DOCSDIR%%/library/less.html
|
||||
@ -214,6 +222,7 @@ lib/libsketchy.so.0
|
||||
%%DOCSDIR%%/library/max.html
|
||||
%%DOCSDIR%%/library/member.html
|
||||
%%DOCSDIR%%/library/memq.html
|
||||
%%DOCSDIR%%/library/memv.html
|
||||
%%DOCSDIR%%/library/min.html
|
||||
%%DOCSDIR%%/library/minus.html
|
||||
%%DOCSDIR%%/library/modulo.html
|
||||
@ -283,6 +292,7 @@ lib/libsketchy.so.0
|
||||
%%DOCSDIR%%/prog/qsort.html
|
||||
%%DOCSDIR%%/prog/queens.html
|
||||
%%DOCSDIR%%/prog/read-line.html
|
||||
%%DOCSDIR%%/prog/scmtocps.html
|
||||
%%DOCSDIR%%/prog/zebra.html
|
||||
%%DOCSDIR%%/progs.html
|
||||
%%DOCSDIR%%/sk01.html
|
||||
|
Loading…
Reference in New Issue
Block a user