- Update to 20061231

PR:		107371
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
This commit is contained in:
Martin Wilke 2006-12-31 15:16:33 +00:00
parent 4cf830256a
commit df33c21ffd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181161
4 changed files with 8 additions and 9 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= sketchy
PORTVERSION= 20061127
PORTVERSION= 20061231
CATEGORIES= lang devel lisp scheme
MASTER_SITES= http://www.t3x.org/files/

View file

@ -1,3 +1,3 @@
MD5 (sketchy-20061127.tar.gz) = feb82fc4e0e69f7b7c36bf95229e868f
SIZE (sketchy-20061127.tar.gz) = 184809
SHA256 (sketchy-20061127.tar.gz) = 123a01bc3efe56a36baf497fab4f6a5870f42f0ed4ca31d79c4c1d1e10b7106e
MD5 (sketchy-20061231.tar.gz) = ac373cabb1bcd3db804aa32fbc722e75
SIZE (sketchy-20061231.tar.gz) = 182660
SHA256 (sketchy-20061231.tar.gz) = 918ae25f1158bf3f572d362cad837484de881981560bade3e529f7cbb01746c6

View file

@ -1,7 +1,6 @@
SketchyLISP is an embeddable interpreter for a purely applicative
dialect of Scheme. It may be considered an implementation of pure
LISP plus global definitions, first-class continuations and
input/output functions.
LISP plus global definitions and some input/output functions.
This package contains the SketchyLISP interpreter and library,
the manual, and example programs.

View file

@ -4,7 +4,7 @@ bin/skpp
include/sketchy.h
lib/libsketchy.a
lib/libsketchy.so
lib/libsketchy.so.27
lib/libsketchy.so.28
%%DATADIR%%/LICENSE
%%DATADIR%%/ext/assp.scm
%%DATADIR%%/ext/count.scm
@ -13,7 +13,7 @@ lib/libsketchy.so.27
%%DATADIR%%/ext/explode.scm
%%DATADIR%%/ext/factorial.scm
%%DATADIR%%/ext/filter.scm
%%DATADIR%%/ext/forall.scm
%%DATADIR%%/ext/for-all.scm
%%DATADIR%%/ext/headp.scm
%%DATADIR%%/ext/id.scm
%%DATADIR%%/ext/implode.scm
@ -220,7 +220,7 @@ lib/libsketchy.so.27
%%DOCSDIR%%/library/filter.html
%%DOCSDIR%%/library/fold-left.html
%%DOCSDIR%%/library/fold-right.html
%%DOCSDIR%%/library/forall.html
%%DOCSDIR%%/library/for-all.html
%%DOCSDIR%%/library/gcd.html
%%DOCSDIR%%/library/greater.html
%%DOCSDIR%%/library/gteq.html