summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-ak
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-12-22 13:25:39 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-12-22 13:25:39 +0000
commit101584b12c3c938abe18343a2d2e90ef6bb4eb90 (patch)
tree0a9fe524f4fafcf7a5f58734cafc6f0a5317c117 /math/scilab/patches/patch-ak
parenta2e55ba3cba47482ff7f036e432834da44cec25b (diff)
downloadpkgsrc-101584b12c3c938abe18343a2d2e90ef6bb4eb90.tar.gz
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.
Diffstat (limited to 'math/scilab/patches/patch-ak')
-rw-r--r--math/scilab/patches/patch-ak37
1 files changed, 17 insertions, 20 deletions
diff --git a/math/scilab/patches/patch-ak b/math/scilab/patches/patch-ak
index e1b88d92fdd..1df717469ae 100644
--- a/math/scilab/patches/patch-ak
+++ b/math/scilab/patches/patch-ak
@@ -1,21 +1,18 @@
-$NetBSD: patch-ak,v 1.2 1999/03/05 11:22:35 frueauf Exp $
+$NetBSD: patch-ak,v 1.3 1999/12/22 13:25:42 dmcmahill Exp $
---- ./routines/metanet/saveg.c.orig Sat Aug 8 14:01:11 1998
-+++ ./routines/metanet/saveg.c Sat Aug 8 14:06:07 1998
-@@ -1,4 +1,7 @@
- #include <stdio.h>
- #ifndef __MSC__
-+#if defined(netbsd) || defined(freebsd)
-+#include <sys/types.h>
-+#endif
- #include <dirent.h>
- #endif
-@@ -13,4 +16,8 @@
- /** only used for x=dir[1024] **/
- #define getwd(x) _getcwd(x,1024)
-+#endif
-+
-+#if defined(netbsd) || defined(freebsd)
-+#include <unistd.h>
- #endif
-
+--- ./tests/grand.tst.orig Tue Dec 14 05:56:09 1999
++++ ./tests/grand.tst Tue Dec 21 17:45:26 1999
+@@ -172,5 +172,5 @@
+ PS=(1:N)'/N;
+ //plot2d(RdevS,PS);
+-// theoretical result
++// theorical result
+ [P]=cdfchi("PQ",RdevS,A*ones(RdevS));
+ //plot2d(RdevS,P,2,"000")
+@@ -184,5 +184,5 @@
+ PS=(1:N)'/N;
+ //plot2d(RdevS,PS);
+-// theoretical result
++// theorical result
+ [P]=cdfpoi("PQ",RdevS,A*ones(RdevS));
+ //plot2d(RdevS,P,2,"000")