Skip site navigation (1)Skip section navigation (2)
Date:      5 Oct 2003 20:00:16 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/57614: [Maintainer Update]  lang/gauche  0.7.1 -> 0.7.2
Message-ID:  <20031005200016.7177.qmail@phoenix.smluc.org>
Resent-Message-ID: <200310052010.h95KAFlQ080136@freefall.freebsd.org>

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

>Number:         57614
>Category:       ports
>Synopsis:       [Maintainer Update]  lang/gauche  0.7.1 -> 0.7.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 05 13:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct 5 13:06:13 CDT 2003 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


	
>Description:

Freshmeat Blurb:
	This is a major maintainance release. Many bugs have been fixed,
	including a critical bug in gauche.charconv. Other feature
	enhancements include multiple protocol stack support in
	gauche.net, performance improvements of LCS and sort procedures,         
	equal?-hash table support for user-defined classes, and a
	filesystem-based DBM implementation.

>How-To-Repeat:
	
>Fix:

	

--- lang-gauche.patch begins here ---
diff -u lang/gauche.orig/Makefile lang/gauche/Makefile
--- lang/gauche.orig/Makefile	Sun Oct  5 11:00:39 2003
+++ lang/gauche/Makefile	Sun Oct  5 11:00:58 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gauche
-PORTVERSION=	0.7.1	# Keep databases/gauche-gdbm in sync with this
+PORTVERSION=	0.7.2	# Keep databases/gauche-gdbm in sync with this
 CATEGORIES=	lang scheme
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -u lang/gauche.orig/distinfo lang/gauche/distinfo
--- lang/gauche.orig/distinfo	Sun Oct  5 11:00:39 2003
+++ lang/gauche/distinfo	Sun Oct  5 11:01:43 2003
@@ -1 +1 @@
-MD5 (Gauche-0.7.1.tgz) = f07345c81f2434516cc175cebde77901
+MD5 (Gauche-0.7.2.tgz) = 20508314791c0897e088f90d7cba0d3b
Common subdirectories: lang/gauche.orig/files and lang/gauche/files
diff -u lang/gauche.orig/pkg-plist lang/gauche/pkg-plist
--- lang/gauche.orig/pkg-plist	Sun Oct  5 11:00:39 2003
+++ lang/gauche/pkg-plist	Sun Oct  5 12:15:24 2003
@@ -1,5 +1,5 @@
-bin/gosh
 bin/gauche-config
+bin/gosh
 lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.so
 lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.so
 lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config
@@ -25,6 +25,7 @@
 lib/gauche/%%VERSION%%/include/gauche/config.h
 lib/gauche/%%VERSION%%/include/gauche/exception.h
 lib/gauche/%%VERSION%%/include/gauche/extend.h
+lib/gauche/%%VERSION%%/include/gauche/net.h
 lib/gauche/%%VERSION%%/include/gauche/predef-syms.h
 lib/gauche/%%VERSION%%/include/gauche/pthread.h
 lib/gauche/%%VERSION%%/include/gauche/uthread.h
@@ -34,23 +35,14 @@
 lib/gauche/%%VERSION%%/include/gc.h
 lib/gauche/%%VERSION%%/include/gc_config_macros.h
 lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h
-@dirrm lib/gauche/site/%%VERSION%%/%%TARGET%%
-@dirrm lib/gauche/site/%%VERSION%%
-@dirrm lib/gauche/site
-@dirrm lib/gauche/%%VERSION%%/include/gauche
-@dirrm lib/gauche/%%VERSION%%/include
-@dirrm lib/gauche/%%VERSION%%/%%TARGET%%
-@dirrm lib/gauche/%%VERSION%%
-@dirrm lib/gauche
 lib/libgauche.so
-lib/libgauche.so.0
-lib/libgauche.so.0.0.0
 share/gauche/%%VERSION%%/aclocal.m4
 share/gauche/%%VERSION%%/lib/binary/io.scm
 share/gauche/%%VERSION%%/lib/binary/pack.scm
 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/fsdbm.scm
 share/gauche/%%VERSION%%/lib/dbm/ndbm.scm
 share/gauche/%%VERSION%%/lib/file/filter.scm
 share/gauche/%%VERSION%%/lib/file/util.scm
@@ -69,6 +61,7 @@
 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/libutil.scm
 share/gauche/%%VERSION%%/lib/gauche/listener.scm
 share/gauche/%%VERSION%%/lib/gauche/listutil.scm
 share/gauche/%%VERSION%%/lib/gauche/logger.scm
@@ -94,6 +87,7 @@
 share/gauche/%%VERSION%%/lib/gauche/serializer/aserializer.scm
 share/gauche/%%VERSION%%/lib/gauche/signal.scm
 share/gauche/%%VERSION%%/lib/gauche/singleton.scm
+share/gauche/%%VERSION%%/lib/gauche/sortutil.scm
 share/gauche/%%VERSION%%/lib/gauche/stringutil.scm
 share/gauche/%%VERSION%%/lib/gauche/syslog.scm
 share/gauche/%%VERSION%%/lib/gauche/termios.scm
@@ -163,12 +157,12 @@
 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/sxml/adaptor.scm
 share/gauche/%%VERSION%%/lib/sxml/ssax.scm
 share/gauche/%%VERSION%%/lib/sxml/sxpath.scm
+share/gauche/%%VERSION%%/lib/sxml/to-html.scm
 share/gauche/%%VERSION%%/lib/sxml/tools.scm
 share/gauche/%%VERSION%%/lib/sxml/tree-trans.scm
-share/gauche/%%VERSION%%/lib/sxml/to-html.scm
-share/gauche/%%VERSION%%/lib/sxml/adaptor.scm
 share/gauche/%%VERSION%%/lib/text/csv.scm
 share/gauche/%%VERSION%%/lib/text/diff.scm
 share/gauche/%%VERSION%%/lib/text/gettext.scm
@@ -183,6 +177,7 @@
 share/gauche/%%VERSION%%/lib/util/lcs.scm
 share/gauche/%%VERSION%%/lib/util/list.scm
 share/gauche/%%VERSION%%/lib/util/queue.scm
+share/gauche/%%VERSION%%/lib/util/record.scm
 share/gauche/%%VERSION%%/lib/util/toposort.scm
 share/gauche/%%VERSION%%/lib/util/tree.scm
 share/gauche/%%VERSION%%/lib/www/cgi.scm
@@ -191,11 +186,11 @@
 @dirrm share/gauche/%%VERSION%%/lib/www
 @dirrm share/gauche/%%VERSION%%/lib/util
 @dirrm share/gauche/%%VERSION%%/lib/text
+@dirrm share/gauche/%%VERSION%%/lib/sxml
 @dirrm share/gauche/%%VERSION%%/lib/srfi-19
 @dirrm share/gauche/%%VERSION%%/lib/srfi-14
 @dirrm share/gauche/%%VERSION%%/lib/srfi-13
 @dirrm share/gauche/%%VERSION%%/lib/srfi-1
-@dirrm share/gauche/%%VERSION%%/lib/sxml
 @dirrm share/gauche/%%VERSION%%/lib/rfc
 @dirrm share/gauche/%%VERSION%%/lib/math
 @dirrm share/gauche/%%VERSION%%/lib/gauche/vm
@@ -204,12 +199,20 @@
 @dirrm share/gauche/%%VERSION%%/lib/gauche/interactive
 @dirrm share/gauche/%%VERSION%%/lib/gauche
 @dirrm share/gauche/%%VERSION%%/lib/file
+@dirrm share/gauche/%%VERSION%%/lib/dbm
 @dirrm share/gauche/%%VERSION%%/lib/compat
 @dirrm share/gauche/%%VERSION%%/lib/binary
-@dirrm share/gauche/%%VERSION%%/lib/dbm
 @dirrm share/gauche/%%VERSION%%/lib
 @dirrm share/gauche/%%VERSION%%
 @dirrm share/gauche
+@dirrm lib/gauche/site/%%VERSION%%/%%TARGET%%
+@dirrm lib/gauche/site/%%VERSION%%
+@dirrm lib/gauche/site
+@dirrm lib/gauche/%%VERSION%%/include/gauche
+@dirrm lib/gauche/%%VERSION%%/include
+@dirrm lib/gauche/%%VERSION%%/%%TARGET%%
+@dirrm lib/gauche/%%VERSION%%
+@dirrm lib/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/gauche-refe.info %D/info/dir
 %%PORTDOCS%%@unexec install-info --delete --section="%%INFOSECTION%%" %D/info/gauche-refj.info %D/info/dir
--- lang-gauche.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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