Wed Sep 9 22:56:14 2009 UTC ()
Update to 3b2 alias 3.2.2:

2009-08-02  Aubrey Jaffer  <jaffer@localhost.localdomain>

	* require.scm (*slib-version*): Bumped from 3b1 to 3b2.

2009-07-24  Clemens Fischer

	* html4each.scm (htm-fields): Value always is string.

2009-07-18  Aubrey Jaffer  <agj@alum.mit.edu>

	* prec.scm (prec:parse): Removed input newline flushing.

2009-07-03  Aubrey Jaffer  <agj@alum.mit.edu>

	* prec.scm (prec:parse): Added initial-column argument.

2009-07-03  Sarah Jaffer

	* prec.scm: Rewrote to make thread-safe; fluid-let variables
	replaced with `dyn' argument to most procedures.

2009-06-15  Aubrey Jaffer  <agj@alum.mit.edu>

	* prec.scm (prec:parse-nofix, prec:parse-postfix): Changed set! of
	*syn-rules* to fluid-let.

2009-06-05  Andrea Girotto

	* kawa.init (scheme-implementation-version): Update for Kawa-1.9.3.

2009-05-17  Aubrey Jaffer  <agj@alum.mit.edu>

	* dynamic.scm (dynamic-environment-rtd, dynamic-rtd):
	* priorque.scm (make-heap):
	* queue.scm (make-queue):
	* synclo.scm (make-reserved-name-item):
	* values.scm (values): In SISC (1.16.6), the second argument to
	'record-constructor' is not optional.  Second arguments added.

	* sisc.init (syncase:eval, syncase:load): Added.

2009-02-10  Adam Sampson

	* Makefile (install): Fixed DESTDIR use.

2008-12-14  Aubrey Jaffer  <agj@alum.mit.edu>

	* format.texi (Format Interface): Updated meta-information.

2008-12-13  Aubrey Jaffer  <agj@alum.mit.edu>

	* slib.texi (Catalog Creation): Added mention of implcat.
	(Compiled and Implementation-Specific Features): Added section.

2008-12-09  Aubrey Jaffer  <agj@alum.mit.edu>

	* tzfile.scm (tzfile:read): Made warning more informative.
	(tzfile:read): Commented out warning.

2008-12-07  Aubrey Jaffer  <agj@alum.mit.edu>

	* slib.texi (System Interface): The procedure `system' is Posix.

2008-11-15  Aubrey Jaffer  <agj@alum.mit.edu>

	* fdl.texi: Updated to Version 1.3.

	* mitscheme.init(system): Now called run-shell-command.
	(print-call-stack): Added dummy definition for trace.

2008-06-18  Aubrey Jaffer  <agj@alum.mit.edu>

	* require.scm (report:print): Report locations if given filename
	argument.

2008-05-17  Aubrey Jaffer  <agj@alum.mit.edu>

	* html4each.scm (htm-fields): Treat DTDs like comments.  Fixed
	handling of closing tags.  Corrected documentation.

2008-04-09  Aubrey Jaffer  <agj@alum.mit.edu>

	* qp.scm (qp): Don't add newlines when *qp-width* is #f.

	* trace.scm (debug:trace-procedure): Increased indent increment to
	2; wrap at column 31 so that depths 16 to 31 are offset.

	* guile.init (list->array): Redefine to take 3 arguments.
	(vector->array, array->vector): Define if missing.

2008-02-25  Aubrey Jaffer  <agj@alum.mit.edu>

	* guile.init (implementation-vicinity): Thomas Bushnell points out
	that %site-dir mashes all slibcat for all versions together.
	%library-dir (since Guile-1.6) is the versioned directory.
	(library-vicinity): Last resort changed to "/usr/share/slib/".

2008-02-10  Aubrey Jaffer  <agj@alum.mit.edu>

	* slib.texi (Input/Output): Fixed typo in file-position.
	(System): Macro:load doesn't affect current-error-port.


(wiz)
diff -r1.31 -r1.32 pkgsrc/devel/slib/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/slib/distinfo
diff -r1.5 -r1.6 pkgsrc/devel/slib/patches/patch-aa

cvs diff -r1.31 -r1.32 pkgsrc/devel/slib/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/slib/Makefile 2008/03/04 09:41:51 1.31
+++ pkgsrc/devel/slib/Makefile 2009/09/09 22:56:13 1.32
@@ -1,46 +1,46 @@ @@ -1,46 +1,46 @@
1# $NetBSD: Makefile,v 1.31 2008/03/04 09:41:51 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2009/09/09 22:56:13 wiz Exp $
2 2
3DISTNAME= slib-3b1 3DISTNAME= slib-3b2
4# 4#
5# Convert the version number as follows 2d2 -> 2.4.2, where the d is 5# Convert the version number as follows 2d2 -> 2.4.2, where the d is
6# changed to a 4, representing the 4th letter. 6# changed to a 4, representing the 4th letter.
7# Thus, 3a1 -> 3.1.1 7# Thus, 3a1 -> 3.1.1
8# 8#
9# Also update guile-slib 9# Also update guile-slib
10# 10#
11PKGNAME= slib-3.2.1 11PKGNAME= slib-3.2.2
12CATEGORIES= devel 12CATEGORIES= devel
13MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/ 13MASTER_SITES= http://swissnet.ai.mit.edu/ftpdir/scm/
14 14
15MAINTAINER= pkgsrc-users@NetBSD.org 15MAINTAINER= pkgsrc-users@NetBSD.org
16HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html 16HOMEPAGE= http://swissnet.ai.mit.edu/~jaffer/SLIB.html
17COMMENT= Portable Scheme library of compatibility and utility functions 17COMMENT= Portable Scheme library of compatibility and utility functions
18 18
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20 20
21WRKSRC= ${WRKDIR}/slib 21WRKSRC= ${WRKDIR}/slib
22NO_CONFIGURE= yes 22NO_CONFIGURE= yes
23NO_BUILD= yes 23NO_BUILD= yes
24 24
25SLIBDIR= ${PREFIX}/share/slib 25SLIBDIR= ${PREFIX}/share/slib
26DOCDIR= ${PREFIX}/share/doc/slib 26DOCDIR= ${PREFIX}/share/doc/slib
27INFO_FILES= yes 27INFO_FILES= yes
28 28
29INSTALLATION_DIRS= ${PKGINFODIR} 29INSTALLATION_DIRS= ${PKGINFODIR}
30 30
31SUBST_CLASSES+= scmpath 31SUBST_CLASSES+= scmpath
32SUBST_STAGE.scmpath= post-patch 32SUBST_STAGE.scmpath= post-patch
33SUBST_FILES.scmpath= guile.init 33SUBST_FILES.scmpath= guile.init
34SUBST_SED.scmpath= -e "s|@PREFIX@|${PREFIX}|" 34SUBST_SED.scmpath= -e "s|/usr/share/slib|${PREFIX}/share/slib|"
35 35
36do-install: 36do-install:
37 ${INSTALL_DATA_DIR} ${DESTDIR}${SLIBDIR} 37 ${INSTALL_DATA_DIR} ${DESTDIR}${SLIBDIR}
38 cd ${WRKSRC}; ${INSTALL_DATA} *.scm *.init ${DESTDIR}${SLIBDIR} 38 cd ${WRKSRC}; ${INSTALL_DATA} *.scm *.init ${DESTDIR}${SLIBDIR}
39 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR} 39 ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
40 cd ${WRKSRC}; ${INSTALL_DATA} README FAQ ${DESTDIR}${DOCDIR} 40 cd ${WRKSRC}; ${INSTALL_DATA} README FAQ ${DESTDIR}${DOCDIR}
41 cd ${WRKSRC}; for f in slib.info slib.info-[0-9]*; do \ 41 cd ${WRKSRC}; for f in slib.info slib.info-[0-9]*; do \
42 ${TEST} ! -f "$$f" || \ 42 ${TEST} ! -f "$$f" || \
43 ${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR};\ 43 ${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR};\
44 done 44 done
45 45
46.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/devel/slib/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/slib/distinfo 2008/03/04 09:41:51 1.12
+++ pkgsrc/devel/slib/distinfo 2009/09/09 22:56:13 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2008/03/04 09:41:51 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2009/09/09 22:56:13 wiz Exp $
2 2
3SHA1 (slib-3b1.tar.gz) = 27fc1e22df67f6560cac0fc55aa9b7b2f424bd54 3SHA1 (slib-3b2.tar.gz) = fced3cc9ca30bba21da303bfa520b615386852bb
4RMD160 (slib-3b1.tar.gz) = 1bced702312d847b41acbfc1e02c0cecc07e0002 4RMD160 (slib-3b2.tar.gz) = a053dcad6e7a1bea1c0079107f4664df1434270d
5Size (slib-3b1.tar.gz) = 944819 bytes 5Size (slib-3b2.tar.gz) = 948763 bytes
6SHA1 (patch-aa) = 1d366c82b703f3a6a403a954728ad95df84fb431 6SHA1 (patch-aa) = 15d2eecb09101b0605f21455e7ba318e76308aa8

cvs diff -r1.5 -r1.6 pkgsrc/devel/slib/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/slib/patches/patch-aa 2007/11/29 18:01:30 1.5
+++ pkgsrc/devel/slib/patches/patch-aa 2009/09/09 22:56:13 1.6
@@ -1,23 +1,14 @@ @@ -1,23 +1,14 @@
1$NetBSD: patch-aa,v 1.5 2007/11/29 18:01:30 wiz Exp $ 1$NetBSD: patch-aa,v 1.6 2009/09/09 22:56:13 wiz Exp $
2 2
3--- guile.init.orig 2007-11-27 16:08:40.000000000 +0000 3--- guile.init.orig 2008-04-10 01:29:27.000000000 +0000
4+++ guile.init 4+++ guile.init
5@@ -64,7 +64,7 @@ 5@@ -133,7 +133,8 @@
6 (and path (substring path 0 (- (string-length path) 10)))) 
7 ;; Use this path if your scheme does not support GETENV 
8 ;; or if SCHEME_LIBRARY_PATH is not set. 
9- "/usr/lib/slib/" 
10+ "@PREFIX@/share/slib/" 
11 (in-vicinity (implementation-vicinity) "slib/")))) 
12 (lambda () library-path))) 
13  
14@@ -128,7 +128,8 @@ 
15 ((nosve) ".") 6 ((nosve) ".")
16 ((macos thinkc) ":") 7 ((macos thinkc) ":")
17 ((ms-dos windows atarist os/2) "\\") 8 ((ms-dos windows atarist os/2) "\\")
18- ((unix coherent plan9 amiga) "/")))) 9- ((unix coherent plan9 amiga) "/"))))
19+ ((unix coherent plan9 amiga) "/") 10+ ((unix coherent plan9 amiga) "/")
20+ (else "/")))) 11+ (else "/"))))
21 (lambda (vic name) 12 (lambda (vic name)
22 (string-append vic name *vicinity-suffix*)))))) 13 (string-append vic name *vicinity-suffix*))))))
23 ;@ 14 ;@