pkgsrc/math/scilab/distinfo

26 lines
1.4 KiB
Text
Raw Normal View History

$NetBSD: distinfo,v 1.25 2007/04/10 15:53:16 joerg Exp $
1999-07-09 16:09:02 +02:00
SHA1 (scilab-4.1-src.tar.gz) = 7a8381a9a69ce280ae718ee59f4c14001b61f4b7
RMD160 (scilab-4.1-src.tar.gz) = 6ed27ce7dcfb9231b5f3042cb7b830015d102df7
Size (scilab-4.1-src.tar.gz) = 13164450 bytes
SHA1 (patch-aa) = 03e21592345377e3a5ee64baf9243f81f71fb7b2
SHA1 (patch-ab) = a1b37d38c36c99046ca828c4342597658d561820
SHA1 (patch-ac) = ea7545614680738f36c4fb12f8375eb3bddadb29
SHA1 (patch-ad) = e2e052d07001c5ffebd6a2ed4c68b4759ffdd5ca
SHA1 (patch-af) = 7417733f8720432773e9c5c0f68c3b2b7a935527
SHA1 (patch-ag) = 3937d13ac249f18f45a5d50b6b86b03454d3c685
SHA1 (patch-ah) = 1bad4520a47006ff14248dc765c5f284f55071be
SHA1 (patch-ai) = a85828e131cc0907f2ba0d047f3d80e9a4547221
SHA1 (patch-aj) = 90cf2ae9fa4d30b21c6489862f7bcc6595b3d8a6
SHA1 (patch-al) = 9696a74797e3cc177c0a53ea7715f181ab781d4a
SHA1 (patch-am) = 14f3a449dc7bfcb6540fb1cb20d2ca49b0e492b4
SHA1 (patch-an) = a1ab5aa1057d2d85f446fe06ffb03b818dbc05a8
SHA1 (patch-ao) = 3de2fd98bcec025590650539e742fbb40ced543e
SHA1 (patch-ap) = 464e41f8ea8568cc8c39e10eb3953c381f26e811
SHA1 (patch-aq) = e2450ca8cb28b1801d42dfb80f15dbd060b107d7
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
2005-09-07 12:48:47 +02:00
SHA1 (patch-ar) = fba20ba23ec78262c6eba1248b662d08e727cada
SHA1 (patch-at) = a24eedcea09e3fc4530b305561b7a9298a2cb4a3
SHA1 (patch-au) = 029d77b4358dbf87e9761f85840f93191294a894
SHA1 (patch-av) = da0565e94302d79a494fb099b5b5d7c251937c94
SHA1 (patch-aw) = 2ac72cf020562baa454c59182aae3dd1d25167df