Commit graph

666 commits

Author SHA1 Message Date
dmcmahill
da57834a77 use lang/gcc on arm32. Makes this compile and work on shark. 2002-05-25 18:47:24 +00:00
markd
3aafc4760f Reorder PLIST so pkg_delete works cleanly 2002-05-24 13:24:36 +00:00
markd
ac6b16707a Add dependency on scrollkeeper to reliably have .omf files created and
so add share/omf/gnumeric/gnumeric-C.omf back to the PLIST
2002-05-24 13:19:33 +00:00
hubertf
da0b6d62bb move @exec down so %D is defined 2002-05-23 19:12:17 +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
wiz
6da7db5282 regen (checksum mismatch for patch-aa) 2002-05-21 11:18:11 +00:00
cjep
7b2dd08919 Mark this package as broken for arm32. The package does not build due
to an internal compiler error, even with gcc-2.95.3:
genbet.f:247: internal error--unrecognizable insn:
(insn 56 54 57 (set (reg:SF 1 r1)
        (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291])) -1 (nil)
    (expr_list:REG_EQUAL (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291])
        (nil)))
2002-05-20 23:53:49 +00:00
cjep
829655b2be Fix up distinfo to reflect last change to patches. 2002-05-20 18:16:41 +00:00
cjep
d7ad712b60 Add NetBSD tag. Fix NetBSD tag in patch-ad. 2002-05-20 18:16:01 +00:00
mjl
00179c5f9b Update guppi to 0.40.3
Changes are lots of bug fixes and removal of the dependency on python.
Also enable gnumeric support so the graphing functions in gnumeric actually work.
2002-05-15 20:44:15 +00:00
jtb
f747b0f042 Use REPLACE_BUILDLINK on the `telakka' script. 2002-05-14 00:37:04 +00:00
dmcmahill
b44b62bb7e update to grpn-1.1.2nb1
adds several constants found in science and engineering:
  - 'k'  Boltzmanns constnat
  - 'q'  Electron charge
  - 'e0' Free space permitivity
  - 'mu0'Free space permeability
  - 'c'  Free space speed of light.
2002-05-12 23:21:53 +00:00
jtb
95fcf34e78 Add and enable euler. 2002-05-04 01:49:52 +00:00
jtb
199b36e6f2 Initial import of euler.
EULER  is  a program for quickly and interactively computing with real
and  complex  numbers and matrices, or with intervals, in the style of
MatLab,  Octave,...  It can draw and animate your functions in two and
three dimensions.

Euler features :
  * real, complex and interval scalars and matrices,
  * a  programming  language, with local variables, default values for
    parameters, variable parameter number, passing of functions,
  * two and three dimensional graphs,
  * marker plots,
  * density and contour plots,
  * animations,
  * numerical integration and differentiation,
  * statistical functions and tests,
  * differential equations,
  * interval methods with guaranteed inclusions,
  * function minimizers (Brent, Nelder-Mean),
  * Simplex algorithm,
  * interpolation and approximation,
  * finding roots of polynomials,
  * Fast Fourier transform (FFT),
  * an exact scalar product using a long accumulator,
  * Postscript graphics export
2002-05-04 01:49:09 +00:00
jtb
3c71cce0c1 Add and enable algae. 2002-05-04 01:10:45 +00:00
jtb
0010661e2c Initial import of algae.
Algae is an interpreted language for numerical analysis.  Algae
borrows ideas from languages like MATLAB, APL, and C, but it was
developed in response to a need for a free, efficient, and versatile
high-level language with large problem capability.
2002-05-04 01:10:02 +00:00
jtb
142a7dae3b Update to version 1.34. Changes since 1.32:
- The function whos() didn't work in the previous release,
  for which reason there is this early bug fix release now.

- Since introduction of KShallowObjectArray in 1.32, I forgot to
  increase the constant 12 to 13 in #define pair(ka,kb) ... in
  objarithm.C. Result: E.g., 2/x where x is undefined did not produce
  error message but silently evaluated to 0. There could be other much
  more obscure errors also. Now the constant 12 is no longer
  hard-coded but is defined to be int(Kundef)+1. This works as long as
  Kundef remains the last in enum Tkind (object.H).  There is comment
  telling it...  - in tela.C:FindMachineNan(), using switch()
  statement can cause compile-time error due to duplicate case labels,
  fixed now by rewriting switch() as nested if's (tela.C)
  (This is in code segment that was put in tela only in the previous
  release.)

- some changes to allow compilation with gcc-3.0 (contributed by Ch. Spiel)
2002-05-03 23:32:12 +00:00
jtb
6c84e5b562 Add buildlink infrastructure. 2002-05-03 22:59:53 +00:00
jtb
f34c1a55ba Add buildlink infrastructure. 2002-05-03 22:44:04 +00:00
jtb
9246be9e38 Update to version 1.1.1. From the NEWS file:
* What is new in gsl-1.1.1:

** Fixes to histogram2d stat functions

** Added missing prototypes for complex LU determinant functions

** Improved error handling in multifit routines

** Added check to avoid division by zero for rank-deficient matrix in
multifit iteration

* What was new in gsl-1.1:

** The permutation module now includes a copy function
gsl_permutation_memcpy

** The implementation of gsl_sf_gamma_inc has been improved and now
avoids problems caused by internal singularities which occurred in the
series expansion for some combinations of parameters.

** IEEE comparisons of infinities and NaNs are tested during the
configure stage and the functions gsl_isnan, gsl_isinf and gsl_finite
are only compiled on platforms which support the necessary tests.

** The histogram routines now include a sum function,
gsl_histogram_sum for computing the total bin sum, and additional
statistics functions for 2d histograms.

** Internal error checking of user-defined functions has been improved
in the multiroots functions.

** Constants now include the Bohr Radius and Vacuum Permittivity.

** Range checking is now turned off when building the library, but is
still on by default when compiling user applications.

** A combinations directory has been added for generating combinations (n,k).

** The gamma function now returns exact values for integer arguments.

** Fixed bugs in gsl_sf_hyperg_1F1_int and gsl_sf_hyperg_1F1.

** Fixed internal error handling in gsl_sf_laguerre_n to allow
recovery from overflow.

** Several routines for handling divided difference polynomials have
been added to the poly/ directory.

** The interpolation routines now include polynomial interpolation,
based on divided-differences.

** Added new random number generators from Knuth's Seminumerical
Algorithms, 3rd Edition: borosh13, coveyou, fishman18, fishman20,
fishman2x, knuthran, knuthran2, lecuyer21, waterman14.

** Changed divisor in random number generator gfsr4 from 2^32-1 to
2^32 to prevent exact value of 1.0 from being returned, as specified
in the documentation.
2002-05-03 21:41:31 +00:00
markd
ba3781530e Add etc/Makeconf to REPLACE_BUILDLINK. Fixes pkg/16620 2002-05-03 12:34:39 +00:00
jschauma
adc3b7bac2 Upgrade to 1.30.
New in Version 1.30:
Several vector operations are now available directly in ARIBAS
   (vec1 + vec2, vec1 - vec2, lambda*vec, vec mod N , etc.)


(approved by hubertf)
2002-04-29 16:59:28 +00:00
dmcmahill
870bd27d66 update homepage and master site 2002-04-27 12:44:05 +00:00
martti
9403ea4ccd Updated gnumeric to 1.0.6
* bug fixes
2002-04-23 13:31:44 +00:00
jlam
ec8f6ad65a Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
2002-04-23 02:08:51 +00:00
markd
077cab978b Add the R extension packages 2002-04-23 01:49:34 +00:00
markd
f70244aed8 Inital import of meta-package for the recommended extension library set
for the R-1.4.1 release.
2002-04-23 01:43:43 +00:00
markd
556852192c Initial import of R extension library survival, version 2.8-2
survival analysis: descriptive statistics, two-sample
  tests, parametric accelerated failure models, Cox model. Delayed entry
  (truncation) allowed for all models; interval censoring for parametric
  models.
2002-04-23 01:40:18 +00:00
markd
692344d16c Initial import of R extension library rpart, version 3.1-5
Recursive partitioning and regression trees
2002-04-23 01:38:58 +00:00
markd
d2d849b752 Initial import of R extension library nlme, version 3.1-23
Fit and compare Gaussian linear and nonlinear mixed-effects models.
2002-04-23 01:37:28 +00:00
markd
31022200e8 Initial import of R extension library mgcv, version 0.7-1
Routines for GAMs and other generalized ridge regression problems
     with multiple smoothing parameter selection by GCV or UBRE.
     Includes an implementation (not a clone) of gam().
2002-04-23 01:35:51 +00:00
markd
64b0c748ea Initial import of R extension library foreign, version 0.4-9
Functions for reading and writing data stored by statistical
         packages such as Minitab, S, SAS, SPSS, Stata, ...
2002-04-23 01:34:06 +00:00
markd
d5d2ea8eb6 Initial import of R extension library cluster, version 1.4-0
Functions for cluster analysis, originally from
  Peter Rousseeuw, Anja Struyf and Mia Hubert.
2002-04-23 01:32:43 +00:00
markd
459184f629 Initial import of R extension library boot, version 1.2-7
functions and datasets for bootstrapping from the
  book "Bootstrap Methods and Their Applications" by A.C. Davison and
  D.V. Hinkley (1997, CUP).
2002-04-23 01:31:30 +00:00
markd
b96e5144cb Initial import of R extension library VR, version 6.3-2
Various functions from the libraries of Venables and
  Ripley, `Modern Applied Statistics with S-PLUS' (3rd edition).
2002-04-23 01:29:20 +00:00
markd
76259cffb1 Initial import of R extension library KernSmooth, version 2.22-7
functions for kernel smoothing (and density estimation)
  corresponding to the book:
  Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing".
2002-04-23 01:26:18 +00:00
markd
09d64d9c0c Change MASTER_SITES to use the CRAN list.
Add support for building R extension packages as pkgsrc packages.
Bump PKGREVISION so extension packages can depend on a version of R with
this support.

Discussed with Johnny Lam.
2002-04-23 01:14:49 +00:00
fredb
9807afcb60 Update dependency on xforms. We're mainly bumping the dependency
and package revision, since we may now link against the forms shared
library, and because we also have to add a dependency on jpeg lib.
2002-04-17 04:45:06 +00:00
jlam
68f6bab4ef Add dependency on guile. It used to be pulled in incidentally from the
dependency on GConf where it was recently removed; however, unlike GConf,
this package actually uses guile.
2002-04-12 13:02:52 +00:00
dmcmahill
ca2dbd1735 Add db10 and db20 functions to compute decibels. While here
add a bunch of missing headers (string.h, stdlib.h) for alpha.

Bump rev to 1.1.0nb1
2002-04-02 02:01:23 +00:00
cjep
ea9d5ea307 --rpath to -R in patch. (This makes the package build on arm32 again.) 2002-03-31 17:02:03 +00:00
dmcmahill
34a9a5e2ef handle shared vs static builds the same on alpha as for other netbsd
platforms.  Fixes long standing PLIST issues on alpha.
2002-03-31 16:24:28 +00:00
rh
f944d2f2b7 Remove bogus @dirrm line 2002-03-26 09:41:41 +00:00
jmc
0c5474356d Make this require bison 1.34 or greater as the syntax for --outputfile changed
during bison upgrades and detecting which syntax is in use is far harder than
simply making Makefile.in do the right thing for 1.34
2002-03-25 01:04:46 +00:00
rh
7e3cceb248 fix PLIST 2002-03-24 02:51:11 +00:00
martti
b951b0bb7b Updated gnumeric to 1.0.5
* several bug fixes
2002-03-21 13:32:27 +00:00
mjl
353d56d87e Enable p5-Spreadsheet-WriteExcel 2002-03-19 15:04:17 +00:00
mjl
7d0783f734 Initial import of p5-Spreadsheet-WriteExcel:
The Spreadsheet::WriteExcel module can be used to create a cross-
platform Excel binary file. Multiple worksheets can be added to a
workbook and formatting can be applied to cells. Text, numbers,
formulas, hyperlinks and images can be written to the cells.

The Excel file produced by this module is compatible with Excel 5,
95, 97, 2000 and 2002.

The module will work on the majority of Windows, UNIX and
Macintosh platforms. Generated files are also compatible with the
Linux/UNIX spreadsheet applications Gnumeric and OpenOffice.
The generated files are not compatible with MS Access.
2002-03-19 15:03:31 +00:00
skrll
9d8fd60370 Add to AUTOMAKE_PATTERNS to prevent the use of auto{header,conf}. Remove
the BUILD_DEPENDS on autoconf
2002-03-19 08:48:17 +00:00
fredb
71ca8f912f The host specific installation subdirectories are actually taken by configure
from its --host argument, which is exactly ${MACHINE_GNU_PLATFORM}. Use that
for the PLIST instead of ${MACHINE_ARCH}--${LOWER_OPSYS}, which may lack the
"elf" suffix on certain platforms.
2002-03-18 07:58:35 +00:00