summaryrefslogtreecommitdiff
path: root/lang/s9fes
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-08-01 15:18:36 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-08-01 15:18:36 +0000
commit4634294fb422fcad40d62877730d9fde4e7c1ef9 (patch)
tree198ebb02612a58d7a7143327c399632e9012c35b /lang/s9fes
parentUpdate to 0.28 (diff)
Update to 20100731
PR: ports/149138 Submitted by: Nils M Holm (maintainer)
Notes
Notes: svn path=/head/; revision=258584
Diffstat (limited to 'lang/s9fes')
-rw-r--r--lang/s9fes/Makefile4
-rw-r--r--lang/s9fes/distinfo6
-rw-r--r--lang/s9fes/pkg-descr16
-rw-r--r--lang/s9fes/pkg-plist178
4 files changed, 181 insertions, 23 deletions
diff --git a/lang/s9fes/Makefile b/lang/s9fes/Makefile
index ab1aea6ac5a6..9bb2a12a4ef4 100644
--- a/lang/s9fes/Makefile
+++ b/lang/s9fes/Makefile
@@ -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 --git a/lang/s9fes/distinfo b/lang/s9fes/distinfo
index 020a3748344c..8bf8ff133577 100644
--- a/lang/s9fes/distinfo
+++ b/lang/s9fes/distinfo
@@ -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 --git a/lang/s9fes/pkg-descr b/lang/s9fes/pkg-descr
index a3de15613a33..be0706367e86 100644
--- a/lang/s9fes/pkg-descr
+++ b/lang/s9fes/pkg-descr
@@ -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 --git a/lang/s9fes/pkg-plist b/lang/s9fes/pkg-plist
index 0b8a412742b4..fde9790344dc 100644
--- a/lang/s9fes/pkg-plist
+++ b/lang/s9fes/pkg-plist
@@ -5,24 +5,34 @@ bin/s9help
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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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 @@ bin/scmpp
%%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