Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2010 10:49:06 +0200
From:      "Nils M Holm" <nmh@t3x.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Nils M Holm <nmh@t3x.org>
Subject:   ports/149138: maintainer-update: lang/s9fes
Message-ID:  <201007310848.o6V8m3224039@ngcobalt09.manitu.net>
Resent-Message-ID: <201007310850.o6V8o20a028108@freefall.freebsd.org>

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

>Number:         149138
>Category:       ports
>Synopsis:       maintainer-update: lang/s9fes
>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:   Sat Jul 31 08:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Nils M Holm
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
not really
>Environment:
System: FreeBSD maya.t3x.org 7.0-RELEASE FreeBSD 7.0-RELEASE #4: Sun Mar 1 11:43:23 CET 2009 nmh@maya.t3x.org:/u/local/src/sys/i386/compile/MAYA i386

>Description:

Update to version 2010-07-31.

>How-To-Repeat:

>Fix:

diff -ru lang/s9fes-old/Makefile lang/s9fes/Makefile
--- lang/s9fes-old/Makefile	2010-06-26 00:22:23.000000000 +0200
+++ lang/s9fes/Makefile	2010-07-31 10:45:31.000000000 +0200
@@ -6,12 +6,12 @@
 #
 
 PORTNAME=	s9fes
-PORTVERSION=	20100625
+PORTVERSION=	20100731
 CATEGORIES=	lang scheme
 MASTER_SITES=	http://www.t3x.org/misc/
 
 MAINTAINER=	nmh@t3x.org
-COMMENT=	A comprehensible Scheme interpreter with a Unix interface
+COMMENT=	A portable Scheme interpreter with a Unix interface
 
 WRKSRC=		${WRKDIR}/s9
 
diff -ru lang/s9fes-old/distinfo lang/s9fes/distinfo
--- lang/s9fes-old/distinfo	2010-06-26 00:22:23.000000000 +0200
+++ lang/s9fes/distinfo	2010-07-31 10:45:31.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (s9fes-20100625.tar.gz) = a44c2d411d49e583504a1243ee229f6e
-SHA256 (s9fes-20100625.tar.gz) = 8b4385ab7d45f424afc4bebb6bd9d5476fcbd8ebacdd90e91dd7b9feeb73ef8c
-SIZE (s9fes-20100625.tar.gz) = 321810
+MD5 (s9fes-20100731.tar.gz) = 0d064a43b9e0b3d3b64c963b23884131
+SHA256 (s9fes-20100731.tar.gz) = 988d58f4650e50781b8160b999da3c886039d7670cc74726f8c2b8b7af88a270
+SIZE (s9fes-20100731.tar.gz) = 388762
diff -ru lang/s9fes-old/pkg-descr lang/s9fes/pkg-descr
--- lang/s9fes-old/pkg-descr	2010-05-29 14:54:01.000000000 +0200
+++ lang/s9fes/pkg-descr	2010-07-31 10:45:31.000000000 +0200
@@ -1,12 +1,10 @@
-S9fES is an interpreter for a broad subset of (R4RS) Scheme. It is
-written in ANSI C (C89) and Scheme and it runs in many popular
-environments, including *BSD, Linux, Plan 9, and the unmentionable
-horror.
+Scheme 9 from Empty Space is a portable R4RS Scheme
+interpreter plus
 
-The S9fES code strives to be simple and comprehensible. It is
-particularly interesting to people who want to (a) write Unix
-programs in a high-level language (b) try Scheme without having
-to jump through too many hoops (c) study the implementation of
-Scheme (in a language other than Scheme). 
+- support for low-level Unix programming;
+- basic networking procedures;
+- cursor addressing with Curses;
+- a vi-style integrated development environment;
+- loads of useful library functions.
 
 WWW: http://www.t3x.org/s9fes/
diff -ru lang/s9fes-old/pkg-plist lang/s9fes/pkg-plist
--- lang/s9fes-old/pkg-plist	2010-06-26 00:22:23.000000000 +0200
+++ lang/s9fes/pkg-plist	2010-07-31 10:45:31.000000000 +0200
@@ -5,24 +5,34 @@
 bin/s9resolve
 bin/scm2html
 bin/scmpp
+%%DATADIR%%/_template
+%%DATADIR%%/adjoin.scm
+%%DATADIR%%/amb.scm
 %%DATADIR%%/amk.scm
 %%DATADIR%%/and-letstar.scm
 %%DATADIR%%/append-to-output-file.scm
+%%DATADIR%%/array.scm
 %%DATADIR%%/arse-core.image
 %%DATADIR%%/arse.help
 %%DATADIR%%/arse.porting
 %%DATADIR%%/arse.scm
+%%DATADIR%%/assp.scm
 %%DATADIR%%/basename.scm
 %%DATADIR%%/bitwise-ops.scm
+%%DATADIR%%/catch.scm
+%%DATADIR%%/char-canvas.scm
 %%DATADIR%%/combine.scm
 %%DATADIR%%/cond-expand.scm
 %%DATADIR%%/count.scm
 %%DATADIR%%/curses.scm
-%%DATADIR%%/define-record.scm
+%%DATADIR%%/data-structures.scm
+%%DATADIR%%/define-structure.scm
 %%DATADIR%%/depth.scm
 %%DATADIR%%/dirname.scm
 %%DATADIR%%/displaystar.scm
 %%DATADIR%%/draw-tree.scm
+%%DATADIR%%/duplicates.scm
+%%DATADIR%%/equal-cip.scm
 %%DATADIR%%/exists.scm
 %%DATADIR%%/explode.scm
 %%DATADIR%%/factor.scm
@@ -39,9 +49,17 @@
 %%DATADIR%%/format-time.scm
 %%DATADIR%%/format.scm
 %%DATADIR%%/format.txt
+%%DATADIR%%/graph-tools.scm
 %%DATADIR%%/hash-table.scm
 %%DATADIR%%/help.scm
 %%DATADIR%%/help/abs
+%%DATADIR%%/help/accept-keywords
+%%DATADIR%%/help/adjoin
+%%DATADIR%%/help/alist-to-hash-table
+%%DATADIR%%/help/amb
+%%DATADIR%%/help/amb-collector
+%%DATADIR%%/help/amb-donep
+%%DATADIR%%/help/amb-reset
 %%DATADIR%%/help/and
 %%DATADIR%%/help/and-letstar
 %%DATADIR%%/help/append
@@ -49,12 +67,22 @@
 %%DATADIR%%/help/append-to-output-file
 %%DATADIR%%/help/apply
 %%DATADIR%%/help/apropos
+%%DATADIR%%/help/array
+%%DATADIR%%/help/array-dimensions
+%%DATADIR%%/help/array-map
+%%DATADIR%%/help/array-rank
+%%DATADIR%%/help/array-ref
+%%DATADIR%%/help/array-setb
+%%DATADIR%%/help/arrayp
+%%DATADIR%%/help/arse
 %%DATADIR%%/help/assert-record-type
 %%DATADIR%%/help/assoc
+%%DATADIR%%/help/assp
 %%DATADIR%%/help/assq
 %%DATADIR%%/help/assv
 %%DATADIR%%/help/basename
 %%DATADIR%%/help/begin
+%%DATADIR%%/help/binary-string-to-integer
 %%DATADIR%%/help/bitwise-1
 %%DATADIR%%/help/bitwise-2
 %%DATADIR%%/help/bitwise-and
@@ -88,11 +116,20 @@
 %%DATADIR%%/help/cadddr
 %%DATADIR%%/help/caddr
 %%DATADIR%%/help/cadr
+%%DATADIR%%/help/call-next-method
+%%DATADIR%%/help/call-with-current-continuation
 %%DATADIR%%/help/call-with-input-file
 %%DATADIR%%/help/call-with-output-file
 %%DATADIR%%/help/call-with-stderr
+%%DATADIR%%/help/callslashcc
+%%DATADIR%%/help/canvas-draw
+%%DATADIR%%/help/canvas-draw-string
+%%DATADIR%%/help/canvas-dump
+%%DATADIR%%/help/canvas-plot
+%%DATADIR%%/help/canvas-plot-line
 %%DATADIR%%/help/car
 %%DATADIR%%/help/case
+%%DATADIR%%/help/catch
 %%DATADIR%%/help/cdaaar
 %%DATADIR%%/help/cdaadr
 %%DATADIR%%/help/cdaar
@@ -127,16 +164,22 @@
 %%DATADIR%%/help/charlep
 %%DATADIR%%/help/charltp
 %%DATADIR%%/help/charp
+%%DATADIR%%/help/class-of
+%%DATADIR%%/help/classp
 %%DATADIR%%/help/close-input-port
 %%DATADIR%%/help/close-output-port
 %%DATADIR%%/help/combine
 %%DATADIR%%/help/combinestar
+%%DATADIR%%/help/complement
+%%DATADIR%%/help/compose
 %%DATADIR%%/help/cond
 %%DATADIR%%/help/cond-expand
 %%DATADIR%%/help/cons
+%%DATADIR%%/help/const
 %%DATADIR%%/help/count
 %%DATADIR%%/help/current-input-port
 %%DATADIR%%/help/current-output-port
+%%DATADIR%%/help/curry
 %%DATADIR%%/help/curs_addch
 %%DATADIR%%/help/curs_addstr
 %%DATADIR%%/help/curs_attroff
@@ -192,8 +235,12 @@
 %%DATADIR%%/help/curs_unctrl
 %%DATADIR%%/help/curs_ungetch
 %%DATADIR%%/help/define
+%%DATADIR%%/help/define-class
+%%DATADIR%%/help/define-generic
 %%DATADIR%%/help/define-matcher
-%%DATADIR%%/help/define-record
+%%DATADIR%%/help/define-memoizing
+%%DATADIR%%/help/define-method
+%%DATADIR%%/help/define-structure
 %%DATADIR%%/help/define-syntax
 %%DATADIR%%/help/delay
 %%DATADIR%%/help/delete-file
@@ -207,20 +254,25 @@
 %%DATADIR%%/help/draw-tree
 %%DATADIR%%/help/dt
 %%DATADIR%%/help/dump-image
+%%DATADIR%%/help/duplicates
+%%DATADIR%%/help/dupp
+%%DATADIR%%/help/dupq
+%%DATADIR%%/help/dupv
 %%DATADIR%%/help/eof-objectp
 %%DATADIR%%/help/eq
 %%DATADIR%%/help/eqp
+%%DATADIR%%/help/equal-cip
 %%DATADIR%%/help/equalp
 %%DATADIR%%/help/eqvp
 %%DATADIR%%/help/error
 %%DATADIR%%/help/evenp
 %%DATADIR%%/help/exists
-%%DATADIR%%/help/expand-macro
 %%DATADIR%%/help/explode
 %%DATADIR%%/help/expt
 %%DATADIR%%/help/factb
 %%DATADIR%%/help/factor
 %%DATADIR%%/help/factorial
+%%DATADIR%%/help/false
 %%DATADIR%%/help/file-existsp
 %%DATADIR%%/help/filter
 %%DATADIR%%/help/filter-stream
@@ -234,28 +286,37 @@
 %%DATADIR%%/help/for-all
 %%DATADIR%%/help/for-each
 %%DATADIR%%/help/force
+%%DATADIR%%/help/fork
 %%DATADIR%%/help/format
 %%DATADIR%%/help/format-time
 %%DATADIR%%/help/gcd
 %%DATADIR%%/help/ge
 %%DATADIR%%/help/gensym
+%%DATADIR%%/help/go
 %%DATADIR%%/help/gt
 %%DATADIR%%/help/hash-table-length
 %%DATADIR%%/help/hash-table-ref
+%%DATADIR%%/help/hash-table-removeb
 %%DATADIR%%/help/hash-table-setb
-%%DATADIR%%/help/hash-table-to-list
+%%DATADIR%%/help/hash-table-to-alist
 %%DATADIR%%/help/help
 %%DATADIR%%/help/hyper
+%%DATADIR%%/help/id
 %%DATADIR%%/help/if
 %%DATADIR%%/help/implode
 %%DATADIR%%/help/import
 %%DATADIR%%/help/inet-server
+%%DATADIR%%/help/initialize
 %%DATADIR%%/help/input-portp
+%%DATADIR%%/help/instancep
 %%DATADIR%%/help/integer-sqrt
+%%DATADIR%%/help/integer-to-binary-string
 %%DATADIR%%/help/integer-to-char
 %%DATADIR%%/help/integerp
 %%DATADIR%%/help/intersection
 %%DATADIR%%/help/iota
+%%DATADIR%%/help/iotastar
+%%DATADIR%%/help/keyword-value
 %%DATADIR%%/help/lambda
 %%DATADIR%%/help/lcm
 %%DATADIR%%/help/le
@@ -265,6 +326,7 @@
 %%DATADIR%%/help/let-matcher
 %%DATADIR%%/help/letrec
 %%DATADIR%%/help/letrecstar
+%%DATADIR%%/help/letslashcc
 %%DATADIR%%/help/letstar
 %%DATADIR%%/help/list
 %%DATADIR%%/help/list-ref
@@ -279,9 +341,15 @@
 %%DATADIR%%/help/load-from-library
 %%DATADIR%%/help/locate-file
 %%DATADIR%%/help/lt
+%%DATADIR%%/help/macro-expand
+%%DATADIR%%/help/macro-expand-1
+%%DATADIR%%/help/make-array
+%%DATADIR%%/help/make-canvas
 %%DATADIR%%/help/make-hash-table
+%%DATADIR%%/help/make-instance
 %%DATADIR%%/help/make-matcher
 %%DATADIR%%/help/make-partitions
+%%DATADIR%%/help/make-queue
 %%DATADIR%%/help/make-stream
 %%DATADIR%%/help/make-string
 %%DATADIR%%/help/make-vector
@@ -289,8 +357,11 @@
 %%DATADIR%%/help/map-stream
 %%DATADIR%%/help/max
 %%DATADIR%%/help/member
+%%DATADIR%%/help/memoize
+%%DATADIR%%/help/memp
 %%DATADIR%%/help/memq
 %%DATADIR%%/help/memv
+%%DATADIR%%/help/merge
 %%DATADIR%%/help/mergesort
 %%DATADIR%%/help/min
 %%DATADIR%%/help/minus
@@ -304,12 +375,12 @@
 %%DATADIR%%/help/newline
 %%DATADIR%%/help/not
 %%DATADIR%%/help/nullp
+%%DATADIR%%/help/number-of-bits
 %%DATADIR%%/help/number-to-string
 %%DATADIR%%/help/numberp
 %%DATADIR%%/help/oddp
 %%DATADIR%%/help/open-input-file
 %%DATADIR%%/help/open-output-file
-%%DATADIR%%/help/opt-arg?
 %%DATADIR%%/help/opt-argp
 %%DATADIR%%/help/opt-char
 %%DATADIR%%/help/opt-type
@@ -317,6 +388,7 @@
 %%DATADIR%%/help/option
 %%DATADIR%%/help/or
 %%DATADIR%%/help/output-portp
+%%DATADIR%%/help/package
 %%DATADIR%%/help/pairp
 %%DATADIR%%/help/parse-optionsb
 %%DATADIR%%/help/partition
@@ -324,7 +396,12 @@
 %%DATADIR%%/help/permute
 %%DATADIR%%/help/permutestar
 %%DATADIR%%/help/plus
+%%DATADIR%%/help/popb
+%%DATADIR%%/help/position
 %%DATADIR%%/help/positivep
+%%DATADIR%%/help/posp
+%%DATADIR%%/help/posq
+%%DATADIR%%/help/posv
 %%DATADIR%%/help/pp
 %%DATADIR%%/help/pp-file
 %%DATADIR%%/help/predicateb
@@ -334,15 +411,21 @@
 %%DATADIR%%/help/programp
 %%DATADIR%%/help/prolog
 %%DATADIR%%/help/proper-timep
+%%DATADIR%%/help/pushb
 %%DATADIR%%/help/quasiquote
 %%DATADIR%%/help/query
+%%DATADIR%%/help/queue
+%%DATADIR%%/help/queue-emptyp
 %%DATADIR%%/help/quicksort
 %%DATADIR%%/help/quote
 %%DATADIR%%/help/quotient
 %%DATADIR%%/help/r4rs-procedures
 %%DATADIR%%/help/r4rs-syntax-objects
+%%DATADIR%%/help/random
+%%DATADIR%%/help/random-state
 %%DATADIR%%/help/re-comp
 %%DATADIR%%/help/re-match
+%%DATADIR%%/help/re-subst
 %%DATADIR%%/help/read
 %%DATADIR%%/help/read-char
 %%DATADIR%%/help/read-file
@@ -364,21 +447,29 @@
 %%DATADIR%%/help/remv
 %%DATADIR%%/help/replace
 %%DATADIR%%/help/reverse
+%%DATADIR%%/help/reverseb
 %%DATADIR%%/help/runstar
-%%DATADIR%%/help/s9fes-extensions-procedures
-%%DATADIR%%/help/s9fes-extensions-symbols
+%%DATADIR%%/help/runtime-stats
+%%DATADIR%%/help/s9fes-extension-procedures
+%%DATADIR%%/help/s9fes-extension-symbols
 %%DATADIR%%/help/s9fes-procedures
 %%DATADIR%%/help/s9fes-syntax-objects
 %%DATADIR%%/help/search-path
 %%DATADIR%%/help/set-carb
 %%DATADIR%%/help/set-cdrb
+%%DATADIR%%/help/set-difference
 %%DATADIR%%/help/set-input-portb
 %%DATADIR%%/help/set-output-portb
 %%DATADIR%%/help/setb
 %%DATADIR%%/help/sieve
+%%DATADIR%%/help/slot-ref
+%%DATADIR%%/help/slot-setb
 %%DATADIR%%/help/sort
 %%DATADIR%%/help/spawn-command
 %%DATADIR%%/help/spawn-command_fd
+%%DATADIR%%/help/spawn-shell-command
+%%DATADIR%%/help/spawn-shell-command_fd
+%%DATADIR%%/help/split
 %%DATADIR%%/help/split-url
 %%DATADIR%%/help/sqrt
 %%DATADIR%%/help/standard-error-port
@@ -387,6 +478,7 @@
 %%DATADIR%%/help/starlibrary-pathstar
 %%DATADIR%%/help/starloadingstar
 %%DATADIR%%/help/starstar
+%%DATADIR%%/help/stats
 %%DATADIR%%/help/stream-any
 %%DATADIR%%/help/stream-eosp
 %%DATADIR%%/help/stream-extract
@@ -426,6 +518,8 @@
 %%DATADIR%%/help/string-last-word-position
 %%DATADIR%%/help/string-length
 %%DATADIR%%/help/string-locate
+%%DATADIR%%/help/string-map
+%%DATADIR%%/help/string-mapb
 %%DATADIR%%/help/string-parse
 %%DATADIR%%/help/string-position
 %%DATADIR%%/help/string-ref
@@ -445,13 +539,18 @@
 %%DATADIR%%/help/stringlep
 %%DATADIR%%/help/stringltp
 %%DATADIR%%/help/stringp
+%%DATADIR%%/help/subarray
+%%DATADIR%%/help/sublist
+%%DATADIR%%/help/subsetp
 %%DATADIR%%/help/substitute
 %%DATADIR%%/help/substring
+%%DATADIR%%/help/subvector
 %%DATADIR%%/help/sum
 %%DATADIR%%/help/symbol-to-string
 %%DATADIR%%/help/symbolp
 %%DATADIR%%/help/symbols
 %%DATADIR%%/help/syntax-rules
+%%DATADIR%%/help/syntaxp
 %%DATADIR%%/help/sys_access
 %%DATADIR%%/help/sys_catch-errors
 %%DATADIR%%/help/sys_change_mode
@@ -480,6 +579,7 @@
 %%DATADIR%%/help/sys_getpwent
 %%DATADIR%%/help/sys_getpwnam
 %%DATADIR%%/help/sys_getpwuid
+%%DATADIR%%/help/sys_gettimeofday
 %%DATADIR%%/help/sys_getuid
 %%DATADIR%%/help/sys_group-gid
 %%DATADIR%%/help/sys_group-name
@@ -564,13 +664,33 @@
 %%DATADIR%%/help/sys_wait
 %%DATADIR%%/help/sys_waitpid
 %%DATADIR%%/help/sys_write
+%%DATADIR%%/help/t-sort
+%%DATADIR%%/help/t-sort-net
+%%DATADIR%%/help/tagbody
+%%DATADIR%%/help/thread-create
+%%DATADIR%%/help/thread-exit
+%%DATADIR%%/help/thread-start
+%%DATADIR%%/help/thread-yield
+%%DATADIR%%/help/throw
+%%DATADIR%%/help/time
 %%DATADIR%%/help/time-to-unix-time
+%%DATADIR%%/help/trace
 %%DATADIR%%/help/transpose
+%%DATADIR%%/help/tree-equalp
+%%DATADIR%%/help/tree-map
+%%DATADIR%%/help/true
+%%DATADIR%%/help/type-case
+%%DATADIR%%/help/type-of
+%%DATADIR%%/help/undefined
 %%DATADIR%%/help/union
 %%DATADIR%%/help/unix-time-to-time
+%%DATADIR%%/help/unless
+%%DATADIR%%/help/unqueue
+%%DATADIR%%/help/unqueuestar
 %%DATADIR%%/help/unquote
 %%DATADIR%%/help/unquote-splicing
 %%DATADIR%%/help/unsort
+%%DATADIR%%/help/until
 %%DATADIR%%/help/url-anchor
 %%DATADIR%%/help/url-args
 %%DATADIR%%/help/url-decode
@@ -579,13 +699,18 @@
 %%DATADIR%%/help/url-proto
 %%DATADIR%%/help/url-suffix
 %%DATADIR%%/help/vector
+%%DATADIR%%/help/vector-copy
 %%DATADIR%%/help/vector-fillb
 %%DATADIR%%/help/vector-length
+%%DATADIR%%/help/vector-map
 %%DATADIR%%/help/vector-mapb
 %%DATADIR%%/help/vector-ref
 %%DATADIR%%/help/vector-setb
 %%DATADIR%%/help/vector-to-list
 %%DATADIR%%/help/vectorp
+%%DATADIR%%/help/void
+%%DATADIR%%/help/when
+%%DATADIR%%/help/while
 %%DATADIR%%/help/with-input-from-file
 %%DATADIR%%/help/with-output-to-file
 %%DATADIR%%/help/with-output-to-stderr
@@ -594,33 +719,46 @@
 %%DATADIR%%/help/write-to-string
 %%DATADIR%%/help/zebra
 %%DATADIR%%/help/zerop
+%%DATADIR%%/hof.scm
 %%DATADIR%%/hyper.scm
+%%DATADIR%%/id.scm
 %%DATADIR%%/implode.scm
 %%DATADIR%%/inet-server.scm
 %%DATADIR%%/integer-sqrt.scm
+%%DATADIR%%/integer-to-binary-string.scm
 %%DATADIR%%/intersection.scm
 %%DATADIR%%/io-tools.scm
 %%DATADIR%%/iota.scm
+%%DATADIR%%/keyword-value.scm
 %%DATADIR%%/leap-yearp.scm
+%%DATADIR%%/letcc.scm
 %%DATADIR%%/letrecstar.scm
 %%DATADIR%%/list-to-set.scm
 %%DATADIR%%/list-tools.scm
 %%DATADIR%%/make-partitions.scm
 %%DATADIR%%/matcher.scm
 %%DATADIR%%/math-tools.scm
+%%DATADIR%%/memoize.scm
+%%DATADIR%%/memp.scm
+%%DATADIR%%/merge.scm
 %%DATADIR%%/mergesort.scm
+%%DATADIR%%/ml-match.scm
 %%DATADIR%%/mode-to-string.scm
-%%DATADIR%%/module.scm
 %%DATADIR%%/name-to-file-name.scm
+%%DATADIR%%/package.scm
 %%DATADIR%%/parse-optionsb.scm
 %%DATADIR%%/partition.scm
 %%DATADIR%%/permute.scm
+%%DATADIR%%/position.scm
 %%DATADIR%%/pretty-print.scm
 %%DATADIR%%/programp.scm
 %%DATADIR%%/prolog-test.scm
 %%DATADIR%%/prolog.scm
 %%DATADIR%%/proper-timep.scm
+%%DATADIR%%/pushb.scm
+%%DATADIR%%/queue.scm
 %%DATADIR%%/quicksort.scm
+%%DATADIR%%/random.scm
 %%DATADIR%%/read-file.scm
 %%DATADIR%%/read-from-string.scm
 %%DATADIR%%/read-line.scm
@@ -628,16 +766,22 @@
 %%DATADIR%%/regex.scm
 %%DATADIR%%/remove.scm
 %%DATADIR%%/replace.scm
+%%DATADIR%%/runtime-stats.scm
 %%DATADIR%%/s9.image
 %%DATADIR%%/s9.scm
 %%DATADIR%%/scheme.css
 %%DATADIR%%/search-path.scm
+%%DATADIR%%/set-difference.scm
 %%DATADIR%%/set-tools.scm
 %%DATADIR%%/sieve.scm
+%%DATADIR%%/simple-module.scm
 %%DATADIR%%/sort.scm
+%%DATADIR%%/sos.scm
+%%DATADIR%%/sos.txt
 %%DATADIR%%/spawn-command.scm
 %%DATADIR%%/spawn-shell-command.scm
 %%DATADIR%%/split-url.scm
+%%DATADIR%%/split.scm
 %%DATADIR%%/standard-error.scm
 %%DATADIR%%/streams.scm
 %%DATADIR%%/string-case.scm
@@ -646,6 +790,7 @@
 %%DATADIR%%/string-find.scm
 %%DATADIR%%/string-last-position.scm
 %%DATADIR%%/string-locate.scm
+%%DATADIR%%/string-map.scm
 %%DATADIR%%/string-parse.scm
 %%DATADIR%%/string-position.scm
 %%DATADIR%%/string-scan.scm
@@ -653,20 +798,35 @@
 %%DATADIR%%/string-tools.scm
 %%DATADIR%%/string-translate.scm
 %%DATADIR%%/string-unsplit.scm
+%%DATADIR%%/sublist.scm
+%%DATADIR%%/subsetp.scm
 %%DATADIR%%/substitute.scm
+%%DATADIR%%/subvector.scm
 %%DATADIR%%/sum.scm
+%%DATADIR%%/swapb.scm
 %%DATADIR%%/symbols.scm
 %%DATADIR%%/syntax-extensions.scm
 %%DATADIR%%/syntax-rules.scm
+%%DATADIR%%/t-sort.scm
+%%DATADIR%%/tagbody.scm
+%%DATADIR%%/threads.scm
 %%DATADIR%%/time-to-unix-time.scm
+%%DATADIR%%/time.scm
 %%DATADIR%%/transpose.scm
+%%DATADIR%%/tree-copy.scm
+%%DATADIR%%/tree-equalp.scm
+%%DATADIR%%/tree-map.scm
+%%DATADIR%%/type-case.scm
 %%DATADIR%%/union.scm
 %%DATADIR%%/unix-time-to-time.scm
 %%DATADIR%%/unix-tools.scm
 %%DATADIR%%/unix.scm
 %%DATADIR%%/unsort.scm
 %%DATADIR%%/url-decode.scm
-%%DATADIR%%/vector-mapb.scm
+%%DATADIR%%/vector-map.scm
+%%DATADIR%%/vector-tools.scm
+%%DATADIR%%/when.scm
+%%DATADIR%%/while.scm
 %%DATADIR%%/write-to-string.scm
 %%DATADIR%%/zebra.scm
 @dirrm %%DATADIR%%/help
>Release-Note:
>Audit-Trail:
>Unformatted:



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