summaryrefslogtreecommitdiff
path: root/lang/gauche/PLIST
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>2004-08-08 07:05:38 +0000
committerminoura <minoura@pkgsrc.org>2004-08-08 07:05:38 +0000
commitf007cb24a7b60591e475ff03b77bda75d68fba60 (patch)
tree14de202339f684c2de3cb8e33e0ec11f5f27a779 /lang/gauche/PLIST
parent2777d84d1627881915855a7ec7a625231cb805c1 (diff)
downloadpkgsrc-f007cb24a7b60591e475ff03b77bda75d68fba60.tar.gz
Updated to 0.8.1.
Gauche-0.8.1 is a maintainance release of Gauche-0.8. Gauche-0.8 release announce is cited here: * *New Features* o Auxiliary scripts: Gauche now installs a few scripts that help to build and install extension packages. The gauche-package script handles download, unpacking, configuration, building and installation in one command invocation. See the description of "Using extension packages" section of the manual. (NB: this feature is still new and may have problems, but hey, let's give a try.) A couple of auxiliary scripts, gauche-cesconv and gauche-install can be called from Makefile. They don't have documentation yet, but try --help option for these scripts. o Module util.match: Andrew Wright's match macro is bundled. It is modified to handle Gauche's object system. * *Improvements* o A couple of performance tuning were done for I/O and loading Scheme files. o Now you can subclass <error> class as well as <exception> class to define your own error type. A new built-in macro guard, which is SRFI-34 compliant, can be used to handle errors selectively. Eventually the errors from built-in procedures will have more structured exception hierarchy. o New built-in system procedures: sys-lchown, sys-realpath. o Built-in sort routines now have stable versions, stable-sort and stable-sort!. o New built-in macro: let/cc. o New built-in keyword procedures: delete-keyword, delete-keyword!. o New built-in regexp procedure: rxmatch-num-matches. o Module file.util: new procedures: file-is-symlink?, file->string, file->string-list, file->list, file->sexp-list. o Module gauche.net: documented the previously experimental procedures: socket-send, socket-sendto, socket-recv, socket-recvfrom, socket-getpeername, socket-getsockname. Now these are official procedures. o Module gauche.process: process-command wasn't exported, even though it was documented. o Module gauche.test: you can control whether the error in the test procedure is reported or not by an envioronment variable GAUCHE_TEST_REPORT_ERROR and a global variable *test-report-error*. Useful to find a problem during testing. o Module www.cgi: new procedure cgi-get-metavariables; allows the user routine to take metavariables via cgi-metavariables parameter, so that cgi scripts can be easily modularized. o Module gauche.parseopt: support of "optional option-argument" is added. o Module gauche.array: homogeneous numeric array types are added. o Module text.html-lite: added frame-related tags. * *Bug Fixes* [snip]
Diffstat (limited to 'lang/gauche/PLIST')
-rw-r--r--lang/gauche/PLIST45
1 files changed, 31 insertions, 14 deletions
diff --git a/lang/gauche/PLIST b/lang/gauche/PLIST
index 886df59716b..b1fd620d860 100644
--- a/lang/gauche/PLIST
+++ b/lang/gauche/PLIST
@@ -1,10 +1,16 @@
-@comment $NetBSD: PLIST,v 1.8 2004/03/29 09:34:26 kei Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/08/08 07:05:38 minoura Exp $
+bin/gauche-cesconv
bin/gauche-config
+bin/gauche-install
+bin/gauche-package
bin/gosh
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/auxsys.so
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/binary.so
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/fcntl.so
+lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gauche-cesconv
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gauche-config
+lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gauche-install
+lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gauche-package
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/gosh
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/libcharconv.so
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/libgauche-uvector.so
@@ -19,6 +25,7 @@ lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/termios.so
lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/threads.so
lib/gauche/${PKGVERSION}/include/gauche.h
lib/gauche/${PKGVERSION}/include/gauche/arch.h
+lib/gauche/${PKGVERSION}/include/gauche/builtin-syms.h
lib/gauche/${PKGVERSION}/include/gauche/char_euc_jp.h
lib/gauche/${PKGVERSION}/include/gauche/char_none.h
lib/gauche/${PKGVERSION}/include/gauche/char_sjis.h
@@ -35,7 +42,8 @@ lib/gauche/${PKGVERSION}/include/gauche/uthread.h
lib/gauche/${PKGVERSION}/include/gauche/uvector.h
lib/gauche/${PKGVERSION}/include/gauche/vm.h
lib/gauche/${PKGVERSION}/include/gauche/vminsn.h
-@exec ${MKDIR} %D/lib/gauche/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM}
+lib/libgauche.so.${PKGVERSION}
+lib/libgauche.so.0
lib/libgauche.so
man/man1/gauche-config.1
man/man1/gosh.1
@@ -67,7 +75,6 @@ share/gauche/${PKGVERSION}/lib/gauche/hook.scm
share/gauche/${PKGVERSION}/lib/gauche/interactive.scm
share/gauche/${PKGVERSION}/lib/gauche/interactive/info.scm
share/gauche/${PKGVERSION}/lib/gauche/interpolate.scm
-share/gauche/${PKGVERSION}/lib/gauche/ioutil.scm
share/gauche/${PKGVERSION}/lib/gauche/let-opt.scm
share/gauche/${PKGVERSION}/lib/gauche/libutil.scm
share/gauche/${PKGVERSION}/lib/gauche/listener.scm
@@ -75,6 +82,7 @@ share/gauche/${PKGVERSION}/lib/gauche/listutil.scm
share/gauche/${PKGVERSION}/lib/gauche/logger.scm
share/gauche/${PKGVERSION}/lib/gauche/logical.scm
share/gauche/${PKGVERSION}/lib/gauche/macroutil.scm
+share/gauche/${PKGVERSION}/lib/gauche/matrix.scm
share/gauche/${PKGVERSION}/lib/gauche/modutil.scm
share/gauche/${PKGVERSION}/lib/gauche/mop/instance-pool.scm
share/gauche/${PKGVERSION}/lib/gauche/mop/propagate.scm
@@ -83,6 +91,10 @@ share/gauche/${PKGVERSION}/lib/gauche/mop/validator.scm
share/gauche/${PKGVERSION}/lib/gauche/net.scm
share/gauche/${PKGVERSION}/lib/gauche/numerical.scm
share/gauche/${PKGVERSION}/lib/gauche/object.scm
+share/gauche/${PKGVERSION}/lib/gauche/package.scm
+share/gauche/${PKGVERSION}/lib/gauche/package/build.scm
+share/gauche/${PKGVERSION}/lib/gauche/package/fetch.scm
+share/gauche/${PKGVERSION}/lib/gauche/package/util.scm
share/gauche/${PKGVERSION}/lib/gauche/parameter.scm
share/gauche/${PKGVERSION}/lib/gauche/parseopt.scm
share/gauche/${PKGVERSION}/lib/gauche/portutil.scm
@@ -193,16 +205,18 @@ share/gauche/${PKGVERSION}/lib/util/digest.scm
share/gauche/${PKGVERSION}/lib/util/isomorph.scm
share/gauche/${PKGVERSION}/lib/util/lcs.scm
share/gauche/${PKGVERSION}/lib/util/list.scm
+share/gauche/${PKGVERSION}/lib/util/match.scm
share/gauche/${PKGVERSION}/lib/util/queue.scm
share/gauche/${PKGVERSION}/lib/util/record.scm
share/gauche/${PKGVERSION}/lib/util/toposort.scm
share/gauche/${PKGVERSION}/lib/util/tree.scm
share/gauche/${PKGVERSION}/lib/www/cgi-test.scm
share/gauche/${PKGVERSION}/lib/www/cgi.scm
-@exec ${MKDIR} %D/share/gauche/site
-@exec ${MKDIR} %D/share/gauche/site/lib
-@dirrm share/gauche/site/lib
-@dirrm share/gauche/site
+@exec ${MKDIR} %D/lib/gauche/site 2>/dev/null || ${TRUE}
+@exec ${MKDIR} %D/lib/gauche/site/${PKGVERSION} 2>/dev/null || ${TRUE}
+@exec ${MKDIR} %D/lib/gauche/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM} 2>/dev/null || ${TRUE}
+@exec ${MKDIR} %D/share/gauche/site 2>/dev/null || ${TRUE}
+@exec ${MKDIR} %D/share/gauche/site/lib 2>/dev/null || ${TRUE}
@dirrm share/gauche/${PKGVERSION}/lib/www
@dirrm share/gauche/${PKGVERSION}/lib/util
@dirrm share/gauche/${PKGVERSION}/lib/text
@@ -216,6 +230,7 @@ share/gauche/${PKGVERSION}/lib/www/cgi.scm
@dirrm share/gauche/${PKGVERSION}/lib/math
@dirrm share/gauche/${PKGVERSION}/lib/gauche/vm
@dirrm share/gauche/${PKGVERSION}/lib/gauche/serializer
+@dirrm share/gauche/${PKGVERSION}/lib/gauche/package
@dirrm share/gauche/${PKGVERSION}/lib/gauche/mop
@dirrm share/gauche/${PKGVERSION}/lib/gauche/interactive
@dirrm share/gauche/${PKGVERSION}/lib/gauche
@@ -225,13 +240,15 @@ share/gauche/${PKGVERSION}/lib/www/cgi.scm
@dirrm share/gauche/${PKGVERSION}/lib/binary
@dirrm share/gauche/${PKGVERSION}/lib
@dirrm share/gauche/${PKGVERSION}
-@dirrm share/gauche
-@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}
-@dirrm lib/gauche/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM}
-@dirrm lib/gauche/site/${PKGVERSION}
-@dirrm lib/gauche/site
@dirrm lib/gauche/${PKGVERSION}/include/gauche
@dirrm lib/gauche/${PKGVERSION}/include
-@dirrm lib/gauche/${PKGVERSION}/i386--netbsdelf
+@dirrm lib/gauche/${PKGVERSION}/${MACHINE_GNU_PLATFORM}
@dirrm lib/gauche/${PKGVERSION}
-@dirrm lib/gauche
+@unexec ${RMDIR} %D/share/gauche/site/lib 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gauche/site 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gauche 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/aclocal 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/lib/gauche/site/${PKGVERSION}/${MACHINE_GNU_PLATFORM} 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/lib/gauche/site/${PKGVERSION} 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/lib/gauche/site 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/lib/gauche 2>/dev/null || ${TRUE}