diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-10-12 10:30:40 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-10-12 10:30:40 +0000 |
commit | 50e76d2e97e8296887ca9dae691ecdf795eca9c4 (patch) | |
tree | 2ace97edf2e8a408e93649c511073d847dfe8713 /lang | |
parent | 710cbd2628fc094c20df1f5d777a1842a0636462 (diff) | |
download | pkgsrc-50e76d2e97e8296887ca9dae691ecdf795eca9c4.tar.gz |
Update to 10.5.4
Changelog:
10.5.4
3.7 newlispdoc cleanup ";; *" regex
New FFI ffi.h include directory in makefile_linux* when installing libffi
Fix for last list element optimization in push, pop and pop-assoc when
popping and inserting last element
Accessing a deleted context will never hang but give an error message
Some changes in nl-filesys.c for AIX and new makefile for AIX ILP32
On Windows: a fix for correctly closing logfiles initiated by newlisp -l or
newlisp -L and for closing files created by the HTTP PUT operation.
Two sample 't-test' when variances are different (independent samples) with
new syntax:
(t-test <list-vector-A> <list-vector-B> <float-probabilty>)
When <float-probabilty> is specified, an internal F-test for variance
equality in data A and B is performed. If the probablity of F is
smaller than <float-probabilty>, then Welch's variant of the t-test for
independent samples is performed. Using 1.0 <float-probabilty>, Welch
can be forced even when variances are not significantly different.
One sample 't-test' using new syntax pattern:
(t-test <list-vector-data> <float-value>)
Gives the two-tailed probability that observed mean is differs from <float-value>
Instead of sdev for second list-vector the standard error for the observed mean
is reported.
Some cleanup and changes in scripts (makefiles) for binary installers
Diffstat (limited to 'lang')
-rw-r--r-- | lang/newlisp/Makefile | 4 | ||||
-rw-r--r-- | lang/newlisp/PLIST | 4 | ||||
-rw-r--r-- | lang/newlisp/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile index 075baac3c0f..6cec1571c4b 100644 --- a/lang/newlisp/Makefile +++ b/lang/newlisp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/07/15 02:02:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2013/10/12 10:30:40 ryoon Exp $ # -DISTNAME= newlisp-10.5.3 +DISTNAME= newlisp-10.5.4 CATEGORIES= lang MASTER_SITES= http://www.newlisp.org/downloads/ EXTRACT_SUFX= .tgz diff --git a/lang/newlisp/PLIST b/lang/newlisp/PLIST index afffed098bd..b5c1e6c1df8 100644 --- a/lang/newlisp/PLIST +++ b/lang/newlisp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2013/07/12 13:37:38 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.6 2013/10/12 10:30:40 ryoon Exp $ bin/newlisp bin/${PKGNAME} bin/newlisp-edit @@ -67,7 +67,5 @@ share/${PKGNAME}/modules/unix.lsp share/${PKGNAME}/modules/xmlrpc-client.lsp share/${PKGNAME}/modules/zlib.lsp share/${PKGNAME}/newLISP128.png -share/${PKGNAME}/util/httpd-conf.lsp -share/${PKGNAME}/util/link.lsp share/${PKGNAME}/util/newlisp.vim share/${PKGNAME}/util/syntax.cgi diff --git a/lang/newlisp/distinfo b/lang/newlisp/distinfo index 2f63bc27b28..a2d2f3e5ba3 100644 --- a/lang/newlisp/distinfo +++ b/lang/newlisp/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2013/07/18 12:03:52 joerg Exp $ +$NetBSD: distinfo,v 1.8 2013/10/12 10:30:40 ryoon Exp $ -SHA1 (newlisp-10.5.3.tgz) = dc02542ebb5b2ee2685e51f988a742c4294d14c3 -RMD160 (newlisp-10.5.3.tgz) = 789d4a2ed590326e01ad5379d4288952e53d4834 -Size (newlisp-10.5.3.tgz) = 1631742 bytes +SHA1 (newlisp-10.5.4.tgz) = a1fa37eb21f8045858a30493429d243ababc2488 +RMD160 (newlisp-10.5.4.tgz) = 389e6522d2e2629dbba5235ae7cda979b596749b +Size (newlisp-10.5.4.tgz) = 1637762 bytes SHA1 (patch-configure-alt) = f8669b8432fe460af18d0f2d3d1135debfd74654 SHA1 (patch-newlisp.c) = 0ec358377dcae961d89fbbf00474e2feda3f53ae |