aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/gauche/Makefile2
-rw-r--r--lang/gauche/distinfo2
-rw-r--r--lang/gauche/files/patch-doc-Makefile.in14
-rw-r--r--lang/gauche/files/patch-doc-gauche-refe.texi17
-rw-r--r--lang/gauche/files/patch-doc-gauche-refj.texi20
-rw-r--r--lang/gauche/pkg-plist5
6 files changed, 14 insertions, 46 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index a6e4d184da49..f350b545cadc 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gauche
-PORTVERSION= 0.6.6 # Keep databases/gauche-gdbm in sync with this
+PORTVERSION= 0.6.7 # Keep databases/gauche-gdbm in sync with this
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo
index 4b9de9f4c30e..e64cc07a200b 100644
--- a/lang/gauche/distinfo
+++ b/lang/gauche/distinfo
@@ -1 +1 @@
-MD5 (Gauche-0.6.6.tgz) = 6e32f2c52ebd4f38c0c207ec6a2fc339
+MD5 (Gauche-0.6.7.tgz) = 44133593cd92a3ad33a17b2b1f57cae5
diff --git a/lang/gauche/files/patch-doc-Makefile.in b/lang/gauche/files/patch-doc-Makefile.in
index 2216fdecd6da..8eaaa7cbbcb4 100644
--- a/lang/gauche/files/patch-doc-Makefile.in
+++ b/lang/gauche/files/patch-doc-Makefile.in
@@ -1,5 +1,5 @@
---- doc/Makefile.in.orig Tue Oct 15 05:28:00 2002
-+++ doc/Makefile.in Tue Nov 19 07:46:49 2002
+--- doc/Makefile.in.orig Fri Feb 7 13:22:54 2003
++++ doc/Makefile.in Fri Feb 7 13:25:36 2003
@@ -48,7 +48,7 @@
pdf : gauche-refe.pdf
@@ -11,21 +11,21 @@
texi2html -number gauche-refe.texi
@@ -65,11 +65,9 @@
gauche-refe.texi : gauche-ref.texi extract
- gosh ./extract -en -o gauche-refe.texi gauche-ref.texi
+ $(GOSH) ./extract -en -o gauche-refe.texi gauche-ref.texi
-gauche-refe.info.gz : gauche-refe.texi
- if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
+gauche-refe.info : gauche-refe.texi
-+ if test X$(MAKEINFO); then \
++ if test X$(MAKEINFO) != X ; then \
$(MAKEINFO) --no-warn gauche-refe.texi; \
- rm -rf gauche-refe.info*.gz; \
- $(GZIP_PROGRAM) gauche-refe.info gauche-refe.info-[0-9]*; \
fi
gauche-refj.html : gauche-refj.texi
-@@ -87,11 +85,9 @@
+@@ -91,11 +89,9 @@
gauche-refj.texi : gauche-ref.texi extract
- gosh ./extract -jp -o gauche-refj.texi gauche-ref.texi
+ $(GOSH) ./extract -jp -o gauche-refj.texi gauche-ref.texi
-gauche-refj.info.gz : gauche-refj.texi
- if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
@@ -36,4 +36,4 @@
- $(GZIP_PROGRAM) gauche-refj.info gauche-refj.info-[0-9]*; \
fi
- clean:
+ libgauche-refe.texi : libgauche-ref.texi extract
diff --git a/lang/gauche/files/patch-doc-gauche-refe.texi b/lang/gauche/files/patch-doc-gauche-refe.texi
deleted file mode 100644
index c0e8e663ac23..000000000000
--- a/lang/gauche/files/patch-doc-gauche-refe.texi
+++ /dev/null
@@ -1,17 +0,0 @@
---- doc/gauche-refe.texi.orig Tue Nov 19 07:40:33 2002
-+++ doc/gauche-refe.texi Tue Nov 19 07:43:00 2002
-@@ -10,6 +10,14 @@
-
- @c $Id: gauche-ref.texi,v 1.304 2002/11/15 04:27:06 shirok Exp $
-
-+@ifinfo
-+@format
-+START-INFO-DIR-ENTRY
-+* Gauche-en: (gauche-refe). The Gauche Reference Manual [en]
-+END-INFO-DIR-ENTRY
-+@end format
-+@end ifinfo
-+
- @c module and class index
- @defcodeindex md
- @defcodeindex cl
diff --git a/lang/gauche/files/patch-doc-gauche-refj.texi b/lang/gauche/files/patch-doc-gauche-refj.texi
deleted file mode 100644
index ed295ef3a7d2..000000000000
--- a/lang/gauche/files/patch-doc-gauche-refj.texi
+++ /dev/null
@@ -1,20 +0,0 @@
---- doc/gauche-refj.texi.orig Tue Nov 19 07:45:01 2002
-+++ doc/gauche-refj.texi Tue Nov 19 07:45:43 2002
-@@ -10,6 +10,17 @@
-
- @c $Id: gauche-ref.texi,v 1.304 2002/11/15 04:27:06 shirok Exp $
-
-+@ifinfo
-+@format
-+START-INFO-DIR-ENTRY
-+* Gauche-ja: (gauche-refj). The Gauche Reference Manual [ja]
-+END-INFO-DIR-ENTRY
-+@end format
-+@end ifinfo
-+
-+@c module and class index
-+
-+
- @c module and class index
- @defcodeindex md
- @defcodeindex cl
diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist
index 6ab61effdc7a..45d30b52bec6 100644
--- a/lang/gauche/pkg-plist
+++ b/lang/gauche/pkg-plist
@@ -65,6 +65,7 @@ share/gauche/%%VERSION%%/lib/gauche/common-macros.scm
share/gauche/%%VERSION%%/lib/gauche/config.scm
share/gauche/%%VERSION%%/lib/gauche/defvalues.scm
share/gauche/%%VERSION%%/lib/gauche/fcntl.scm
+share/gauche/%%VERSION%%/lib/gauche/hashutil.scm
share/gauche/%%VERSION%%/lib/gauche/hook.scm
share/gauche/%%VERSION%%/lib/gauche/interactive.scm
share/gauche/%%VERSION%%/lib/gauche/interactive/info.scm
@@ -161,16 +162,20 @@ share/gauche/%%VERSION%%/lib/srfi-2.scm
share/gauche/%%VERSION%%/lib/srfi-26.scm
share/gauche/%%VERSION%%/lib/srfi-27.scm
share/gauche/%%VERSION%%/lib/srfi-31.scm
+share/gauche/%%VERSION%%/lib/srfi-37.scm
share/gauche/%%VERSION%%/lib/srfi-4.scm
share/gauche/%%VERSION%%/lib/srfi-9.scm
share/gauche/%%VERSION%%/lib/text/csv.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/tr.scm
share/gauche/%%VERSION%%/lib/text/tree.scm
+share/gauche/%%VERSION%%/lib/util/combinations.scm
share/gauche/%%VERSION%%/lib/util/digest.scm
share/gauche/%%VERSION%%/lib/util/isomorph.scm
+share/gauche/%%VERSION%%/lib/util/list.scm
share/gauche/%%VERSION%%/lib/util/queue.scm
share/gauche/%%VERSION%%/lib/util/toposort.scm
share/gauche/%%VERSION%%/lib/util/tree.scm