Commit graph

684 commits

Author SHA1 Message Date
agc
5ea26ea27a Use scrollkeeper's buildlink.mk file 2002-07-16 12:51:54 +00:00
mycroft
13649aa998 A package to fix obvious errors in the psiconv plugin. 2002-07-15 16:51:31 +00:00
wiz
f62b0b84d9 Add libunicode buildlink. Remove references to LOCALBASE. 2002-07-15 14:47:13 +00:00
wiz
42dbc9b256 Add libunicode buildlink. Remove -{I,L}${LOCALBASE}/{include,lib}. 2002-07-15 14:24:58 +00:00
rh
d248ce43ba Make this strongly buildlinked
Add --without-psiconv to avoid picking up and choking on an installed
psiconv package
Bump PKGREVISION
2002-07-14 02:13:25 +00:00
rh
4aaefbdb11 Make this strongly buildlinked
Add --without-psiconv so build doesn't try to used and choke on an
installed psiconv package
Bump PKGREVISION
2002-07-14 01:34:40 +00:00
lukem
b0a1e0dd99 depend upon x11/gnome-core as well 2002-07-03 07:41:17 +00:00
wiz
1a4485ab32 Add RCS Id. 2002-07-02 12:56:53 +00:00
agc
e9cec5e4bb Make this package compile in the presence of xpkgwedge 2002-06-28 12:11:01 +00:00
agc
8527edc3d6 On 1.6 and above, <readline/history.h> needs <stdio.h> to be included
specifically - do so.
2002-06-28 08:00:27 +00:00
jtb
1e851074a4 Fix mistake in last commit. 2002-06-27 03:50:47 +00:00
jtb
b56e3493aa Regenerate. 2002-06-27 00:41:20 +00:00
jtb
34f40541eb Don't call the times() function with the argument NULL. 2002-06-27 00:35:31 +00:00
dmcmahill
530a5f216b add and enable glpk 2002-06-26 15:31:25 +00:00
dmcmahill
ff73294c77 import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk <kent@tiamat.goathill.org>
with some changes and finishing of the package by me.


GLPK is a set of routines written in ANSI C and organized in the form
of a callable library. This package is intended for solving large-scale
linear programming (LP), mixed integer linear programming (MIP), and
other related problems.

GLPK includes the following main components:

* implementation of the primal/dual simplex method;

* implementation of the primal-dual interior point method;

* implementation of the branch-and-bound procedure (based on the dual
  simplex method);

* application program interface (API);

* GLPK/L, a modeling language intended for writing LP/MIP models;

* GLPSOL, a stand-alone program intended for solving LP/MIP problems
  either prepared in the MPS format or written in the GLPK/L modeling
  language.
2002-06-26 15:30:39 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
dmcmahill
e9bca5e160 don't key off of `alpha' to decide to do OSF specific things (-fpe3 flag
to the fortran compiler).  Also mark as not for older netbsd-alpha systems
as this is an IEEE-754 infected program (hi ross!).
2002-06-16 02:56:50 +00:00
mjl
4d523c018d Update gnumeric to 1.0.7
* Fix (possible) segfaults caused by the "mid", "left" and "right"
          right string functions and protect those functions and
          the "replace" function against invalid arguments.
        * Fix validation entry sensitivity.
        * Fix some memory problems in the solver.
        * Don't crash on xls import/export if locale is confused.
        * Simple autodetection of tab delimited vs csv
        * Avoid mistranslated font names.
        * Actually disable wide character checking if it is not available.
        * Fix grab when selecting a col/row with validation failure.
        * Handle inserting col/row if the first is hidden.
        * clone grouping and frozen status too.
        * preset canvas scroll region in case something scrolls before we are
          realized.
        * Handle some XL export breakage cause by TagoH's patch.
        * Fix advanced filter of value based implied enums.
        * gdk_flush after all grab/ungrab events so that long running
          operations that do not update the display are certain to ungrab
          without delay (thanks rconover)
        * Apply the accounting format rather than the numeric version for
          Keelyn.
        * Fix the omf file.
        * Some gda plugin warnings.
        * correct the help references in a few languages
        * Fix some gcc-3 warnings.
2002-06-08 18:55:11 +00:00
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