From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 11:58:40 2011 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B703106566C for ; Fri, 14 Oct 2011 11:58:40 +0000 (UTC) (envelope-from ksmakoto@dd.iij4u.or.jp) Received: from mo.iij4u.or.jp (mo11.iij4u.or.jp [210.138.174.79]) by mx1.freebsd.org (Postfix) with ESMTP id A3EF78FC0C for ; Fri, 14 Oct 2011 11:58:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=dd.iij4u.or.jp; h=Date:From :To:Message-Id:In-Reply-To:References:Mime-Version:Content-Type;i= ksmakoto@dd.iij4u.or.jp; s=20110530.iij4u; t=1318593517; x=1319803117; bh=WIh2/E/ NpL97dziuWEjlLqsyrDUmORA54apYuUt/MzY=; b=XCx8H6FiXF/pNYYoRIHdHdT3f16HfFaGidjxK KbY8LuG1fupI+ZDCizt9HRaj8tkJnItHCteuiTkyOjqFkmnvmlNK8mmXeET/VJ/kFsAiD+V1ZR15d 4ZWSpoHA84jiTDQskEcERK3aJ8n/rxarnaKN77jaGCqp46ncPylzdqFh0=; Received: by mo.iij4u.or.jp (mo11) id p9EBwbA3026818; Fri, 14 Oct 2011 20:58:37 +0900 Received: from norikura.localdomain ([IPv6:2001:3e0:82c:0:81d:a012:b0f0:99a5]) by mbox.iij4u.or.jp (mbox10) id p9EBwaNb012467; Fri, 14 Oct 2011 20:58:37 +0900 Date: Fri, 14 Oct 2011 20:58:36 +0900 From: "KISHIMOTO, Makoto" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-Id: <20111014205836.adf29a00.ksmakoto@dd.iij4u.or.jp> In-Reply-To: <201109222250.p8MMo4i7006625@freefall.freebsd.org> References: <201109222248.p8MMm88u006466@red.freebsd.org> <201109222250.p8MMo4i7006625@freefall.freebsd.org> X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Fri__14_Oct_2011_20_58_36_+0900_PRntMOD1soXei_/w" Cc: Subject: Re: ports/160927: Needs Gauche upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2011 11:58:40 -0000 This is a multi-part message in MIME format. --Multipart=_Fri__14_Oct_2011_20_58_36_+0900_PRntMOD1soXei_/w Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, patch is here (and attachment) diff -ur ../gauche-0.9/Makefile ./Makefile --- ../gauche-0.9/Makefile 2011-09-25 08:26:46.000000000 +0900 +++ ./Makefile 2011-09-26 18:59:56.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= gauche -PORTVERSION= 0.9 # Keep databases/gauche-gdbm in sync with this +PORTVERSION= 0.9.2 # Keep databases/gauche-gdbm in sync with this CATEGORIES= lang scheme MASTER_SITES= SF/${PORTNAME}/Gauche/ DISTNAME= Gauche-${PORTVERSION} @@ -40,7 +40,8 @@ USE_ICONV= yes USE_LDCONFIG= yes -MAN1= gosh.1 gauche-config.1 +MAN1= gosh.1 gauche-cesconv.1 gauche-config.1 \ + gauche-install.1 gauche-package.1 MAKE_JOBS_UNSAFE=yes @@ -48,6 +49,8 @@ INFO= gauche-refe gauche-refj .endif +DATADIR= ${PREFIX}/share/${PORTNAME}-0.9 + .include .if (${ARCH} == "ia64") || (${ARCH} == "sparc64") @@ -65,12 +68,12 @@ post-install: ${STRIP_CMD} ${PREFIX}/bin/gosh - ${RM} -f ${PREFIX}/share/gauche/${PORTVERSION}/lib/slibcat - ${MKDIR} ${PREFIX}/share/gauche/site/lib/.packages - ${TOUCH} ${PREFIX}/share/gauche/site/lib/.packages/.keepme - ${TOUCH} ${PREFIX}/lib/gauche/site/${PORTVERSION}/${CONFIGURE_TARGET}/.keepme - ${MKDIR} ${PREFIX}/share/gauche/${PORTVERSION}/lib/.packages - ${TOUCH} ${PREFIX}/share/gauche/${PORTVERSION}/lib/.packages/.keepme + ${RM} -f ${PREFIX}/share/gauche-0.9/${PORTVERSION}/lib/slibcat + ${MKDIR} ${PREFIX}/share/gauche-0.9/site/lib/.packages + ${TOUCH} ${PREFIX}/share/gauche-0.9/site/lib/.packages/.keepme + ${TOUCH} ${PREFIX}/lib/gauche-0.9/site/${CONFIGURE_TARGET}/.keepme + ${MKDIR} ${PREFIX}/share/gauche-0.9/${PORTVERSION}/lib/.packages + ${TOUCH} ${PREFIX}/share/gauche-0.9/${PORTVERSION}/lib/.packages/.keepme ${MKDIR} ${DOCSDIR} ${TOUCH} ${DOCSDIR}/.keepme ${MKDIR} ${EXAMPLESDIR} diff -ur ../gauche-0.9/distinfo ./distinfo --- ../gauche-0.9/distinfo 2011-09-25 08:26:46.000000000 +0900 +++ ./distinfo 2011-09-25 08:30:48.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (Gauche-0.9.tgz) = 9faa8e79d83152599e945380e874718642d25657803432b5c826a7d3711c9250 -SIZE (Gauche-0.9.tgz) = 3938498 +SHA256 (Gauche-0.9.2.tgz) = 16c9dfc9fa3f556f75d13e9b5a701f95e9f7749379e6d007a3a6dc561a625736 +SIZE (Gauche-0.9.2.tgz) = 4452767 diff -ur ../gauche-0.9/pkg-plist ./pkg-plist --- ../gauche-0.9/pkg-plist 2011-09-25 08:26:46.000000000 +0900 +++ ./pkg-plist 2011-09-26 20:00:24.000000000 +0900 @@ -5,118 +5,130 @@ bin/gauche-install bin/gauche-package bin/gosh -lib/gauche/%%VERSION%%/%%TARGET%%/binary--io.so -lib/gauche/%%VERSION%%/%%TARGET%%/dbm--ndbm.so -lib/gauche/%%VERSION%%/%%TARGET%%/file--util.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--auxsys.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--charconv.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--collection.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--fcntl.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--hook.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--net.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--parameter.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--sequence.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--syslog.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--termios.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--threads.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--vport.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-cesconv -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-install -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-package -lib/gauche/%%VERSION%%/%%TARGET%%/gosh -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-uvector.so -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so -lib/gauche/%%VERSION%%/%%TARGET%%/math--mt-random.so -lib/gauche/%%VERSION%%/%%TARGET%%/rfc--md5.so -lib/gauche/%%VERSION%%/%%TARGET%%/rfc--sha.so -lib/gauche/%%VERSION%%/%%TARGET%%/rfc--zlib.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-1.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-13.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-19.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-43.so -lib/gauche/%%VERSION%%/%%TARGET%%/sxml--serializer.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%%/text--gettext.so -lib/gauche/%%VERSION%%/%%TARGET%%/text--tr.so -lib/gauche/%%VERSION%%/%%TARGET%%/util--match.so -lib/gauche/%%VERSION%%/%%TARGET%%/util--sparse.so -lib/gauche/%%VERSION%%/include/gauche.h -lib/gauche/%%VERSION%%/include/gauche/arch.h -lib/gauche/%%VERSION%%/include/gauche/bignum.h -lib/gauche/%%VERSION%%/include/gauche/bits.h -lib/gauche/%%VERSION%%/include/gauche/bits_inline.h -lib/gauche/%%VERSION%%/include/gauche/builtin-syms.h -lib/gauche/%%VERSION%%/include/gauche/char_euc_jp.h -lib/gauche/%%VERSION%%/include/gauche/char_none.h -lib/gauche/%%VERSION%%/include/gauche/char_sjis.h -lib/gauche/%%VERSION%%/include/gauche/char_utf_8.h -lib/gauche/%%VERSION%%/include/gauche/charset.h -lib/gauche/%%VERSION%%/include/gauche/class.h -lib/gauche/%%VERSION%%/include/gauche/code.h -lib/gauche/%%VERSION%%/include/gauche/collection.h -lib/gauche/%%VERSION%%/include/gauche/config.h -lib/gauche/%%VERSION%%/include/gauche/exception.h -lib/gauche/%%VERSION%%/include/gauche/extend.h -lib/gauche/%%VERSION%%/include/gauche/extern.h -lib/gauche/%%VERSION%%/include/gauche/float.h -lib/gauche/%%VERSION%%/include/gauche/gloc.h -lib/gauche/%%VERSION%%/include/gauche/hash.h -lib/gauche/%%VERSION%%/include/gauche/int64.h -lib/gauche/%%VERSION%%/include/gauche/keyword.h -lib/gauche/%%VERSION%%/include/gauche/load.h -lib/gauche/%%VERSION%%/include/gauche/macro.h -lib/gauche/%%VERSION%%/include/gauche/module.h -lib/gauche/%%VERSION%%/include/gauche/number.h -lib/gauche/%%VERSION%%/include/gauche/parameter.h -lib/gauche/%%VERSION%%/include/gauche/paths.h -lib/gauche/%%VERSION%%/include/gauche/port.h -lib/gauche/%%VERSION%%/include/gauche/prof.h -lib/gauche/%%VERSION%%/include/gauche/pthread.h -lib/gauche/%%VERSION%%/include/gauche/reader.h -lib/gauche/%%VERSION%%/include/gauche/regexp.h -lib/gauche/%%VERSION%%/include/gauche/scmconst.h -lib/gauche/%%VERSION%%/include/gauche/string.h -lib/gauche/%%VERSION%%/include/gauche/symbol.h -lib/gauche/%%VERSION%%/include/gauche/system.h -lib/gauche/%%VERSION%%/include/gauche/treemap.h -lib/gauche/%%VERSION%%/include/gauche/uthread.h -lib/gauche/%%VERSION%%/include/gauche/uvector.h -lib/gauche/%%VERSION%%/include/gauche/vector.h -lib/gauche/%%VERSION%%/include/gauche/vm.h -lib/gauche/%%VERSION%%/include/gauche/vminsn.h -lib/gauche/%%VERSION%%/include/gauche/weak.h -lib/gauche/%%VERSION%%/include/gauche/win-compat.h -lib/gauche/%%VERSION%%/include/gc.h -lib/gauche/%%VERSION%%/include/gc_allocator.h -lib/gauche/%%VERSION%%/include/gc_config_macros.h -lib/gauche/%%VERSION%%/include/gc_cpp.h -lib/gauche/%%VERSION%%/include/gc_inline.h -lib/gauche/%%VERSION%%/include/gc_mark.h -lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h -lib/gauche/%%VERSION%%/include/gc_tiny_fl.h -lib/gauche/%%VERSION%%/include/gc_typed.h -lib/gauche/%%VERSION%%/include/gc_version.h -lib/gauche/site/%%VERSION%%/%%TARGET%%/.keepme -lib/libgauche.so -lib/libgauche.so.0 -lib/libgauche.so.%%VERSION%%.0 +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/binary--io.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/crypt--bcrypt.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/dbm--ndbm.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/file--util.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--auxsys.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--charconv.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--collection.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--fcntl.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--hook.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--net.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--parameter.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--sequence.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--syslog.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--termios.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--threads.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--vport.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-cesconv +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-config +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-install +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-package +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gosh +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/libgauche-0.9.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/libgauche-uvector.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/math--mt-random.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/os--windows.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/parser--peg.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/rfc--md5.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/rfc--sha.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/rfc--zlib.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-1.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-13.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-19.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-43.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--serializer.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--ssax.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--sxpath.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--tools.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/text--gettext.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/text--tr.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/text--unicode.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/util--match.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/util--queue.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/util--sparse.so +lib/gauche-0.9/%%VERSION%%/include/gauche.h +lib/gauche-0.9/%%VERSION%%/include/gauche/arch.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bignum.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bits.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bits_inline.h +lib/gauche-0.9/%%VERSION%%/include/gauche/builtin-syms.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bytes_inline.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_euc_jp.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_none.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_sjis.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_utf_8.h +lib/gauche-0.9/%%VERSION%%/include/gauche/charset.h +lib/gauche-0.9/%%VERSION%%/include/gauche/class.h +lib/gauche-0.9/%%VERSION%%/include/gauche/code.h +lib/gauche-0.9/%%VERSION%%/include/gauche/collection.h +lib/gauche-0.9/%%VERSION%%/include/gauche/config.h +lib/gauche-0.9/%%VERSION%%/include/gauche/exception.h +lib/gauche-0.9/%%VERSION%%/include/gauche/extend.h +lib/gauche-0.9/%%VERSION%%/include/gauche/extern.h +lib/gauche-0.9/%%VERSION%%/include/gauche/float.h +lib/gauche-0.9/%%VERSION%%/include/gauche/gloc.h +lib/gauche-0.9/%%VERSION%%/include/gauche/hash.h +lib/gauche-0.9/%%VERSION%%/include/gauche/int64.h +lib/gauche-0.9/%%VERSION%%/include/gauche/keyword.h +lib/gauche-0.9/%%VERSION%%/include/gauche/load.h +lib/gauche-0.9/%%VERSION%%/include/gauche/macro.h +lib/gauche-0.9/%%VERSION%%/include/gauche/module.h +lib/gauche-0.9/%%VERSION%%/include/gauche/number.h +lib/gauche-0.9/%%VERSION%%/include/gauche/parameter.h +lib/gauche-0.9/%%VERSION%%/include/gauche/paths.h +lib/gauche-0.9/%%VERSION%%/include/gauche/port.h +lib/gauche-0.9/%%VERSION%%/include/gauche/prof.h +lib/gauche-0.9/%%VERSION%%/include/gauche/pthread.h +lib/gauche-0.9/%%VERSION%%/include/gauche/reader.h +lib/gauche-0.9/%%VERSION%%/include/gauche/regexp.h +lib/gauche-0.9/%%VERSION%%/include/gauche/scmconst.h +lib/gauche-0.9/%%VERSION%%/include/gauche/string.h +lib/gauche-0.9/%%VERSION%%/include/gauche/symbol.h +lib/gauche-0.9/%%VERSION%%/include/gauche/system.h +lib/gauche-0.9/%%VERSION%%/include/gauche/treemap.h +lib/gauche-0.9/%%VERSION%%/include/gauche/uthread.h +lib/gauche-0.9/%%VERSION%%/include/gauche/uvector.h +lib/gauche-0.9/%%VERSION%%/include/gauche/vector.h +lib/gauche-0.9/%%VERSION%%/include/gauche/vm.h +lib/gauche-0.9/%%VERSION%%/include/gauche/vminsn.h +lib/gauche-0.9/%%VERSION%%/include/gauche/weak.h +lib/gauche-0.9/%%VERSION%%/include/gauche/win-compat.h +lib/gauche-0.9/%%VERSION%%/include/gc.h +lib/gauche-0.9/%%VERSION%%/include/gc_allocator.h +lib/gauche-0.9/%%VERSION%%/include/gc_config_macros.h +lib/gauche-0.9/%%VERSION%%/include/gc_cpp.h +lib/gauche-0.9/%%VERSION%%/include/gc_inline.h +lib/gauche-0.9/%%VERSION%%/include/gc_mark.h +lib/gauche-0.9/%%VERSION%%/include/gc_pthread_redirects.h +lib/gauche-0.9/%%VERSION%%/include/gc_tiny_fl.h +lib/gauche-0.9/%%VERSION%%/include/gc_typed.h +lib/gauche-0.9/%%VERSION%%/include/gc_version.h +lib/gauche-0.9/site/%%TARGET%%/.keepme +lib/libgauche-0.9.so +lib/libgauche-0.9.so.0 +lib/libgauche-0.9.so.0.2 share/aclocal/gauche.m4 %%DATADIR%%/%%VERSION%%/aclocal.m4 %%DATADIR%%/%%VERSION%%/lib/.packages/.keepme +%%DATADIR%%/%%VERSION%%/lib/binary/ftype.scm %%DATADIR%%/%%VERSION%%/lib/binary/io.scm %%DATADIR%%/%%VERSION%%/lib/binary/pack.scm %%DATADIR%%/%%VERSION%%/lib/cesconv %%DATADIR%%/%%VERSION%%/lib/compat/jfilter.scm %%DATADIR%%/%%VERSION%%/lib/compat/norational.scm %%DATADIR%%/%%VERSION%%/lib/compat/stk.scm +%%DATADIR%%/%%VERSION%%/lib/control/job.scm +%%DATADIR%%/%%VERSION%%/lib/control/thread-pool.scm +%%DATADIR%%/%%VERSION%%/lib/crypt/bcrypt.scm %%DATADIR%%/%%VERSION%%/lib/dbd/null.scm %%DATADIR%%/%%VERSION%%/lib/dbi.scm %%DATADIR%%/%%VERSION%%/lib/dbm.scm +%%DATADIR%%/%%VERSION%%/lib/dbm/dump %%DATADIR%%/%%VERSION%%/lib/dbm/fsdbm.scm %%DATADIR%%/%%VERSION%%/lib/dbm/ndbm.scm +%%DATADIR%%/%%VERSION%%/lib/dbm/restore %%DATADIR%%/%%VERSION%%/lib/file/filter.scm %%DATADIR%%/%%VERSION%%/lib/file/util.scm %%DATADIR%%/%%VERSION%%/lib/gauche-init.scm @@ -124,10 +136,10 @@ %%DATADIR%%/%%VERSION%%/lib/gauche/auxsys.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/cise.scm -%%DATADIR%%/%%VERSION%%/lib/gauche/cgen/literal-uv.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/literal.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/precomp.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/stub.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/cgen/tmodule.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/type.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/unit.scm %%DATADIR%%/%%VERSION%%/lib/gauche/charconv.scm @@ -142,6 +154,7 @@ %%DATADIR%%/%%VERSION%%/lib/gauche/experimental/ref.scm %%DATADIR%%/%%VERSION%%/lib/gauche/fcntl.scm %%DATADIR%%/%%VERSION%%/lib/gauche/fileutil.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/generator.scm %%DATADIR%%/%%VERSION%%/lib/gauche/hashutil.scm %%DATADIR%%/%%VERSION%%/lib/gauche/hook.scm %%DATADIR%%/%%VERSION%%/lib/gauche/interactive.scm @@ -168,9 +181,11 @@ %%DATADIR%%/%%VERSION%%/lib/gauche/package/util.scm %%DATADIR%%/%%VERSION%%/lib/gauche/parameter.scm %%DATADIR%%/%%VERSION%%/lib/gauche/parseopt.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/partcont.scm %%DATADIR%%/%%VERSION%%/lib/gauche/portutil.scm %%DATADIR%%/%%VERSION%%/lib/gauche/procedure.scm %%DATADIR%%/%%VERSION%%/lib/gauche/process.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/record.scm %%DATADIR%%/%%VERSION%%/lib/gauche/redefutil.scm %%DATADIR%%/%%VERSION%%/lib/gauche/regexp.scm %%DATADIR%%/%%VERSION%%/lib/gauche/reload.scm @@ -200,6 +215,8 @@ %%DATADIR%%/%%VERSION%%/lib/genstub %%DATADIR%%/%%VERSION%%/lib/math/const.scm %%DATADIR%%/%%VERSION%%/lib/math/mt-random.scm +%%DATADIR%%/%%VERSION%%/lib/os/windows.scm +%%DATADIR%%/%%VERSION%%/lib/parser/peg.scm %%DATADIR%%/%%VERSION%%/lib/precomp %%DATADIR%%/%%VERSION%%/lib/rfc/822.scm %%DATADIR%%/%%VERSION%%/lib/rfc/base64.scm @@ -209,6 +226,7 @@ %%DATADIR%%/%%VERSION%%/lib/rfc/http.scm %%DATADIR%%/%%VERSION%%/lib/rfc/icmp.scm %%DATADIR%%/%%VERSION%%/lib/rfc/ip.scm +%%DATADIR%%/%%VERSION%%/lib/rfc/json.scm %%DATADIR%%/%%VERSION%%/lib/rfc/md5.scm %%DATADIR%%/%%VERSION%%/lib/rfc/mime.scm %%DATADIR%%/%%VERSION%%/lib/rfc/quoted-printable.scm @@ -237,8 +255,10 @@ %%DATADIR%%/%%VERSION%%/lib/srfi-43.scm %%DATADIR%%/%%VERSION%%/lib/srfi-5.scm %%DATADIR%%/%%VERSION%%/lib/srfi-55.scm +%%DATADIR%%/%%VERSION%%/lib/srfi-60.scm %%DATADIR%%/%%VERSION%%/lib/srfi-7.scm %%DATADIR%%/%%VERSION%%/lib/srfi-9.scm +%%DATADIR%%/%%VERSION%%/lib/srfi-98.scm %%DATADIR%%/%%VERSION%%/lib/sxml/adaptor.scm %%DATADIR%%/%%VERSION%%/lib/sxml/serializer.scm %%DATADIR%%/%%VERSION%%/lib/sxml/ssax.scm @@ -256,6 +276,7 @@ %%DATADIR%%/%%VERSION%%/lib/text/sql.scm %%DATADIR%%/%%VERSION%%/lib/text/tr.scm %%DATADIR%%/%%VERSION%%/lib/text/tree.scm +%%DATADIR%%/%%VERSION%%/lib/text/unicode.scm %%DATADIR%%/%%VERSION%%/lib/util/combinations.scm %%DATADIR%%/%%VERSION%%/lib/util/digest.scm %%DATADIR%%/%%VERSION%%/lib/util/isomorph.scm @@ -294,6 +315,8 @@ @dirrm %%DATADIR%%/%%VERSION%%/lib/srfi-29 @dirrm %%DATADIR%%/%%VERSION%%/lib/srfi-14 @dirrm %%DATADIR%%/%%VERSION%%/lib/rfc +@dirrm %%DATADIR%%/%%VERSION%%/lib/parser +@dirrm %%DATADIR%%/%%VERSION%%/lib/os @dirrm %%DATADIR%%/%%VERSION%%/lib/math @dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/vm @dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/serializer @@ -306,19 +329,20 @@ @dirrm %%DATADIR%%/%%VERSION%%/lib/file @dirrm %%DATADIR%%/%%VERSION%%/lib/dbm @dirrm %%DATADIR%%/%%VERSION%%/lib/dbd +@dirrm %%DATADIR%%/%%VERSION%%/lib/crypt +@dirrm %%DATADIR%%/%%VERSION%%/lib/control @dirrm %%DATADIR%%/%%VERSION%%/lib/compat @dirrm %%DATADIR%%/%%VERSION%%/lib/binary @dirrm %%DATADIR%%/%%VERSION%%/lib/.packages @dirrm %%DATADIR%%/%%VERSION%%/lib @dirrm %%DATADIR%%/%%VERSION%% @dirrm %%DATADIR%% -@dirrm lib/gauche/site/%%VERSION%%/%%TARGET%% -@dirrm lib/gauche/site/%%VERSION%% -@dirrm lib/gauche/site -@dirrm lib/gauche/%%VERSION%%/include/gauche -@dirrm lib/gauche/%%VERSION%%/include -@dirrm lib/gauche/%%VERSION%%/%%TARGET%% -@dirrm lib/gauche/%%VERSION%% -@dirrm lib/gauche +@dirrm lib/gauche-0.9/site/%%TARGET%% +@dirrm lib/gauche-0.9/site +@dirrm lib/gauche-0.9/%%VERSION%%/include/gauche +@dirrm lib/gauche-0.9/%%VERSION%%/include +@dirrm lib/gauche-0.9/%%VERSION%%/%%TARGET%% +@dirrm lib/gauche-0.9/%%VERSION%% +@dirrm lib/gauche-0.9 @dirrm %%DOCSDIR%% @dirrm %%EXAMPLESDIR%% --Multipart=_Fri__14_Oct_2011_20_58_36_+0900_PRntMOD1soXei_/w Content-Type: text/plain; name="patch-gauche-ports-0.9_to_0.9.2.txt" Content-Disposition: attachment; filename="patch-gauche-ports-0.9_to_0.9.2.txt" Content-Transfer-Encoding: 7bit diff -ur ../gauche-0.9/Makefile ./Makefile --- ../gauche-0.9/Makefile 2011-09-25 08:26:46.000000000 +0900 +++ ./Makefile 2011-09-26 18:59:56.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= gauche -PORTVERSION= 0.9 # Keep databases/gauche-gdbm in sync with this +PORTVERSION= 0.9.2 # Keep databases/gauche-gdbm in sync with this CATEGORIES= lang scheme MASTER_SITES= SF/${PORTNAME}/Gauche/ DISTNAME= Gauche-${PORTVERSION} @@ -40,7 +40,8 @@ USE_ICONV= yes USE_LDCONFIG= yes -MAN1= gosh.1 gauche-config.1 +MAN1= gosh.1 gauche-cesconv.1 gauche-config.1 \ + gauche-install.1 gauche-package.1 MAKE_JOBS_UNSAFE=yes @@ -48,6 +49,8 @@ INFO= gauche-refe gauche-refj .endif +DATADIR= ${PREFIX}/share/${PORTNAME}-0.9 + .include .if (${ARCH} == "ia64") || (${ARCH} == "sparc64") @@ -65,12 +68,12 @@ post-install: ${STRIP_CMD} ${PREFIX}/bin/gosh - ${RM} -f ${PREFIX}/share/gauche/${PORTVERSION}/lib/slibcat - ${MKDIR} ${PREFIX}/share/gauche/site/lib/.packages - ${TOUCH} ${PREFIX}/share/gauche/site/lib/.packages/.keepme - ${TOUCH} ${PREFIX}/lib/gauche/site/${PORTVERSION}/${CONFIGURE_TARGET}/.keepme - ${MKDIR} ${PREFIX}/share/gauche/${PORTVERSION}/lib/.packages - ${TOUCH} ${PREFIX}/share/gauche/${PORTVERSION}/lib/.packages/.keepme + ${RM} -f ${PREFIX}/share/gauche-0.9/${PORTVERSION}/lib/slibcat + ${MKDIR} ${PREFIX}/share/gauche-0.9/site/lib/.packages + ${TOUCH} ${PREFIX}/share/gauche-0.9/site/lib/.packages/.keepme + ${TOUCH} ${PREFIX}/lib/gauche-0.9/site/${CONFIGURE_TARGET}/.keepme + ${MKDIR} ${PREFIX}/share/gauche-0.9/${PORTVERSION}/lib/.packages + ${TOUCH} ${PREFIX}/share/gauche-0.9/${PORTVERSION}/lib/.packages/.keepme ${MKDIR} ${DOCSDIR} ${TOUCH} ${DOCSDIR}/.keepme ${MKDIR} ${EXAMPLESDIR} diff -ur ../gauche-0.9/distinfo ./distinfo --- ../gauche-0.9/distinfo 2011-09-25 08:26:46.000000000 +0900 +++ ./distinfo 2011-09-25 08:30:48.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (Gauche-0.9.tgz) = 9faa8e79d83152599e945380e874718642d25657803432b5c826a7d3711c9250 -SIZE (Gauche-0.9.tgz) = 3938498 +SHA256 (Gauche-0.9.2.tgz) = 16c9dfc9fa3f556f75d13e9b5a701f95e9f7749379e6d007a3a6dc561a625736 +SIZE (Gauche-0.9.2.tgz) = 4452767 diff -ur ../gauche-0.9/pkg-plist ./pkg-plist --- ../gauche-0.9/pkg-plist 2011-09-25 08:26:46.000000000 +0900 +++ ./pkg-plist 2011-09-26 20:00:24.000000000 +0900 @@ -5,118 +5,130 @@ bin/gauche-install bin/gauche-package bin/gosh -lib/gauche/%%VERSION%%/%%TARGET%%/binary--io.so -lib/gauche/%%VERSION%%/%%TARGET%%/dbm--ndbm.so -lib/gauche/%%VERSION%%/%%TARGET%%/file--util.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--auxsys.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--charconv.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--collection.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--fcntl.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--hook.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--net.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--parameter.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--sequence.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--syslog.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--termios.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--threads.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche--vport.so -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-cesconv -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-install -lib/gauche/%%VERSION%%/%%TARGET%%/gauche-package -lib/gauche/%%VERSION%%/%%TARGET%%/gosh -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-uvector.so -lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so -lib/gauche/%%VERSION%%/%%TARGET%%/math--mt-random.so -lib/gauche/%%VERSION%%/%%TARGET%%/rfc--md5.so -lib/gauche/%%VERSION%%/%%TARGET%%/rfc--sha.so -lib/gauche/%%VERSION%%/%%TARGET%%/rfc--zlib.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-1.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-13.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-19.so -lib/gauche/%%VERSION%%/%%TARGET%%/srfi-43.so -lib/gauche/%%VERSION%%/%%TARGET%%/sxml--serializer.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%%/text--gettext.so -lib/gauche/%%VERSION%%/%%TARGET%%/text--tr.so -lib/gauche/%%VERSION%%/%%TARGET%%/util--match.so -lib/gauche/%%VERSION%%/%%TARGET%%/util--sparse.so -lib/gauche/%%VERSION%%/include/gauche.h -lib/gauche/%%VERSION%%/include/gauche/arch.h -lib/gauche/%%VERSION%%/include/gauche/bignum.h -lib/gauche/%%VERSION%%/include/gauche/bits.h -lib/gauche/%%VERSION%%/include/gauche/bits_inline.h -lib/gauche/%%VERSION%%/include/gauche/builtin-syms.h -lib/gauche/%%VERSION%%/include/gauche/char_euc_jp.h -lib/gauche/%%VERSION%%/include/gauche/char_none.h -lib/gauche/%%VERSION%%/include/gauche/char_sjis.h -lib/gauche/%%VERSION%%/include/gauche/char_utf_8.h -lib/gauche/%%VERSION%%/include/gauche/charset.h -lib/gauche/%%VERSION%%/include/gauche/class.h -lib/gauche/%%VERSION%%/include/gauche/code.h -lib/gauche/%%VERSION%%/include/gauche/collection.h -lib/gauche/%%VERSION%%/include/gauche/config.h -lib/gauche/%%VERSION%%/include/gauche/exception.h -lib/gauche/%%VERSION%%/include/gauche/extend.h -lib/gauche/%%VERSION%%/include/gauche/extern.h -lib/gauche/%%VERSION%%/include/gauche/float.h -lib/gauche/%%VERSION%%/include/gauche/gloc.h -lib/gauche/%%VERSION%%/include/gauche/hash.h -lib/gauche/%%VERSION%%/include/gauche/int64.h -lib/gauche/%%VERSION%%/include/gauche/keyword.h -lib/gauche/%%VERSION%%/include/gauche/load.h -lib/gauche/%%VERSION%%/include/gauche/macro.h -lib/gauche/%%VERSION%%/include/gauche/module.h -lib/gauche/%%VERSION%%/include/gauche/number.h -lib/gauche/%%VERSION%%/include/gauche/parameter.h -lib/gauche/%%VERSION%%/include/gauche/paths.h -lib/gauche/%%VERSION%%/include/gauche/port.h -lib/gauche/%%VERSION%%/include/gauche/prof.h -lib/gauche/%%VERSION%%/include/gauche/pthread.h -lib/gauche/%%VERSION%%/include/gauche/reader.h -lib/gauche/%%VERSION%%/include/gauche/regexp.h -lib/gauche/%%VERSION%%/include/gauche/scmconst.h -lib/gauche/%%VERSION%%/include/gauche/string.h -lib/gauche/%%VERSION%%/include/gauche/symbol.h -lib/gauche/%%VERSION%%/include/gauche/system.h -lib/gauche/%%VERSION%%/include/gauche/treemap.h -lib/gauche/%%VERSION%%/include/gauche/uthread.h -lib/gauche/%%VERSION%%/include/gauche/uvector.h -lib/gauche/%%VERSION%%/include/gauche/vector.h -lib/gauche/%%VERSION%%/include/gauche/vm.h -lib/gauche/%%VERSION%%/include/gauche/vminsn.h -lib/gauche/%%VERSION%%/include/gauche/weak.h -lib/gauche/%%VERSION%%/include/gauche/win-compat.h -lib/gauche/%%VERSION%%/include/gc.h -lib/gauche/%%VERSION%%/include/gc_allocator.h -lib/gauche/%%VERSION%%/include/gc_config_macros.h -lib/gauche/%%VERSION%%/include/gc_cpp.h -lib/gauche/%%VERSION%%/include/gc_inline.h -lib/gauche/%%VERSION%%/include/gc_mark.h -lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h -lib/gauche/%%VERSION%%/include/gc_tiny_fl.h -lib/gauche/%%VERSION%%/include/gc_typed.h -lib/gauche/%%VERSION%%/include/gc_version.h -lib/gauche/site/%%VERSION%%/%%TARGET%%/.keepme -lib/libgauche.so -lib/libgauche.so.0 -lib/libgauche.so.%%VERSION%%.0 +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/binary--io.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/crypt--bcrypt.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/dbm--ndbm.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/file--util.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--auxsys.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--charconv.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--collection.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--fcntl.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--hook.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--net.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--parameter.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--sequence.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--syslog.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--termios.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--threads.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche--vport.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-cesconv +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-config +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-install +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gauche-package +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/gosh +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/libgauche-0.9.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/libgauche-uvector.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/math--mt-random.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/os--windows.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/parser--peg.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/rfc--md5.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/rfc--sha.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/rfc--zlib.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-1.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-13.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-19.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/srfi-43.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--serializer.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--ssax.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--sxpath.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/sxml--tools.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/text--gettext.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/text--tr.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/text--unicode.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/util--match.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/util--queue.so +lib/gauche-0.9/%%VERSION%%/%%TARGET%%/util--sparse.so +lib/gauche-0.9/%%VERSION%%/include/gauche.h +lib/gauche-0.9/%%VERSION%%/include/gauche/arch.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bignum.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bits.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bits_inline.h +lib/gauche-0.9/%%VERSION%%/include/gauche/builtin-syms.h +lib/gauche-0.9/%%VERSION%%/include/gauche/bytes_inline.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_euc_jp.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_none.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_sjis.h +lib/gauche-0.9/%%VERSION%%/include/gauche/char_utf_8.h +lib/gauche-0.9/%%VERSION%%/include/gauche/charset.h +lib/gauche-0.9/%%VERSION%%/include/gauche/class.h +lib/gauche-0.9/%%VERSION%%/include/gauche/code.h +lib/gauche-0.9/%%VERSION%%/include/gauche/collection.h +lib/gauche-0.9/%%VERSION%%/include/gauche/config.h +lib/gauche-0.9/%%VERSION%%/include/gauche/exception.h +lib/gauche-0.9/%%VERSION%%/include/gauche/extend.h +lib/gauche-0.9/%%VERSION%%/include/gauche/extern.h +lib/gauche-0.9/%%VERSION%%/include/gauche/float.h +lib/gauche-0.9/%%VERSION%%/include/gauche/gloc.h +lib/gauche-0.9/%%VERSION%%/include/gauche/hash.h +lib/gauche-0.9/%%VERSION%%/include/gauche/int64.h +lib/gauche-0.9/%%VERSION%%/include/gauche/keyword.h +lib/gauche-0.9/%%VERSION%%/include/gauche/load.h +lib/gauche-0.9/%%VERSION%%/include/gauche/macro.h +lib/gauche-0.9/%%VERSION%%/include/gauche/module.h +lib/gauche-0.9/%%VERSION%%/include/gauche/number.h +lib/gauche-0.9/%%VERSION%%/include/gauche/parameter.h +lib/gauche-0.9/%%VERSION%%/include/gauche/paths.h +lib/gauche-0.9/%%VERSION%%/include/gauche/port.h +lib/gauche-0.9/%%VERSION%%/include/gauche/prof.h +lib/gauche-0.9/%%VERSION%%/include/gauche/pthread.h +lib/gauche-0.9/%%VERSION%%/include/gauche/reader.h +lib/gauche-0.9/%%VERSION%%/include/gauche/regexp.h +lib/gauche-0.9/%%VERSION%%/include/gauche/scmconst.h +lib/gauche-0.9/%%VERSION%%/include/gauche/string.h +lib/gauche-0.9/%%VERSION%%/include/gauche/symbol.h +lib/gauche-0.9/%%VERSION%%/include/gauche/system.h +lib/gauche-0.9/%%VERSION%%/include/gauche/treemap.h +lib/gauche-0.9/%%VERSION%%/include/gauche/uthread.h +lib/gauche-0.9/%%VERSION%%/include/gauche/uvector.h +lib/gauche-0.9/%%VERSION%%/include/gauche/vector.h +lib/gauche-0.9/%%VERSION%%/include/gauche/vm.h +lib/gauche-0.9/%%VERSION%%/include/gauche/vminsn.h +lib/gauche-0.9/%%VERSION%%/include/gauche/weak.h +lib/gauche-0.9/%%VERSION%%/include/gauche/win-compat.h +lib/gauche-0.9/%%VERSION%%/include/gc.h +lib/gauche-0.9/%%VERSION%%/include/gc_allocator.h +lib/gauche-0.9/%%VERSION%%/include/gc_config_macros.h +lib/gauche-0.9/%%VERSION%%/include/gc_cpp.h +lib/gauche-0.9/%%VERSION%%/include/gc_inline.h +lib/gauche-0.9/%%VERSION%%/include/gc_mark.h +lib/gauche-0.9/%%VERSION%%/include/gc_pthread_redirects.h +lib/gauche-0.9/%%VERSION%%/include/gc_tiny_fl.h +lib/gauche-0.9/%%VERSION%%/include/gc_typed.h +lib/gauche-0.9/%%VERSION%%/include/gc_version.h +lib/gauche-0.9/site/%%TARGET%%/.keepme +lib/libgauche-0.9.so +lib/libgauche-0.9.so.0 +lib/libgauche-0.9.so.0.2 share/aclocal/gauche.m4 %%DATADIR%%/%%VERSION%%/aclocal.m4 %%DATADIR%%/%%VERSION%%/lib/.packages/.keepme +%%DATADIR%%/%%VERSION%%/lib/binary/ftype.scm %%DATADIR%%/%%VERSION%%/lib/binary/io.scm %%DATADIR%%/%%VERSION%%/lib/binary/pack.scm %%DATADIR%%/%%VERSION%%/lib/cesconv %%DATADIR%%/%%VERSION%%/lib/compat/jfilter.scm %%DATADIR%%/%%VERSION%%/lib/compat/norational.scm %%DATADIR%%/%%VERSION%%/lib/compat/stk.scm +%%DATADIR%%/%%VERSION%%/lib/control/job.scm +%%DATADIR%%/%%VERSION%%/lib/control/thread-pool.scm +%%DATADIR%%/%%VERSION%%/lib/crypt/bcrypt.scm %%DATADIR%%/%%VERSION%%/lib/dbd/null.scm %%DATADIR%%/%%VERSION%%/lib/dbi.scm %%DATADIR%%/%%VERSION%%/lib/dbm.scm +%%DATADIR%%/%%VERSION%%/lib/dbm/dump %%DATADIR%%/%%VERSION%%/lib/dbm/fsdbm.scm %%DATADIR%%/%%VERSION%%/lib/dbm/ndbm.scm +%%DATADIR%%/%%VERSION%%/lib/dbm/restore %%DATADIR%%/%%VERSION%%/lib/file/filter.scm %%DATADIR%%/%%VERSION%%/lib/file/util.scm %%DATADIR%%/%%VERSION%%/lib/gauche-init.scm @@ -124,10 +136,10 @@ %%DATADIR%%/%%VERSION%%/lib/gauche/auxsys.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/cise.scm -%%DATADIR%%/%%VERSION%%/lib/gauche/cgen/literal-uv.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/literal.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/precomp.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/stub.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/cgen/tmodule.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/type.scm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen/unit.scm %%DATADIR%%/%%VERSION%%/lib/gauche/charconv.scm @@ -142,6 +154,7 @@ %%DATADIR%%/%%VERSION%%/lib/gauche/experimental/ref.scm %%DATADIR%%/%%VERSION%%/lib/gauche/fcntl.scm %%DATADIR%%/%%VERSION%%/lib/gauche/fileutil.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/generator.scm %%DATADIR%%/%%VERSION%%/lib/gauche/hashutil.scm %%DATADIR%%/%%VERSION%%/lib/gauche/hook.scm %%DATADIR%%/%%VERSION%%/lib/gauche/interactive.scm @@ -168,9 +181,11 @@ %%DATADIR%%/%%VERSION%%/lib/gauche/package/util.scm %%DATADIR%%/%%VERSION%%/lib/gauche/parameter.scm %%DATADIR%%/%%VERSION%%/lib/gauche/parseopt.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/partcont.scm %%DATADIR%%/%%VERSION%%/lib/gauche/portutil.scm %%DATADIR%%/%%VERSION%%/lib/gauche/procedure.scm %%DATADIR%%/%%VERSION%%/lib/gauche/process.scm +%%DATADIR%%/%%VERSION%%/lib/gauche/record.scm %%DATADIR%%/%%VERSION%%/lib/gauche/redefutil.scm %%DATADIR%%/%%VERSION%%/lib/gauche/regexp.scm %%DATADIR%%/%%VERSION%%/lib/gauche/reload.scm @@ -200,6 +215,8 @@ %%DATADIR%%/%%VERSION%%/lib/genstub %%DATADIR%%/%%VERSION%%/lib/math/const.scm %%DATADIR%%/%%VERSION%%/lib/math/mt-random.scm +%%DATADIR%%/%%VERSION%%/lib/os/windows.scm +%%DATADIR%%/%%VERSION%%/lib/parser/peg.scm %%DATADIR%%/%%VERSION%%/lib/precomp %%DATADIR%%/%%VERSION%%/lib/rfc/822.scm %%DATADIR%%/%%VERSION%%/lib/rfc/base64.scm @@ -209,6 +226,7 @@ %%DATADIR%%/%%VERSION%%/lib/rfc/http.scm %%DATADIR%%/%%VERSION%%/lib/rfc/icmp.scm %%DATADIR%%/%%VERSION%%/lib/rfc/ip.scm +%%DATADIR%%/%%VERSION%%/lib/rfc/json.scm %%DATADIR%%/%%VERSION%%/lib/rfc/md5.scm %%DATADIR%%/%%VERSION%%/lib/rfc/mime.scm %%DATADIR%%/%%VERSION%%/lib/rfc/quoted-printable.scm @@ -237,8 +255,10 @@ %%DATADIR%%/%%VERSION%%/lib/srfi-43.scm %%DATADIR%%/%%VERSION%%/lib/srfi-5.scm %%DATADIR%%/%%VERSION%%/lib/srfi-55.scm +%%DATADIR%%/%%VERSION%%/lib/srfi-60.scm %%DATADIR%%/%%VERSION%%/lib/srfi-7.scm %%DATADIR%%/%%VERSION%%/lib/srfi-9.scm +%%DATADIR%%/%%VERSION%%/lib/srfi-98.scm %%DATADIR%%/%%VERSION%%/lib/sxml/adaptor.scm %%DATADIR%%/%%VERSION%%/lib/sxml/serializer.scm %%DATADIR%%/%%VERSION%%/lib/sxml/ssax.scm @@ -256,6 +276,7 @@ %%DATADIR%%/%%VERSION%%/lib/text/sql.scm %%DATADIR%%/%%VERSION%%/lib/text/tr.scm %%DATADIR%%/%%VERSION%%/lib/text/tree.scm +%%DATADIR%%/%%VERSION%%/lib/text/unicode.scm %%DATADIR%%/%%VERSION%%/lib/util/combinations.scm %%DATADIR%%/%%VERSION%%/lib/util/digest.scm %%DATADIR%%/%%VERSION%%/lib/util/isomorph.scm @@ -294,6 +315,8 @@ @dirrm %%DATADIR%%/%%VERSION%%/lib/srfi-29 @dirrm %%DATADIR%%/%%VERSION%%/lib/srfi-14 @dirrm %%DATADIR%%/%%VERSION%%/lib/rfc +@dirrm %%DATADIR%%/%%VERSION%%/lib/parser +@dirrm %%DATADIR%%/%%VERSION%%/lib/os @dirrm %%DATADIR%%/%%VERSION%%/lib/math @dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/vm @dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/serializer @@ -306,19 +329,20 @@ @dirrm %%DATADIR%%/%%VERSION%%/lib/file @dirrm %%DATADIR%%/%%VERSION%%/lib/dbm @dirrm %%DATADIR%%/%%VERSION%%/lib/dbd +@dirrm %%DATADIR%%/%%VERSION%%/lib/crypt +@dirrm %%DATADIR%%/%%VERSION%%/lib/control @dirrm %%DATADIR%%/%%VERSION%%/lib/compat @dirrm %%DATADIR%%/%%VERSION%%/lib/binary @dirrm %%DATADIR%%/%%VERSION%%/lib/.packages @dirrm %%DATADIR%%/%%VERSION%%/lib @dirrm %%DATADIR%%/%%VERSION%% @dirrm %%DATADIR%% -@dirrm lib/gauche/site/%%VERSION%%/%%TARGET%% -@dirrm lib/gauche/site/%%VERSION%% -@dirrm lib/gauche/site -@dirrm lib/gauche/%%VERSION%%/include/gauche -@dirrm lib/gauche/%%VERSION%%/include -@dirrm lib/gauche/%%VERSION%%/%%TARGET%% -@dirrm lib/gauche/%%VERSION%% -@dirrm lib/gauche +@dirrm lib/gauche-0.9/site/%%TARGET%% +@dirrm lib/gauche-0.9/site +@dirrm lib/gauche-0.9/%%VERSION%%/include/gauche +@dirrm lib/gauche-0.9/%%VERSION%%/include +@dirrm lib/gauche-0.9/%%VERSION%%/%%TARGET%% +@dirrm lib/gauche-0.9/%%VERSION%% +@dirrm lib/gauche-0.9 @dirrm %%DOCSDIR%% @dirrm %%EXAMPLESDIR%% --Multipart=_Fri__14_Oct_2011_20_58_36_+0900_PRntMOD1soXei_/w--