pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/scilab update to scilab-3.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e67cee3de17
branches: trunk
changeset: 498996:0e67cee3de17
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Wed Sep 07 10:48:47 2005 +0000
description:
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
diffstat:
math/scilab/Makefile | 24 +-
math/scilab/PLIST | 3796 ++++++++++++-----------------------------
math/scilab/distinfo | 21 +-
math/scilab/patches/patch-aa | 22 +-
math/scilab/patches/patch-ab | 36 +-
math/scilab/patches/patch-ad | 10 +-
math/scilab/patches/patch-ak | 16 +-
math/scilab/patches/patch-ao | 10 +-
math/scilab/patches/patch-ap | 13 +
math/scilab/patches/patch-aq | 13 +
math/scilab/patches/patch-ar | 13 +
11 files changed, 1205 insertions(+), 2769 deletions(-)
diffs (truncated from 8059 to 300 lines):
diff -r 73b25e3a07e4 -r 0e67cee3de17 math/scilab/Makefile
--- a/math/scilab/Makefile Wed Sep 07 10:32:42 2005 +0000
+++ b/math/scilab/Makefile Wed Sep 07 10:48:47 2005 +0000
@@ -1,24 +1,23 @@
-# $NetBSD: Makefile,v 1.63 2005/07/15 18:27:52 jlam Exp $
+# $NetBSD: Makefile,v 1.64 2005/09/07 10:48:47 dmcmahill Exp $
#
-DISTNAME= ${SCIBASE}.src
+DISTNAME= ${SCIBASE}-src
PKGNAME= ${SCIBASE}
-PKGREVISION= 3
CATEGORIES= math
-MASTER_SITES= ftp://ftp.inria.fr/INRIA/Scilab/distributions/
+MASTER_SITES= http://scilabsoft.inria.fr/download/stable/
MAINTAINER= dmcmahill%NetBSD.org@localhost
HOMEPAGE= http://www.scilab.org/
COMMENT= High-level scientific math programming environment with graphics
-SCIBASE= scilab-3.0
+SCIBASE= scilab-3.1.1
WRKSRC= ${WRKDIR}/${SCIBASE}
#needs FPC code not found in older versions of NetBSD
NOT_FOR_PLATFORM= NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
-USE_LANGUAGES= fortran
+USE_LANGUAGES= c fortran
USE_X11BASE= yes
USE_LIBTOOL= yes
USE_TOOLS+= tee
@@ -71,6 +70,14 @@
# cd ${WRKSRC}/macros/${f} && ${EXTRACT_CMD}
#.endfor
+post-patch:
+ ${MV} ${WRKSRC}/macros/util/ilib_compile.sci ${WRKSRC}/macros/util/ilib_compile.sci.bak
+ ${SED} 's|make -f|export PATH ; ${MAKE_PROGRAM} -f|g' \
+ ${WRKSRC}/macros/util/ilib_compile.sci.bak > \
+ ${WRKSRC}/macros/util/ilib_compile.sci
+ ${RM} ${WRKSRC}/macros/util/ilib_compile.sci.bak
+
+
# clean up any possible leftovers from 'make test' so that our PLIST
# will still be right. Also clean up a reference to WRKSRC.
pre-install:
@@ -98,11 +105,12 @@
# the "SCI=0 && unset SCI" is done because some of the tests really will
# fail if SCI is set to anything.
+MAKE_ENV+= SCI=${WRKSRC}
do-test:
- SCI=0 && unset SCI && cd ${WRKSRC}/tests && \
+ cd ${WRKSRC}/tests && \
${MAKE_ENV} ${MAKE_PROGRAM} tests 2>&1 | \
${TEE} ${WRKDIR}/tests.log
- SCI=0 && unset SCI && cd ${WRKSRC}/examples && \
+ cd ${WRKSRC}/examples && \
${MAKE_ENV} ${MAKE_PROGRAM} tests 2>&1 | \
${TEE} ${WRKDIR}/examples.log
diff -r 73b25e3a07e4 -r 0e67cee3de17 math/scilab/PLIST
--- a/math/scilab/PLIST Wed Sep 07 10:32:42 2005 +0000
+++ b/math/scilab/PLIST Wed Sep 07 10:48:47 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2004/07/15 04:00:46 dmcmahill Exp $
+@comment $NetBSD: PLIST,v 1.7 2005/09/07 10:48:47 dmcmahill Exp $
bin/intersci
bin/intersci-n
bin/scilab
@@ -19,6 +19,7 @@
lib/${PKGNAME}/X11_defaults/scilab.xpm
lib/${PKGNAME}/bin/.cvsignore
lib/${PKGNAME}/bin/.scicos_pal
+lib/${PKGNAME}/bin/Atlas.spec
lib/${PKGNAME}/bin/BEpsf
lib/${PKGNAME}/bin/Blatdoc
lib/${PKGNAME}/bin/Blatdocs
@@ -37,7 +38,6 @@
lib/${PKGNAME}/bin/intersci-n
lib/${PKGNAME}/bin/minfopr
lib/${PKGNAME}/bin/scilab
-lib/${PKGNAME}/bin/scilab.bat
lib/${PKGNAME}/bin/scilex
lib/${PKGNAME}/bin/scilink
lib/${PKGNAME}/bin/wgscilabE.mnu
@@ -111,6 +111,13 @@
lib/${PKGNAME}/demos/control/robust/rob.dem
lib/${PKGNAME}/demos/control/tracking/track.dem
lib/${PKGNAME}/demos/dialog/dialog.dem
+lib/${PKGNAME}/demos/excel/README
+lib/${PKGNAME}/demos/excel/Test1.xls
+lib/${PKGNAME}/demos/excel/Testbig.xls
+lib/${PKGNAME}/demos/excel/Testo1.xls
+lib/${PKGNAME}/demos/excel/Testobig.xls
+lib/${PKGNAME}/demos/excel/o1.xls
+lib/${PKGNAME}/demos/excel/t1.xls
lib/${PKGNAME}/demos/graphics/anim/anim.dem
lib/${PKGNAME}/demos/graphics/anim/anim1.dem
lib/${PKGNAME}/demos/graphics/anim/anim2.dem
@@ -174,6 +181,8 @@
lib/${PKGNAME}/demos/loop_demo/Scilab.htm
lib/${PKGNAME}/demos/loop_demo/car.sci
lib/${PKGNAME}/demos/loop_demo/cmplxfun.sci
+lib/${PKGNAME}/demos/loop_demo/cmplxfunc/MacCmplx.sci
+lib/${PKGNAME}/demos/loop_demo/cmplxfunc/cmplxfunc.dem
lib/${PKGNAME}/demos/loop_demo/datafit.sci
lib/${PKGNAME}/demos/loop_demo/demo_car.htm
lib/${PKGNAME}/demos/loop_demo/demo_cmplxfun.htm
@@ -183,6 +192,7 @@
lib/${PKGNAME}/demos/loop_demo/demo_pendulum.htm
lib/${PKGNAME}/demos/loop_demo/demo_riemann.htm
lib/${PKGNAME}/demos/loop_demo/demo_scicos.sci
+lib/${PKGNAME}/demos/loop_demo/demo_scicos1.dialogs
lib/${PKGNAME}/demos/loop_demo/demo_scicos1.htm
lib/${PKGNAME}/demos/loop_demo/demo_scicos1.sci
lib/${PKGNAME}/demos/loop_demo/demo_scicos2.htm
@@ -198,10 +208,31 @@
lib/${PKGNAME}/demos/loop_demo/loop.sce
lib/${PKGNAME}/demos/loop_demo/multiflot.sci
lib/${PKGNAME}/demos/loop_demo/n_pendulum.sci
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/Euler.map
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/Makefile
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/Makefile.mak
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/Npend.map
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/Readme.txt
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/all.tex
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/dlslv.f
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/ener.f
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/np.f
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/npend.f
+lib/${PKGNAME}/demos/loop_demo/npend/Maple/systeme.tex
+lib/${PKGNAME}/demos/loop_demo/npend/TeX/Texte.tex
+lib/${PKGNAME}/demos/loop_demo/npend/TeX/npend.fig
+lib/${PKGNAME}/demos/loop_demo/npend/TeX/npend.ps
+lib/${PKGNAME}/demos/loop_demo/npend/TeX/npend.tex
+lib/${PKGNAME}/demos/loop_demo/npend/TeX/transfig.tex
+lib/${PKGNAME}/demos/loop_demo/npend/dessin.sci
+lib/${PKGNAME}/demos/loop_demo/npend/macros.sci
+lib/${PKGNAME}/demos/loop_demo/npend/npend.dem
+lib/${PKGNAME}/demos/loop_demo/npend/yt.wrt
lib/${PKGNAME}/demos/loop_demo/optloc.sci
lib/${PKGNAME}/demos/loop_demo/riemann.sci
lib/${PKGNAME}/demos/loop_demo/rosenbrock.sci
lib/${PKGNAME}/demos/loop_demo/sliding_pendulum.sci
+lib/${PKGNAME}/demos/loop_demo/spline.sci
lib/${PKGNAME}/demos/loop_demo/truck.sci
lib/${PKGNAME}/demos/loop_demo/whatis.htm
lib/${PKGNAME}/demos/metanet/colored.graph
@@ -314,6 +345,12 @@
lib/${PKGNAME}/demos/scicos/scicos_learn.sci
lib/${PKGNAME}/demos/scicos/scicos_play.sci
lib/${PKGNAME}/demos/scicos/sound.cosf
+lib/${PKGNAME}/demos/scicos/tut1
+lib/${PKGNAME}/demos/scicos/tut2
+lib/${PKGNAME}/demos/scicos/tut3
+lib/${PKGNAME}/demos/scicos/tut4
+lib/${PKGNAME}/demos/scicos/tut5
+lib/${PKGNAME}/demos/scicos/tut6
lib/${PKGNAME}/demos/signal/arma/arma1.dem
lib/${PKGNAME}/demos/signal/arma/arma2.dem
lib/${PKGNAME}/demos/signal/arma/arma3.dem
@@ -489,40 +526,31 @@
lib/${PKGNAME}/examples/callsci/callsciFortran/config/Makefile.all
lib/${PKGNAME}/examples/callsci/callsciFortran/config/Makefile.incl
lib/${PKGNAME}/examples/callsci/callsciFortran/config/callsci.sh
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/Exemple1.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/Exemple2.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/Exemple3.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/ExempleGet.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/ExempleGetComplex.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/ExempleGetReal.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/ExempleGetString.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/JAVASCI/BadDataArgumentException.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/JAVASCI/Matrix.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/JAVASCI/MatrixUtilities.java
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/Make.bat
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/javasci_Matrix.c
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/javasci_Matrix.h
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/jni.h
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/jni_md.h
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/scilabJava.star
-lib/${PKGNAME}/examples/callsci/callsciJava (Windows)/xwait.sci
-lib/${PKGNAME}/examples/callsci/callsciJava/.scicos_pal
-lib/${PKGNAME}/examples/callsci/callsciJava/Makefile
-lib/${PKGNAME}/examples/callsci/callsciJava/README
-lib/${PKGNAME}/examples/callsci/callsciJava/config/Init
-lib/${PKGNAME}/examples/callsci/callsciJava/config/Makefile.all
-lib/${PKGNAME}/examples/callsci/callsciJava/config/Makefile.incl
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/BadDataArgumentException.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/Makefile
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/Matrix.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/MatrixUtilities.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/TestMatrix.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/TestMatrix1.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/TestMatrix2.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/TestMatrix3.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci/TestMatrix4.java
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci_Matrix.c
-lib/${PKGNAME}/examples/callsci/callsciJava/javasci_Matrix.h
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/MonEcouteurPourBouton.java
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/Readme (Windows).txt
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/MaFenetre.java
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/Make.bat
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/Makefile
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/MonPanneau.java
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/README
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/MonEcouteurPourText.java
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/Test-ihm.bat
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/Test.java
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/WCloser.java
+lib/${PKGNAME}/examples/callsci/callsciJava/ihm/clean.bat
+lib/${PKGNAME}/examples/callsci/callsciJava/others/ExempleEvent.java
+lib/${PKGNAME}/examples/callsci/callsciJava/others/Exemple1.java
+lib/${PKGNAME}/examples/callsci/callsciJava/others/Exemple2.java
+lib/${PKGNAME}/examples/callsci/callsciJava/others/Exemple3.java
+lib/${PKGNAME}/examples/callsci/callsciJava/others/ExempleEvent2.bat
+lib/${PKGNAME}/examples/callsci/callsciJava/others/ExempleEvent2.java
+lib/${PKGNAME}/examples/callsci/callsciJava/others/ExempleEvents.bat
+lib/${PKGNAME}/examples/callsci/callsciJava/others/Exemples.bat
+lib/${PKGNAME}/examples/callsci/callsciJava/others/Make.bat
+lib/${PKGNAME}/examples/callsci/callsciJava/others/Makefile
+lib/${PKGNAME}/examples/callsci/callsciJava/others/README
+lib/${PKGNAME}/examples/callsci/callsciJava/others/Readme (Windows).txt
+lib/${PKGNAME}/examples/callsci/callsciJava/others/clean.bat
lib/${PKGNAME}/examples/interface-general/Makefile
lib/${PKGNAME}/examples/interface-general/Makefile.mak
lib/${PKGNAME}/examples/interface-general/Makesubdirs.bat
@@ -1056,20 +1084,6 @@
lib/${PKGNAME}/examples/mex-examples/cmex/libmex.tst
lib/${PKGNAME}/examples/mex-examples/cmex/loader.sce
lib/${PKGNAME}/examples/mex-examples/cmex/make.bat
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction01.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction02.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction03.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction04.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction05.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction06.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction07.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction08.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction09.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction10.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction11.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction12.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction13.c
-lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction14.c
lib/${PKGNAME}/examples/mex-examples/cmex/mexfunction15.c
lib/${PKGNAME}/examples/mex-examples/cppmex/Makefile
lib/${PKGNAME}/examples/mex-examples/cppmex/Makefile.mak
@@ -1089,22 +1103,18 @@
lib/${PKGNAME}/examples/mex-examples/fmex/mexfunction1.F
lib/${PKGNAME}/examples/mex-examples/fmex/mexfunction2.F
lib/${PKGNAME}/examples/mex-examples/fmex/mexfunction3.F
+lib/${PKGNAME}/examples/mex-examples/mexdll/Makefile
lib/${PKGNAME}/examples/mex-examples/mexdll/Makelib.mak
lib/${PKGNAME}/examples/mex-examples/mexdll/README
lib/${PKGNAME}/examples/mex-examples/mexdll/libtst.c
lib/${PKGNAME}/examples/mex-examples/mexdll/xtimesy.def
-lib/${PKGNAME}/examples/mex-examples/mexdll/xtimesy.dll
-lib/${PKGNAME}/examples/mex-examples/mexglx/Makelib
-lib/${PKGNAME}/examples/mex-examples/mexglx/Makelib.orig
-lib/${PKGNAME}/examples/mex-examples/mexglx/Makextimesy
+lib/${PKGNAME}/examples/mex-examples/mexglx/Makefile
lib/${PKGNAME}/examples/mex-examples/mexglx/README
-lib/${PKGNAME}/examples/mex-examples/mexglx/libmat.so
-lib/${PKGNAME}/examples/mex-examples/mexglx/libmex.so
-lib/${PKGNAME}/examples/mex-examples/mexglx/libmx.so
+lib/${PKGNAME}/examples/mex-examples/mexglx/foo.c
lib/${PKGNAME}/examples/mex-examples/mexglx/libtst.c
-lib/${PKGNAME}/examples/mex-examples/mexglx/libxtimesy.c
-lib/${PKGNAME}/examples/mex-examples/mexglx/libxtimesy.so
-lib/${PKGNAME}/examples/mex-examples/mexglx/xtimesy.mexglx
+lib/${PKGNAME}/examples/mex-examples/mexglx/test.dia.ref
+lib/${PKGNAME}/examples/mex-examples/mexglx/test.sce
+lib/${PKGNAME}/examples/mex-examples/mexglx/test1.sce
lib/${PKGNAME}/examples/misc-examples/Makefile
lib/${PKGNAME}/examples/misc-examples/Makefile.mak
lib/${PKGNAME}/examples/misc-examples/README
@@ -1267,6 +1277,219 @@
lib/${PKGNAME}/macros/Gensomex.c
lib/${PKGNAME}/macros/Gensosce
lib/${PKGNAME}/macros/Gensosce.c
+lib/${PKGNAME}/macros/HighLevelPlotting/.cvsignore
+lib/${PKGNAME}/macros/HighLevelPlotting/Makefile
+lib/${PKGNAME}/macros/HighLevelPlotting/Makefile.amk
+lib/${PKGNAME}/macros/HighLevelPlotting/Makefile.mak
+lib/${PKGNAME}/macros/HighLevelPlotting/Plot.sci
+lib/${PKGNAME}/macros/HighLevelPlotting/activateRGBColormap.bin
+lib/${PKGNAME}/macros/HighLevelPlotting/activateRGBColormap.sci
+lib/${PKGNAME}/macros/HighLevelPlotting/addPlot.bin
+lib/${PKGNAME}/macros/HighLevelPlotting/addPlot.sci
+lib/${PKGNAME}/macros/HighLevelPlotting/addPlot3.bin
+lib/${PKGNAME}/macros/HighLevelPlotting/addPlot3.sci
+lib/${PKGNAME}/macros/HighLevelPlotting/axis.bin
+lib/${PKGNAME}/macros/HighLevelPlotting/axis.sci
+lib/${PKGNAME}/macros/HighLevelPlotting/blackbg.bin
+lib/${PKGNAME}/macros/HighLevelPlotting/blackbg.sci
+lib/${PKGNAME}/macros/HighLevelPlotting/bluecolormap.bin
Home |
Main Index |
Thread Index |
Old Index