summaryrefslogtreecommitdiff
path: root/lang/s9fes
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-05-29 12:54:01 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-05-29 12:54:01 +0000
commita995bd1577f79cb0c2ec13e1fe0136453147d3f8 (patch)
tree70af990af6e1c40eced60a7125166d9efbda8c9c /lang/s9fes
parentUpdated to use the RG macro (diff)
- Update to 20100524
PR: ports/146765 Submitted by: Nils M Holm <nmh@noself.net> (maintainer)
Notes
Notes: svn path=/head/; revision=255276
Diffstat (limited to 'lang/s9fes')
-rw-r--r--lang/s9fes/Makefile8
-rw-r--r--lang/s9fes/distinfo6
-rw-r--r--lang/s9fes/pkg-descr7
-rw-r--r--lang/s9fes/pkg-plist277
4 files changed, 256 insertions, 42 deletions
diff --git a/lang/s9fes/Makefile b/lang/s9fes/Makefile
index dea2cc9f774e..6cdc5e42d221 100644
--- a/lang/s9fes/Makefile
+++ b/lang/s9fes/Makefile
@@ -6,12 +6,14 @@
#
PORTNAME= s9fes
-PORTVERSION= 20090906
+PORTVERSION= 20100524
CATEGORIES= lang scheme
-MASTER_SITES= http://www.t3x.org/s9fes/
+MASTER_SITES= http://www.t3x.org/misc/
MAINTAINER= nmh@t3x.org
-COMMENT= A simple and comprehensible Scheme interpreter
+COMMENT= A comprehensible Scheme interpreter with a Unix interface
+
+WRKSRC= ${WRKDIR}/s9
MAN1= s9.1
MANCOMPRESSED= yes
diff --git a/lang/s9fes/distinfo b/lang/s9fes/distinfo
index 2b248f4a9e7d..27f9bc5f1d65 100644
--- a/lang/s9fes/distinfo
+++ b/lang/s9fes/distinfo
@@ -1,3 +1,3 @@
-MD5 (s9fes-20090906.tar.gz) = 1fd9e5678ab1687ddea9ddca7f98008c
-SHA256 (s9fes-20090906.tar.gz) = 4f84495e0164024b64da58acec91abefa8a84e0ea50a51bbb6dde2ae9ec9dd62
-SIZE (s9fes-20090906.tar.gz) = 220919
+MD5 (s9fes-20100524.tar.gz) = 22d970ac20d50835c07dea274063677a
+SHA256 (s9fes-20100524.tar.gz) = fce3b6d2b3c931b34e33f3e81eba2a1ce6768d4083abee181a9b6192785f59d2
+SIZE (s9fes-20100524.tar.gz) = 257723
diff --git a/lang/s9fes/pkg-descr b/lang/s9fes/pkg-descr
index 50803183f34f..a3de15613a33 100644
--- a/lang/s9fes/pkg-descr
+++ b/lang/s9fes/pkg-descr
@@ -4,8 +4,9 @@ environments, including *BSD, Linux, Plan 9, and the unmentionable
horror.
The S9fES code strives to be simple and comprehensible. It is
-particularly interesting to people who want to try Scheme without
-having to jump through too many hoops (S9fES is very portable) or
-study the implementation of Scheme (in a language other than Scheme).
+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).
WWW: http://www.t3x.org/s9fes/
diff --git a/lang/s9fes/pkg-plist b/lang/s9fes/pkg-plist
index 46d177344ea2..32728cb13258 100644
--- a/lang/s9fes/pkg-plist
+++ b/lang/s9fes/pkg-plist
@@ -1,41 +1,51 @@
bin/s9
+bin/s9help
+bin/s9resolve
+bin/scm2html
+bin/scmpp
%%DATADIR%%/amk.scm
+%%DATADIR%%/and-letstar.scm
+%%DATADIR%%/append-to-output-file.scm
+%%DATADIR%%/basename.scm
%%DATADIR%%/bitwise-ops.scm
%%DATADIR%%/combine.scm
%%DATADIR%%/cond-expand.scm
-%%DATADIR%%/contrib/draw-tree.scm
-%%DATADIR%%/contrib/format-test.scm
-%%DATADIR%%/contrib/format.scm
-%%DATADIR%%/contrib/format.txt
-%%DATADIR%%/contrib/help.scm
-%%DATADIR%%/contrib/pretty-print.scm
-%%DATADIR%%/contrib/print-code.scm
-%%DATADIR%%/contrib/prolog-test.scm
-%%DATADIR%%/contrib/prolog.scm
-%%DATADIR%%/contrib/scheme.css
-%%DATADIR%%/contrib/stats.scm
-%%DATADIR%%/contrib/string-find.scm
%%DATADIR%%/count.scm
+%%DATADIR%%/curses.scm
%%DATADIR%%/depth.scm
+%%DATADIR%%/dirname.scm
+%%DATADIR%%/displaystar.scm
+%%DATADIR%%/draw-tree.scm
%%DATADIR%%/exists.scm
%%DATADIR%%/explode.scm
%%DATADIR%%/factor.scm
%%DATADIR%%/factorial.scm
%%DATADIR%%/filter.scm
+%%DATADIR%%/find-help.scm
%%DATADIR%%/flatten.scm
%%DATADIR%%/fluid-let-sr.scm
%%DATADIR%%/fluid-let.scm
+%%DATADIR%%/flush-output-port.scm
%%DATADIR%%/for-all.scm
+%%DATADIR%%/format-test.scm
+%%DATADIR%%/format-time.scm
+%%DATADIR%%/format.scm
+%%DATADIR%%/format.txt
%%DATADIR%%/hash-table.scm
+%%DATADIR%%/help.scm
%%DATADIR%%/help/abs
%%DATADIR%%/help/and
+%%DATADIR%%/help/and-letstar
%%DATADIR%%/help/append
+%%DATADIR%%/help/append-streams
+%%DATADIR%%/help/append-to-output-file
%%DATADIR%%/help/apply
%%DATADIR%%/help/apropos
%%DATADIR%%/help/assert-record-type
%%DATADIR%%/help/assoc
%%DATADIR%%/help/assq
%%DATADIR%%/help/assv
+%%DATADIR%%/help/basename
%%DATADIR%%/help/begin
%%DATADIR%%/help/bitwise-1
%%DATADIR%%/help/bitwise-2
@@ -58,6 +68,7 @@ bin/s9
%%DATADIR%%/help/booleanp
%%DATADIR%%/help/caaaar
%%DATADIR%%/help/caaadr
+%%DATADIR%%/help/caaar
%%DATADIR%%/help/caadar
%%DATADIR%%/help/caaddr
%%DATADIR%%/help/caadr
@@ -71,6 +82,7 @@ bin/s9
%%DATADIR%%/help/cadr
%%DATADIR%%/help/call-with-input-file
%%DATADIR%%/help/call-with-output-file
+%%DATADIR%%/help/call-with-stderr
%%DATADIR%%/help/car
%%DATADIR%%/help/case
%%DATADIR%%/help/cdaaar
@@ -88,7 +100,6 @@ bin/s9
%%DATADIR%%/help/cdddr
%%DATADIR%%/help/cddr
%%DATADIR%%/help/cdr
-%%DATADIR%%/help/ceiling
%%DATADIR%%/help/char-alphabeticp
%%DATADIR%%/help/char-cieqp
%%DATADIR%%/help/char-cigep
@@ -115,21 +126,75 @@ bin/s9
%%DATADIR%%/help/cond
%%DATADIR%%/help/cond-expand
%%DATADIR%%/help/cons
-%%DATADIR%%/help/cos
%%DATADIR%%/help/count
%%DATADIR%%/help/current-input-port
%%DATADIR%%/help/current-output-port
+%%DATADIR%%/help/curs_addch
+%%DATADIR%%/help/curs_addstr
+%%DATADIR%%/help/curs_attroff
+%%DATADIR%%/help/curs_attron
+%%DATADIR%%/help/curs_attrset
+%%DATADIR%%/help/curs_beep
+%%DATADIR%%/help/curs_cbreak
+%%DATADIR%%/help/curs_clear
+%%DATADIR%%/help/curs_clearok
+%%DATADIR%%/help/curs_clrtobot
+%%DATADIR%%/help/curs_clrtoeol
+%%DATADIR%%/help/curs_cursoff
+%%DATADIR%%/help/curs_curson
+%%DATADIR%%/help/curs_delch
+%%DATADIR%%/help/curs_deleteln
+%%DATADIR%%/help/curs_echo
+%%DATADIR%%/help/curs_endwin
+%%DATADIR%%/help/curs_flash
+%%DATADIR%%/help/curs_flushinp
+%%DATADIR%%/help/curs_get-magic-value
+%%DATADIR%%/help/curs_getch
+%%DATADIR%%/help/curs_getyx
+%%DATADIR%%/help/curs_idlok
+%%DATADIR%%/help/curs_inch
+%%DATADIR%%/help/curs_initscr
+%%DATADIR%%/help/curs_insch
+%%DATADIR%%/help/curs_insertln
+%%DATADIR%%/help/curs_keypad
+%%DATADIR%%/help/curs_move
+%%DATADIR%%/help/curs_mvaddch
+%%DATADIR%%/help/curs_mvaddstr
+%%DATADIR%%/help/curs_mvcur
+%%DATADIR%%/help/curs_mvdelch
+%%DATADIR%%/help/curs_mvgetch
+%%DATADIR%%/help/curs_mvinch
+%%DATADIR%%/help/curs_mvinsch
+%%DATADIR%%/help/curs_nl
+%%DATADIR%%/help/curs_nocbreak
+%%DATADIR%%/help/curs_nodelay
+%%DATADIR%%/help/curs_noecho
+%%DATADIR%%/help/curs_nonl
+%%DATADIR%%/help/curs_noraw
+%%DATADIR%%/help/curs_raw
+%%DATADIR%%/help/curs_refresh
+%%DATADIR%%/help/curs_resetty
+%%DATADIR%%/help/curs_savetty
+%%DATADIR%%/help/curs_scroll
+%%DATADIR%%/help/curs_scrollok
+%%DATADIR%%/help/curs_standend
+%%DATADIR%%/help/curs_standout
+%%DATADIR%%/help/curs_unctrl
+%%DATADIR%%/help/curs_ungetch
%%DATADIR%%/help/define
-%%DATADIR%%/help/define-macro
%%DATADIR%%/help/define-matcher
%%DATADIR%%/help/define-syntax
%%DATADIR%%/help/delay
%%DATADIR%%/help/delete-file
%%DATADIR%%/help/depth
+%%DATADIR%%/help/dirname
%%DATADIR%%/help/display
%%DATADIR%%/help/display-to-string
+%%DATADIR%%/help/display-usage
+%%DATADIR%%/help/displaystar
%%DATADIR%%/help/do
%%DATADIR%%/help/draw-tree
+%%DATADIR%%/help/dt
%%DATADIR%%/help/dump-image
%%DATADIR%%/help/eof-objectp
%%DATADIR%%/help/eq
@@ -138,28 +203,28 @@ bin/s9
%%DATADIR%%/help/eqvp
%%DATADIR%%/help/error
%%DATADIR%%/help/evenp
-%%DATADIR%%/help/exact
-%%DATADIR%%/help/exact-to-inexact
%%DATADIR%%/help/exists
-%%DATADIR%%/help/exp
%%DATADIR%%/help/expand-macro
%%DATADIR%%/help/explode
-%%DATADIR%%/help/exponent
%%DATADIR%%/help/expt
%%DATADIR%%/help/factb
%%DATADIR%%/help/factor
%%DATADIR%%/help/factorial
%%DATADIR%%/help/file-existsp
%%DATADIR%%/help/filter
+%%DATADIR%%/help/filter-stream
+%%DATADIR%%/help/find-help
+%%DATADIR%%/help/find-help-path
%%DATADIR%%/help/flatten
-%%DATADIR%%/help/floor
%%DATADIR%%/help/fluid-let
+%%DATADIR%%/help/flush-output-port
%%DATADIR%%/help/fold-left
%%DATADIR%%/help/fold-right
%%DATADIR%%/help/for-all
%%DATADIR%%/help/for-each
%%DATADIR%%/help/force
%%DATADIR%%/help/format
+%%DATADIR%%/help/format-time
%%DATADIR%%/help/gcd
%%DATADIR%%/help/ge
%%DATADIR%%/help/gensym
@@ -172,41 +237,43 @@ bin/s9
%%DATADIR%%/help/if
%%DATADIR%%/help/implode
%%DATADIR%%/help/import
-%%DATADIR%%/help/inexact
-%%DATADIR%%/help/inexact-to-exact
%%DATADIR%%/help/input-portp
%%DATADIR%%/help/integer-sqrt
%%DATADIR%%/help/integer-to-char
+%%DATADIR%%/help/integerp
%%DATADIR%%/help/intersection
%%DATADIR%%/help/iota
%%DATADIR%%/help/lambda
%%DATADIR%%/help/lcm
%%DATADIR%%/help/le
+%%DATADIR%%/help/leap-yearp
%%DATADIR%%/help/length
%%DATADIR%%/help/let
%%DATADIR%%/help/let-matcher
%%DATADIR%%/help/letrec
+%%DATADIR%%/help/letrecstar
%%DATADIR%%/help/letstar
%%DATADIR%%/help/list
%%DATADIR%%/help/list-ref
%%DATADIR%%/help/list-tail
%%DATADIR%%/help/list-to-record
%%DATADIR%%/help/list-to-set
+%%DATADIR%%/help/list-to-stream
%%DATADIR%%/help/list-to-string
%%DATADIR%%/help/list-to-vector
%%DATADIR%%/help/listp
%%DATADIR%%/help/load
%%DATADIR%%/help/load-from-library
%%DATADIR%%/help/locate-file
-%%DATADIR%%/help/log
%%DATADIR%%/help/lt
%%DATADIR%%/help/make-hash-table
%%DATADIR%%/help/make-matcher
%%DATADIR%%/help/make-partitions
+%%DATADIR%%/help/make-stream
%%DATADIR%%/help/make-string
%%DATADIR%%/help/make-vector
-%%DATADIR%%/help/mantissa
%%DATADIR%%/help/map
+%%DATADIR%%/help/map-stream
%%DATADIR%%/help/max
%%DATADIR%%/help/member
%%DATADIR%%/help/memq
@@ -215,8 +282,11 @@ bin/s9
%%DATADIR%%/help/min
%%DATADIR%%/help/minus
%%DATADIR%%/help/ml-match
+%%DATADIR%%/help/mode-to-string
%%DATADIR%%/help/module
%%DATADIR%%/help/modulo
+%%DATADIR%%/help/name-to-file-name
+%%DATADIR%%/help/name-to-filename
%%DATADIR%%/help/negativep
%%DATADIR%%/help/new-databaseb
%%DATADIR%%/help/newline
@@ -227,9 +297,16 @@ bin/s9
%%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
+%%DATADIR%%/help/opt-val
+%%DATADIR%%/help/option
%%DATADIR%%/help/or
%%DATADIR%%/help/output-portp
%%DATADIR%%/help/pairp
+%%DATADIR%%/help/parse-optionsb
%%DATADIR%%/help/partition
%%DATADIR%%/help/peek-char
%%DATADIR%%/help/permute
@@ -245,6 +322,7 @@ bin/s9
%%DATADIR%%/help/procedurep
%%DATADIR%%/help/programp
%%DATADIR%%/help/prolog
+%%DATADIR%%/help/proper-timep
%%DATADIR%%/help/quasiquote
%%DATADIR%%/help/query
%%DATADIR%%/help/quicksort
@@ -263,48 +341,76 @@ bin/s9
%%DATADIR%%/help/record-ref
%%DATADIR%%/help/record-setb
%%DATADIR%%/help/record-signature
+%%DATADIR%%/help/record-to-list
%%DATADIR%%/help/record-type-matches
%%DATADIR%%/help/recordp
%%DATADIR%%/help/remainder
%%DATADIR%%/help/remove
+%%DATADIR%%/help/remp
+%%DATADIR%%/help/remq
+%%DATADIR%%/help/remv
%%DATADIR%%/help/replace
%%DATADIR%%/help/reverse
-%%DATADIR%%/help/round
%%DATADIR%%/help/runstar
+%%DATADIR%%/help/search-path
%%DATADIR%%/help/set-carb
%%DATADIR%%/help/set-cdrb
%%DATADIR%%/help/set-input-portb
%%DATADIR%%/help/set-output-portb
%%DATADIR%%/help/setb
-%%DATADIR%%/help/sin
+%%DATADIR%%/help/sieve
+%%DATADIR%%/help/spawn-command
%%DATADIR%%/help/sqrt
+%%DATADIR%%/help/standard-error-port
%%DATADIR%%/help/star
%%DATADIR%%/help/starextensionsstar
%%DATADIR%%/help/starlibrary-pathstar
%%DATADIR%%/help/starloadingstar
%%DATADIR%%/help/starstar
-%%DATADIR%%/help/stats
+%%DATADIR%%/help/stat-name
+%%DATADIR%%/help/stat-regularp
+%%DATADIR%%/help/stream-any
+%%DATADIR%%/help/stream-eosp
+%%DATADIR%%/help/stream-extract
+%%DATADIR%%/help/stream-id
+%%DATADIR%%/help/stream-iota
+%%DATADIR%%/help/stream-member
+%%DATADIR%%/help/stream-next
+%%DATADIR%%/help/stream-none
+%%DATADIR%%/help/stream-to-list
+%%DATADIR%%/help/stream-value
+%%DATADIR%%/help/streams
%%DATADIR%%/help/string
%%DATADIR%%/help/string-append
-%%DATADIR%%/help/string-ci-contains
%%DATADIR%%/help/string-ci-find
+%%DATADIR%%/help/string-ci-find-last
+%%DATADIR%%/help/string-ci-find-last-word
+%%DATADIR%%/help/string-ci-find-word
+%%DATADIR%%/help/string-ci-locate
%%DATADIR%%/help/string-cieqp
%%DATADIR%%/help/string-cigep
%%DATADIR%%/help/string-cigtp
%%DATADIR%%/help/string-cilep
%%DATADIR%%/help/string-ciltp
-%%DATADIR%%/help/string-contains
%%DATADIR%%/help/string-copy
+%%DATADIR%%/help/string-digest
%%DATADIR%%/help/string-downcase
%%DATADIR%%/help/string-fillb
%%DATADIR%%/help/string-find
+%%DATADIR%%/help/string-find-last
+%%DATADIR%%/help/string-find-last-word
+%%DATADIR%%/help/string-find-word
%%DATADIR%%/help/string-length
+%%DATADIR%%/help/string-locate
+%%DATADIR%%/help/string-parse
%%DATADIR%%/help/string-ref
%%DATADIR%%/help/string-setb
%%DATADIR%%/help/string-split
%%DATADIR%%/help/string-to-list
%%DATADIR%%/help/string-to-number
%%DATADIR%%/help/string-to-symbol
+%%DATADIR%%/help/string-translate
+%%DATADIR%%/help/string-unsplit
%%DATADIR%%/help/string-upcase
%%DATADIR%%/help/stringeqp
%%DATADIR%%/help/stringgep
@@ -318,11 +424,84 @@ bin/s9
%%DATADIR%%/help/symbol-to-string
%%DATADIR%%/help/symbolp
%%DATADIR%%/help/symbols
+%%DATADIR%%/help/syntax-extensions
%%DATADIR%%/help/syntax-rules
-%%DATADIR%%/help/tan
+%%DATADIR%%/help/sys_access
+%%DATADIR%%/help/sys_change_mode
+%%DATADIR%%/help/sys_chdir
+%%DATADIR%%/help/sys_chmod
+%%DATADIR%%/help/sys_chown
+%%DATADIR%%/help/sys_close
+%%DATADIR%%/help/sys_command-line
+%%DATADIR%%/help/sys_creat
+%%DATADIR%%/help/sys_dup
+%%DATADIR%%/help/sys_dup2
+%%DATADIR%%/help/sys_errno
+%%DATADIR%%/help/sys_execv
+%%DATADIR%%/help/sys_exit
+%%DATADIR%%/help/sys_flush
+%%DATADIR%%/help/sys_fork
+%%DATADIR%%/help/sys_get-magic-value
+%%DATADIR%%/help/sys_getcwd
+%%DATADIR%%/help/sys_getenv
+%%DATADIR%%/help/sys_getgid
+%%DATADIR%%/help/sys_getgrgid
+%%DATADIR%%/help/sys_getgrnam
+%%DATADIR%%/help/sys_getpgid
+%%DATADIR%%/help/sys_getpid
+%%DATADIR%%/help/sys_getpwent
+%%DATADIR%%/help/sys_getpwnam
+%%DATADIR%%/help/sys_getpwuid
+%%DATADIR%%/help/sys_getuid
+%%DATADIR%%/help/sys_group-gid
+%%DATADIR%%/help/sys_group-name
+%%DATADIR%%/help/sys_inet-accept
+%%DATADIR%%/help/sys_inet-connect
+%%DATADIR%%/help/sys_inet-listen
+%%DATADIR%%/help/sys_kill
+%%DATADIR%%/help/sys_lchmod
+%%DATADIR%%/help/sys_lchown
+%%DATADIR%%/help/sys_link
+%%DATADIR%%/help/sys_lock
+%%DATADIR%%/help/sys_lseek
+%%DATADIR%%/help/sys_lstat
+%%DATADIR%%/help/sys_lutimes
+%%DATADIR%%/help/sys_make-input-port
+%%DATADIR%%/help/sys_make-output-port
+%%DATADIR%%/help/sys_mkdir
+%%DATADIR%%/help/sys_notify
+%%DATADIR%%/help/sys_open
+%%DATADIR%%/help/sys_pipe
+%%DATADIR%%/help/sys_read
+%%DATADIR%%/help/sys_readdir
+%%DATADIR%%/help/sys_readlink
+%%DATADIR%%/help/sys_rename
+%%DATADIR%%/help/sys_rmdir
+%%DATADIR%%/help/sys_select
+%%DATADIR%%/help/sys_setgid
+%%DATADIR%%/help/sys_setpgid
+%%DATADIR%%/help/sys_setuid
+%%DATADIR%%/help/sys_stat
+%%DATADIR%%/help/sys_symlink
+%%DATADIR%%/help/sys_system
+%%DATADIR%%/help/sys_time
+%%DATADIR%%/help/sys_umask
+%%DATADIR%%/help/sys_unlink
+%%DATADIR%%/help/sys_unlock
+%%DATADIR%%/help/sys_user-gecos
+%%DATADIR%%/help/sys_user-gid
+%%DATADIR%%/help/sys_user-home
+%%DATADIR%%/help/sys_user-name
+%%DATADIR%%/help/sys_user-shell
+%%DATADIR%%/help/sys_user-uid
+%%DATADIR%%/help/sys_utimes
+%%DATADIR%%/help/sys_wait
+%%DATADIR%%/help/sys_waitpid
+%%DATADIR%%/help/sys_write
+%%DATADIR%%/help/time-to-unix-time
%%DATADIR%%/help/transpose
-%%DATADIR%%/help/truncate
%%DATADIR%%/help/union
+%%DATADIR%%/help/unix-time-to-time
%%DATADIR%%/help/unquote
%%DATADIR%%/help/unquote-splicing
%%DATADIR%%/help/unsort
@@ -335,6 +514,7 @@ bin/s9
%%DATADIR%%/help/vectorp
%%DATADIR%%/help/with-input-from-file
%%DATADIR%%/help/with-output-to-file
+%%DATADIR%%/help/with-output-to-stderr
%%DATADIR%%/help/write
%%DATADIR%%/help/write-char
%%DATADIR%%/help/write-to-string
@@ -344,15 +524,27 @@ bin/s9
%%DATADIR%%/implode.scm
%%DATADIR%%/integer-sqrt.scm
%%DATADIR%%/intersection.scm
+%%DATADIR%%/io-tools.scm
%%DATADIR%%/iota.scm
+%%DATADIR%%/leap-yearp.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%%/mergesort.scm
+%%DATADIR%%/mode-to-string.scm
%%DATADIR%%/module.scm
+%%DATADIR%%/name-to-file-name.scm
+%%DATADIR%%/parse-optionsb.scm
%%DATADIR%%/partition.scm
%%DATADIR%%/permute.scm
+%%DATADIR%%/pretty-print.scm
%%DATADIR%%/programp.scm
+%%DATADIR%%/prolog-test.scm
+%%DATADIR%%/prolog.scm
+%%DATADIR%%/proper-timep.scm
%%DATADIR%%/quicksort.scm
%%DATADIR%%/read-file.scm
%%DATADIR%%/read-from-string.scm
@@ -363,16 +555,35 @@ bin/s9
%%DATADIR%%/replace.scm
%%DATADIR%%/s9.image
%%DATADIR%%/s9.scm
+%%DATADIR%%/scheme.css
+%%DATADIR%%/search-path.scm
+%%DATADIR%%/set-tools.scm
+%%DATADIR%%/sieve.scm
+%%DATADIR%%/spawn-command.scm
+%%DATADIR%%/standard-error.scm
+%%DATADIR%%/streams.scm
%%DATADIR%%/string-case.scm
-%%DATADIR%%/string-contains.scm
+%%DATADIR%%/string-digest.scm
+%%DATADIR%%/string-find-last.scm
+%%DATADIR%%/string-find.scm
+%%DATADIR%%/string-locate.scm
+%%DATADIR%%/string-parse.scm
%%DATADIR%%/string-split.scm
+%%DATADIR%%/string-tools.scm
+%%DATADIR%%/string-translate.scm
+%%DATADIR%%/string-unsplit.scm
%%DATADIR%%/substitute.scm
%%DATADIR%%/sum.scm
+%%DATADIR%%/syntax-extensions.scm
+%%DATADIR%%/syntax-rules.scm
+%%DATADIR%%/time-to-unix-time.scm
%%DATADIR%%/transpose.scm
%%DATADIR%%/union.scm
+%%DATADIR%%/unix-time-to-time.scm
+%%DATADIR%%/unix-tools.scm
+%%DATADIR%%/unix.scm
%%DATADIR%%/unsort.scm
%%DATADIR%%/write-to-string.scm
%%DATADIR%%/zebra.scm
@dirrm %%DATADIR%%/help
-@dirrm %%DATADIR%%/contrib
@dirrm %%DATADIR%%