aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gauche
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile2
-rw-r--r--lang/gauche/distinfo2
-rw-r--r--lang/gauche/files/patch-doc-Makefile.in27
-rw-r--r--lang/gauche/files/patch-doc-gauche-refe.texi10
-rw-r--r--lang/gauche/files/patch-doc-gauche-refj.texi13
-rw-r--r--lang/gauche/files/patch-lib-gauche-interactive-info.scm14
-rw-r--r--lang/gauche/pkg-plist15
7 files changed, 36 insertions, 47 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index cd25446fbbcb..d89859c01235 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gauche
-PORTVERSION= 0.6.4
+PORTVERSION= 0.6.5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/lang/gauche/distinfo b/lang/gauche/distinfo
index dde69ee1aab6..ed6a361b1135 100644
--- a/lang/gauche/distinfo
+++ b/lang/gauche/distinfo
@@ -1 +1 @@
-MD5 (Gauche-0.6.4.tgz) = 4eb6e32f009fb7ad109a739da79b46b4
+MD5 (Gauche-0.6.5.tgz) = b11ddd0c91cea063b727518ca4c9199a
diff --git a/lang/gauche/files/patch-doc-Makefile.in b/lang/gauche/files/patch-doc-Makefile.in
index 0aad1151667b..2216fdecd6da 100644
--- a/lang/gauche/files/patch-doc-Makefile.in
+++ b/lang/gauche/files/patch-doc-Makefile.in
@@ -1,14 +1,5 @@
---- doc/Makefile.in.orig Sun Sep 8 12:25:49 2002
-+++ doc/Makefile.in Mon Sep 23 23:24:03 2002
-@@ -22,7 +22,7 @@
- $(INSTALL) -m 444 $$m $(mandir)/; \
- done
- if test ! -d $(infodir); then $(INSTALL) -d $(infodir); fi
-- if test -f gauche-refe.info.gz -o -f gauche-refj.info.gz; then \
-+ if test -f gauche-refe.info -o -f gauche-refj.info; then \
- for info in *.info*; do \
- $(INSTALL) -m 444 $$info $(infodir)/; \
- done; \
+--- doc/Makefile.in.orig Tue Oct 15 05:28:00 2002
++++ doc/Makefile.in Tue Nov 19 07:46:49 2002
@@ -48,7 +48,7 @@
pdf : gauche-refe.pdf
@@ -24,12 +15,11 @@
-gauche-refe.info.gz : gauche-refe.texi
- if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
-- $(MAKEINFO) --no-warn gauche-refe.texi; \
++gauche-refe.info : gauche-refe.texi
++ if test X$(MAKEINFO); then \
+ $(MAKEINFO) --no-warn gauche-refe.texi; \
- rm -rf gauche-refe.info*.gz; \
- $(GZIP_PROGRAM) gauche-refe.info gauche-refe.info-[0-9]*; \
-+gauche-refe.info : gauche-refe.texi
-+ if test X$(MAKEINFO) != X ; then \
-+ $(MAKEINFO) --no-split --no-warn gauche-refe.texi; \
fi
gauche-refj.html : gauche-refj.texi
@@ -39,12 +29,11 @@
-gauche-refj.info.gz : gauche-refj.texi
- if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \
-- $(MAKEINFO) --no-warn gauche-refj.texi; \
++gauche-refj.info : gauche-refj.texi
++ if test X$(MAKEINFO) != X; then \
+ $(MAKEINFO) --no-warn gauche-refj.texi; \
- rm -rf gauche-refj.info*.gz; \
- $(GZIP_PROGRAM) gauche-refj.info gauche-refj.info-[0-9]*; \
-+gauche-refj.info : gauche-refj.texi
-+ if test X$(MAKEINFO) != X ; then \
-+ $(MAKEINFO) --no-split --no-warn gauche-refj.texi; \
fi
clean:
diff --git a/lang/gauche/files/patch-doc-gauche-refe.texi b/lang/gauche/files/patch-doc-gauche-refe.texi
index 071be8553da6..c0e8e663ac23 100644
--- a/lang/gauche/files/patch-doc-gauche-refe.texi
+++ b/lang/gauche/files/patch-doc-gauche-refe.texi
@@ -1,6 +1,8 @@
---- doc/gauche-refe.texi.orig Tue Sep 3 09:36:37 2002
-+++ doc/gauche-refe.texi Tue Sep 10 01:08:58 2002
-@@ -8,2 +8,10 @@
+--- 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
@@ -11,3 +13,5 @@
+@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
index 494d7a5ff7da..ed295ef3a7d2 100644
--- a/lang/gauche/files/patch-doc-gauche-refj.texi
+++ b/lang/gauche/files/patch-doc-gauche-refj.texi
@@ -1,6 +1,8 @@
---- doc/gauche-refj.texi.orig Tue Sep 3 09:36:47 2002
-+++ doc/gauche-refj.texi Tue Sep 10 01:08:59 2002
-@@ -8,2 +8,10 @@
+--- 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
@@ -10,4 +12,9 @@
+@end format
+@end ifinfo
+
++@c module and class index
++
++
@c module and class index
+ @defcodeindex md
+ @defcodeindex cl
diff --git a/lang/gauche/files/patch-lib-gauche-interactive-info.scm b/lang/gauche/files/patch-lib-gauche-interactive-info.scm
deleted file mode 100644
index 450001270884..000000000000
--- a/lang/gauche/files/patch-lib-gauche-interactive-info.scm
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/gauche/interactive/info.scm.orig Fri Jul 12 15:57:01 2002
-+++ lib/gauche/interactive/info.scm Thu Oct 24 11:28:44 2002
-@@ -61,9 +61,9 @@
- (else '())))
- (instpath
- (let1 pathcomps (string-split (gauche-library-directory) #\/)
-- (if (> (length pathcomps) 3)
-+ (if (> (length pathcomps) 4)
- (list (apply build-path
-- (append (drop-right pathcomps 3) '("info"))))
-+ (append (drop-right pathcomps 4) '("info"))))
- '())))
- (in-place (list "../doc")))
- (append syspath instpath in-place)))
diff --git a/lang/gauche/pkg-plist b/lang/gauche/pkg-plist
index aa63a8d62802..1a0f60eb7714 100644
--- a/lang/gauche/pkg-plist
+++ b/lang/gauche/pkg-plist
@@ -48,6 +48,8 @@ lib/gauche/site/%%VERSION%%/%%TARGET%%/example.so
lib/libgauche.a
lib/libgauche.so
share/gauche/%%VERSION%%/aclocal.m4
+share/gauche/%%VERSION%%/lib/compat/jfilter.scm
+share/gauche/%%VERSION%%/lib/compat/stk.scm
share/gauche/%%VERSION%%/lib/dbm.scm
share/gauche/%%VERSION%%/lib/dbm/ndbm.scm
share/gauche/%%VERSION%%/lib/file/filter.scm
@@ -58,12 +60,14 @@ share/gauche/%%VERSION%%/lib/gauche/auxsys.scm
share/gauche/%%VERSION%%/lib/gauche/charconv.scm
share/gauche/%%VERSION%%/lib/gauche/collection.scm
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/interactive.scm
share/gauche/%%VERSION%%/lib/gauche/interactive/info.scm
share/gauche/%%VERSION%%/lib/gauche/interpolate.scm
share/gauche/%%VERSION%%/lib/gauche/let-opt.scm
+share/gauche/%%VERSION%%/lib/gauche/listener.scm
share/gauche/%%VERSION%%/lib/gauche/logger.scm
share/gauche/%%VERSION%%/lib/gauche/logical.scm
share/gauche/%%VERSION%%/lib/gauche/macroutil.scm
@@ -76,10 +80,11 @@ share/gauche/%%VERSION%%/lib/gauche/numerical.scm
share/gauche/%%VERSION%%/lib/gauche/object.scm
share/gauche/%%VERSION%%/lib/gauche/parameter.scm
share/gauche/%%VERSION%%/lib/gauche/parseopt.scm
-share/gauche/%%VERSION%%/lib/gauche/port.scm
+share/gauche/%%VERSION%%/lib/gauche/portutil.scm
share/gauche/%%VERSION%%/lib/gauche/procedure.scm
share/gauche/%%VERSION%%/lib/gauche/process.scm
share/gauche/%%VERSION%%/lib/gauche/regexp.scm
+share/gauche/%%VERSION%%/lib/gauche/reload.scm
share/gauche/%%VERSION%%/lib/gauche/selector.scm
share/gauche/%%VERSION%%/lib/gauche/sequence.scm
share/gauche/%%VERSION%%/lib/gauche/serializer.scm
@@ -89,8 +94,8 @@ share/gauche/%%VERSION%%/lib/gauche/singleton.scm
share/gauche/%%VERSION%%/lib/gauche/syslog.scm
share/gauche/%%VERSION%%/lib/gauche/termios.scm
share/gauche/%%VERSION%%/lib/gauche/test.scm
-share/gauche/%%VERSION%%/lib/gauche/time.scm
share/gauche/%%VERSION%%/lib/gauche/threads.scm
+share/gauche/%%VERSION%%/lib/gauche/time.scm
share/gauche/%%VERSION%%/lib/gauche/uvector.scm
share/gauche/%%VERSION%%/lib/gauche/validator.scm
share/gauche/%%VERSION%%/lib/gauche/version.scm
@@ -98,14 +103,12 @@ share/gauche/%%VERSION%%/lib/gauche/vm/debugger.scm
share/gauche/%%VERSION%%/lib/gauche/vm/disasm.scm
share/gauche/%%VERSION%%/lib/gauche/with.scm
share/gauche/%%VERSION%%/lib/genstub
-share/gauche/%%VERSION%%/lib/japanize-euc.scm
share/gauche/%%VERSION%%/lib/math/const.scm
share/gauche/%%VERSION%%/lib/math/mt-random.scm
-share/gauche/%%VERSION%%/lib/port/jfilter.scm
-share/gauche/%%VERSION%%/lib/port/stk.scm
share/gauche/%%VERSION%%/lib/rfc/822.scm
share/gauche/%%VERSION%%/lib/rfc/base64.scm
share/gauche/%%VERSION%%/lib/rfc/cookie.scm
+share/gauche/%%VERSION%%/lib/rfc/http.scm
share/gauche/%%VERSION%%/lib/rfc/quoted-printable.scm
share/gauche/%%VERSION%%/lib/rfc/uri.scm
share/gauche/%%VERSION%%/lib/slib.scm
@@ -173,7 +176,6 @@ share/gauche/site/lib/example.scm
@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/port
@dirrm share/gauche/%%VERSION%%/lib/math
@dirrm share/gauche/%%VERSION%%/lib/gauche/vm
@dirrm share/gauche/%%VERSION%%/lib/gauche/serializer
@@ -181,6 +183,7 @@ share/gauche/site/lib/example.scm
@dirrm share/gauche/%%VERSION%%/lib/gauche/interactive
@dirrm share/gauche/%%VERSION%%/lib/gauche
@dirrm share/gauche/%%VERSION%%/lib/file
+@dirrm share/gauche/%%VERSION%%/lib/compat
@dirrm share/gauche/%%VERSION%%/lib/dbm
@dirrm share/gauche/%%VERSION%%/lib
@dirrm share/gauche/%%VERSION%%