summaryrefslogtreecommitdiff
path: root/math/scilab/distinfo
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2005-09-07 10:48:47 +0000
committerdmcmahill <dmcmahill>2005-09-07 10:48:47 +0000
commit6db097034afb3c75ebd044885706bda95bde145d (patch)
treeb92ded35f4a118b3a87492da012759d981abc013 /math/scilab/distinfo
parent57f9b8eb006e7e4daf99e2dcdcb378e1869480a6 (diff)
downloadpkgsrc-6db097034afb3c75ebd044885706bda95bde145d.tar.gz
update to scilab-3.1.1
Main Changes Scilab 3.0 -> 3.1 ========================= The new features of Scilab 3.1 are the following: - "xgetmouse", "eventhandler" event set extended to click, double-click, <Ctrl> Key. See more details in xclick and xgetmouse on line help. Warning: Because of distinction of click events, some users' scripts can have a different behavior. To make it work as before please check and modified test on events as follow: supposing that button contains the value returned by xclick (left most argument) or xgetmouse (third componant of returned vector) then replace test like: button==0 by or(button==[0,3]) button==1 by or(button==[1,4]) button==2 by or(button==[2,5]) - Integration of the ATLAS library (specific Windows version). During the installation of Scilab, dynamic library (Atlas.dll) is automatically chosen according to the CPU detected. See details in the Atlas.spec file under scilab\bin directory. - Java interface written to allow calling Scilab computational engine from Java - TCL interface has been totally rewritten (for better error detection and better data transfert). ScilabEval improve to handle synchronism. For your information you should know that tcl8.4 segfault when running on Linux 2.6 kernels on machines with 2 or more processors. - Scipad editor o A debugging tool is now available. o Drag'n'drop is now supported. o User settings and text colors are now configurable and saved across editing sessions. o Find/Replace debugged and improved. o Quick access in the file menu for recently opened/saved files. o Creation of XML help page templates and xmltohtml compilation available from within Scipad. o Identification of Scilab predefined variables and library functions in scilab scripts. o Scipad is easily localized. Today English, German, French, Swedish and Italian languages are supported. o Miscellaneous file management improvements: readonly flag, absolute pathnames to files, pruned pathnames display, revert to saved feature. - Graphics editor completed o Axes structure totally rebuild. New axes properties available (see manual and type 'gca()' for a complet listing), z logscale enable, axes inversion. o Save and load had been extended to graphics handle o 'plot' macro added to scilab to mimic the "matlab plot" behavior (type "help plot" for more info.) o 'surf' macro added to scilab to mimic the "matlab surf" behavior (type "help surf" for more info.) Graphics entities are associated to Scilab variables of type handle. The handle is a unique identifier which is associated to each instance of a created graphics entity. Using this handle, it will be possible to reach entities properties through "set" and "get" routines. The handles are also used to manipulate graphics objects, to move them, to copy or delete them. Enter "help graphics_entities" at Scilab prompt for more details. - Scicos block set has been extended/revisited to be more compatible with Simulink one, compiler, code generator and implicit system simulator have been improved. - Configure adapted to linux 64bit architectures - Improvement of the integration of Visual Studio Compiler to the dynamic links: findmsvccompiler() and configure_msvc() macros have been added - The source files have been updated to optimise the compiled version built with VC6 tool Please note that the Windows binary version provided on our Web site is built with .NET - Sparse operations and functions like real, imag, matrix, spones revisited to improve efficiency - Bessel functions extended to work in the complex case (using Slatec routines) Incompatibilities: The semantics of besseli, besselj, besselk and bessely functions has been changed and extended. The oldbesseli, oldbesselj, oldbesselk and oldbessely correspond to the old obsolete semantics. - New Matlab functions implemented in m2sci translator - Functions to read Excel files - Font rotation is now possible under Xwindow - home variable (%HOME%) defined under Windows: c:/Documents and Setting/USER - New environment variable SCIHOME: o Under Windows: %HOME%\scilab\SCILAB_VERSION o Under Linux: $HOME/USER/.scilab/SCILAB_VERSION - New primitives: o clipboard (specific Windows) o perl o calendar o mkdir o rmdir o copyfile o sleep o getos o setenv o getshortpathname (specific Windows) o getlongpathname (specific Windows) o toolbar (specific Windows) o hidetoolbar (specific Windows) o console (specific Windows) o mcisendstring (specific Windows) o banner o winqueryreg (specific Windows) o xls_open o xls_read o scicos_debug_count
Diffstat (limited to 'math/scilab/distinfo')
-rw-r--r--math/scilab/distinfo21
1 files changed, 12 insertions, 9 deletions
diff --git a/math/scilab/distinfo b/math/scilab/distinfo
index 0450dd448d0..b334100b471 100644
--- a/math/scilab/distinfo
+++ b/math/scilab/distinfo
@@ -1,20 +1,23 @@
-$NetBSD: distinfo,v 1.17 2005/02/23 12:06:58 agc Exp $
+$NetBSD: distinfo,v 1.18 2005/09/07 10:48:47 dmcmahill Exp $
-SHA1 (scilab-3.0.src.tar.gz) = 73465add3c1b6640172e885b29fcfd8a3dc426a7
-RMD160 (scilab-3.0.src.tar.gz) = 0a8fa728e3d4730986912d51ba39e8a97fd509f5
-Size (scilab-3.0.src.tar.gz) = 10988126 bytes
-SHA1 (patch-aa) = 04f95450f611912e3c7d37cb0ff2681ca31dde62
-SHA1 (patch-ab) = bca7144747d40817a8688ac3ef70bec319bdaac6
+SHA1 (scilab-3.1.1-src.tar.gz) = 63cae13441befb795d32cec5f825042b6b4e74b3
+RMD160 (scilab-3.1.1-src.tar.gz) = 363486c6c9d1e64a28edcd002651e3c9d3b1eb73
+Size (scilab-3.1.1-src.tar.gz) = 14261772 bytes
+SHA1 (patch-aa) = c07d4817a3e8ad0b7291709a84937d6f28a1e122
+SHA1 (patch-ab) = edfd155402a07931d51d849781ec679f3f9c7c27
SHA1 (patch-ac) = 0c48500eb261d643bdd5c1d34d23968b312eae57
-SHA1 (patch-ad) = 8615a759579793942c8a984e34683d35d874b565
+SHA1 (patch-ad) = 186b5b1b71ccd983f49ae4c1bfb45152d4ebd662
SHA1 (patch-ae) = 050ea8847196c2808a74c252db7c98d77677cd25
SHA1 (patch-af) = e31a818b24b7a4981f3f4a92589c3677cb5ffd34
SHA1 (patch-ag) = d51b476920236b582dee6ea591fcd2d61b1e8fe3
SHA1 (patch-ah) = d39bca8c9a1ba6d8d9b79d9fe12ee5503cfd3371
SHA1 (patch-ai) = a99bd6b3cd27a6328343ae9247e291eea635402c
SHA1 (patch-aj) = 231a10acd752c8dc8039cae8c011f78dbbfa56fa
-SHA1 (patch-ak) = a59ff16c0e7eab5c37d93abcdc9499ec49663080
+SHA1 (patch-ak) = 2840aff8a77c8d02e5ce8a97a20c26e410e2c751
SHA1 (patch-al) = 371078078036436c72868eadd9f40532d9d2916f
SHA1 (patch-am) = 7dc94f3d41aff5c508256361e15aab6cd0c4924a
SHA1 (patch-an) = 75b9c531dcc39e82a9cfc3e5352afbe57f826310
-SHA1 (patch-ao) = 1dae172657b3852db6c14b9a791858f704528aba
+SHA1 (patch-ao) = f11104e0d68132607a941dd2b37aad85fce3d01f
+SHA1 (patch-ap) = 0f87996f0940459b57248068021c6bd565be258e
+SHA1 (patch-aq) = 158c9f7466f488f2dad9b1b73939bd0ceaf39b98
+SHA1 (patch-ar) = fba20ba23ec78262c6eba1248b662d08e727cada