From 2c5f59a6ed046f16f72d77b30c4b4c0e15610c3a Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 20 Mar 2006 10:12:54 +0000 Subject: - Update to 20060305 PR: ports/94095 Submitted by: Nils M Holm (maintainer) --- lang/sketchy/Makefile | 4 ++-- lang/sketchy/distinfo | 6 +++--- lang/sketchy/pkg-descr | 12 ++++++------ lang/sketchy/pkg-plist | 2 ++ 4 files changed, 13 insertions(+), 11 deletions(-) (limited to 'lang/sketchy') diff --git a/lang/sketchy/Makefile b/lang/sketchy/Makefile index 458de62c5d2a..f42ad50dbc2f 100644 --- a/lang/sketchy/Makefile +++ b/lang/sketchy/Makefile @@ -6,9 +6,9 @@ # PORTNAME= sketchy -PORTVERSION= 20060121 +PORTVERSION= 20060305 CATEGORIES= lang devel lisp scheme -MASTER_SITES= http://www.t3x.org/sketchy/ +MASTER_SITES= http://www.t3x.org/files/ MAINTAINER= nmh@t3x.org COMMENT= An interpreter for purely applicative Scheme diff --git a/lang/sketchy/distinfo b/lang/sketchy/distinfo index 00044b5ead3d..0255309e0cc7 100644 --- a/lang/sketchy/distinfo +++ b/lang/sketchy/distinfo @@ -1,3 +1,3 @@ -MD5 (sketchy-20060121.tar.gz) = 1f65e07c9d86399241b83fa3f046b789 -SHA256 (sketchy-20060121.tar.gz) = c8254643b682c16e71c779671e9d4af0ba4c3e9b36f38bd73619114f40a348a1 -SIZE (sketchy-20060121.tar.gz) = 153425 +MD5 (sketchy-20060305.tar.gz) = fb9e1994725520ae73bef15bbaa2e19f +SHA256 (sketchy-20060305.tar.gz) = a5c6c0cad3bac4d5338e6cdcf92faa8e1279aadf92044b5544dd52c66cfbf3b4 +SIZE (sketchy-20060305.tar.gz) = 158582 diff --git a/lang/sketchy/pkg-descr b/lang/sketchy/pkg-descr index 5cfb014b0e19..1736bb4fff9c 100644 --- a/lang/sketchy/pkg-descr +++ b/lang/sketchy/pkg-descr @@ -1,10 +1,10 @@ -Sketchy is an interpreter for a purely applicative dialect of -Scheme. It may be considered an implementation of pure LISP -plus global definitions (DEFINE), first-class continuations -(CALL/CC) and input/output functions (READ, WRITE, etc). +Sketchy is an 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. -This package contains the Sketchy interpreter and library, the -manual, and example programs. +This package contains the Sketchy interpreter and library, +the manual, and example programs. WWW: http://www.t3x.org/sketchy/ diff --git a/lang/sketchy/pkg-plist b/lang/sketchy/pkg-plist index b09d99ffbbe6..5b366f10948b 100644 --- a/lang/sketchy/pkg-plist +++ b/lang/sketchy/pkg-plist @@ -110,10 +110,12 @@ bin/sketchy %%DATADIR%%/src/count.l %%DATADIR%%/src/date.l %%DATADIR%%/src/depth.l +%%DATADIR%%/src/draw-tree.l %%DATADIR%%/src/evaluate.l %%DATADIR%%/src/everyp.l %%DATADIR%%/src/explode.l %%DATADIR%%/src/fact.l +%%DATADIR%%/src/factors.l %%DATADIR%%/src/filter.l %%DATADIR%%/src/gen-bottles.l %%DATADIR%%/src/hanoi.l -- cgit