Subject: CVS commit: pkgsrc/devel/guile-lib
To: None <pkgsrc-changes@NetBSD.org>
From: Greg Troxel <gdt@netbsd.org>
List: pkgsrc-changes
Date: 07/21/2007 16:29:45
Module Name:	pkgsrc
Committed By:	gdt
Date:		Sat Jul 21 16:29:45 UTC 2007

Modified Files:
	pkgsrc/devel/guile-lib: Makefile PLIST distinfo

Log Message:
Update to:

guile-lib 0.1.4 -- 2007-07-20
=============================

* First release with NEWS.

* New module (match-bind).

(match-bind) implements a syntax to bind lexical variables to regular
expression match results. (match-bind) also exports two procedures, s///
and s///g, that perform search-and-replace with a perl-like syntax.

* New module (scheme kwargs).

Two new macros are exported, lambda/kwargs and define/kwargs, which
implement keyword and optional function arguments in a manner that is
more intuitive than Guile's standard lambda*.

* Other bugfixes and improvements.

See the ChangeLog for details on changes to (texinfo serialize),
(texinfo html), (texinfo), and (sxml simple).


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/guile-lib/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/guile-lib/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/guile-lib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.