Subject: CVS commit: pkgsrc/math/scilab
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 02/22/2003 06:31:36
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sat Feb 22 04:31:35 UTC 2003

Modified Files:
	pkgsrc/math/scilab: Makefile PLIST distinfo
	pkgsrc/math/scilab/patches: patch-aa patch-ab patch-ac patch-ad
Removed Files:
	pkgsrc/math/scilab/patches: patch-ae patch-af patch-ag patch-ah
	    patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao
	    patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av
	    patch-aw patch-ax patch-ay

Log Message:
update to scilab-2.7.

		     Main Changes Scilab 2.6 -> 2.7
		     ==============================
THANKS
======
Scilab group wants to thank the increasing number of people who have
contributed to this new version of Scilab, with special mention to
Anders Blomdell, Stephane Mottelet, Dan McMahill
Ton van Overbeek, Bruno Pincon and Enrico Segre.

NEW FUNCTIONALITIES
===================
Slicot based control routines (www.win.tue.nl/wgs/slicot.html)
have been introduced with a special attention
to identification functions, lyapunov, sylvester and riccati equation solvers.

Interface with TeXmacs (www.texmacs.org) a high level scientific text editor.
The editor allows you to write structured documents via a wysiwyg interface
including Scilab sessions and results.

An embedded text editor scipad derived from TkNotepad
(www.mindspring.com/~joeja/programs.html) as been developped.

C Code generation from Scicos discrete models

Blocks defining DAE are now usable in Scicos.

Statistic toolbox added (labostat).

A new graphics version based on objects and entities has been developped
(beta version). It allows to edit the properties of graphics
objects. By default, the old graphics version is used. Tu use the new graphics
version see the help of "graphics_entities".

OTHERS IMPROVEMENTS
===================
Linear algebra primitives now based on Lapack instead of Linpack/Eispack.

Basic functions revised (thanks to B Pincon).

stacksize use is no more restricted.

Hypertext, xml based, online help.

Binary Matlab file .mat loader (loadmatfile) added.

Possibility to customize graphics window event handlers (seteventhandler).

edit_graph, a graph editor for Metanet toolbox, written in Scilab, replaces
xmetanet. It works on both Unix and Windows.

INCOMPATIBLITIES
================
It is higly recommended to rebuild user's scilab functions libraries. This
can be done as follow:
predef(0);genlib('mylib','mylib_path',%t)

gschur and gspec functions are now obsolete and replaced by schur and spec.

Geci and the communication library have been removed. Use PVM interface instead.

Metanet graph editor has been rewritten. Use edit_graph instead.

man pages have to be written in HTML or better in XML but chapters
written in the old ascii files are still handled.

Scicos internal data structure have been changed. Automatic translation
is made when  old diagrams are loaded.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 pkgsrc/math/scilab/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/scilab/PLIST
cvs rdiff -r1.7 -r1.8 pkgsrc/math/scilab/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/math/scilab/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/math/scilab/patches/patch-ab
cvs rdiff -r1.5 -r1.6 pkgsrc/math/scilab/patches/patch-ac \
    pkgsrc/math/scilab/patches/patch-ad
cvs rdiff -r1.4 -r0 pkgsrc/math/scilab/patches/patch-ae \
    pkgsrc/math/scilab/patches/patch-ap pkgsrc/math/scilab/patches/patch-aq \
    pkgsrc/math/scilab/patches/patch-ar pkgsrc/math/scilab/patches/patch-as \
    pkgsrc/math/scilab/patches/patch-at pkgsrc/math/scilab/patches/patch-av \
    pkgsrc/math/scilab/patches/patch-aw pkgsrc/math/scilab/patches/patch-ax
cvs rdiff -r1.5 -r0 pkgsrc/math/scilab/patches/patch-af \
    pkgsrc/math/scilab/patches/patch-ag pkgsrc/math/scilab/patches/patch-ah \
    pkgsrc/math/scilab/patches/patch-ai pkgsrc/math/scilab/patches/patch-aj \
    pkgsrc/math/scilab/patches/patch-ak pkgsrc/math/scilab/patches/patch-al \
    pkgsrc/math/scilab/patches/patch-am pkgsrc/math/scilab/patches/patch-an \
    pkgsrc/math/scilab/patches/patch-ay
cvs rdiff -r1.6 -r0 pkgsrc/math/scilab/patches/patch-ao \
    pkgsrc/math/scilab/patches/patch-au

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