summaryrefslogtreecommitdiff
path: root/math/scilab
AgeCommit message (Collapse)AuthorFilesLines
2002-09-30Use buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc.jlam1-21/+24
2002-05-25use lang/gcc on arm32. Makes this compile and work on shark.dmcmahill1-1/+7
2002-05-22turn off optimization on one particular fortran file. Fixes a crashingdmcmahill2-1/+23
bug in the scilab function mgetl() which prevents the build from completing correctly. Problem noted in recent sparc bulk build.
2002-03-05enable this on NetBSD>1.5U on alpha since alpha FPC code is now in place.dmcmahill12-16/+190
While here, add some missing headers and squish a LP64 bug. Passes all self tests and all but 2 examples on a 1.5ZA alpha.
2002-02-08Remove spurious `@{un,}exec install-info ...' confirmed by dmcmahill.seb1-3/+1
2001-12-22- fix a bug in the ascii() function noticed on sparc. Patch fromdmcmahill14-8/+241
Serge Steer on comp.soft-sys.scilab - minor man page fixes - make the 'whatis' files used for the online help be lined up in columns which significantly enhances readability - minor fixes to the Makefile fragment for building scilab shared objects. bump rev to scilab-2.6nb2
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Don't copy Xscilab and Metanet-color app-defaults towiz2-9/+3
X11BASE/lib/X11/app-defaults: 1) it's the wrong place if you're using xpkgwedge 2) scilab doesn't look there, but in PREFIX/scilab-2.6/X11_defaults
2001-11-28the distfile has changed. The primary difference is that config.cache isdmcmahill2-9/+8
no longer (erroneously) included. This means the pkgsrc Makefile also no longer needs to delete config.cache as a post-extract step. Fixes PR pkg/14679 from Rafal Boni by applying his patch.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-07-18correct some paths to make this package correctly. problem noted in Hubertsdmcmahill2-7587/+7589
last bulk build.
2001-07-11add a patch to fix a bug in the fft() function where arguments are notdmcmahill3-4/+35
checked correctly. Can cause scilab to crash instead of printing a warning. Patch came from Giuseppe Allodi <Giuseppe.Allodi@fis.unipr.it> posted to comp.soft-sys.math.scilab. bump to 2.6nb1.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-08Update to scilab-2.6dmcmahill21-9089/+9377
Thanks to the scilab folks at INRIA for helping us get rid of 9 more patches! From the CHANGES file: Main Changes Scilab 2.5 -> 2.6 ============================== NEW FUNCTIONALITIES =================== Automatic graphic rescaling when combining 2D plots, axis handling Isometric 3D plots. Thanks to Enrico Segre 3D plots shading. Thanks to Stephane MOTTELET Error messages handling Grep function added Modeless message box added Profiling of functions execution added Real time simulation in Scicos. Thanks to Anders Blomdell Scicos diagram linearization and fixed point computation OTHERS IMPROVEMENTS =================== A more professional licence Input/Output improved (carriage return at the end of the file are not required anymore, OS independent ascii file input, handling of opened files ) More complete mexlib for MatlabV mex interface. Many bug corrected in integer types manipulation API improved, many examples given A better window management under KDE A better plugin interface (help, demos,...) and new Scilab functions for building and loading interfaces. Interactive demos for ODE and DAE solving added Scicos' GUI improved, customizable keyboard shortcuts added Default list, tlist and mlist display can be overloaded It is now possible to draw dashed lines in color. Background now work with postscript driver. Easiest argument passing to plot2d, plot3d,... GIF driver bugs fixed. INCOMPATIBLITY ============== help and scicos palettes handling have changed. Fraclab toolbox has been moved to the contributions part and is no more included in the package The Communication Toolbox (geci) is now obsolete. It will be removed in next release. Use PVM instead.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-6/+10
2000-08-23update pvm depends to 3.4.3dmcmahill1-2/+2
2000-08-17add the "new"dmcmahill1-3/+4
NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} restrictions in place of the old NO_CDROM.
2000-08-17 don't end directory names on @dirrm lines with /hubertf1-119/+119
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLhubertf1-2/+2
2000-07-11Add --with-xaw to configure line to avoid picking up Xaw3d. This pkg doesn'tdmcmahill1-2/+2
need that extra DEPENDS. This addresses PR 10561 filed by moehl@akaflieg.extern.tu-berlin.de
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-04-14fix a bug with the mtlb_load function. This prevented correct operationdmcmahill3-2/+40
on sparcs. Thanks to Serge Steer at INRIA for fixing this bug.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-22- Add a comment about why HOME is overriden during the build process.dmcmahill1-1/+4
- Make sure PVM_ROOT gets set if not already set. This will let bulk builds succeed. In non-bulk environments, this should already be set if pvm is correctly installed.
1999-12-22Update the package from scilab-2.4.1 to scilab-2.5.dmcmahill59-2856/+2777
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.
1999-11-23change depricated RUN_DEPENDS to DEPENDSdmcmahill1-2/+2
1999-11-23add a bunch of NO_CDROM where appropriatehubertf1-2/+2
1999-11-23- Update pvm dependency to new version of pvm (3.4.2)dmcmahill10-102/+130
- a few patches to correctly work with the new version of PVM - Add USE_FORTRAN and remove local selection of the fortran compiler - Change DEPENDS on xless to RUN_DEPENDS (not used for build)
1999-10-20Make scilab always use f2c for compiling the fortran part of the code. Thisdmcmahill7-234/+916
is because the g77 compiled code doesn't work properly on several machine architectures. In particular using g77 on (all 1.4.1 machines): pmax - can't even compile sparc - binary sometimes crashes mac68k - doesn't handle sparc matrices correctly using f2c fixes all these problems.
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-6369/+6369
1999-08-06Be consistent - move the message about "copyright" to the pkg/MESSAGE file.agc2-10/+8
1999-07-09Add package patch checksum files.agc1-0/+48
1999-04-27this pkg needs USE_X11BASE=yes. Fix it. (cleared with maintainer).garbled1-1/+2
1999-04-16fix appdef handlinghubertf1-2/+6
1999-04-06Minor modifications to the English.agc1-1/+1
1999-03-05Update scilab to 2.4.1. This is based on the work provided in pr 6889frueauf67-7920/+8079
by Dan McMahill. It fixes several serious problems for NetBSD/alpha and some for NetBSD/sparc. Thanx for doing the work, Dan!
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1999-01-14Reflect update of f2c.frueauf1-2/+2
1998-11-13pkglint: move NOT_FOR_ARCHS and WRKSRC where it belongs; tr -> {TR}.frueauf1-7/+6
1998-09-22add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to failgarbled1-1/+3
on alpha. There may be more, but I haven't seen them yet.
1998-08-26Automatically append HOMEPAge to DESCR files, and remove homepage URLstsarna1-2/+1
from individual DESCR files that had them.
1998-08-25Addition of scilab-2.4 to the packages collection.agc67-0/+8263
This is from Dan McMahill (mcmahill@mtl.mit.edu) in PR pkg/6034. scilab is a high level scientific math programming environment with graphics. [scilab is HUGE.] The only major thing I changed was the way of creating the PLIST.