summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-08-21 09:25:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-08-21 09:25:22 +0000
commitb5796e50b5388aa5db1e702f85c8b8c317588f19 (patch)
tree9af18cc59b52a0590c2f603ccf26c4525ab4dc4a /lang/gauche
parentYASA is a simple implementation of Suffix Array for counting (diff)
- Update to 0.8.11
PR: 115602 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Notes
Notes: svn path=/head/; revision=198045
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile2
-rw-r--r--lang/gauche/distinfo6
-rw-r--r--lang/gauche/pkg-plist6
3 files changed, 10 insertions, 4 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index be7b3f22bbf9..460f5abc0e77 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gauche
-PORTVERSION= 0.8.10 # Keep databases/gauche-gdbm in sync with this
+PORTVERSION= 0.8.11 # Keep databases/gauche-gdbm in sync with this
CATEGORIES= lang scheme
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo
index 68f8c557bb90..0787bf5c6956 100644
--- a/lang/gauche/distinfo
+++ b/lang/gauche/distinfo
@@ -1,3 +1,3 @@
-MD5 (Gauche-0.8.10.tgz) = 8ff2506962808c9e06e5049d2c5c1a0b
-SHA256 (Gauche-0.8.10.tgz) = 616fa2c337db5de57c95fa1dc5664b2d358fd4695ea9da12f008d014ed5ae9bd
-SIZE (Gauche-0.8.10.tgz) = 3184850
+MD5 (Gauche-0.8.11.tgz) = 4a43a47dcc17cebe4fcbc638bb6e5d04
+SHA256 (Gauche-0.8.11.tgz) = 9de70f84e34ec5e19012e187712432d0aafe031648ecb55311008b29d7277b61
+SIZE (Gauche-0.8.11.tgz) = 3204823
diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist
index dda7b74528f9..0592027e426b 100644
--- a/lang/gauche/pkg-plist
+++ b/lang/gauche/pkg-plist
@@ -77,6 +77,7 @@ 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/gc.h
lib/gauche/%%VERSION%%/include/gc_config_macros.h
lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h
@@ -104,6 +105,9 @@ share/aclocal/gauche.m4
%%DATADIR%%/%%VERSION%%/lib/gauche/array.scm
%%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.scm
+%%DATADIR%%/%%VERSION%%/lib/gauche/cgen/unit.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/charconv.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/collection.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/common-macros.scm
@@ -125,6 +129,7 @@ share/aclocal/gauche.m4
%%DATADIR%%/%%VERSION%%/lib/gauche/logical.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/macroutil.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/matrix.scm
+%%DATADIR%%/%%VERSION%%/lib/gauche/miscutil.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/modutil.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/mop/instance-pool.scm
%%DATADIR%%/%%VERSION%%/lib/gauche/mop/propagate.scm
@@ -265,6 +270,7 @@ share/aclocal/gauche.m4
@dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/package
@dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/mop
@dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/interactive
+@dirrm %%DATADIR%%/%%VERSION%%/lib/gauche/cgen
@dirrm %%DATADIR%%/%%VERSION%%/lib/gauche
@dirrm %%DATADIR%%/%%VERSION%%/lib/file
@dirrm %%DATADIR%%/%%VERSION%%/lib/dbm