aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-12-31 15:16:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-12-31 15:16:33 +0000
commitdf33c21ffde8f40b400d035735c9492cebc3ff47 (patch)
treef97ed92f0f2d75a859ddeb2a36850769701527c5
parent4cf830256abbc5f3c3b194ff8342addbccdd6d92 (diff)
- Update to 20061231
PR: 107371 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
Notes
Notes: svn path=/head/; revision=181161
-rw-r--r--lang/sketchy/Makefile2
-rw-r--r--lang/sketchy/distinfo6
-rw-r--r--lang/sketchy/pkg-descr3
-rw-r--r--lang/sketchy/pkg-plist6
4 files changed, 8 insertions, 9 deletions
diff --git a/lang/sketchy/Makefile b/lang/sketchy/Makefile
index 9b719ba66b41..20071166a52d 100644
--- a/lang/sketchy/Makefile
+++ b/lang/sketchy/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sketchy
-PORTVERSION= 20061127
+PORTVERSION= 20061231
CATEGORIES= lang devel lisp scheme
MASTER_SITES= http://www.t3x.org/files/
diff --git a/lang/sketchy/distinfo b/lang/sketchy/distinfo
index 849f4254529f..777f21f2cbbf 100644
--- a/lang/sketchy/distinfo
+++ b/lang/sketchy/distinfo
@@ -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
diff --git a/lang/sketchy/pkg-descr b/lang/sketchy/pkg-descr
index ee202918dcf3..098ec6926ee0 100644
--- a/lang/sketchy/pkg-descr
+++ b/lang/sketchy/pkg-descr
@@ -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.
diff --git a/lang/sketchy/pkg-plist b/lang/sketchy/pkg-plist
index def496a65e1b..c9174f24a45a 100644
--- a/lang/sketchy/pkg-plist
+++ b/lang/sketchy/pkg-plist
@@ -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