Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 08:19:33 -0600 (CST)
From:      Erik Greenwald <greenwald@csc.smsu.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45480: Update port: lang/gauche 0.6.4 -> 0.6.5
Message-ID:  <200211191419.gAJEJXX85170@csc.smsu.edu>

next in thread | raw e-mail | index | archive | help

>Number:         45480
>Category:       ports
>Synopsis:       Update port: lang/gauche 0.6.4 -> 0.6.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 06:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 4.2-RELEASE i386
>Organization:
>Environment:

>Description:

lang/gauche updated from 0.6.4 to 0.6.5
files/patch-lib-gauche-interactive-info.scm is no longer needed

The following is the freshmeat.net blurb

Changes: Several small bugs were fixed, including compilation problem on
FreeBSD, and a spurious error problem in gauche.charconv. New modules are
added, incldding gauche.listener (concurrent replication), gauche.reload (for
reloading modules), gauche.config (for accessing configuration information),
and rfc.http (HTTP client methods). Gauche-gtk was also updated.

>How-To-Repeat:

	

>Fix:

Please remove files/patch-lib-gauche-interactive-info.scm

diff -Nurb gauche.orig/Makefile gauche/Makefile
--- gauche.orig/Makefile	Sun Nov 17 21:48:10 2002
+++ gauche/Makefile	Tue Nov 19 08:07:06 2002
@@ -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 -Nurb gauche.orig/distinfo gauche/distinfo
--- gauche.orig/distinfo	Wed Oct 23 09:27:57 2002
+++ gauche/distinfo	Tue Nov 19 08:07:06 2002
@@ -1 +1 @@
-MD5 (Gauche-0.6.4.tgz) = 4eb6e32f009fb7ad109a739da79b46b4
+MD5 (Gauche-0.6.5.tgz) = b11ddd0c91cea063b727518ca4c9199a
diff -Nurb gauche.orig/files/patch-doc-Makefile.in gauche/files/patch-doc-Makefile.in
--- gauche.orig/files/patch-doc-Makefile.in	Mon Sep 23 10:33:46 2002
+++ gauche/files/patch-doc-Makefile.in	Tue Nov 19 08:07:06 2002
@@ -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 -Nurb gauche.orig/files/patch-doc-gauche-refe.texi gauche/files/patch-doc-gauche-refe.texi
--- gauche.orig/files/patch-doc-gauche-refe.texi	Mon Sep  9 13:47:42 2002
+++ gauche/files/patch-doc-gauche-refe.texi	Tue Nov 19 08:07:06 2002
@@ -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 -Nurb gauche.orig/files/patch-doc-gauche-refj.texi gauche/files/patch-doc-gauche-refj.texi
--- gauche.orig/files/patch-doc-gauche-refj.texi	Mon Sep  9 13:47:42 2002
+++ gauche/files/patch-doc-gauche-refj.texi	Tue Nov 19 08:07:06 2002
@@ -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 -Nurb gauche.orig/files/patch-lib-gauche-interactive-info.scm gauche/files/patch-lib-gauche-interactive-info.scm
--- gauche.orig/files/patch-lib-gauche-interactive-info.scm	Sun Oct 27 01:09:05 2002
+++ gauche/files/patch-lib-gauche-interactive-info.scm	Wed Dec 31 18:00:00 1969
@@ -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 -Nurb gauche.orig/pkg-plist gauche/pkg-plist
--- gauche.orig/pkg-plist	Sun Oct 27 18:35:32 2002
+++ gauche/pkg-plist	Tue Nov 19 08:07:06 2002
@@ -48,6 +48,8 @@
 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/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/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/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/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 @@
 @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 @@
 @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%%
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211191419.gAJEJXX85170>