Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
minoura f007cb24a7 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]
2004-08-08 07:05:38 +00:00
archivers This packages doesn't use the compiler. 2004-08-02 21:33:47 +00:00
audio The configure script requires "-lX11 -lm" in LIBS to link with -lGL. 2004-08-02 02:52:47 +00:00
benchmarks Enable pkgviews installation. 2004-07-30 15:50:37 +00:00
biology don't call "install -d" with multiple directory arguments. 2004-06-11 13:22:36 +00:00
bootstrap Define TMACDIR and CATDEPS appropriately (on Panther, at least) to 2004-08-01 16:56:18 +00:00
cad add python as category 2004-07-22 09:15:59 +00:00
chat Move Makefile.options to options.mk (to follow jlam@'s changes), 2004-08-07 14:29:20 +00:00
comms Update to 0.7.2: 2004-07-31 21:41:56 +00:00
converters Update py-cjkcodecs to 1.1. 2004-08-07 14:31:57 +00:00
cross Update MASTER_SITES. 2004-08-06 16:31:09 +00:00
databases - update to 2.5.7-pl1 2004-08-07 11:31:14 +00:00
devel s/can not/cannot/ 2004-08-07 19:06:59 +00:00
distfiles
doc metacity-2.8.2 2004-08-07 17:10:04 +00:00
editors Changes 1.2.10: 2004-08-03 12:12:54 +00:00
emulators Update the suse91_linux package to the most up-to-date version, fixing 2004-08-07 13:34:09 +00:00
finance USE_LANGUAGES=c c++ ; USE_LIBTOOL=yes 2004-07-28 13:18:11 +00:00
fonts Update to libXft-2.1.6. 2004-08-05 22:17:52 +00:00
games Fix sed expression so that xrick really finds its sound files by 2004-08-07 09:28:20 +00:00
geography use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirror 2004-08-05 13:38:00 +00:00
graphics Distfile changed (it seems to have been regenerated after server problem 2004-08-07 10:00:36 +00:00
ham Enable pkgviews installation. 2004-08-02 21:32:12 +00:00
inputmethod etc/rc.d/ja_freewnn is handled by bsd.pkg.install.mk and shouldn't be 2004-08-02 01:01:42 +00:00
lang Updated to 0.8.1. 2004-08-08 07:05:38 +00:00
licenses Add license for rar-linux. 2004-02-27 15:17:28 +00:00
mail The permissions on /var/dspam should be 0770, not 0755. This affects the 2004-08-07 18:26:25 +00:00
math update to 1.5 2004-08-06 19:29:49 +00:00
mbone s/USE_BUILDLINK2/USE_BUILDLINK3/. buildlink2 is obsolete... 2004-07-28 21:36:59 +00:00
meta-pkgs I'm maintainer for the XFree86/X.org packages from pkgsrc. 2004-07-31 02:28:15 +00:00
misc Apply patch from kdepim HEAD to fix build on Solaris. 2004-08-05 13:46:03 +00:00
mk Convert bash2 to use bsd.options.mk. 2004-08-07 21:03:59 +00:00
multimedia Remove USE_GCC_SHLIB (package already sets USE_LANGUAGES). 2004-08-07 09:54:17 +00:00
net This package should be conflict with ja-samba, too. 2004-08-08 06:13:02 +00:00
news regenerate patches with pkgdiff so they apply cleanly with 2004-07-24 23:55:27 +00:00
packages
parallel correct library dependency for xep after libtoolization. 2004-08-05 00:23:32 +00:00
pkgtools Sync with version 20040730 from src/usr.sbin/pkg_install on the HEAD: 2004-08-06 16:57:03 +00:00
print Also mention that this is a PDF viewer in the COMMENT. 2004-08-06 03:11:00 +00:00
security Update shared library version. 2004-08-08 04:04:53 +00:00
shells Convert bash2 to use bsd.options.mk. 2004-08-07 21:03:59 +00:00
sysutils Might as well take maintainership... 2004-08-04 21:20:54 +00:00
templates
textproc p5-Module-Build is a BUILD_DEPENDS. No revision bump since I imported 2004-08-06 11:21:52 +00:00
time Update time/p5-Time-HiRes to 1.59. Changes from version 1.56 include 2004-08-03 02:36:42 +00:00
wm uppdate to metacity-2.8.2 2004-08-07 17:07:15 +00:00
www Sort. 2004-08-05 05:40:51 +00:00
x11 Specify the path to gdk-pixbuf-gnome headers explicitly, because 2004-08-06 13:58:55 +00:00
Makefile Add show-deps target: 2004-03-26 02:38:42 +00:00
Packages.txt Fix typos. 2004-08-07 10:15:47 +00:00
pkglocate Not all OS have grep(1) in /usr/bin/grep, some have it in /sbin/grep, some 2004-07-04 16:12:10 +00:00
README the pkgsrc documentation is in Packages.txt right now, as the XML 2004-03-13 11:31:43 +00:00

$NetBSD: README,v 1.17 2004/03/13 11:31:43 grant Exp $

Please see Packages.txt in the top level pkgsrc directory (this
directory) for information.