Date: Fri, 21 May 2010 06:00:15 GMT From: "Nils M Holm" <nmh@noself.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/146765: Maintainer-update: lang/s9fes Message-ID: <201005210600.o4L60FYt003914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/146765; it has been noted by GNATS. From: "Nils M Holm" <nmh@noself.net> To: bug-followup@FreeBSD.ORG Cc: Subject: Re: ports/146765: Maintainer-update: lang/s9fes Date: Fri, 21 May 2010 07:20:14 +0200 --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi Edwin, On 2010-05-20T16:50:34+0000, Edwin Groothuis wrote: > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. oops, not only the wrong sender address, also wrong distinfo. Sorry! New diffs are attached. Thanks + Bye, Nils -- Nils M Holm | http://t3x.org --nFreZHaLTZJo0R7j Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=s9fes-diff diff -ru lang/s9fes-old/Makefile lang/s9fes/Makefile --- lang/s9fes-old/Makefile 2009-09-09 11:29:23.000000000 +0200 +++ lang/s9fes/Makefile 2010-05-20 17:31:10.000000000 +0200 @@ -6,12 +6,14 @@ # PORTNAME= s9fes -PORTVERSION= 20090906 +PORTVERSION= 20100520 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 -ru lang/s9fes-old/distinfo lang/s9fes/distinfo --- lang/s9fes-old/distinfo 2009-09-09 11:29:23.000000000 +0200 +++ lang/s9fes/distinfo 2010-05-20 17:31:10.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (s9fes-20090906.tar.gz) = 1fd9e5678ab1687ddea9ddca7f98008c -SHA256 (s9fes-20090906.tar.gz) = 4f84495e0164024b64da58acec91abefa8a84e0ea50a51bbb6dde2ae9ec9dd62 -SIZE (s9fes-20090906.tar.gz) = 220919 +MD5 (s9fes-20100520.tar.gz) = d6e903ed442d09d69eea4e93a0ee4589 +SHA256 (s9fes-20100520.tar.gz) = 8a1b26cf8c051e33cd2b64e922487c96b0f45ad8626288bbe77c58ad61e663d0 +SIZE (s9fes-20100520.tar.gz) = 242534 diff -ru lang/s9fes-old/pkg-descr lang/s9fes/pkg-descr --- lang/s9fes-old/pkg-descr 2009-06-15 12:38:37.000000000 +0200 +++ lang/s9fes/pkg-descr 2010-05-20 17:31:10.000000000 +0200 @@ -4,8 +4,9 @@ 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 -ru lang/s9fes-old/pkg-plist lang/s9fes/pkg-plist --- lang/s9fes-old/pkg-plist 2009-09-09 11:29:23.000000000 +0200 +++ lang/s9fes/pkg-plist 2010-05-20 17:31:10.000000000 +0200 @@ -1,41 +1,48 @@ bin/s9 +bin/s9help +bin/s9resolve +bin/scm2html +bin/scmpp %%DATADIR%%/amk.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%%/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/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 +65,7 @@ %%DATADIR%%/help/booleanp %%DATADIR%%/help/caaaar %%DATADIR%%/help/caaadr +%%DATADIR%%/help/caaar %%DATADIR%%/help/caadar %%DATADIR%%/help/caaddr %%DATADIR%%/help/caadr @@ -71,6 +79,7 @@ %%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 +97,6 @@ %%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 +123,23 @@ %%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/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 +148,28 @@ %%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 +182,43 @@ %%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 +227,11 @@ %%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 +242,16 @@ %%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 +267,7 @@ %%DATADIR%%/help/procedurep %%DATADIR%%/help/programp %%DATADIR%%/help/prolog +%%DATADIR%%/help/proper-timep %%DATADIR%%/help/quasiquote %%DATADIR%%/help/query %%DATADIR%%/help/quicksort @@ -263,48 +286,76 @@ %%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 +369,84 @@ %%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_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 +%%DATADIR%%/help/unix-time-to-time %%DATADIR%%/help/unquote %%DATADIR%%/help/unquote-splicing %%DATADIR%%/help/unsort @@ -335,6 +459,7 @@ %%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 +469,27 @@ %%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 +500,35 @@ %%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%% --nFreZHaLTZJo0R7j--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005210600.o4L60FYt003914>