pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc You can never have enough scheme interpreters.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95285209e4cd
branches:  trunk
changeset: 462510:95285209e4cd
user:      agc <agc%pkgsrc.org@localhost>
date:      Sat Oct 04 20:33:59 2003 +0000

description:
You can never have enough scheme interpreters.

Initial import of scm-5d8 into the NetBSD Packages Collection. Provided in
PR 22186 by David S., modified slighly by myself.

Scm is a portable R5RS Scheme implementation written in C.
    * Support for SICP, R2RS, R3RS, and R5RS scheme code.
    * Is fully documented in TeXinfo form, allowing documentation to be
      generated in info, TeX, html, nroff, and troff formats.
    * Supports inexact real and complex numbers, 30 bit immediate integers
        and large precision integers.
    * Many Common Lisp functions: logand, logor, logxor, lognot, ash,
        logcount, integer-length, bit-extract, defmacro, macroexpand,
        macroexpand1, gentemp, defvar, force-output, software-type,
        get-decoded-time, get-internal-run-time, get-internal-real-time,
        delete-file, rename-file, copy-tree, acons, and eval.
    * Char-code-limit, most-positive-fixnum, most-negative-fixnum, and
        internal-time-units-per-second constants. *Features* and
        *load-pathname* variables.
    * Arrays and bit-vectors. String ports and software emulation ports.
        I/O extensions providing ANSI C and POSIX.1 facilities.
    * Interfaces to standard libraries
    * Available add-on packages including an interactive debugger, database,
        X-window graphics, BGI graphics, Motif, and Open-Windows packages.
    * A compiler (HOBBIT) and dynamic linking of compiled modules.
    * User definable responses to interrupts and errors,
        Process-syncronization primitives. Setable levels of monitoring
        and timing information printed interactively (the verbose function).

diffstat:

 doc/CHANGES |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r e33a09aef77d -r 95285209e4cd doc/CHANGES
--- a/doc/CHANGES       Sat Oct 04 20:33:01 2003 +0000
+++ b/doc/CHANGES       Sat Oct 04 20:33:59 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.3633 2003/10/04 19:19:12 jschauma Exp $
+$NetBSD: CHANGES,v 1.3634 2003/10/04 20:33:59 agc Exp $
 
 Changes to the packages collection and infrastructure in 2003:
 
@@ -4068,3 +4068,4 @@
        Added chkfontpath-1.9.7 [hubertf 2003-10-03]
        Updated navi2ch to 1.7.1 [toshii 2003-10-04]
        Added xylem-1.8.7 [jschauma 2003-10-04]
+       Added scm-5d8 [agc 2003-10-04]



Home | Main Index | Thread Index | Old Index