Date: Sun, 1 Jun 2003 14:51:44 -0500 From: Erik Greenwald <erik@smluc.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erik@math.smsu.edu Subject: ports/52843: [Maintainer Update] lang/gauche 0.6.8 -> 0.7 Message-ID: <200306011951.h51JpiR1031882@xarx.localdomain> Resent-Message-ID: <200306012000.h51K0RuF057587@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52843 >Category: ports >Synopsis: [Maintainer Update] lang/gauche 0.6.8 -> 0.7 >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 Jun 01 13:00:27 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Erik Greenwald >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD fenris 5.1-BETA FreeBSD 5.1-BETA #0: Sun Jun 1 07:12:36 CDT 2003 root@fenris:/usr/obj/usr/src/sys/FENRIS i386 >Description: Freshmeat Blurb: The build process has been changed to use libtool. Several new useful modules were added, including the longest common sequence finding routine (util.lcs and text.diff) and Perl-like binary packing/unpacking (binary.pack). Experimental support of IPv6 was added. A few bugs were fixed, including the one that caused certain floating point numbers to be printed incorrectly. >How-To-Repeat: >Fix: --- gauche-0.7.patch begins here --- diff -Nurb lang/gauche.orig/Makefile lang/gauche/Makefile --- lang/gauche.orig/Makefile Sun Jun 1 13:40:58 2003 +++ lang/gauche/Makefile Sun Jun 1 13:44:19 2003 @@ -6,7 +6,7 @@ # PORTNAME= gauche -PORTVERSION= 0.6.8 # Keep databases/gauche-gdbm in sync with this +PORTVERSION= 0.7 # Keep databases/gauche-gdbm in sync with this CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -Nurb lang/gauche.orig/distinfo lang/gauche/distinfo --- lang/gauche.orig/distinfo Sun Jun 1 13:40:58 2003 +++ lang/gauche/distinfo Sun Jun 1 13:45:05 2003 @@ -1 +1 @@ -MD5 (Gauche-0.6.8.tgz) = 06135124f762eaa367708064296fdf82 +MD5 (Gauche-0.7.tgz) = bb0be4665d05b31cf586ee5de3568104 diff -Nurb lang/gauche.orig/pkg-plist lang/gauche/pkg-plist --- lang/gauche.orig/pkg-plist Sun Jun 1 13:40:58 2003 +++ lang/gauche/pkg-plist Sun Jun 1 14:36:43 2003 @@ -1,22 +1,37 @@ bin/gosh bin/gauche-config +lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.la lib/gauche/%%VERSION%%/%%TARGET%%/auxsys.so +lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.la lib/gauche/%%VERSION%%/%%TARGET%%/fcntl.so lib/gauche/%%VERSION%%/%%TARGET%%/gauche-config lib/gauche/%%VERSION%%/%%TARGET%%/gosh +lib/gauche/%%VERSION%%/%%TARGET%%/libcharconv.la lib/gauche/%%VERSION%%/%%TARGET%%/libcharconv.so +lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-uvector.so +lib/gauche/%%VERSION%%/%%TARGET%%/libgauche-uvector.la lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.a +lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.la lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so +lib/gauche/%%VERSION%%/%%TARGET%%/libgauche.so.0 +lib/gauche/%%VERSION%%/%%TARGET%%/libnet.la lib/gauche/%%VERSION%%/%%TARGET%%/libnet.so -lib/gauche/%%VERSION%%/%%TARGET%%/libuvector.so +lib/gauche/%%VERSION%%/%%TARGET%%/md5.la lib/gauche/%%VERSION%%/%%TARGET%%/md5.so +lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.la lib/gauche/%%VERSION%%/%%TARGET%%/mt-random.so +lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.la lib/gauche/%%VERSION%%/%%TARGET%%/ndbm.so +lib/gauche/%%VERSION%%/%%TARGET%%/sha1.la lib/gauche/%%VERSION%%/%%TARGET%%/sha1.so +lib/gauche/%%VERSION%%/%%TARGET%%/syslog.la lib/gauche/%%VERSION%%/%%TARGET%%/syslog.so +lib/gauche/%%VERSION%%/%%TARGET%%/termios.la lib/gauche/%%VERSION%%/%%TARGET%%/termios.so +lib/gauche/%%VERSION%%/%%TARGET%%/threads.la lib/gauche/%%VERSION%%/%%TARGET%%/threads.so lib/gauche/%%VERSION%%/include/gauche.h +lib/gauche/%%VERSION%%/include/gauche/arch.h lib/gauche/%%VERSION%%/include/gauche/char_euc_jp.h lib/gauche/%%VERSION%%/include/gauche/char_none.h lib/gauche/%%VERSION%%/include/gauche/char_sjis.h @@ -25,20 +40,14 @@ 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/fcntl.h -lib/gauche/%%VERSION%%/include/gauche/net.h -lib/gauche/%%VERSION%%/include/gauche/netconfig.h lib/gauche/%%VERSION%%/include/gauche/predef-syms.h lib/gauche/%%VERSION%%/include/gauche/pthread.h -lib/gauche/%%VERSION%%/include/gauche/termconfig.h -lib/gauche/%%VERSION%%/include/gauche/termios.h lib/gauche/%%VERSION%%/include/gauche/uthread.h lib/gauche/%%VERSION%%/include/gauche/uvector.h lib/gauche/%%VERSION%%/include/gauche/vm.h lib/gauche/%%VERSION%%/include/gauche/vminsn.h lib/gauche/%%VERSION%%/include/gc.h lib/gauche/%%VERSION%%/include/gc_pthread_redirects.h -lib/gauche/site/%%VERSION%%/%%TARGET%%/example.so @dirrm lib/gauche/site/%%VERSION%%/%%TARGET%% @dirrm lib/gauche/site/%%VERSION%% @dirrm lib/gauche/site @@ -50,6 +59,8 @@ lib/libgauche.a lib/libgauche.so 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 @@ -166,6 +177,7 @@ 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/diff.scm share/gauche/%%VERSION%%/lib/text/gettext.scm share/gauche/%%VERSION%%/lib/text/html-lite.scm share/gauche/%%VERSION%%/lib/text/info.scm @@ -175,12 +187,12 @@ 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/lcs.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 share/gauche/%%VERSION%%/lib/www/cgi.scm -share/gauche/site/lib/example.scm @dirrm share/gauche/site/lib @dirrm share/gauche/site @dirrm share/gauche/%%VERSION%%/lib/www @@ -199,6 +211,7 @@ @dirrm share/gauche/%%VERSION%%/lib/gauche @dirrm share/gauche/%%VERSION%%/lib/file @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%% --- gauche-0.7.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?200306011951.h51JpiR1031882>