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).
This commit is contained in:
parent
0466c89ba4
commit
4f70d5d247
3 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.15 2007/06/26 11:44:27 gdt Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2007/07/21 16:29:44 gdt Exp $
|
||||
|
||||
DISTNAME= guile-lib-0.1.3
|
||||
PKGREVISION= 3
|
||||
DISTNAME= guile-lib-0.1.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://download.gna.org/guile-lib/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2007/07/17 09:54:36 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2007/07/21 16:29:44 gdt Exp $
|
||||
info/guile-library.info
|
||||
share/guile/site/config/load.scm
|
||||
share/guile/site/container/delay-tree.scm
|
||||
|
@ -12,12 +12,14 @@ share/guile/site/io/string.scm
|
|||
share/guile/site/logging/logger.scm
|
||||
share/guile/site/logging/port-log.scm
|
||||
share/guile/site/logging/rotating-log.scm
|
||||
share/guile/site/match-bind.scm
|
||||
share/guile/site/math/minima.scm
|
||||
share/guile/site/math/primes.scm
|
||||
share/guile/site/math/rationalize.scm
|
||||
share/guile/site/md5.scm
|
||||
share/guile/site/os/process.scm
|
||||
share/guile/site/scheme/documentation.scm
|
||||
share/guile/site/scheme/kwargs.scm
|
||||
share/guile/site/scheme/session.scm
|
||||
share/guile/site/search/basic.scm
|
||||
share/guile/site/srfi/srfi-34.scm
|
||||
|
@ -52,6 +54,7 @@ share/guile/site/texinfo/reflection.scm
|
|||
share/guile/site/texinfo/serialize.scm
|
||||
share/guile/site/text/parse-lalr.scm
|
||||
share/guile/site/unit-test.scm
|
||||
@dirrm share/guile/site/text
|
||||
@dirrm share/guile/site/texinfo
|
||||
@dirrm share/guile/site/term
|
||||
@dirrm share/guile/site/sxml/upstream
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2007/01/14 12:58:54 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2007/07/21 16:29:44 gdt Exp $
|
||||
|
||||
SHA1 (guile-lib-0.1.3.tar.gz) = 8f9d7013c96a202e740d86b9fe0d728f439b1846
|
||||
RMD160 (guile-lib-0.1.3.tar.gz) = 20e86d99352a6eeabb804e6d5dd83207955c4efb
|
||||
Size (guile-lib-0.1.3.tar.gz) = 470740 bytes
|
||||
SHA1 (guile-lib-0.1.4.tar.gz) = 393fa3681f41e4916a2eb6c94816b1631650deeb
|
||||
RMD160 (guile-lib-0.1.4.tar.gz) = 4538e226f4ee0eb3d638eb37df6daa19d2a7429c
|
||||
Size (guile-lib-0.1.4.tar.gz) = 481717 bytes
|
||||
|
|
Loading…
Reference in a new issue