Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 12/22/1999 05:26:00
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Wed Dec 22 13:25:59 UTC 1999

Modified Files:
	pkgsrc/math/scilab: Makefile
	pkgsrc/math/scilab/files: README.next_rev md5 patch-sum
	pkgsrc/math/scilab/patches: patch-aa patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak
	    patch-al patch-am patch-an
	pkgsrc/math/scilab/pkg: MESSAGE PLIST
Removed Files:
	pkgsrc/math/scilab/patches: patch-ao patch-ap patch-aq patch-ar
	    patch-as patch-at patch-au patch-av patch-aw patch-ax patch-ay
	    patch-az patch-ba patch-bb patch-bc patch-bd patch-be patch-bf
	    patch-bg patch-bh patch-bi patch-bj patch-bk patch-bl patch-bm
	    patch-bn patch-bo patch-bp patch-bq patch-br patch-bs patch-bt
	    patch-bu patch-bv patch-bw patch-bx patch-by patch-bz patch-ca

Log Message:
Update the package from scilab-2.4.1 to scilab-2.5.

Many thanks to the authors at Inria who, through their willingness
to accept feedback, have helped me remove 39 patches!

Changes to scilab include (from scilab-2.5/CHANGES):

NEW FUNCTIONALITIES
===================
Global variables have been introduced

New graphic mode has been added to allow scrollbar handling (panner
for X Window and scrollbars for Windows).
GIF export format is now available for Scilab graphic windows.

Keyboard events and window closing within graphical windows can now be
captured.

Scicos graphical user interface has been made more intuitive and
keyboard shortcuts have been added.

Scilab Binary files created by "save" are now system-independent so
they can be exchanged. In particular (compiled macros) *.bin files and
*.cos (scicos diagrams) can be exchanged.

It is now possible to dynamically link C++ procedures with Scilab.

A new data type "mlist" has been added.

A new function "genlib" allows users to compile the .sci files in a
given directory, generate associated library and load it. This
function is particularly useful under windows if VC++ is not
available.

C formatted input output functions (printf, scanf, ..) have been
interfaced to scilab.

OTHERS IMPROVEMENTS
===================
Efficiency has been improved using reference argument passing when
possible instead of value passing.

Hypermatrix opreations have been accelerated.

On X Window systems 3D Athena Widgets are preferably used instead of
standard  Athena Widgets for a better look.

The "Matlab 4" to Scilab translator has been completed and considerably
improved.

NEW TOOLBOXES
=============
True integer data types (1,2 and 4 bytes) with associated operations
and some functions acting on them have been added.

A library of procedures has been added to allow the use of Matlab
mex-files under Scilab.

PORTS
=====
Scilab has been successfully compiled with Windows ABSOFT development
environment.

INCOMPATIBILITIES
=================
New Scilab "save"d files cannot be loaded by earlier Scilab versions.
A new function "oldsave" has been added to save in old format.

Scilab help mechanism has changed. The $MANCHAPTERS/Chapter is no more
used, instead a Scilab variable "helps" is used.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/math/scilab/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/math/scilab/files/README.next_rev
cvs rdiff -r1.2 -r1.3 pkgsrc/math/scilab/files/md5
cvs rdiff -r1.3 -r1.4 pkgsrc/math/scilab/files/patch-sum
cvs rdiff -r1.4 -r1.5 pkgsrc/math/scilab/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/math/scilab/patches/patch-ab \
    pkgsrc/math/scilab/patches/patch-ac pkgsrc/math/scilab/patches/patch-ad \
    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-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
cvs rdiff -r1.2 -r0 pkgsrc/math/scilab/patches/patch-ao \
    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 \
    pkgsrc/math/scilab/patches/patch-az pkgsrc/math/scilab/patches/patch-ba \
    pkgsrc/math/scilab/patches/patch-bb pkgsrc/math/scilab/patches/patch-bc \
    pkgsrc/math/scilab/patches/patch-bd pkgsrc/math/scilab/patches/patch-be \
    pkgsrc/math/scilab/patches/patch-bf pkgsrc/math/scilab/patches/patch-bg \
    pkgsrc/math/scilab/patches/patch-bh pkgsrc/math/scilab/patches/patch-bi \
    pkgsrc/math/scilab/patches/patch-bj pkgsrc/math/scilab/patches/patch-bk \
    pkgsrc/math/scilab/patches/patch-bl pkgsrc/math/scilab/patches/patch-bm \
    pkgsrc/math/scilab/patches/patch-bn pkgsrc/math/scilab/patches/patch-bo \
    pkgsrc/math/scilab/patches/patch-bp pkgsrc/math/scilab/patches/patch-bq \
    pkgsrc/math/scilab/patches/patch-br pkgsrc/math/scilab/patches/patch-bs \
    pkgsrc/math/scilab/patches/patch-bt
cvs rdiff -r1.4 -r0 pkgsrc/math/scilab/patches/patch-au
cvs rdiff -r1.3 -r0 pkgsrc/math/scilab/patches/patch-ay \
    pkgsrc/math/scilab/patches/patch-bu pkgsrc/math/scilab/patches/patch-bv \
    pkgsrc/math/scilab/patches/patch-bw pkgsrc/math/scilab/patches/patch-bx \
    pkgsrc/math/scilab/patches/patch-by pkgsrc/math/scilab/patches/patch-bz \
    pkgsrc/math/scilab/patches/patch-ca
cvs rdiff -r1.1 -r1.2 pkgsrc/math/scilab/pkg/MESSAGE
cvs rdiff -r1.4 -r1.5 pkgsrc/math/scilab/pkg/PLIST

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