Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Dec 2006 10:52:48 +0100 (CET)
From:      Nils M Holm <nmh@t3x.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107371: [maintainer-update] lang/sketchy
Message-ID:  <200612310952.kBV9qmI10626@T3X.ORG>
Resent-Message-ID: <200612311010.kBVAAArA003378@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107371
>Category:       ports
>Synopsis:       [maintainer-update] lang/sketchy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 31 10:10:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Nils M Holm
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
T3X.ORG
>Environment:
System: FreeBSD Freedom.T3X.ORG 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Fri May 7 18:12:57 CEST 2004 nmh@Freedom.LOCAL:/usr/src/sys/compile/FREEDOM i386

>Description:

- Update to version 2006-12-31
- Updated the manual
- Added some minor optimizations

>How-To-Repeat:
>Fix:

diff -ru lang/sketchy-old/Makefile lang/sketchy/Makefile
--- lang/sketchy-old/Makefile	Wed Nov 29 03:26:59 2006
+++ lang/sketchy/Makefile	Sun Dec 31 10:50:27 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sketchy
-PORTVERSION=	20061127
+PORTVERSION=	20061231
 CATEGORIES=	lang devel lisp scheme
 MASTER_SITES=	http://www.t3x.org/files/
 
diff -ru lang/sketchy-old/distinfo lang/sketchy/distinfo
--- lang/sketchy-old/distinfo	Wed Nov 29 03:26:59 2006
+++ lang/sketchy/distinfo	Sun Dec 31 10:50:27 2006
@@ -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 -ru lang/sketchy-old/pkg-descr lang/sketchy/pkg-descr
--- lang/sketchy-old/pkg-descr	Sun Sep 24 11:50:32 2006
+++ lang/sketchy/pkg-descr	Sun Dec 31 10:50:27 2006
@@ -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 -ru lang/sketchy-old/pkg-plist lang/sketchy/pkg-plist
--- lang/sketchy-old/pkg-plist	Wed Nov 29 03:26:59 2006
+++ lang/sketchy/pkg-plist	Sun Dec 31 10:50:27 2006
@@ -4,7 +4,7 @@
 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 @@
 %%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 @@
 %%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

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612310952.kBV9qmI10626>