1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

lang/gauche: update to 0.9.9

ChangeLog: http://practical-scheme.net/gauche/gmemo/?Release%200.9.9

Reported by:	portscout
This commit is contained in:
Fernando Apesteguía 2019-12-16 22:11:26 +00:00
parent db326ce8e6
commit f7cd8a820c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520288
3 changed files with 70 additions and 10 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gauche
PORTVERSION= 0.9.8
PORTVERSION= 0.9.9
CATEGORIES= lang scheme
MASTER_SITES= SF/${PORTNAME}/Gauche
DISTNAME= Gauche-${PORTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1560671305
SHA256 (Gauche-0.9.8.tgz) = 3eb30d1051d8b48999fe46511c9f6983057735312c9832b7db13f9db140db74b
SIZE (Gauche-0.9.8.tgz) = 7101599
TIMESTAMP = 1576440314
SHA256 (Gauche-0.9.9.tgz) = 4ca9325322a7efadb9680d156eb7b53521321c9ca4955c4cbe738bc2e1d7f7fb
SIZE (Gauche-0.9.9.tgz) = 7244347

View File

@ -34,7 +34,7 @@ lib/gauche-0.97/%%VERSION%%/%%TARGET%%/gauche-package
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/gosh
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so.0
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so.0.8
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-0.97.so.0.9
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/libgauche-static-0.97.a
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/math--mt-random.so
lib/gauche-0.97/%%VERSION%%/%%TARGET%%/os--windows.so
@ -119,7 +119,7 @@ lib/gauche-0.97/%%VERSION%%/include/gc_version.h
lib/gauche-0.97/site/%%TARGET%%/.keepme
lib/libgauche-0.97.so
lib/libgauche-0.97.so.0
lib/libgauche-0.97.so.0.8
lib/libgauche-0.97.so.0.9
lib/libgauche-static-0.97.a
man/man1/gauche-cesconv.1.gz
man/man1/gauche-config.1.gz
@ -132,6 +132,9 @@ share/aclocal/gauche.m4
%%DATADIR%%/%%VERSION%%/lib/.packages/.keepme
%%DATADIR%%/site/lib/.packages/.keepme
share/gauche-0.97/%%VERSION%%/aclocal.m4
%%GDBM%%share/gauche-0.97/%%VERSION%%/lib/dbm/gdbm.scm
%%SLIB%%share/gauche-0.97/%%VERSION%%/lib/slibcat
@comment share/gauche-0.97/%%VERSION%%/lib/dbm/odbm.scm
share/gauche-0.97/%%VERSION%%/lib/binary/ftype.scm
share/gauche-0.97/%%VERSION%%/lib/binary/io.scm
share/gauche-0.97/%%VERSION%%/lib/binary/pack.scm
@ -162,9 +165,7 @@ share/gauche-0.97/%%VERSION%%/lib/dbi.scm
share/gauche-0.97/%%VERSION%%/lib/dbm.scm
share/gauche-0.97/%%VERSION%%/lib/dbm/dump
share/gauche-0.97/%%VERSION%%/lib/dbm/fsdbm.scm
%%GDBM%%share/gauche-0.97/%%VERSION%%/lib/dbm/gdbm.scm
share/gauche-0.97/%%VERSION%%/lib/dbm/ndbm.scm
@comment share/gauche-0.97/%%VERSION%%/lib/dbm/odbm.scm
share/gauche-0.97/%%VERSION%%/lib/dbm/restore
share/gauche-0.97/%%VERSION%%/lib/file/filter.scm
share/gauche-0.97/%%VERSION%%/lib/file/util.scm
@ -192,6 +193,7 @@ share/gauche-0.97/%%VERSION%%/lib/gauche/dictionary.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/experimental/app.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/experimental/lamb.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/experimental/ref.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/exports.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/fcntl.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/fileutil.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/generator.scm
@ -235,6 +237,7 @@ share/gauche-0.97/%%VERSION%%/lib/gauche/process.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/record.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/redefutil.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/regexp.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/regexp/sre.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/reload.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/selector.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/sequence.scm
@ -255,6 +258,21 @@ share/gauche-0.97/%%VERSION%%/lib/gauche/time.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/treeutil.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/unicode.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/base.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/c128.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/c32.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/c64.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/f16.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/f32.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/f64.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/s16.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/s32.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/s64.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/s8.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/u16.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/u32.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/u64.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/uvector/u8.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/validator.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/vecutil.scm
share/gauche-0.97/%%VERSION%%/lib/gauche/version.scm
@ -274,7 +292,7 @@ share/gauche-0.97/%%VERSION%%/lib/os/windows/console/codepage.scm
share/gauche-0.97/%%VERSION%%/lib/parser/peg.scm
share/gauche-0.97/%%VERSION%%/lib/parser/peg/deprecated.scm
share/gauche-0.97/%%VERSION%%/lib/precomp
share/gauche-0.97/%%VERSION%%/lib/r7rs.scm
share/gauche-0.97/%%VERSION%%/lib/r7rs-setup.scm
share/gauche-0.97/%%VERSION%%/lib/rfc/822.scm
share/gauche-0.97/%%VERSION%%/lib/rfc/base64.scm
share/gauche-0.97/%%VERSION%%/lib/rfc/cookie.scm
@ -305,6 +323,7 @@ share/gauche-0.97/%%VERSION%%/lib/scheme/comparator.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/complex.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/cxr.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/division.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/ephemeron.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/eval.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/file.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/fixnum.scm
@ -323,23 +342,41 @@ share/gauche-0.97/%%VERSION%%/lib/scheme/mapping/hash.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/process-context.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/r5rs.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/read.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/regex.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/repl.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/set.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/sort.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/stream.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/stream/derived.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/stream/primitive.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/time.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/base.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/c128.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/c64.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/f32.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/f64.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/s16.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/s32.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/s64.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/s8.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/u16.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/u32.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/u64.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/vector/u8.scm
share/gauche-0.97/%%VERSION%%/lib/scheme/write.scm
share/gauche-0.97/%%VERSION%%/lib/slib.scm
%%SLIB%%share/gauche-0.97/%%VERSION%%/lib/slibcat
share/gauche-0.97/%%VERSION%%/lib/srfi-1.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-106.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-11.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-112.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-113.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-114.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-115.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-117.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-118.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-121.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-124.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-125.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-127.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-128.scm
@ -362,6 +399,9 @@ share/gauche-0.97/%%VERSION%%/lib/srfi-152.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-154.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-155.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-158.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-160.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-162.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-173.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-18.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-19.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-25.scm
@ -372,6 +412,7 @@ share/gauche-0.97/%%VERSION%%/lib/srfi-29/format.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-37.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-39.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-4.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-41.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-42.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-43.scm
share/gauche-0.97/%%VERSION%%/lib/srfi-5.scm
@ -396,9 +437,11 @@ share/gauche-0.97/%%VERSION%%/lib/srfi/111.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/112.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/113.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/114.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/115.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/117.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/118.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/121.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/124.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/125.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/127.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/128.scm
@ -420,7 +463,23 @@ share/gauche-0.97/%%VERSION%%/lib/srfi/152.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/154.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/158.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/16.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/base.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/c128.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/c64.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/f32.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/f64.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/s16.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/s32.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/s64.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/s8.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/u16.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/u32.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/u64.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/160/u8.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/162.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/17.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/173.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/18.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/19.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/2.scm
@ -441,6 +500,7 @@ share/gauche-0.97/%%VERSION%%/lib/srfi/38.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/39.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/4.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/40.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/41.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/42.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/43.scm
share/gauche-0.97/%%VERSION%%/lib/srfi/45.scm