Commit graph

57 commits

Author SHA1 Message Date
dmcmahill
2ba8ae4450 obey CFLAGS, FFLAGS, and LDFLAGS on Solaris. Especially the LDFLAGS
lets the linker work right.  No change on non-Solaris systems.
2003-11-01 12:26:21 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
dmcmahill
e4f52fc813 add a few patch files, actually replacements for part of the distfile,
from the authors to fix some bugs in the scicos blocks.  Bump PKGREV to
produce scilab-2.7nb2
2003-09-12 20:46:47 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
dillo
e2400a867b don't define test target directly, use do-test instead 2003-07-12 13:22:16 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
dmcmahill
c490f5a72f delete some .orig files from the install which do not belong there 2003-03-01 02:01:47 +00:00
dmcmahill
e51fac22c6 - fix the tk shared library path to allow the scipad editor to work
- make sure the path is correctly determined for pvm.
- add a --tag= argument to libtool when building fortran code.

This makes all selftests pass on my alpha.
2003-02-24 03:35:29 +00:00
dmcmahill
5b037ff914 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.
2003-02-22 04:31:03 +00:00
jlam
d7b3313d6e Use buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc. 2002-09-30 22:36:08 +00:00
dmcmahill
da57834a77 use lang/gcc on arm32. Makes this compile and work on shark. 2002-05-25 18:47:24 +00:00
dmcmahill
5127d2fbca turn off optimization on one particular fortran file. Fixes a crashing
bug in the scilab function mgetl() which prevents the build from completing
correctly.  Problem noted in recent sparc bulk build.
2002-05-22 10:37:04 +00:00
dmcmahill
0a4fa9dcb2 enable this on NetBSD>1.5U on alpha since alpha FPC code is now in place.
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-03-05 21:05:52 +00:00
seb
d571dd34e3 Remove spurious `@{un,}exec install-info ...' confirmed by dmcmahill. 2002-02-08 10:36:50 +00:00
dmcmahill
c3e589ec47 - fix a bug in the ascii() function noticed on sparc. Patch from
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-12-22 00:03:25 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
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-29 01:12:24 +00:00
wiz
1fbb375d8a Don't copy Xscilab and Metanet-color app-defaults to
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-28 16:52:20 +00:00
dmcmahill
85cd6aa732 the distfile has changed. The primary difference is that config.cache is
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-28 04:21:46 +00:00
zuntum
98cf373d36 Move pkg/ files into package's toplevel directory 2001-11-01 00:32:23 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
dmcmahill
3f8eaee271 correct some paths to make this package correctly. problem noted in Huberts
last bulk build.
2001-07-18 01:14:23 +00:00
dmcmahill
39adad9e53 add a patch to fix a bug in the fft() function where arguments are not
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-07-11 15:16:20 +00:00
agc
fa5c767d84 Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
dmcmahill
0ca3e77ceb Update to scilab-2.6
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-04-08 16:25:27 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
dmcmahill
aeb5bf7bce update pvm depends to 3.4.3 2000-08-23 14:31:47 +00:00
dmcmahill
64e14af333 add the "new"
NO_BIN_ON_CDROM=        ${RESTRICTED}
NO_SRC_ON_CDROM=        ${RESTRICTED}
restrictions in place of the old NO_CDROM.
2000-08-17 21:52:06 +00:00
hubertf
4bf506aa35 don't end directory names on @dirrm lines with / 2000-08-17 01:48:28 +00:00
hubertf
e8ddbdbbfe USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-17 01:47:49 +00:00
dmcmahill
a7bcf518dd Add --with-xaw to configure line to avoid picking up Xaw3d. This pkg doesn't
need that extra DEPENDS.
This addresses PR 10561 filed by moehl@akaflieg.extern.tu-berlin.de
2000-07-11 01:46:30 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
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-06-01 11:23:11 +00:00
dmcmahill
2719c40ee1 fix a bug with the mtlb_load function. This prevented correct operation
on sparcs.  Thanks to Serge Steer at INRIA for fixing this bug.
2000-04-14 17:52:40 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
dmcmahill
defec81127 - Add a comment about why HOME is overriden during the build process.
- 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-22 16:15:45 +00:00
dmcmahill
101584b12c 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.
1999-12-22 13:25:39 +00:00
dmcmahill
4462c6e82d change depricated RUN_DEPENDS to DEPENDS 1999-11-23 16:42:01 +00:00
hubertf
edc2cddf33 add a bunch of NO_CDROM where appropriate 1999-11-23 16:26:12 +00:00
dmcmahill
83150a9211 - Update pvm dependency to new version of pvm (3.4.2)
- 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-11-23 16:12:39 +00:00
dmcmahill
c685d422b8 Make scilab always use f2c for compiling the fortran part of the code. This
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-10-20 13:16:57 +00:00
agc
29656d015f Substitute for ${PKGNAME} when generating the PLIST files. 1999-08-13 14:06:55 +00:00
agc
c53f5c243d Be consistent - move the message about "copyright" to the pkg/MESSAGE file. 1999-08-06 13:45:51 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
garbled
62a0e54195 this pkg needs USE_X11BASE=yes. Fix it. (cleared with maintainer). 1999-04-27 23:56:21 +00:00
hubertf
5b7ac0de30 fix appdef handling 1999-04-16 22:53:51 +00:00
agc
5e550b01df Minor modifications to the English. 1999-04-06 09:48:18 +00:00