Date: Sun, 6 Nov 2005 12:33:53 -0600 (CST) From: Erik Greenwald <erik@smluc.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@math.missouristate.edu Subject: ports/88569: [Maintainer Update] lang/gauche 0.8.5 -> 0.8.6 Message-ID: <20051106183353.4F7551CE48@phoenix.smluc.org> Resent-Message-ID: <200511061840.jA6IeGgf007522@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 88569 >Category: ports >Synopsis: [Maintainer Update] lang/gauche 0.8.5 -> 0.8.6 >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: Sun Nov 06 18:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD fenris 6.0-STABLE FreeBSD 6.0-STABLE #2: Fri Nov 4 19:18:58 EST 2005 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: Freshmeat blurb: A database-independent access layer (dbi) has been integrated. Lazy streams (srfi-40), vector utilities (srfi-43), and the "lazy" primitive for iterative lazy algorithms (srfi-45) were added. A utility script, gauche-package, is now able to generate a template source tree for the extension package, making it easy to build a new extension. Numerous bugfixes and small improvements are included. Please update databases/gauche-gdbm at the same time, thanks >How-To-Repeat: >Fix: --- gauche.patch begins here --- Index: lang/gauche/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/gauche/Makefile,v retrieving revision 1.35 diff -u -r1.35 Makefile --- lang/gauche/Makefile 14 Sep 2005 15:35:50 -0000 1.35 +++ lang/gauche/Makefile 6 Nov 2005 17:41:23 -0000 @@ -6,8 +6,7 @@ # PORTNAME= gauche -PORTVERSION= 0.8.5 # Keep databases/gauche-gdbm in sync with this -PORTREVISION= 1 +PORTVERSION= 0.8.6 # Keep databases/gauche-gdbm in sync with this CATEGORIES= lang scheme MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: lang/gauche/distinfo =================================================================== RCS file: /home/ncvs/ports/lang/gauche/distinfo,v retrieving revision 1.19 diff -u -r1.19 distinfo --- lang/gauche/distinfo 3 Jul 2005 04:25:08 -0000 1.19 +++ lang/gauche/distinfo 6 Nov 2005 17:41:23 -0000 @@ -1,2 +1,2 @@ -MD5 (Gauche-0.8.5.tgz) = 038bb37bea77ec543e1905af8ef9e174 -SIZE (Gauche-0.8.5.tgz) = 2771097 +MD5 (Gauche-0.8.6.tgz) = 68398b2e6136c726bbcbd39e43ae5181 +SIZE (Gauche-0.8.6.tgz) = 2881800 Index: lang/gauche/pkg-plist =================================================================== RCS file: /home/ncvs/ports/lang/gauche/pkg-plist,v retrieving revision 1.20 diff -u -r1.20 pkg-plist --- lang/gauche/pkg-plist 14 Sep 2005 15:35:50 -0000 1.20 +++ lang/gauche/pkg-plist 6 Nov 2005 17:41:23 -0000 @@ -1,3 +1,5 @@ +%%DOCSDIR%%/.keepme +%%EXAMPLESDIR%%/.keepme bin/gauche-cesconv bin/gauche-config bin/gauche-install @@ -6,6 +8,7 @@ lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.so lib/gauche/%%VERSION%%/%%TARGET%%/binary.so lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.so +lib/gauche/%%VERSION%%/%%TARGET%%/file-util-lib.so lib/gauche/%%VERSION%%/%%TARGET%%/gauche-cesconv lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config lib/gauche/%%VERSION%%/%%TARGET%%/gauche-install @@ -19,9 +22,17 @@ lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.so lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so lib/gauche/%%VERSION%%/%%TARGET%%/sha1.so +lib/gauche/%%VERSION%%/%%TARGET%%/srfi-1-lib.so +lib/gauche/%%VERSION%%/%%TARGET%%/srfi-13-lib.so +lib/gauche/%%VERSION%%/%%TARGET%%/srfi-19-lib.so +lib/gauche/%%VERSION%%/%%TARGET%%/srfi-43-lib.so +lib/gauche/%%VERSION%%/%%TARGET%%/sxml-ssax.so +lib/gauche/%%VERSION%%/%%TARGET%%/sxml-sxpath.so +lib/gauche/%%VERSION%%/%%TARGET%%/sxml-tools.so lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so lib/gauche/%%VERSION%%/%%TARGET%%/termios.so lib/gauche/%%VERSION%%/%%TARGET%%/threads.so +lib/gauche/%%VERSION%%/%%TARGET%%/util-match-lib.so lib/gauche/%%VERSION%%/%%TARGET%%/vport.so lib/gauche/%%VERSION%%/include/gauche.h lib/gauche/%%VERSION%%/include/gauche/arch.h @@ -59,6 +70,8 @@ share/gauche/%%VERSION%%/lib/cesconv share/gauche/%%VERSION%%/lib/compat/jfilter.scm share/gauche/%%VERSION%%/lib/compat/stk.scm +share/gauche/%%VERSION%%/lib/dbd/null.scm +share/gauche/%%VERSION%%/lib/dbi.scm share/gauche/%%VERSION%%/lib/dbm.scm share/gauche/%%VERSION%%/lib/dbm/fsdbm.scm share/gauche/%%VERSION%%/lib/dbm/ndbm.scm @@ -95,9 +108,9 @@ share/gauche/%%VERSION%%/lib/gauche/mop/validator.scm share/gauche/%%VERSION%%/lib/gauche/net.scm share/gauche/%%VERSION%%/lib/gauche/numerical.scm -share/gauche/%%VERSION%%/lib/gauche/object.scm share/gauche/%%VERSION%%/lib/gauche/package.scm share/gauche/%%VERSION%%/lib/gauche/package/build.scm +share/gauche/%%VERSION%%/lib/gauche/package/compile.scm share/gauche/%%VERSION%%/lib/gauche/package/fetch.scm share/gauche/%%VERSION%%/lib/gauche/package/util.scm share/gauche/%%VERSION%%/lib/gauche/parameter.scm @@ -144,41 +157,12 @@ share/gauche/%%VERSION%%/lib/slib.scm share/gauche/%%VERSION%%/lib/srfi-0.scm share/gauche/%%VERSION%%/lib/srfi-1.scm -share/gauche/%%VERSION%%/lib/srfi-1/cat.scm -share/gauche/%%VERSION%%/lib/srfi-1/filter.scm -share/gauche/%%VERSION%%/lib/srfi-1/finder.scm -share/gauche/%%VERSION%%/lib/srfi-1/folder.scm -share/gauche/%%VERSION%%/lib/srfi-1/generator.scm -share/gauche/%%VERSION%%/lib/srfi-1/mapper.scm -share/gauche/%%VERSION%%/lib/srfi-1/nary.scm -share/gauche/%%VERSION%%/lib/srfi-1/nth.scm -share/gauche/%%VERSION%%/lib/srfi-1/pred.scm -share/gauche/%%VERSION%%/lib/srfi-1/selector.scm -share/gauche/%%VERSION%%/lib/srfi-1/set.scm -share/gauche/%%VERSION%%/lib/srfi-1/zipper.scm share/gauche/%%VERSION%%/lib/srfi-11.scm share/gauche/%%VERSION%%/lib/srfi-13.scm -share/gauche/%%VERSION%%/lib/srfi-13/casemap.scm -share/gauche/%%VERSION%%/lib/srfi-13/comparer.scm -share/gauche/%%VERSION%%/lib/srfi-13/filter.scm -share/gauche/%%VERSION%%/lib/srfi-13/folder.scm -share/gauche/%%VERSION%%/lib/srfi-13/generator.scm -share/gauche/%%VERSION%%/lib/srfi-13/hash.scm -share/gauche/%%VERSION%%/lib/srfi-13/internal.scm -share/gauche/%%VERSION%%/lib/srfi-13/kmp.scm -share/gauche/%%VERSION%%/lib/srfi-13/misc.scm -share/gauche/%%VERSION%%/lib/srfi-13/pred.scm -share/gauche/%%VERSION%%/lib/srfi-13/prefix.scm -share/gauche/%%VERSION%%/lib/srfi-13/revapp.scm -share/gauche/%%VERSION%%/lib/srfi-13/rotator.scm -share/gauche/%%VERSION%%/lib/srfi-13/searcher.scm -share/gauche/%%VERSION%%/lib/srfi-13/selector.scm share/gauche/%%VERSION%%/lib/srfi-14.scm share/gauche/%%VERSION%%/lib/srfi-14/query.scm share/gauche/%%VERSION%%/lib/srfi-14/set.scm share/gauche/%%VERSION%%/lib/srfi-19.scm -share/gauche/%%VERSION%%/lib/srfi-19/format.scm -share/gauche/%%VERSION%%/lib/srfi-19/read-tai.scm share/gauche/%%VERSION%%/lib/srfi-26.scm share/gauche/%%VERSION%%/lib/srfi-27.scm share/gauche/%%VERSION%%/lib/srfi-29.scm @@ -188,22 +172,24 @@ share/gauche/%%VERSION%%/lib/srfi-37.scm share/gauche/%%VERSION%%/lib/srfi-4.scm share/gauche/%%VERSION%%/lib/srfi-42.scm +share/gauche/%%VERSION%%/lib/srfi-43.scm share/gauche/%%VERSION%%/lib/srfi-5.scm share/gauche/%%VERSION%%/lib/srfi-55.scm share/gauche/%%VERSION%%/lib/srfi-7.scm share/gauche/%%VERSION%%/lib/srfi-9.scm -share/gauche/%%VERSION%%/lib/sxml/sxpath.scm +share/gauche/%%VERSION%%/lib/sxml/adaptor.scm share/gauche/%%VERSION%%/lib/sxml/ssax.scm -share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm -share/gauche/%%VERSION%%/lib/sxml/tools.scm +share/gauche/%%VERSION%%/lib/sxml/sxpath.scm share/gauche/%%VERSION%%/lib/sxml/to-html.scm -share/gauche/%%VERSION%%/lib/sxml/adaptor.scm +share/gauche/%%VERSION%%/lib/sxml/tools.scm +share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm share/gauche/%%VERSION%%/lib/text/csv.scm share/gauche/%%VERSION%%/lib/text/diff.scm share/gauche/%%VERSION%%/lib/text/gettext.scm share/gauche/%%VERSION%%/lib/text/html-lite.scm share/gauche/%%VERSION%%/lib/text/info.scm share/gauche/%%VERSION%%/lib/text/parse.scm +share/gauche/%%VERSION%%/lib/text/sql.scm share/gauche/%%VERSION%%/lib/text/tr.scm share/gauche/%%VERSION%%/lib/text/tree.scm share/gauche/%%VERSION%%/lib/util/combinations.scm @@ -214,13 +200,21 @@ share/gauche/%%VERSION%%/lib/util/match.scm share/gauche/%%VERSION%%/lib/util/queue.scm share/gauche/%%VERSION%%/lib/util/record.scm +share/gauche/%%VERSION%%/lib/util/relation.scm +share/gauche/%%VERSION%%/lib/util/stream.scm share/gauche/%%VERSION%%/lib/util/toposort.scm share/gauche/%%VERSION%%/lib/util/tree.scm share/gauche/%%VERSION%%/lib/www/cgi-test.scm share/gauche/%%VERSION%%/lib/www/cgi.scm +share/gauche/%%VERSION%%/template.DIST +share/gauche/%%VERSION%%/template.Makefile.in +share/gauche/%%VERSION%%/template.configure.ac +share/gauche/%%VERSION%%/template.extension.c +share/gauche/%%VERSION%%/template.extension.h +share/gauche/%%VERSION%%/template.extensionlib.stub +share/gauche/%%VERSION%%/template.module.scm +share/gauche/%%VERSION%%/template.test.scm share/gauche/site/lib/.packages/.keepme -%%DOCSDIR%%/.keepme -%%EXAMPLESDIR%%/.keepme @dirrm share/gauche/site/lib/.packages @dirrm share/gauche/site/lib @dirrm share/gauche/site @@ -229,10 +223,7 @@ @dirrm share/gauche/%%VERSION%%/lib/text @dirrm share/gauche/%%VERSION%%/lib/sxml @dirrm share/gauche/%%VERSION%%/lib/srfi-29 -@dirrm share/gauche/%%VERSION%%/lib/srfi-19 @dirrm share/gauche/%%VERSION%%/lib/srfi-14 -@dirrm share/gauche/%%VERSION%%/lib/srfi-13 -@dirrm share/gauche/%%VERSION%%/lib/srfi-1 @dirrm share/gauche/%%VERSION%%/lib/rfc @dirrm share/gauche/%%VERSION%%/lib/math @dirrm share/gauche/%%VERSION%%/lib/gauche/vm @@ -243,6 +234,7 @@ @dirrm share/gauche/%%VERSION%%/lib/gauche @dirrm share/gauche/%%VERSION%%/lib/file @dirrm share/gauche/%%VERSION%%/lib/dbm +@dirrm share/gauche/%%VERSION%%/lib/dbd @dirrm share/gauche/%%VERSION%%/lib/compat @dirrm share/gauche/%%VERSION%%/lib/binary @dirrm share/gauche/%%VERSION%%/lib/.packages --- gauche.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051106183353.4F7551CE48>