- Update to 20090615
PR: ports/135590 Submitted by: Nils M Holm <nmh AT t3x.org> (maintainer)
This commit is contained in:
parent
c8c75d19f7
commit
fe0d97c0df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235854
4 changed files with 126 additions and 13 deletions
|
@ -6,15 +6,13 @@
|
|||
#
|
||||
|
||||
PORTNAME= s9fes
|
||||
PORTVERSION= 20090429
|
||||
PORTVERSION= 20090615
|
||||
CATEGORIES= lang scheme
|
||||
MASTER_SITES= http://www.t3x.org/s9fes/
|
||||
|
||||
MAINTAINER= nmh@t3x.org
|
||||
COMMENT= A simple and comprehensible Scheme interpreter
|
||||
|
||||
WRKSRC= ${WRKDIR}/s9fes
|
||||
|
||||
MAN1= s9.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (s9fes-20090429.tar.gz) = 62e6322e8a34b1fb4ade027f4e07d01c
|
||||
SHA256 (s9fes-20090429.tar.gz) = f373584035b264e8d347714522108a9ab63a5bd47d1e90316fe269a284391b59
|
||||
SIZE (s9fes-20090429.tar.gz) = 144769
|
||||
MD5 (s9fes-20090615.tar.gz) = 4f0d76d7163e45fa5334b3fd7806c2b4
|
||||
SHA256 (s9fes-20090615.tar.gz) = b0b4b04dd2b2515278cf59ceef72f5f21907278245d915941f3a5b7c4a0e4015
|
||||
SIZE (s9fes-20090615.tar.gz) = 189795
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
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 Linux, *BSD, the unmentionable horror, and
|
||||
Plan 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
|
||||
|
|
|
@ -3,37 +3,57 @@ bin/s9
|
|||
%%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/prolog-sample.scm
|
||||
%%DATADIR%%/contrib/scheme.css
|
||||
%%DATADIR%%/contrib/string-find.scm
|
||||
%%DATADIR%%/count.scm
|
||||
%%DATADIR%%/depth.scm
|
||||
%%DATADIR%%/draw-tree.scm
|
||||
%%DATADIR%%/exists.scm
|
||||
%%DATADIR%%/explode.scm
|
||||
%%DATADIR%%/factor.scm
|
||||
%%DATADIR%%/factorial.scm
|
||||
%%DATADIR%%/filter.scm
|
||||
%%DATADIR%%/flatten.scm
|
||||
%%DATADIR%%/fluid-let.scm
|
||||
%%DATADIR%%/fluid-let-sr.scm
|
||||
%%DATADIR%%/fluid-let.scm
|
||||
%%DATADIR%%/for-all.scm
|
||||
%%DATADIR%%/hash-table.scm
|
||||
%%DATADIR%%/help.scm
|
||||
%%DATADIR%%/help/abs
|
||||
%%DATADIR%%/help/and
|
||||
%%DATADIR%%/help/append
|
||||
%%DATADIR%%/help/apply
|
||||
%%DATADIR%%/help/apropos
|
||||
%%DATADIR%%/help/assert-record-type
|
||||
%%DATADIR%%/help/assoc
|
||||
%%DATADIR%%/help/assq
|
||||
%%DATADIR%%/help/assv
|
||||
%%DATADIR%%/help/begin
|
||||
%%DATADIR%%/help/bitwise-1
|
||||
%%DATADIR%%/help/bitwise-2
|
||||
%%DATADIR%%/help/bitwise-and
|
||||
%%DATADIR%%/help/bitwise-and-c1
|
||||
%%DATADIR%%/help/bitwise-and-c2
|
||||
%%DATADIR%%/help/bitwise-and-not
|
||||
%%DATADIR%%/help/bitwise-c1
|
||||
%%DATADIR%%/help/bitwise-c2
|
||||
%%DATADIR%%/help/bitwise-clear
|
||||
%%DATADIR%%/help/bitwise-or
|
||||
%%DATADIR%%/help/bitwise-or-c1
|
||||
%%DATADIR%%/help/bitwise-or-c2
|
||||
%%DATADIR%%/help/bitwise-or-not
|
||||
%%DATADIR%%/help/bitwise-set
|
||||
%%DATADIR%%/help/bitwise-shift-left
|
||||
%%DATADIR%%/help/bitwise-shift-right
|
||||
%%DATADIR%%/help/bitwise-xor
|
||||
%%DATADIR%%/help/bitwise-xor-not
|
||||
%%DATADIR%%/help/booleanp
|
||||
%%DATADIR%%/help/caaaar
|
||||
%%DATADIR%%/help/caaadr
|
||||
|
@ -67,6 +87,7 @@ 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
|
||||
|
@ -88,68 +109,114 @@ bin/s9
|
|||
%%DATADIR%%/help/charp
|
||||
%%DATADIR%%/help/close-input-port
|
||||
%%DATADIR%%/help/close-output-port
|
||||
%%DATADIR%%/help/combine
|
||||
%%DATADIR%%/help/combinestar
|
||||
%%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/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/display
|
||||
%%DATADIR%%/help/display-to-string
|
||||
%%DATADIR%%/help/do
|
||||
%%DATADIR%%/help/draw-tree
|
||||
%%DATADIR%%/help/eof-objectp
|
||||
%%DATADIR%%/help/eq
|
||||
%%DATADIR%%/help/eqp
|
||||
%%DATADIR%%/help/equalp
|
||||
%%DATADIR%%/help/eqvp
|
||||
%%DATADIR%%/help/evenp
|
||||
%%DATADIR%%/help/exact
|
||||
%%DATADIR%%/help/exact-to-inexact
|
||||
%%DATADIR%%/help/exists
|
||||
%%DATADIR%%/help/exp
|
||||
%%DATADIR%%/help/expand-macro
|
||||
%%DATADIR%%/help/expand-quasiquote
|
||||
%%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/flatten
|
||||
%%DATADIR%%/help/floor
|
||||
%%DATADIR%%/help/fluid-let
|
||||
%%DATADIR%%/help/fold-left
|
||||
%%DATADIR%%/help/fold-right
|
||||
%%DATADIR%%/help/for-all
|
||||
%%DATADIR%%/help/for-each
|
||||
%%DATADIR%%/help/force
|
||||
%%DATADIR%%/help/format
|
||||
%%DATADIR%%/help/gcd
|
||||
%%DATADIR%%/help/ge
|
||||
%%DATADIR%%/help/gensym
|
||||
%%DATADIR%%/help/gt
|
||||
%%DATADIR%%/help/hash-table-ref
|
||||
%%DATADIR%%/help/hash-table-setb
|
||||
%%DATADIR%%/help/hash-table-to-list
|
||||
%%DATADIR%%/help/help
|
||||
%%DATADIR%%/help/hyper
|
||||
%%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/intersection
|
||||
%%DATADIR%%/help/iota
|
||||
%%DATADIR%%/help/lambda
|
||||
%%DATADIR%%/help/lcm
|
||||
%%DATADIR%%/help/le
|
||||
%%DATADIR%%/help/length
|
||||
%%DATADIR%%/help/let
|
||||
%%DATADIR%%/help/let-matcher
|
||||
%%DATADIR%%/help/letrec
|
||||
%%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-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-string
|
||||
%%DATADIR%%/help/make-vector
|
||||
%%DATADIR%%/help/mantissa
|
||||
%%DATADIR%%/help/map
|
||||
%%DATADIR%%/help/map-car
|
||||
%%DATADIR%%/help/max
|
||||
%%DATADIR%%/help/member
|
||||
%%DATADIR%%/help/memq
|
||||
%%DATADIR%%/help/memv
|
||||
%%DATADIR%%/help/mergesort
|
||||
%%DATADIR%%/help/min
|
||||
%%DATADIR%%/help/minus
|
||||
%%DATADIR%%/help/ml-match
|
||||
%%DATADIR%%/help/module
|
||||
%%DATADIR%%/help/modulo
|
||||
%%DATADIR%%/help/negativep
|
||||
%%DATADIR%%/help/new-databaseb
|
||||
%%DATADIR%%/help/newline
|
||||
%%DATADIR%%/help/not
|
||||
%%DATADIR%%/help/nullp
|
||||
|
@ -161,23 +228,54 @@ bin/s9
|
|||
%%DATADIR%%/help/or
|
||||
%%DATADIR%%/help/output-portp
|
||||
%%DATADIR%%/help/pairp
|
||||
%%DATADIR%%/help/partition
|
||||
%%DATADIR%%/help/peek-char
|
||||
%%DATADIR%%/help/permute
|
||||
%%DATADIR%%/help/permutestar
|
||||
%%DATADIR%%/help/plus
|
||||
%%DATADIR%%/help/positivep
|
||||
%%DATADIR%%/help/pp
|
||||
%%DATADIR%%/help/pp-file
|
||||
%%DATADIR%%/help/predicateb
|
||||
%%DATADIR%%/help/pretty-print
|
||||
%%DATADIR%%/help/print
|
||||
%%DATADIR%%/help/print-code
|
||||
%%DATADIR%%/help/procedurep
|
||||
%%DATADIR%%/help/programp
|
||||
%%DATADIR%%/help/prolog
|
||||
%%DATADIR%%/help/quasiquote
|
||||
%%DATADIR%%/help/query
|
||||
%%DATADIR%%/help/quicksort
|
||||
%%DATADIR%%/help/quote
|
||||
%%DATADIR%%/help/quotient
|
||||
%%DATADIR%%/help/re-comp
|
||||
%%DATADIR%%/help/re-match
|
||||
%%DATADIR%%/help/read
|
||||
%%DATADIR%%/help/read-char
|
||||
%%DATADIR%%/help/read-file
|
||||
%%DATADIR%%/help/read-from-string
|
||||
%%DATADIR%%/help/read-line
|
||||
%%DATADIR%%/help/record
|
||||
%%DATADIR%%/help/record-copy
|
||||
%%DATADIR%%/help/record-equalp
|
||||
%%DATADIR%%/help/record-ref
|
||||
%%DATADIR%%/help/record-setb
|
||||
%%DATADIR%%/help/record-signature
|
||||
%%DATADIR%%/help/record-type-matches
|
||||
%%DATADIR%%/help/recordp
|
||||
%%DATADIR%%/help/remainder
|
||||
%%DATADIR%%/help/remove
|
||||
%%DATADIR%%/help/replace
|
||||
%%DATADIR%%/help/reverse
|
||||
%%DATADIR%%/help/round
|
||||
%%DATADIR%%/help/runstar
|
||||
%%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/sqrt
|
||||
%%DATADIR%%/help/star
|
||||
%%DATADIR%%/help/starextensionsstar
|
||||
%%DATADIR%%/help/starlibrary-pathstar
|
||||
|
@ -185,30 +283,43 @@ bin/s9
|
|||
%%DATADIR%%/help/starstar
|
||||
%%DATADIR%%/help/string
|
||||
%%DATADIR%%/help/string-append
|
||||
%%DATADIR%%/help/string-ci-contains
|
||||
%%DATADIR%%/help/string-ci-find
|
||||
%%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-downcase
|
||||
%%DATADIR%%/help/string-fillb
|
||||
%%DATADIR%%/help/string-find
|
||||
%%DATADIR%%/help/string-length
|
||||
%%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-upcase
|
||||
%%DATADIR%%/help/stringeqp
|
||||
%%DATADIR%%/help/stringgep
|
||||
%%DATADIR%%/help/stringgtp
|
||||
%%DATADIR%%/help/stringlep
|
||||
%%DATADIR%%/help/stringltp
|
||||
%%DATADIR%%/help/stringp
|
||||
%%DATADIR%%/help/substitute
|
||||
%%DATADIR%%/help/substring
|
||||
%%DATADIR%%/help/sum
|
||||
%%DATADIR%%/help/symbol-to-string
|
||||
%%DATADIR%%/help/symbolp
|
||||
%%DATADIR%%/help/symbols
|
||||
%%DATADIR%%/help/syntax-rules
|
||||
%%DATADIR%%/help/tan
|
||||
%%DATADIR%%/help/transpose
|
||||
%%DATADIR%%/help/truncate
|
||||
%%DATADIR%%/help/union
|
||||
%%DATADIR%%/help/unquote
|
||||
%%DATADIR%%/help/unquote-splicing
|
||||
%%DATADIR%%/help/vector
|
||||
|
@ -222,7 +333,9 @@ bin/s9
|
|||
%%DATADIR%%/help/with-output-to-file
|
||||
%%DATADIR%%/help/write
|
||||
%%DATADIR%%/help/write-char
|
||||
%%DATADIR%%/help/write-to-string
|
||||
%%DATADIR%%/help/wrong
|
||||
%%DATADIR%%/help/zebra
|
||||
%%DATADIR%%/help/zerop
|
||||
%%DATADIR%%/hyper.scm
|
||||
%%DATADIR%%/implode.scm
|
||||
|
@ -231,6 +344,7 @@ bin/s9
|
|||
%%DATADIR%%/iota.scm
|
||||
%%DATADIR%%/list-to-set.scm
|
||||
%%DATADIR%%/make-partitions.scm
|
||||
%%DATADIR%%/matcher.scm
|
||||
%%DATADIR%%/mergesort.scm
|
||||
%%DATADIR%%/module.scm
|
||||
%%DATADIR%%/partition.scm
|
||||
|
@ -246,6 +360,7 @@ bin/s9
|
|||
%%DATADIR%%/replace.scm
|
||||
%%DATADIR%%/s9.image
|
||||
%%DATADIR%%/s9.scm
|
||||
%%DATADIR%%/string-case.scm
|
||||
%%DATADIR%%/string-contains.scm
|
||||
%%DATADIR%%/string-split.scm
|
||||
%%DATADIR%%/substitute.scm
|
||||
|
|
Loading…
Reference in a new issue