Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2005 20:15:14 +0200
From:      Nils M Holm <nmh@t3x.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84813: update port: lang/sketchy
Message-ID:  <2005081118151400-93888@Freedom.T3X.ORG>
Resent-Message-ID: <200508111820.j7BIK9kk054901@freefall.freebsd.org>

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

>Number:         84813
>Category:       ports
>Synopsis:       update port: 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:   Thu Aug 11 18:20:09 GMT 2005
>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 2005-08-07.

>How-To-Repeat:
>Fix:

diff -ru lang/sketchy-old/Makefile lang/sketchy/Makefile
--- lang/sketchy-old/Makefile	Wed Jul  6 09:54:14 2005
+++ lang/sketchy/Makefile	Thu Aug 11 20:09:30 2005
@@ -6,19 +6,16 @@
 #
 
 PORTNAME=	sketchy
-PORTVERSION=	20050705
+PORTVERSION=	20050807
 CATEGORIES=	lang devel lisp
 MASTER_SITES=	http://www.t3x.org/sketchy/
 
 MAINTAINER=	nmh@t3x.org
 COMMENT=	An interpreter for a purely applicative dialect of Scheme
 
-BUILD_DEPENDS=	tx:${PORTSDIR}/lang/t3x
-
 MAN7=		sketchy.7
 
-MAKE_ENV+=	T3XDIR=${LOCALBASE}/t3x/r8 \
-		BINOWN=${BINOWN} \
+MAKE_ENV+=	BINOWN=${BINOWN} \
 		BINGRP=${BINGRP} \
 		PREFIX=${PREFIX}
 
diff -ru lang/sketchy-old/distinfo lang/sketchy/distinfo
--- lang/sketchy-old/distinfo	Wed Jul  6 09:54:14 2005
+++ lang/sketchy/distinfo	Thu Aug 11 20:08:27 2005
@@ -1,2 +1,2 @@
-MD5 (sketchy-20050705.tar.gz) = d5fb9c50ecfab59e2028c7ab12d44f76
-SIZE (sketchy-20050705.tar.gz) = 151582
+MD5 (sketchy-20050807.tar.gz) = a4c9555a0e60432a1a5daea7701308a0
+SIZE (sketchy-20050807.tar.gz) = 131289
diff -ru lang/sketchy-old/pkg-descr lang/sketchy/pkg-descr
--- lang/sketchy-old/pkg-descr	Thu May 26 22:00:59 2005
+++ lang/sketchy/pkg-descr	Thu Aug 11 20:08:27 2005
@@ -1,7 +1,6 @@
-SketchyLISP is a small, tail-recursive, lexically scoped
-interpreter for a purely applicative dialect of Scheme.
-It may be considered an implementation of pure LISP plus
-global definitions (DEFINE) and first-class continuations
+SketchyLISP is an interpreter for a purely applicative dialect
+of Scheme. It may be considered an implementation of pure LISP
+plus global definitions (DEFINE) and first-class continuations
 (CALL/CC).
 
 This package contains the SketchyLISP interpreter and library,
diff -ru lang/sketchy-old/pkg-plist lang/sketchy/pkg-plist
--- lang/sketchy-old/pkg-plist	Wed Jul  6 09:54:14 2005
+++ lang/sketchy/pkg-plist	Thu Aug 11 20:08:27 2005
@@ -1,6 +1,5 @@
 bin/Sk
 bin/sketchy
-bin/sk_install
 %%DATADIR%%/lib/abs.l
 %%DATADIR%%/lib/anyp.l
 %%DATADIR%%/lib/append.l
@@ -72,9 +71,7 @@
 %%DATADIR%%/lib/maplist.l
 %%DATADIR%%/lib/max.l
 %%DATADIR%%/lib/member.l
-%%DATADIR%%/lib/memberp.l
 %%DATADIR%%/lib/memq.l
-%%DATADIR%%/lib/memqp.l
 %%DATADIR%%/lib/min.l
 %%DATADIR%%/lib/minus.l
 %%DATADIR%%/lib/modulo.l
@@ -106,7 +103,6 @@
 %%DATADIR%%/lib/permute.l
 %%DATADIR%%/lib/plus.l
 %%DATADIR%%/lib/positivep.l
-%%DATADIR%%/lib/pred.l
 %%DATADIR%%/lib/product.l
 %%DATADIR%%/lib/quicksort.l
 %%DATADIR%%/lib/quotient.l
@@ -137,7 +133,6 @@
 %%DATADIR%%/lib/sublist.l
 %%DATADIR%%/lib/subst.l
 %%DATADIR%%/lib/substring.l
-%%DATADIR%%/lib/succ.l
 %%DATADIR%%/lib/sum.l
 %%DATADIR%%/lib/tailp.l
 %%DATADIR%%/lib/times.l
@@ -232,9 +227,7 @@
 %%DOCSDIR%%/library/max.html
 %%DOCSDIR%%/library/maplist.html
 %%DOCSDIR%%/library/member.html
-%%DOCSDIR%%/library/memberp.html
 %%DOCSDIR%%/library/memq.html
-%%DOCSDIR%%/library/memqp.html
 %%DOCSDIR%%/library/min.html
 %%DOCSDIR%%/library/minus.html
 %%DOCSDIR%%/library/modulo.html
@@ -266,7 +259,6 @@
 %%DOCSDIR%%/library/permute.html
 %%DOCSDIR%%/library/plus.html
 %%DOCSDIR%%/library/positivep.html
-%%DOCSDIR%%/library/pred.html
 %%DOCSDIR%%/library/product.html
 %%DOCSDIR%%/library/quicksort.html
 %%DOCSDIR%%/library/quotient.html
@@ -297,7 +289,6 @@
 %%DOCSDIR%%/library/sublist.html
 %%DOCSDIR%%/library/subst.html
 %%DOCSDIR%%/library/substring.html
-%%DOCSDIR%%/library/succ.html
 %%DOCSDIR%%/library/sum.html
 %%DOCSDIR%%/library/tailp.html
 %%DOCSDIR%%/library/times.html
@@ -318,7 +309,7 @@
 %%DOCSDIR%%/sk08.html
 %%DOCSDIR%%/sk09.html
 %%DOCSDIR%%/toc.html
-%%DOCSDIR%%/sketchy.css
+%%DOCSDIR%%/retro.css
 @dirrm %%DATADIR%%/lib
 @dirrm %%DATADIR%%/src
 @dirrm %%DATADIR%%

-- 
Nils M Holm <nmh@t3x.org> -- http://www.t3x.org/nmh/
>Release-Note:
>Audit-Trail:
>Unformatted:



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