summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2002-05-04Initial import of algae.jtb9-0/+330
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-03Update to version 1.34. Changes since 1.32:jtb8-77/+69
- 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-03Add buildlink infrastructure.jtb1-0/+36
2002-05-03Add buildlink infrastructure.jtb4-10/+39
2002-05-03Update to version 1.1.1. From the NEWS file:jtb4-10/+12
* 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-03Add etc/Makeconf to REPLACE_BUILDLINK. Fixes pkg/16620markd1-2/+2
2002-04-29Upgrade to 1.30.jschauma2-6/+6
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-27update homepage and master sitedmcmahill1-3/+4
2002-04-23Updated gnumeric to 1.0.6martti3-10/+43
* bug fixes
2002-04-23Note explicitly that this package is USE_X11BASE. Currently, it relies onjlam2-2/+4
motif.buildlink.mk to define it.
2002-04-23Add the R extension packagesmarkd1-1/+11
2002-04-23Inital import of meta-package for the recommended extension library setmarkd2-0/+32
for the R-1.4.1 release.
2002-04-23Initial import of R extension library survival, version 2.8-2markd3-0/+20
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-23Initial import of R extension library rpart, version 3.1-5markd3-0/+17
Recursive partitioning and regression trees
2002-04-23Initial import of R extension library nlme, version 3.1-23markd3-0/+17
Fit and compare Gaussian linear and nonlinear mixed-effects models.
2002-04-23Initial import of R extension library mgcv, version 0.7-1markd3-0/+19
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-23Initial import of R extension library foreign, version 0.4-9markd3-0/+18
Functions for reading and writing data stored by statistical packages such as Minitab, S, SAS, SPSS, Stata, ...
2002-04-23Initial import of R extension library cluster, version 1.4-0markd3-0/+18
Functions for cluster analysis, originally from Peter Rousseeuw, Anja Struyf and Mia Hubert.
2002-04-23Initial import of R extension library boot, version 1.2-7markd3-0/+19
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-23Initial import of R extension library VR, version 6.3-2markd3-0/+19
Various functions from the libraries of Venables and Ripley, `Modern Applied Statistics with S-PLUS' (3rd edition).
2002-04-23Initial import of R extension library KernSmooth, version 2.22-7markd3-0/+19
functions for kernel smoothing (and density estimation) corresponding to the book: Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing".
2002-04-23Change MASTER_SITES to use the CRAN list.markd2-14/+52
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-17Update dependency on xforms. We're mainly bumping the dependencyfredb3-70/+49
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-12Add dependency on guile. It used to be pulled in incidentally from thejlam1-1/+2
dependency on GConf where it was recently removed; however, unlike GConf, this package actually uses guile.
2002-04-02Add db10 and db20 functions to compute decibels. While heredmcmahill12-2/+254
add a bunch of missing headers (string.h, stdlib.h) for alpha. Bump rev to 1.1.0nb1
2002-03-31--rpath to -R in patch. (This makes the package build on arm32 again.)cjep2-4/+4
2002-03-31handle shared vs static builds the same on alpha as for other netbsddmcmahill2-6/+22
platforms. Fixes long standing PLIST issues on alpha.
2002-03-26Remove bogus @dirrm linerh1-2/+1
2002-03-25Make this require bison 1.34 or greater as the syntax for --outputfile changedjmc3-3/+20
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-24fix PLISTrh1-4/+2
2002-03-21Updated gnumeric to 1.0.5martti4-9/+22
* several bug fixes
2002-03-19Enable p5-Spreadsheet-WriteExcelmjl1-1/+2
2002-03-19Initial import of p5-Spreadsheet-WriteExcel:mjl4-0/+37
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-19Add to AUTOMAKE_PATTERNS to prevent the use of auto{header,conf}. Removeskrll1-7/+3
the BUILD_DEPENDS on autoconf
2002-03-18The host specific installation subdirectories are actually taken by configurefredb1-10/+10
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-13Give all packages which depend on "png" a version bump, and updatefredb9-12/+21
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-07Touch files post configure to prevent a 2nd configure loop on build which willjmc1-1/+6
end up dropping the original arguments like prefix
2002-03-07Fix obvious bug in call to tmsg compiler was complaining about.jmc2-1/+15
2002-03-07Don't do any optmization when compiling parse.cc as it triggers bugs on powerpcjmc2-7/+17
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-03-04Include netbsd 1.6 and greater when saying applies to 1.5R or later.jmc1-2/+2
2002-03-01Make local copy of R's package list writable before trying to appendmarkd2-1/+14
to it. From PR# pkg/15773 from Ray Brownrigg.
2002-03-01Update to version 1.4.1 from PR pkg/15757 by Ray Brownrigg with minor modsmarkd5-48/+86
by me. Changes and bug fixes from 1.3.1 are numerous. See the NEWS file in the distribution for details.
2002-02-28Update distribution file checksum for PHP version 4.1.2.tron1-3/+3
2002-02-28Update math/php4-bcmath to 4.1.2. The only change from version 4.1.1 isjlam1-3/+4
that this is built from the php-4.1.2 sources.
2002-02-24Remove some files that don't get installed with gnumeric-1.0.4.wiz1-5/+1
2002-02-20Added INFO_FILES so install-info is run.seb1-1/+3
2002-02-18Introduce new framework for handling info files generation and installation.seb26-52/+194
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-17Be a bit more tolerant about the teTeX package version it dependsseb1-2/+2
for build.
2002-02-16Updated gnumeric to 1.0.4martti3-10/+34
This is a bug fix release, new development is being done in the gnome2 based 1.1.0 version. * Patches http://bugzilla.gnome.org/show_bug.cgi?id=69832 * Fix LaTeX and HTML exporter crashes http://bugzilla.gnome.org/show_bug.cgi?id=69400 * Slow sort dialog startup on large sets. http://bugzilla.gnome.org/show_bug.cgi?id=69577 * number matching broken in some locales. http://bugzilla.gnome.org/show_bug.cgi?id=69795 * Dont put non ascii characters in the translated source. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131561 * Don't confuse the calling context with the view to save. * Crash in goalseek (Andreas) * Crash importing scrollbars from xml. (Jody) * Importing 3d references to external books from xls. (Jody) * regression in 1.0.3 setting properties for checkbox. (Jody) * xml-sax support for v10 of gnumeric's format. (Jody) * List Column actions before Row actions in menus. (Jody) * Improve scrolling alignment of formula guru. (Jon Kåre) * Translations * Christian Rose (sv), Zbigniew Chyla (pl), Stanislav Visnovsky (sk) Duarte Loreto (pt), Karsten Weiss (de)