pkgsrc/lang/newlisp/PLIST
ryoon dca2b36e68 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
2013-10-12 10:30:40 +00:00

71 lines
2.6 KiB
Text

@comment $NetBSD: PLIST,v 1.6 2013/10/12 10:30:40 ryoon Exp $
bin/newlisp
bin/${PKGNAME}
bin/newlisp-edit
bin/newlispdoc
man/man1/newlisp.1
man/man1/newlispdoc.1
share/doc/newlisp/COPYING
share/doc/newlisp/CREDITS
share/doc/newlisp/CodePatterns.html
share/doc/newlisp/guiserver/COPYING
share/doc/newlisp/guiserver/guiserver.lsp.html
share/doc/newlisp/guiserver/index.html
share/doc/newlisp/guiserver/newlispdoc.css
share/doc/newlisp/manual_frame.html
share/doc/newlisp/newLISPdoc.html
share/doc/newlisp/newlisp_index.html
share/doc/newlisp/newlisp_manual.html
share/${PKGNAME}/guiserver.jar
share/${PKGNAME}/guiserver.lsp
share/${PKGNAME}/guiserver/allfonts-demo.lsp
share/${PKGNAME}/guiserver/animation-demo.lsp
share/${PKGNAME}/guiserver/border-layout-demo.lsp
share/${PKGNAME}/guiserver/button-demo.lsp
share/${PKGNAME}/guiserver/clipboard-demo.lsp
share/${PKGNAME}/guiserver/cursor-demo.lsp
share/${PKGNAME}/guiserver/drag-demo.lsp
share/${PKGNAME}/guiserver/font-demo.lsp
share/${PKGNAME}/guiserver/frameless-demo.lsp
share/${PKGNAME}/guiserver/html-demo.lsp
share/${PKGNAME}/guiserver/image-demo.lsp
share/${PKGNAME}/guiserver/midi-demo.lsp
share/${PKGNAME}/guiserver/midi2-demo.lsp
share/${PKGNAME}/guiserver/mouse-demo.lsp
share/${PKGNAME}/guiserver/move-resize-demo.lsp
share/${PKGNAME}/guiserver/pinballs-demo.lsp
share/${PKGNAME}/guiserver/properties-demo.lsp
share/${PKGNAME}/guiserver/rotation-demo.lsp
share/${PKGNAME}/guiserver/shapes-demo.lsp
share/${PKGNAME}/guiserver/sound-demo.lsp
share/${PKGNAME}/guiserver/stroke-demo.lsp
share/${PKGNAME}/guiserver/tabs-demo.lsp
share/${PKGNAME}/guiserver/textrot-demo.lsp
share/${PKGNAME}/guiserver/uppercase.lsp
share/${PKGNAME}/guiserver/widgets-demo.lsp
share/${PKGNAME}/guiserver/word-count.lsp
share/${PKGNAME}/modules/canvas.lsp
share/${PKGNAME}/modules/cgi.lsp
share/${PKGNAME}/modules/crypto.lsp
share/${PKGNAME}/modules/ftp.lsp
share/${PKGNAME}/modules/getopts.lsp
share/${PKGNAME}/modules/gmp.lsp
share/${PKGNAME}/modules/gsl.lsp
share/${PKGNAME}/modules/infix.lsp
share/${PKGNAME}/modules/macro.lsp
share/${PKGNAME}/modules/mysql.lsp
share/${PKGNAME}/modules/odbc.lsp
share/${PKGNAME}/modules/plot.lsp
share/${PKGNAME}/modules/pop3.lsp
share/${PKGNAME}/modules/postgres.lsp
share/${PKGNAME}/modules/postscript.lsp
share/${PKGNAME}/modules/smtp.lsp
share/${PKGNAME}/modules/smtpx.lsp
share/${PKGNAME}/modules/sqlite3.lsp
share/${PKGNAME}/modules/stat.lsp
share/${PKGNAME}/modules/unix.lsp
share/${PKGNAME}/modules/xmlrpc-client.lsp
share/${PKGNAME}/modules/zlib.lsp
share/${PKGNAME}/newLISP128.png
share/${PKGNAME}/util/newlisp.vim
share/${PKGNAME}/util/syntax.cgi