Subject: pkg/14008: Update for slib and guile-slib
To: None <gnats-bugs@gnats.netbsd.org>
From: None <epg@pobox.com>
List: netbsd-bugs
Date: 09/19/2001 03:07:45
>Number:         14008
>Category:       pkg
>Synopsis:       Update for slib and guile-slib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Sep 19 01:04:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Eric Gillespie Jr.
>Release:        1.5
>Organization:
>Environment:
System: NetBSD trantor.pretzelnet.org 1.5 NetBSD 1.5 (TRANTOR) #3: Sat Jul 28 23:19:43 EST 2001 epg@trantor:/u/src/sys/arch/i386/compile/TRANTOR i386


>Description:
New initialization files for DrScheme, Guile, and Scheme48-0.57.

New modules: coerce.scm (implementation of Common Lisp coerce and type-of),
differ.scm (O(NP) sequence comparison algorithm), http-cgi.scm (Service HTTP
and CGI requests), pnm.scm (Read PNM image files), simetrix.scm (SI metric
interchange format), srfi-1.scm, srfi.scm, and uri.scm (the URI functions
from db2html.scm and some new ones).

scmactst.scm, struct.scm, and structst.scm were removed due to lack
of license.

First the tiny guile-slib diff:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/guile-slib/Makefile,v
retrieving revision 1.4
diff -a -u -r1.4 Makefile
--- Makefile	2001/02/16 14:38:30	1.4
+++ Makefile	2001/09/19 08:01:24
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.4 2001/02/16 14:38:30 wiz Exp $
 
-DISTNAME=	guile-slib-2c8
+DISTNAME=	guile-slib-2d2
 CATEGORIES=	devel
 MASTER_SITES=	# empty
 DISTFILES=	# empty
@@ -10,7 +10,7 @@
 COMMENT=	SLIB installation for guile Scheme interpreter
 
 DEPENDS+=	guile>=1.3.2:../../lang/guile
-DEPENDS+=	slib-2c8:../../devel/slib
+DEPENDS+=	slib-2d2:../../devel/slib
 
 EXTRACT_ONLY=	# empty
 NO_CHECKSUM=	yes

**************************************************************************
Now the slib diff:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/slib/Makefile,v
retrieving revision 1.4
diff -a -u -r1.4 Makefile
--- Makefile	2001/02/16 14:39:03	1.4
+++ Makefile	2001/09/19 05:59:25
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.4 2001/02/16 14:39:03 wiz Exp $
 
-DISTNAME=	slib2c8
-PKGNAME=	slib-2c8
+DISTNAME=	slib2d2
+PKGNAME=	slib-2d2
 CATEGORIES=	devel
 MASTER_SITES=	http://swissnet.ai.mit.edu/ftpdir/scm/ \
 		${MASTER_SITE_GNU:=jacal/}
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/slib/distinfo,v
retrieving revision 1.2
diff -a -u -r1.2 distinfo
--- distinfo	2001/04/21 00:44:46	1.2
+++ distinfo	2001/09/19 05:59:25
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.2 2001/04/21 00:44:46 wiz Exp $
 
-SHA1 (slib2c8.zip) = 84bd4a0d5f489bd5f81d9c591f5a6158a9b90f65
-Size (slib2c8.zip) = 567803 bytes
+SHA1 (slib2d2.zip) = 74df5b1d45d9e4f24521ddd687210c1964d2b483
+Size (slib2d2.zip) = 627968 bytes
 SHA1 (patch-aa) = 272923dcaed2dcc0fae75fd523cfb40edeab1762
Index: pkg/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/slib/pkg/PLIST,v
retrieving revision 1.2
diff -a -u -r1.2 PLIST
--- PLIST	2000/06/21 05:58:34	1.2
+++ PLIST	2001/09/19 05:59:25
@@ -5,6 +5,7 @@
 share/doc/slib/FAQ
 share/doc/slib/README
 share/slib/Bev2slib.scm
+share/slib/DrScheme.init
 share/slib/RScheme.init
 share/slib/STk.init
 share/slib/Template.scm
@@ -20,6 +21,7 @@
 share/slib/charplot.scm
 share/slib/chez.init
 share/slib/cltime.scm
+share/slib/coerce.scm
 share/slib/collect.scm
 share/slib/comlist.scm
 share/slib/comparse.scm
@@ -30,6 +32,7 @@
 share/slib/debug.scm
 share/slib/defmacex.scm
 share/slib/determ.scm
+share/slib/differ.scm
 share/slib/dwindtst.scm
 share/slib/dynamic.scm
 share/slib/dynwind.scm
@@ -45,9 +48,11 @@
 share/slib/getopt.scm
 share/slib/getparam.scm
 share/slib/glob.scm
+share/slib/guile.init
 share/slib/hash.scm
 share/slib/hashtab.scm
 share/slib/htmlform.scm
+share/slib/http-cgi.scm
 share/slib/lineio.scm
 share/slib/logical.scm
 share/slib/macrotst.scm
@@ -69,6 +74,7 @@
 share/slib/object.scm
 share/slib/paramlst.scm
 share/slib/plottest.scm
+share/slib/pnm.scm
 share/slib/pp.scm
 share/slib/ppfile.scm
 share/slib/prec.scm
@@ -91,6 +97,7 @@
 share/slib/report.scm
 share/slib/require.scm
 share/slib/root.scm
+share/slib/s48-0_57.init
 share/slib/sc2.scm
 share/slib/sc4opt.scm
 share/slib/sc4sc3.scm
@@ -105,18 +112,18 @@
 share/slib/schmooz.scm
 share/slib/scm.init
 share/slib/scmacro.scm
-share/slib/scmactst.scm
 share/slib/scsh.init
 share/slib/selfset.scm
 share/slib/sierpinski.scm
+share/slib/simetrix.scm
 share/slib/sort.scm
 share/slib/soundex.scm
+share/slib/srfi-1.scm
+share/slib/srfi.scm
 share/slib/stdio.scm
 share/slib/strcase.scm
 share/slib/strport.scm
 share/slib/strsrch.scm
-share/slib/struct.scm
-share/slib/structst.scm
 share/slib/structure.scm
 share/slib/synchk.scm
 share/slib/synclo.scm
@@ -131,6 +138,7 @@
 share/slib/tsort.scm
 share/slib/tzfile.scm
 share/slib/umbscheme.init
+share/slib/uri.scm
 share/slib/values.scm
 share/slib/vscm.init
 share/slib/withfile.scm

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: