Subject: CVS commit: pkgsrc/math/scilab
To: None <pkgsrc-changes@NetBSD.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 07/15/2004 04:00:47
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Thu Jul 15 04:00:47 UTC 2004

Modified Files:
	pkgsrc/math/scilab: Makefile PLIST distinfo
	pkgsrc/math/scilab/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah patch-ak
Added Files:
	pkgsrc/math/scilab/patches: patch-al patch-am patch-an

Log Message:
update to scilab-3.0

                     Main Changes Scilab 2.7 -> 3.0
                     ==============================
NEW FUNCTIONALITIES
===================
- continue instruction added
- [a(i,j),b(..),..]=foo(..) syntax is now handled
- arpack algorithms for sparse matrix eigenvalues/eigenvectors computation added
- Levenberg-Marquardt algorithm of Minpack used to define function lsqrsolve
- New graphics mode improved
- beta and legendre function added (thanks to B Pincon)
- Scicos has been extended to handle non causal systems description (supported by RNTL)
- Matlab to Scilab translator has been re-written, and extended to current Matlab syntax.

OTHERS IMPROVEMENTS
===================
- Better discontinuities handling in Scicos
- More efficient number parsing (thanks to B Pincon)
- More efficient 3D Zoom (thanks to E Segre)
- Improved scipad, shortcuts, language handling, colorization, bug fixes.. (thanks to E Segre)
- for loop variable is no more removed at the end of the loops
- figure sizes are now taken into account in Postscript export
- Windows GUI improved
- Graphic windows refresh improved under Windows
- Scilab has been adapated to IA64 architecture
- Helvetica (Arial on Windows) fonts added (corresponding font identifiers are
  from 6 to 9) (thanks to B Pincon)
- N dimensionnal matrices efficiency improved (thanks to B Pincon)
- logical expressions shortcuts handled in if
- cd, ls, clc, clf, tohome functions added
- functions with no argument can be called without () if called as a command


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 pkgsrc/math/scilab/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/math/scilab/PLIST
cvs rdiff -r1.13 -r1.14 pkgsrc/math/scilab/distinfo
cvs rdiff -r1.8 -r1.9 pkgsrc/math/scilab/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/math/scilab/patches/patch-ab \
    pkgsrc/math/scilab/patches/patch-ae pkgsrc/math/scilab/patches/patch-af \
    pkgsrc/math/scilab/patches/patch-ag pkgsrc/math/scilab/patches/patch-ah \
    pkgsrc/math/scilab/patches/patch-ak
cvs rdiff -r1.6 -r1.7 pkgsrc/math/scilab/patches/patch-ac \
    pkgsrc/math/scilab/patches/patch-ad
cvs rdiff -r0 -r1.7 pkgsrc/math/scilab/patches/patch-al \
    pkgsrc/math/scilab/patches/patch-am pkgsrc/math/scilab/patches/patch-an

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.