diff options
author | pav <pav@FreeBSD.org> | 2006-03-20 18:12:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-20 18:12:54 +0800 |
commit | 2c5f59a6ed046f16f72d77b30c4b4c0e15610c3a (patch) | |
tree | 16345638e5e6580a34dedd11c813a1d3e86a78af /lang | |
parent | b65062f472a7e6d818bdf2d524874d179d8ee974 (diff) | |
download | freebsd-ports-graphics-2c5f59a6ed046f16f72d77b30c4b4c0e15610c3a.tar.gz freebsd-ports-graphics-2c5f59a6ed046f16f72d77b30c4b4c0e15610c3a.tar.zst freebsd-ports-graphics-2c5f59a6ed046f16f72d77b30c4b4c0e15610c3a.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 458de62c5d2..f42ad50dbc2 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 00044b5ead3..0255309e0cc 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 5cfb014b0e1..1736bb4fff9 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 b09d99ffbbe..5b366f10948 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 |