Commit graph

550 commits

Author SHA1 Message Date
jtb
ccfc156db5 Add default prefixes for EVAL_PREFIX. Fixes i386 bulk build problem. 2001-05-03 01:06:32 +00:00
jtb
1d5f660add Build and install the PIC and profiled version libraries. 2001-05-01 02:13:23 +00:00
dmcmahill
e4cf0afce0 be consistent about obeying PKG_FC. (don't hardcode f77). Fixes problems
when f2c-f77 is used.
2001-05-01 01:21:10 +00:00
jtb
a394cf9c21 Regen. Fixes i386 bulk build problem. 2001-04-30 14:51:20 +00:00
jtb
9734e4333f Update of tochnog to 20010429. Changes unknown. Move to SHA1 checksums. 2001-04-29 16:17:50 +00:00
jtb
a42e5d6e58 Fix typo. 2001-04-29 01:15:06 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
jtb
d86de86589 Back out previous change. 2001-04-28 01:20:35 +00:00
jtb
c0e6026286 Fix man page installation oddity causing i386 bulk build leftover. 2001-04-28 00:32:28 +00:00
jtb
8963b134c6 s/p5-/p5-Math/g 2001-04-27 23:19:36 +00:00
jtb
cbb866014d Reimport of p5-MatrixReal as p5-Math-MatrixReal. 2001-04-27 23:18:11 +00:00
jtb
ee3b8857e8 Reimport of p5-Interpolate as p5-Math-Interpolate. 2001-04-27 23:17:22 +00:00
jtb
fec180220c Reimport of p5-BigInteger as p5-Math-BigInteger. 2001-04-27 23:16:31 +00:00
jtb
0add1997de Removing p5-* packages to reimport with the default name p5-${DISTNAME}.
So,  p5-Interpolate will be reimported as p5-Math-Interpolate, etc.
2001-04-27 23:14:17 +00:00
jtb
6d13a44dda Add and enable linpack. 2001-04-27 22:58:13 +00:00
jtb
eb4df46948 Initial import of linpack.
LINPACK is a collection of Fortran subroutines that analyze and solve
linear equations and linear least-squares probles.  The package solves
linear systems whose matrices are general, banded, symmetric
indefinite, symmetric positive definite, triangular, and tridiagonal
square.  In addition, the package computes the QR and singular value
decompositions of rectangular matrices and applies them to
least-squares problems.  LINPACK uses column-oriented algorithms to
increase efficiency by preserving locality of reference.

LINPACK was designed for supercomputers in use in the 1970s and early
1980s.  LINPACK has been largely superceded by LAPACK which has been
designed to run efficiently on shared-memory, vector supercomputers.
2001-04-27 22:57:30 +00:00
jtb
18079c52b7 Add a patch to configure so that it correctly determines the way
the Fortran compiler mangles function names.  Don't delete the
libtool .la file after installation -- they might be useful for something.
2001-04-27 22:22:22 +00:00
jtb
a1417e24b9 Respect CFLAGS. This seems to work okay with default optimization. 2001-04-25 23:35:30 +00:00
jtb
ed13d53eb4 Update to tela-1.32.
BUG FIXES

- t-functions using ellipsis argument (...) crashed Tela (this was due to the
  "deep" copy object array feature introduced in previous version 1.31, cure
  was to introduce another internal type KShallowObjectArray which is now used
  in Tprg::execute() in prg.C)
- memory leak in object arrays (object.C:Tobject::setsize, deep clear was missing)
  (also this bug existed only in version 1.31, not before, because object array
  semantics was changed from shallow copy to deep copy in 1.31).

USER-VISIBLE CHANGES

- new diag() function contributed by Ch.Spiel which allows a second input argument
  specifying the super- or sub-diagonal (the default zero meaning the main diagonal),
  this function is compatible with Matlab's and also compatible with the old diag()
  function (std.ct)
- added global symbol NaN if compiler supports NaN's (ieee754.h header is present and working) (tela.C)
2001-04-24 23:43:02 +00:00
jtb
fd9c81bc7b Delete make rule for parse.cc. Add missing file to PLIST. 2001-04-22 23:49:55 +00:00
jtb
a22b4f101c Bad patch. 2001-04-22 23:16:09 +00:00
jtb
8cfa3a48dc Remove "xstopx.f" and "dostop.c" from libcruft/misc. They've been deprecated
and cause problems if left.

Touch "parse.cc" and "parse.h" so that they won't get remade. (The configure
script doesn't detect bison correctly anyway).

Remove a duplicate entry from PLIST.

Make it work with the readline currently in pkgsrc.
2001-04-22 22:58:47 +00:00
jtb
6666e45e3c Update PLIST. 2001-04-22 20:33:27 +00:00
jtb
23ec891d4b Update of octave-current to 2.1.34.
2001-04-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* octMakefile.in (CONF_DISTFILES): Remove config.h.bot from the list.

2001-04-19  David Livings <david.livings@asa.co.uk>

	* Makeconf.in (mk-libdir-link): Omit check for $(octlibdir)/octave
	existing as a directory.

2001-02-28  Albert Chin-A-Young  <china@thewrittenword.com>

	* configure.in: Check for getpwnam in libsun only after checking
	default libraries first.  Check for gethostname in libsocket only
	after checking default libraries first.

2001-02-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* configure.in: Allow for using f2c when setting functions to look
	for in the BLAS and Lapack libraries.
	From Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at>.

2001-02-10  Mumit Khan  <khan@nanotech.wisc.edu>

	* test/octave.test/string/dec2hex-1.m: Don't assume hex format
	produces lower case letters.

2001-02-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* acconfig.h: Merge contents of config.h.bot.
	* config.h.bot: Delete.

	* autogen.sh: Allow running of autoconf or autoheader to be skipped.

2001-02-06  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* readline: Update to new version (4.2-beta1).

2001-02-05  Mumit Khan  <khan@nanotech.wisc.edu>

	* configure.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): New variables.
	* Makeconf.in (TEMPLATE_AR, TEMPLATE_ARFLAGS): Likewise.

	* configure.in (XTRA_CXXFLAGS): Use -fno-implicit templates for
	pre-gcc3 compilers. Remove -fno-rtti and -fno-exceptions.
	(DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New macros.
	(BLAS_LIBS): Fix test for sunperf library on Sun Solaris.
	(CPICFLAG, CXXPICFLAG, FPICFLAG, SH_LDFLAGS, RLD_FLAG): Add Sun
	compiler support.
	* Makefile.in (DEPEND_FLAGS, DEPEND_EXTRA_SED_PATTERN): New
	variables.
	(%.d : %.cc): Use.
	(%.d : %.c): Likewise.
	* acconfig.h (CXX_ISO_COMPLIANT_LIBRARY): Add #undef.

2001-01-31  Mumit Khan  <khan@nanotech.wisc.edu>

	* Makeconf.in (%.d : %.cc): Strip the directory portion of the
	target.
	(%.d : %.c): Likewise.

	* aclocal.m4 (OCTAVE_CXX_ISO_COMPLIANT_LIBRARY): New macro.
	* configure.in: Use it.

2001-01-29  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makeconf.in (do-subst-config-vals): Substitute
	OCTAVE_CONF_CANONICAL_HOST_TYPE here too.
	* octave-bug.in: Substitute OCTAVE_CONF_CANONICAL_HOST_TYPE, not
	OCTAVE_CANONICAL_HOST_TYPE.
2001-04-22 20:23:01 +00:00
jtb
0628e0b0ff Only install the include files once. 2001-04-22 20:15:46 +00:00
dmcmahill
9fb138929a fix one more instance of __alpha__ being used as a test for OSF. 2001-04-19 15:10:35 +00:00
agc
fa5c767d84 Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
dmcmahill
f9f48957e4 make sure this configures and builds correctly with either f77 or f2c. 2001-04-19 03:03:24 +00:00
dmcmahill
557da03a48 MAIN__ need to be undefined during some of the fortran configure tests
or valid programs will fail with link problems.
2001-04-19 00:25:23 +00:00
dmcmahill
021e3766d1 __alpha__ doesn't imply OSF so doen't include OSF specific code based
on __alpha__.
2001-04-19 00:13:14 +00:00
dmcmahill
452cd3aa7e fix quotes for including bsd.pkg.mk 2001-04-18 19:52:17 +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
jtb
67890d4f0c Add and enable dcdflib.f 2001-04-17 00:20:41 +00:00
jtb
1a26416ca6 Initial import of dcdflib.f.
This library contains routines to compute cumulative distribution
functions, inverses, and parameters of the distribution for the
following set of statistical distributions:

    (1) Beta
    (2) Binomial
    (3) Chi-square
    (4) Noncentral Chi-square
    (5) F
    (6) Noncentral F
    (7) Gamma
    (8) Negative Binomial
    (9) Normal
    (10) Poisson
    (11) Student's t
    (12) Noncentral t

Given values of all but one parameter of a distribution, the other is
computed.  These calculations are done with FORTRAN Double Precision
variables.
2001-04-17 00:19:57 +00:00
jtb
a6987cfda3 Use teTeX-[0-9]* in BUILD_DEPENDS as teTeX-* expands to a number of packages.
pari.el only works for GNU Emacs.
2001-04-16 15:43:55 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
jtb
435c372b9d Use BSD_INSTALL_* in preference to passing INSTALL_* through MAKE_ENV. 2001-04-13 00:45:04 +00:00
jtb
c22f2d8f88 Add a _c suffix to library names , ie. "libdcdflib_c", to allow simultaneous
installation of C and Fortran versions.  Suggested by Hubert a while back.
Bump up version no.
2001-04-12 23:59:32 +00:00
drochner
df0e84a58f remove unnecessary patches. I'm sure I had cvs rm'd them before the
last commit.
2001-04-09 11:52:58 +00:00
drochner
87379daf3b update to 19.0.0
Didn't find a changelog. At least the build glitches are gone.
2001-04-09 11:50:51 +00:00
jtb
98e0d4f1f1 s/f2c/g2c/ 2001-04-09 04:09:48 +00:00
jtb
8be19b0095 Add MAIN__ to the tela.C file instead of creating a new file. 2001-04-09 03:55:20 +00:00
jtb
2e47ee500c Add a dummy MAIN__ function to eliminate references to undefined symbols
when linking with a shared libf2c.
2001-04-09 03:09:11 +00:00
jtb
8fce78ee75 Added defaults for EVAL_PREFIX. 2001-04-08 22:53:14 +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
jtb
902884ca25 Add some -Wl,-R because the f2c package builds shared libraries now. 2001-04-07 20:44:13 +00:00
wiz
349f4ef92a Remove CONFLICT with octave-2.* since they have the same PKGNAME.
Replace file by f for fewer pkglint warnings.
2001-04-02 18:43:15 +00:00
dmcmahill
574eeb533a fix broken shell script. Its [ "$foo" = "$bar" ] not [ "$foo" == "$bar"]. 2001-04-01 16:04:24 +00:00
dmcmahill
6229897ab1 add missing entry. Now the binary package actually will contain something. 2001-04-01 15:53:14 +00:00
jtb
6939c69b5f d1mach.f i1mach.f and r1mach.f should be compiled without optimization. 2001-03-31 18:21:33 +00:00
jtb
102ed1c492 Note that the tests run during configuration should not be optimized. 2001-03-31 18:18:58 +00:00
jtb
24fa8425a9 Otter doesn't respect CFLAGS because -O2 optimization causes the program
to malfunction.  While here, change COMMENT to "Automated Deduction System".
2001-03-31 18:10:47 +00:00
jtb
a9668a7762 Updated to py-Scientific-2.2.
2.1.5 --> 2.2
-------------

Bug fixes:

- The sign convention for rotation angles was not correctly applied
  in Scientific.Geometry.Transformation and Scientific.Geometry.Quaternions.
  Everything was consistent, but with the wrong sign.

Improvements:

- Scientific.IO.PDB can handle a larger range of variant formats for DNA

New features:

- New module Scientific.Visualization.VPython.

- Scientific.IO.TextFile also handles bzip2 compressed files
  (extension .bz2). This only works if bzip2 is installed.


2.1.4 --> 2.1.5
---------------

New features:

- Scientific.TkWidgets.TkPlotCanvas:
  - Popup menu on right button
  - Value display on middle button
  - HorizontalLine, VerticalLine objects

Modifications:

- MPI interface no longer assumes that MPI_Op and MPI_Datatype are
  integers (they aren't in LAM, for example).


2.1.3 --> 2.1.4
---------------

New features:

- New MPI functions implemented by Jakob Schiotz:
  - nonblocking send and receive
  - abort
  - reduce and allreduce

Modifications:

- The Python interpreter lock is released during calls to the netCDF
  library, permitting other threads to continue during I/O operations.
  An internal lock has been added to prevent reentrant calls to the
  netCDF library, which is not thread safe.
  (If you don't understand any of this, you shouldn't care, it has
  no consequences unless you use threads.)
- Methods receive and receiveString on MPI communicator objects
  can be called without source and tag arguments (defaults to None).


Bug fixes:

- The compilation script did not work correctly for MPI support


2.1.2 --> 2.1.3
---------------

New features:

- Some small utility widgets have been added to Scientific.TkWidgets.
  They are not particularly "scientific", but not worth the effort
  of a separate distribution.

Bug fixes:

- The abs() function didn't work on DerivVar objects (modules
  Scientific.Functions.Derivatives and Scientific.Functions.FirstDerivatives)
  with negative values.

- The method projectionOf in Scientific.Geometry.Objects3D.Plane was
  wrong.


2.1.1 --> 2.1.2
---------------

Installation:

- The mpipython executable is compiled using 'mpicc', which should simplify
  installation significantly because all library specifications are
  automatically taken into account. In other words, MPI support should
  work on all platforms without any modifications to the Setup file.
  (Thanks to Jakob Schiotz for this suggestion!)

- Some 'extern' declarations were changed to 'staticforward' to please
  some compilers.

Documentation:

- the documentation for the methods receive and receiveString were
  wrong.


2.1.0 --> 2.1.1
---------------

Bug fixes:

- The upper bound for MPI message tags was not treated correctly,
  leading to a bound of zero on some platforms.

Modifications:

- The methods sendArray and sendString were combined into a single
  method send.

- broadcastArray was renamed to broadcast, shareArray was renamed to share,
  receiveArray was renamed to receive. The only function that retains
  a data type indication is receiveString.


2.0.1 --> 2.1.0
---------------

Additions:

- MPI interface in Scientific.MPI
2001-03-30 22:23:07 +00:00
jtb
aa77257dfb Make the configure script recognize NetBSD and report accordingly
(instead of giving "system: unknown").  This is just cosmetic.
Add a dependence on f2c.
2001-03-30 00:12:01 +00:00
wennmach
361599b98c Added CONFLICTS to octave-2.1.* 2001-03-29 21:21:36 +00:00
wennmach
e3361d6162 Added BUILD_DEPENDS to teTeX. Removed some blanks from PLIST.
Noted by Hubert Feyrer.
2001-03-29 21:19:39 +00:00
jtb
03f862678a Fix typo which caused i386 bulk build problem.
mpich->=1.2.1 becomes mpich>=1.2.1 .
2001-03-29 01:00:10 +00:00
jtb
0a41a49db8 Add a patch-sum. 2001-03-28 21:54:50 +00:00
jtb
e1791dde38 Updated to gsl-0.7.
* What is new in gsl-0.7:

** Linux/PowerPC should now be well supported.

** Header files for common physical constants have been added.

** Functions linear and nonlinear regression in one or more dimensions
are now available.

** Vector and matrix views now have access to the address of the
underlying block for compatibility with VSIPL (www.vsipl.org).

** There is a new library for generating low-discrepancy quasi-random
sequences.

** The seeding procedure of the default random number generator
MT19937 has been updated to match the 10/99 release of the original
code.  This fixes a weakness which occurred for seeds which were
powers of 2.

** The blas library libgslblasnative has been renamed libgslblas to avoid
confusion with system blas library
2001-03-28 21:49:41 +00:00
tron
db1572c439 Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
2001-03-28 12:16:18 +00:00
drochner
306d767e70 tolerate t1lib>=1.0.1 in preparation for an update 2001-03-28 11:26:09 +00:00
wennmach
bdb0983563 First round of changes:
o add @exec/@unexecinstall-info directives to PLIST
o slightly change the path's for the documentation
    (share/doc/octave instead of share/octave/doc etc.)
o install html docs into share/doc/html/octave
2001-03-27 20:15:02 +00:00
wennmach
466ca56cab Add and enable octave-current 2001-03-27 12:10:24 +00:00
wennmach
1a09796e7a Initial import of octave-current (octave-2.1.33), a high-level language
primarily intended for numerical computations.

Submitted in PR 9851 by Adam Ciarcinski, updated by Adam and by myself.
2001-03-27 12:06:55 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
jtb
fbf3f55fab Changed the build process to work with the recently updated mpi-ch package
which installs its parts in locations different to the previous version.
2001-03-25 21:43:02 +00:00
wiz
5494a4a377 gnuplot>=3.7 2001-03-22 13:30:58 +00:00
jtb
7d9e439ffa Don't build a shared library on Alpha. The configuration process currently
isn't able to correctly determine when/how to build a shared library
on a NetBSD system.  Fixes Alpha bulk build problem.
2001-03-20 13:49:34 +00:00
tron
cbfdadd52f Add missing "USE_LIBINTL= YES" to get "locale" files into the correct
directory.
2001-03-19 13:23:43 +00:00
mjl
d6154b216e Update to 0.64. The 1110(!) changes listed in the ChangeLog seem
to be bug fixes mostly, plus a couple of new features:

* Release 'Mini-Morten' -- a cute little thing of
	about 3k She leaks, though. (Congratulations !)
* Reworking plugin architecture to support JIT loading
* Improve scrollbar and enable optional live scrolling
* Add a sample implementation of python based scripting
	The API is written in sand so don't get comfortable
* Enable indent from left and right
* Persist sheet prefs
2001-03-18 03:05:07 +00:00
jtb
0d8a8c9385 Updated to tela-1.31.
Version 1.31 (Released 8 Mar 2001)
----------------------------------

USER-VISIBLE CHANGES

- copying an object array (see help voids) is now "deep" copy rather than "shallow" copy.
  This means that when an object array is assigned to another variable, a completely new
  copy is made (before, only the first array level was copied). Mostly this won't affect
  you at all because (1) you are using object arrays only if you are using voids() in some
  phase in your program, (2) if you are, then you are probably using only single-level
  object array. The old behaviour was simply stupid. Object arrays are a crude but working
  mechanism for using heterogeneous combined types in Tela; the only relevant function
  (in the present Tela version) is voids(), which acts as a constructor for such things.
  Thanks to Ch. Spiel for suggesting this change (object.C).
- quit() and exit() now accept input argument (the exit value) (std.ct)
- sort() function now accepts second input argument (user-defined comparison function) (std.ct)
  (old function still available as sort_old in case of problems).
- slight change in semantics of --shared option for telakka (telakka.in)
The above were contributed by Christoph Spiel <cspiel@hammersmith-consulting.com>

- added incomplete gamma and beta functions (specfun.t)
  (specfun.t not autoloaded, but after source("specfun.t") functions are available).
- added function polymul and added polyadd,polymul to autoload (poly.t,telainit.t)
- added function applyfilter (numerics.ct)
- added functionwise profiling option (tela -p) (tela.C,prg.C)

BUG FIXES

- doing dot product (**) of two zero-length integer vectors produced a LAPACK error message
  and Tela quit (la.ct)
- tree.C:DeleteObjects() accessed memory after it being freed, which however did not cause
  any problems in practice (unless using malloc debug libraries), but is anyway now fixed

INTERNAL CHANGES

- Some modernizations in configure script (e.g., now tries to link with
  libatlas by default instead of libblas if available) (configure.in)
2001-03-09 00:32:16 +00:00
wiz
6f65354d8e regen 2001-03-08 10:21:34 +00:00
jtb
1a56635ec8 Add and enable pari. 2001-03-07 20:58:25 +00:00
jtb
694e3c12e0 Initial import of pari.
PARI-GP is a package which is aimed at efficient computations in
number theory, but also contains a large number of other useful
functions.  It is somewhat related to a Computer Algebra System, but
is not really one since it treats symbolic expressions as mathematical
entities such as matrices, polynomials, series, etc..., and not as
expressions per se.  However it is often much faster than other CAS,
and contains a large number of specific functions not found elsewhere,
essentially for use in number theory.

This package can be used in an interactive shell (GP) or as a C/C++
library (PARI). It is free software, in the sense of freedom AND 'free
of charge'.
2001-03-07 20:57:48 +00:00
wiz
a94c42ad1d Sort. 2001-03-07 15:54:26 +00:00
drochner
cde17b3b1e update to 17.3.0
For a changelog, I didn't find more than:
Numeric 17.3.0 is intended to be the last release before adding
capabilities supported by Python 2.1. This is a routine catch-up to CVS
release.
2001-03-07 14:33:40 +00:00
jtb
28d15231cb Put @PREFIX@ back here instead of `/usr/pkg'. 2001-03-04 17:15:19 +00:00
tron
5382bbe7c6 Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
2001-03-04 09:06:09 +00:00
toshii
f2bbbdc707 Add an info dir entry for fftw.info. 2001-03-03 07:33:46 +00:00
jtb
67d7050944 Install the man pages. Changed "Xemacs" to "Emacs" in menus, since it
runs `emacs'.
2001-03-01 21:16:52 +00:00
jtb
c5c0c12a90 Really fix the previous problem. 2001-03-01 02:21:11 +00:00
jtb
ca3da75ed9 Correct the location of the ctpp' preprocessor in the telakka' script. 2001-03-01 01:48:26 +00:00
jtb
b10958c951 "modern (1994) workstations" -> "modern workstations". 2001-02-28 22:47:28 +00:00
jtb
4e60a3f3ab Add and enable tela 2001-02-28 22:34:54 +00:00
jtb
862b2d7455 Initial import of tela:
Tela (TEnsor LAnguage) is a scientific computing language and
environment. It is mainly targeted for prototyping large-scale
numerical simulations and doing pre- and postprocessing for them, and
it replaces a compiled language like C++ or Fortran in this
respect. The feature set is therefore biased to operations needed in
partial differential equation solvers. A relatively complete graphics
is included via a separate program (PlotMTV). Tela uses HDF format as
native save/load format. It can also read/write Matlab binary files
and some ASCII files.

Tela is generally 2-4 times faster than Matlab, the extremeties
encountered so far are 0.9-11.  Even though Tela is mainly a
prototyping and development environment, modest-size 2D simulations
can be run in modern (1994) desktop workstations while preserving
"interactive" response times. Only large 2D or 3D simulations must
usually be coded in C or Fortran and run on supercomputers.
2001-02-28 22:34:05 +00:00
jtb
cb1250e727 Use "bsd.lib.mk" instead of libtool. 2001-02-27 18:42:05 +00:00
jlam
3ee88936ba Add NOT_FOR_PLATFORMS=*-*-alpha as R requires IEEE math. Information
gleaned from port-alpha mailing list posting by Paul Mather
<paul@gromit.dlib.vt.edu> in:

	http://mail-index.netbsd.org/port-alpha/2001/02/14/0004.html
2001-02-26 15:01:43 +00:00
jtb
7cb980a534 Fixed typo. Tidied up the Makefile. Don't bother running the tests. 2001-02-25 22:14:19 +00:00
jtb
1896f777b3 Update the homepage. General face-lift. 2001-02-25 21:40:21 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
jtb
bed225bfb8 Fix linking phase of build. I thought I fixed this but must have
missed this change the last time around. Fixes i386 bulk build trouble.
2001-02-21 20:31:59 +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
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
jtb
cd26e5cf8d I missed adding these back. 2001-02-15 18:16:56 +00:00
jtb
8381fbf041 Append _rlab to the libraries to prevent linking with incompatible
versions (which may already be installed). Fixes i386 bulk build problem.
2001-02-15 18:14:35 +00:00
jtb
178474ea30 The distfiles seem to have changed. 2001-02-14 02:48:39 +00:00
jtb
e0d1d7adf1 Removed some cruft. Use plplot_linkage to find the location of
plplot/tcl/tk/x11. New variables RLAB_USE_SUPERLU, RLAB_PAGER.
2001-02-11 23:06:02 +00:00
jtb
c2b9b93470 Fix one further problem. 2001-02-10 22:17:35 +00:00
veego
0f2f41f79e Fix the MASTER_SITE and regen the checksum for tn.tar.gz which seems to
have changed today, but the last commit only changed the dates and not the
md5.
2001-02-10 21:37:05 +00:00
jtb
c7315c5709 Regenerate checksum. Keep the lines in the Makefile within column 70. 2001-02-10 18:13:57 +00:00
jtb
d9cadfc845 Add and enable admesh 2001-02-10 04:45:36 +00:00
jtb
df44a99127 Initial import of admesh:
Program for processing triangulated solid meshes
2001-02-10 04:44:57 +00:00
jtb
111bbed8af Add and enable tochnog 2001-02-10 04:31:30 +00:00
jtb
0d19270043 Initial import of tochnog:
Finite Element Analysis Program
2001-02-10 04:30:48 +00:00
jtb
4756e915c9 Add and enable p5-Interpolate 2001-02-10 04:22:56 +00:00
jtb
57fd00ad40 Initial import of p5-Interpolate:
This module contains several useful routines for interpolating data
sets and finding where a given value lies in a sorted list.
2001-02-10 04:22:11 +00:00
jtb
08cb5e0df9 Add and enable metis. 2001-02-10 04:19:17 +00:00
jtb
6216dc74db Initial import of metis:
METIS is a family of programs for partitioning unstructured graphs and
hypergraphs and computing fill-reducing orderings of sparse matrices.
The underlying algorithms used by METIS are based on the
state-of-the-art multilevel paradigm that has been shown to produce
high quality results and scale to very large problems.  It is
available both as a set of stand-alone programs and as a library.
2001-02-10 04:18:37 +00:00
jtb
9d439a0211 Add and enable p5-BigInteger 2001-02-10 04:13:28 +00:00
jtb
9a2e92ab8c Initial import of p5-BigInteger:
Arbitrary length integer extension module for Perl
2001-02-10 04:12:39 +00:00
wiz
b095aa245f Remove a MASTER_SITE, fix path on a second one, and tell mv we're sure. 2001-02-08 15:59:53 +00:00
wiz
750ee12528 Try to be backwards compatible in readline emulation usage for older
versions of NetBSD.
2001-02-08 15:50:20 +00:00
wiz
a8be8c260c Add and enable capc-calc 2001-02-08 10:27:49 +00:00
wiz
4eff26eac9 Initial import of calc (renamed to capc-calc because of existing calc
package): C arbitrary precision calculator
Requested by Chuck Cranor.
2001-02-08 10:25:54 +00:00
jtb
f7a6d4f0f6 Use bsd.lib.mk for building shared libs. 2001-02-08 06:10:40 +00:00
jtb
19168c929f Use generic BSD build system for making shared libraries. (No more libtool). 2001-02-08 06:01:05 +00:00
jtb
4783f08e10 Add and enable p5-MatrixReal 2001-02-07 22:36:25 +00:00
jtb
4f3fb8b07e Initial import of p5-MatrixReal:
Perl module for performing operations on real matrices
2001-02-07 22:35:39 +00:00
fredb
f8363e87f7 Fix a few more paste-o's. 2001-02-07 05:16:39 +00:00
jtb
34c556e0ef Add and enable udunits. 2001-02-07 04:32:35 +00:00
jtb
e3e1abfdd7 Initial import of udunits:
Library and program for manipulating units of physical quantities
(There is also a Perl module, but that doesn't fit in 70 characters).
2001-02-07 04:31:39 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
fredb
46a9e2c3de Make that "autoreconf" -- there is no "autoremake". 2001-02-06 03:16:56 +00:00
jtb
1be1dd575d Fix problem with patch noticed in Alpha bulk build. 2001-02-05 21:38:13 +00:00
jtb
c96d34af68 Fix a PLIST problem noticed in Alpha bulk build. 2001-02-05 21:21:44 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
jtb
906023fd32 Don't forget to copy the Makefile into ${WRKSRC}. 2001-02-02 02:21:25 +00:00
jtb
a8464db52e Enable the use of the SuperLU library for RlaB. 2001-02-02 02:06:43 +00:00
jtb
2102c3418c Add and enable superlu. 2001-02-02 01:24:57 +00:00
jtb
7afe95e883 Initial import of superlu:
ANSI C routine library for the solution of sparse linear systems
2001-02-02 01:24:09 +00:00
jtb
fc38234e92 Don't build shared Fortran libraries. They're too problematic.
Strictly numerical libraries, like fftpack, work fine, but some
which make use of Fortran I/O have problems resolving symbols.
This is a known problem with g77/f2c.
2001-02-02 00:23:49 +00:00
jtb
afc80f1b2d Add and enable lapack. 2001-02-01 23:32:03 +00:00
jtb
131b71fb8f Initial import of lapack:
Linear Algebra PACKage
2001-02-01 23:30:56 +00:00
jtb
6cb4974b73 Allow use of pgraf. Executable script is now rlab' instead of rlab2'.
Changed man page to reflect this. Fixed some PLIST trouble.
2001-02-01 04:44:49 +00:00
jtb
bdbd637c23 Addded missing AC_DEFINE(HAVE_RLAB_PLPLOT). Fixed include path problem. 2001-01-31 12:42:14 +00:00
jtb
8aaa2e8eb9 Regenerate patch-sum. Change COMMENT:
Matrix oriented, interactive programming environment
2001-01-31 07:54:47 +00:00
jtb
babb80c7a4 Add and enable rlab. 2001-01-31 07:31:42 +00:00
jtb
504be27e54 Initial import of Rlab:
Interactive, interpreted scientific programming environment
2001-01-31 07:30:25 +00:00
jtb
e121cd89c7 Add and enable py-Scientific. 2001-01-30 02:03:40 +00:00
jtb
489b39e572 Initial import of new py-Scientific package:
Python modules for scientific computing
2001-01-30 02:01:43 +00:00
jtb
e34ad47834 Needs gmp>=3.1.1 2001-01-29 21:45:43 +00:00
jtb
7a50d29e2f Removed cast to long. 2001-01-29 21:43:14 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
jtb
94f299c7aa Regen. 2001-01-29 06:59:01 +00:00
jtb
e3fdc4dda6 Use GMP as the primary long integer package. 2001-01-29 06:53:28 +00:00
jtb
29de9e68e8 Add and enable dcdflib.c 2001-01-29 06:14:53 +00:00
jtb
45353a8aa4 Initial import of new dcdflib.c package:
Library of C Routines for Cumulative Distribution Functions
2001-01-29 06:13:54 +00:00
jtb
398d812b4c Don't override CFLAGS. Use BSD_INSTALL_*. 2001-01-29 05:46:57 +00:00
jtb
5182bc3a7d Updated Aribas to version 1.20.
Changes from former versions of ARIBAS to the present version:

V1.14 (April 1999) to V1.20 (Jan. 2001)
-   floating point precision can be set up to 4096 bits (over
    1200 decimal places); former limit was 192 bits

-   bugfix in function mem_byteswap()

-   make_unbound(user) unbinds all user defined functions

-   new function max_intsize(); returns maximal number
    of decimal places of an integer
2001-01-28 05:44:51 +00:00