Update to 20100625
PR: ports/148031 Submitted by: Nils M Holm (maintainer) Feature safe: yes
This commit is contained in:
parent
3032248304
commit
e69f36aac8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256971
3 changed files with 95 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= s9fes
|
||||
PORTVERSION= 20100524
|
||||
PORTVERSION= 20100625
|
||||
CATEGORIES= lang scheme
|
||||
MASTER_SITES= http://www.t3x.org/misc/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (s9fes-20100524.tar.gz) = 22d970ac20d50835c07dea274063677a
|
||||
SHA256 (s9fes-20100524.tar.gz) = fce3b6d2b3c931b34e33f3e81eba2a1ce6768d4083abee181a9b6192785f59d2
|
||||
SIZE (s9fes-20100524.tar.gz) = 257723
|
||||
MD5 (s9fes-20100625.tar.gz) = a44c2d411d49e583504a1243ee229f6e
|
||||
SHA256 (s9fes-20100625.tar.gz) = 8b4385ab7d45f424afc4bebb6bd9d5476fcbd8ebacdd90e91dd7b9feeb73ef8c
|
||||
SIZE (s9fes-20100625.tar.gz) = 321810
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
bin/arse
|
||||
bin/arse-core
|
||||
bin/s9
|
||||
bin/s9help
|
||||
bin/s9resolve
|
||||
|
@ -6,12 +8,17 @@ bin/scmpp
|
|||
%%DATADIR%%/amk.scm
|
||||
%%DATADIR%%/and-letstar.scm
|
||||
%%DATADIR%%/append-to-output-file.scm
|
||||
%%DATADIR%%/arse-core.image
|
||||
%%DATADIR%%/arse.help
|
||||
%%DATADIR%%/arse.porting
|
||||
%%DATADIR%%/arse.scm
|
||||
%%DATADIR%%/basename.scm
|
||||
%%DATADIR%%/bitwise-ops.scm
|
||||
%%DATADIR%%/combine.scm
|
||||
%%DATADIR%%/cond-expand.scm
|
||||
%%DATADIR%%/count.scm
|
||||
%%DATADIR%%/curses.scm
|
||||
%%DATADIR%%/define-record.scm
|
||||
%%DATADIR%%/depth.scm
|
||||
%%DATADIR%%/dirname.scm
|
||||
%%DATADIR%%/displaystar.scm
|
||||
|
@ -21,6 +28,7 @@ bin/scmpp
|
|||
%%DATADIR%%/factor.scm
|
||||
%%DATADIR%%/factorial.scm
|
||||
%%DATADIR%%/filter.scm
|
||||
%%DATADIR%%/find-help-path.scm
|
||||
%%DATADIR%%/find-help.scm
|
||||
%%DATADIR%%/flatten.scm
|
||||
%%DATADIR%%/fluid-let-sr.scm
|
||||
|
@ -140,6 +148,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/curs_clearok
|
||||
%%DATADIR%%/help/curs_clrtobot
|
||||
%%DATADIR%%/help/curs_clrtoeol
|
||||
%%DATADIR%%/help/curs_cols
|
||||
%%DATADIR%%/help/curs_cursoff
|
||||
%%DATADIR%%/help/curs_curson
|
||||
%%DATADIR%%/help/curs_delch
|
||||
|
@ -157,6 +166,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/curs_insch
|
||||
%%DATADIR%%/help/curs_insertln
|
||||
%%DATADIR%%/help/curs_keypad
|
||||
%%DATADIR%%/help/curs_lines
|
||||
%%DATADIR%%/help/curs_move
|
||||
%%DATADIR%%/help/curs_mvaddch
|
||||
%%DATADIR%%/help/curs_mvaddstr
|
||||
|
@ -183,6 +193,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/curs_ungetch
|
||||
%%DATADIR%%/help/define
|
||||
%%DATADIR%%/help/define-matcher
|
||||
%%DATADIR%%/help/define-record
|
||||
%%DATADIR%%/help/define-syntax
|
||||
%%DATADIR%%/help/delay
|
||||
%%DATADIR%%/help/delete-file
|
||||
|
@ -229,6 +240,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/ge
|
||||
%%DATADIR%%/help/gensym
|
||||
%%DATADIR%%/help/gt
|
||||
%%DATADIR%%/help/hash-table-length
|
||||
%%DATADIR%%/help/hash-table-ref
|
||||
%%DATADIR%%/help/hash-table-setb
|
||||
%%DATADIR%%/help/hash-table-to-list
|
||||
|
@ -237,6 +249,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/if
|
||||
%%DATADIR%%/help/implode
|
||||
%%DATADIR%%/help/import
|
||||
%%DATADIR%%/help/inet-server
|
||||
%%DATADIR%%/help/input-portp
|
||||
%%DATADIR%%/help/integer-sqrt
|
||||
%%DATADIR%%/help/integer-to-char
|
||||
|
@ -286,7 +299,6 @@ bin/scmpp
|
|||
%%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
|
||||
|
@ -318,7 +330,6 @@ bin/scmpp
|
|||
%%DATADIR%%/help/predicateb
|
||||
%%DATADIR%%/help/pretty-print
|
||||
%%DATADIR%%/help/print
|
||||
%%DATADIR%%/help/print-code
|
||||
%%DATADIR%%/help/procedurep
|
||||
%%DATADIR%%/help/programp
|
||||
%%DATADIR%%/help/prolog
|
||||
|
@ -328,6 +339,8 @@ bin/scmpp
|
|||
%%DATADIR%%/help/quicksort
|
||||
%%DATADIR%%/help/quote
|
||||
%%DATADIR%%/help/quotient
|
||||
%%DATADIR%%/help/r4rs-procedures
|
||||
%%DATADIR%%/help/r4rs-syntax-objects
|
||||
%%DATADIR%%/help/re-comp
|
||||
%%DATADIR%%/help/re-match
|
||||
%%DATADIR%%/help/read
|
||||
|
@ -352,6 +365,10 @@ bin/scmpp
|
|||
%%DATADIR%%/help/replace
|
||||
%%DATADIR%%/help/reverse
|
||||
%%DATADIR%%/help/runstar
|
||||
%%DATADIR%%/help/s9fes-extensions-procedures
|
||||
%%DATADIR%%/help/s9fes-extensions-symbols
|
||||
%%DATADIR%%/help/s9fes-procedures
|
||||
%%DATADIR%%/help/s9fes-syntax-objects
|
||||
%%DATADIR%%/help/search-path
|
||||
%%DATADIR%%/help/set-carb
|
||||
%%DATADIR%%/help/set-cdrb
|
||||
|
@ -359,7 +376,10 @@ bin/scmpp
|
|||
%%DATADIR%%/help/set-output-portb
|
||||
%%DATADIR%%/help/setb
|
||||
%%DATADIR%%/help/sieve
|
||||
%%DATADIR%%/help/sort
|
||||
%%DATADIR%%/help/spawn-command
|
||||
%%DATADIR%%/help/spawn-command_fd
|
||||
%%DATADIR%%/help/split-url
|
||||
%%DATADIR%%/help/sqrt
|
||||
%%DATADIR%%/help/standard-error-port
|
||||
%%DATADIR%%/help/star
|
||||
|
@ -367,8 +387,6 @@ bin/scmpp
|
|||
%%DATADIR%%/help/starlibrary-pathstar
|
||||
%%DATADIR%%/help/starloadingstar
|
||||
%%DATADIR%%/help/starstar
|
||||
%%DATADIR%%/help/stat-name
|
||||
%%DATADIR%%/help/stat-regularp
|
||||
%%DATADIR%%/help/stream-any
|
||||
%%DATADIR%%/help/stream-eosp
|
||||
%%DATADIR%%/help/stream-extract
|
||||
|
@ -379,14 +397,18 @@ bin/scmpp
|
|||
%%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-find
|
||||
%%DATADIR%%/help/string-ci-find-last
|
||||
%%DATADIR%%/help/string-ci-find-last-word
|
||||
%%DATADIR%%/help/string-ci-find-word
|
||||
%%DATADIR%%/help/string-ci-last-position
|
||||
%%DATADIR%%/help/string-ci-last-word-position
|
||||
%%DATADIR%%/help/string-ci-locate
|
||||
%%DATADIR%%/help/string-ci-position
|
||||
%%DATADIR%%/help/string-ci-scan
|
||||
%%DATADIR%%/help/string-ci-word-position
|
||||
%%DATADIR%%/help/string-cieqp
|
||||
%%DATADIR%%/help/string-cigep
|
||||
%%DATADIR%%/help/string-cigtp
|
||||
|
@ -400,10 +422,14 @@ bin/scmpp
|
|||
%%DATADIR%%/help/string-find-last
|
||||
%%DATADIR%%/help/string-find-last-word
|
||||
%%DATADIR%%/help/string-find-word
|
||||
%%DATADIR%%/help/string-last-position
|
||||
%%DATADIR%%/help/string-last-word-position
|
||||
%%DATADIR%%/help/string-length
|
||||
%%DATADIR%%/help/string-locate
|
||||
%%DATADIR%%/help/string-parse
|
||||
%%DATADIR%%/help/string-position
|
||||
%%DATADIR%%/help/string-ref
|
||||
%%DATADIR%%/help/string-scan
|
||||
%%DATADIR%%/help/string-setb
|
||||
%%DATADIR%%/help/string-split
|
||||
%%DATADIR%%/help/string-to-list
|
||||
|
@ -412,6 +438,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/string-translate
|
||||
%%DATADIR%%/help/string-unsplit
|
||||
%%DATADIR%%/help/string-upcase
|
||||
%%DATADIR%%/help/string-word-position
|
||||
%%DATADIR%%/help/stringeqp
|
||||
%%DATADIR%%/help/stringgep
|
||||
%%DATADIR%%/help/stringgtp
|
||||
|
@ -424,9 +451,9 @@ bin/scmpp
|
|||
%%DATADIR%%/help/symbol-to-string
|
||||
%%DATADIR%%/help/symbolp
|
||||
%%DATADIR%%/help/symbols
|
||||
%%DATADIR%%/help/syntax-extensions
|
||||
%%DATADIR%%/help/syntax-rules
|
||||
%%DATADIR%%/help/sys_access
|
||||
%%DATADIR%%/help/sys_catch-errors
|
||||
%%DATADIR%%/help/sys_change_mode
|
||||
%%DATADIR%%/help/sys_chdir
|
||||
%%DATADIR%%/help/sys_chmod
|
||||
|
@ -439,6 +466,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/sys_errno
|
||||
%%DATADIR%%/help/sys_execv
|
||||
%%DATADIR%%/help/sys_exit
|
||||
%%DATADIR%%/help/sys_fileno
|
||||
%%DATADIR%%/help/sys_flush
|
||||
%%DATADIR%%/help/sys_fork
|
||||
%%DATADIR%%/help/sys_get-magic-value
|
||||
|
@ -457,14 +485,32 @@ bin/scmpp
|
|||
%%DATADIR%%/help/sys_group-name
|
||||
%%DATADIR%%/help/sys_inet-accept
|
||||
%%DATADIR%%/help/sys_inet-connect
|
||||
%%DATADIR%%/help/sys_inet-getpeername
|
||||
%%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_lstat-atime
|
||||
%%DATADIR%%/help/sys_lstat-block-devp
|
||||
%%DATADIR%%/help/sys_lstat-char-devp
|
||||
%%DATADIR%%/help/sys_lstat-ctime
|
||||
%%DATADIR%%/help/sys_lstat-dev
|
||||
%%DATADIR%%/help/sys_lstat-directoryp
|
||||
%%DATADIR%%/help/sys_lstat-gid
|
||||
%%DATADIR%%/help/sys_lstat-ino
|
||||
%%DATADIR%%/help/sys_lstat-mode
|
||||
%%DATADIR%%/help/sys_lstat-mtime
|
||||
%%DATADIR%%/help/sys_lstat-name
|
||||
%%DATADIR%%/help/sys_lstat-nlink
|
||||
%%DATADIR%%/help/sys_lstat-pipep
|
||||
%%DATADIR%%/help/sys_lstat-regularp
|
||||
%%DATADIR%%/help/sys_lstat-size
|
||||
%%DATADIR%%/help/sys_lstat-socketp
|
||||
%%DATADIR%%/help/sys_lstat-symlinkp
|
||||
%%DATADIR%%/help/sys_lstat-uid
|
||||
%%DATADIR%%/help/sys_lutimes
|
||||
%%DATADIR%%/help/sys_make-input-port
|
||||
%%DATADIR%%/help/sys_make-output-port
|
||||
|
@ -481,7 +527,26 @@ bin/scmpp
|
|||
%%DATADIR%%/help/sys_setgid
|
||||
%%DATADIR%%/help/sys_setpgid
|
||||
%%DATADIR%%/help/sys_setuid
|
||||
%%DATADIR%%/help/sys_sleep
|
||||
%%DATADIR%%/help/sys_stat
|
||||
%%DATADIR%%/help/sys_stat-atime
|
||||
%%DATADIR%%/help/sys_stat-block-devp
|
||||
%%DATADIR%%/help/sys_stat-char-devp
|
||||
%%DATADIR%%/help/sys_stat-ctime
|
||||
%%DATADIR%%/help/sys_stat-dev
|
||||
%%DATADIR%%/help/sys_stat-directoryp
|
||||
%%DATADIR%%/help/sys_stat-gid
|
||||
%%DATADIR%%/help/sys_stat-ino
|
||||
%%DATADIR%%/help/sys_stat-mode
|
||||
%%DATADIR%%/help/sys_stat-mtime
|
||||
%%DATADIR%%/help/sys_stat-name
|
||||
%%DATADIR%%/help/sys_stat-nlink
|
||||
%%DATADIR%%/help/sys_stat-pipep
|
||||
%%DATADIR%%/help/sys_stat-regularp
|
||||
%%DATADIR%%/help/sys_stat-size
|
||||
%%DATADIR%%/help/sys_stat-socketp
|
||||
%%DATADIR%%/help/sys_stat-uid
|
||||
%%DATADIR%%/help/sys_strerror
|
||||
%%DATADIR%%/help/sys_symlink
|
||||
%%DATADIR%%/help/sys_system
|
||||
%%DATADIR%%/help/sys_time
|
||||
|
@ -494,6 +559,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/sys_user-name
|
||||
%%DATADIR%%/help/sys_user-shell
|
||||
%%DATADIR%%/help/sys_user-uid
|
||||
%%DATADIR%%/help/sys_usleep
|
||||
%%DATADIR%%/help/sys_utimes
|
||||
%%DATADIR%%/help/sys_wait
|
||||
%%DATADIR%%/help/sys_waitpid
|
||||
|
@ -505,9 +571,17 @@ bin/scmpp
|
|||
%%DATADIR%%/help/unquote
|
||||
%%DATADIR%%/help/unquote-splicing
|
||||
%%DATADIR%%/help/unsort
|
||||
%%DATADIR%%/help/url-anchor
|
||||
%%DATADIR%%/help/url-args
|
||||
%%DATADIR%%/help/url-decode
|
||||
%%DATADIR%%/help/url-host
|
||||
%%DATADIR%%/help/url-path
|
||||
%%DATADIR%%/help/url-proto
|
||||
%%DATADIR%%/help/url-suffix
|
||||
%%DATADIR%%/help/vector
|
||||
%%DATADIR%%/help/vector-fillb
|
||||
%%DATADIR%%/help/vector-length
|
||||
%%DATADIR%%/help/vector-mapb
|
||||
%%DATADIR%%/help/vector-ref
|
||||
%%DATADIR%%/help/vector-setb
|
||||
%%DATADIR%%/help/vector-to-list
|
||||
|
@ -522,6 +596,7 @@ bin/scmpp
|
|||
%%DATADIR%%/help/zerop
|
||||
%%DATADIR%%/hyper.scm
|
||||
%%DATADIR%%/implode.scm
|
||||
%%DATADIR%%/inet-server.scm
|
||||
%%DATADIR%%/integer-sqrt.scm
|
||||
%%DATADIR%%/intersection.scm
|
||||
%%DATADIR%%/io-tools.scm
|
||||
|
@ -559,21 +634,28 @@ bin/scmpp
|
|||
%%DATADIR%%/search-path.scm
|
||||
%%DATADIR%%/set-tools.scm
|
||||
%%DATADIR%%/sieve.scm
|
||||
%%DATADIR%%/sort.scm
|
||||
%%DATADIR%%/spawn-command.scm
|
||||
%%DATADIR%%/spawn-shell-command.scm
|
||||
%%DATADIR%%/split-url.scm
|
||||
%%DATADIR%%/standard-error.scm
|
||||
%%DATADIR%%/streams.scm
|
||||
%%DATADIR%%/string-case.scm
|
||||
%%DATADIR%%/string-digest.scm
|
||||
%%DATADIR%%/string-find-last.scm
|
||||
%%DATADIR%%/string-find.scm
|
||||
%%DATADIR%%/string-last-position.scm
|
||||
%%DATADIR%%/string-locate.scm
|
||||
%%DATADIR%%/string-parse.scm
|
||||
%%DATADIR%%/string-position.scm
|
||||
%%DATADIR%%/string-scan.scm
|
||||
%%DATADIR%%/string-split.scm
|
||||
%%DATADIR%%/string-tools.scm
|
||||
%%DATADIR%%/string-translate.scm
|
||||
%%DATADIR%%/string-unsplit.scm
|
||||
%%DATADIR%%/substitute.scm
|
||||
%%DATADIR%%/sum.scm
|
||||
%%DATADIR%%/symbols.scm
|
||||
%%DATADIR%%/syntax-extensions.scm
|
||||
%%DATADIR%%/syntax-rules.scm
|
||||
%%DATADIR%%/time-to-unix-time.scm
|
||||
|
@ -583,6 +665,8 @@ bin/scmpp
|
|||
%%DATADIR%%/unix-tools.scm
|
||||
%%DATADIR%%/unix.scm
|
||||
%%DATADIR%%/unsort.scm
|
||||
%%DATADIR%%/url-decode.scm
|
||||
%%DATADIR%%/vector-mapb.scm
|
||||
%%DATADIR%%/write-to-string.scm
|
||||
%%DATADIR%%/zebra.scm
|
||||
@dirrm %%DATADIR%%/help
|
||||
|
|
Loading…
Reference in a new issue