diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:12:54 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-20 18:12:54 +0800 |
commit | 3af3136baa80785bbcdb64fb7635deb7d5659621 (patch) | |
tree | c117e5dd113232c048f2661d4d70850b444ad0c9 /lang | |
parent | 327fe308bf199c0715111b99706b79bf35e380d4 (diff) | |
download | freebsd-ports-gnome-3af3136baa80785bbcdb64fb7635deb7d5659621.tar.gz freebsd-ports-gnome-3af3136baa80785bbcdb64fb7635deb7d5659621.tar.zst freebsd-ports-gnome-3af3136baa80785bbcdb64fb7635deb7d5659621.zip |
- Update to 20060305
PR: ports/94095
Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sketchy/Makefile | 4 | ||||
-rw-r--r-- | lang/sketchy/distinfo | 6 | ||||
-rw-r--r-- | lang/sketchy/pkg-descr | 12 | ||||
-rw-r--r-- | lang/sketchy/pkg-plist | 2 |
4 files changed, 13 insertions, 11 deletions
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 |