Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 13:11:54 -0700 (PDT)
From:      Erik Greenwald <erik@smluc.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44391: Maintainer update: lang/gauche 0.6.3 -> 0.6.4
Message-ID:  <200210222011.g9MKBsMN054153@www.freebsd.org>

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

>Number:         44391
>Category:       ports
>Synopsis:       Maintainer update: lang/gauche 0.6.3 -> 0.6.4
>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 Oct 22 13:20:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        4.6-release
>Organization:
>Environment:
>Description:
Update of lang/gauche, the following is the freshmeat blurb

Changes: The module gauche.uvector has been enhanced to handle binary block I/O and shared uniform vectors. The module gauche.time has been added to measure execution time. The order of gosh's commandline argument processing has been fixed. Some SRFI-1 procedures and port->string have been optimized for large data sets. Bugfixes
have been made in gauche.charconv and the document installation paths. 

>How-To-Repeat:
      
>Fix:
diff -Nurb gauche.orig/Makefile gauche/Makefile
--- gauche.orig/Makefile	Tue Oct 22 14:47:26 2002
+++ gauche/Makefile	Tue Oct 22 14:47:37 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gauche
-PORTVERSION=	0.6.3
+PORTVERSION=	0.6.4
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -Nurb gauche.orig/distinfo gauche/distinfo
--- gauche.orig/distinfo	Tue Oct 22 14:47:26 2002
+++ gauche/distinfo	Tue Oct 22 14:49:33 2002
@@ -1 +1 @@
-MD5 (Gauche-0.6.3.tgz) = 8f04e7905208f6b73aa93380af62cfa8
+MD5 (Gauche-0.6.4.tgz) = 4eb6e32f009fb7ad109a739da79b46b4
diff -Nurb gauche.orig/pkg-plist gauche/pkg-plist
--- gauche.orig/pkg-plist	Tue Oct 22 14:47:26 2002
+++ gauche/pkg-plist	Tue Oct 22 15:03:14 2002
@@ -66,6 +66,9 @@
 share/gauche/%%VERSION%%/lib/gauche/logical.scm
 share/gauche/%%VERSION%%/lib/gauche/macroutil.scm
 share/gauche/%%VERSION%%/lib/gauche/mop/instance-pool.scm
+share/gauche/%%VERSION%%/lib/gauche/mop/propagate.scm
+share/gauche/%%VERSION%%/lib/gauche/mop/singleton.scm
+share/gauche/%%VERSION%%/lib/gauche/mop/validator.scm
 share/gauche/%%VERSION%%/lib/gauche/net.scm
 share/gauche/%%VERSION%%/lib/gauche/numerical.scm
 share/gauche/%%VERSION%%/lib/gauche/object.scm
@@ -84,6 +87,7 @@
 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/uvector.scm
 share/gauche/%%VERSION%%/lib/gauche/validator.scm
@@ -180,9 +184,9 @@
 @dirrm share/gauche/%%VERSION%%
 @dirrm share/gauche
 @exec %D/bin/gosh -u slib -e "(require 'logical)" -e "(exit 0)" > /dev/null 2>&1 || true
-%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/info/gauche-refe.info %D/info/dir
-%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/info/gauche-refj.info %D/info/dir
+%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refe.info %D/info/dir
+%%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir
 %%PORTDOCS%%info/gauche-refe.info
 %%PORTDOCS%%info/gauche-refj.info
-%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/info/gauche-refe.info %D/info/dir
-%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/info/gauche-refj.info %D/info/dir
+%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/gauche-refe.info %D/info/dir
+%%PORTDOCS%%@exec install-info --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir

>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?200210222011.g9MKBsMN054153>