summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2000-06-26Update gnumeric to 0.56. In addition to the following changes, this alsorh6-585/+565
fixes PR 10454 by Jasper Wallace. Changes include: * Stf importer bug fixes and enhancements. * Speedup workbook exit, copy/paste. * Improve cut/copy/paste. * Improve col/row resize. * Undo for copy/paste, autofill, col/row resize * More work on formula guru. * Extend auto-fill to support months and years. * Some translation bugs. * Tooltips for combo boxes. * Synchronize list selection with entry field in combo boxes. * Make units in print setup dialog user selectable. * More dialog polishing. * Sorting now moves styles with the elements * Sorting now detects headers when sorting * Added two perl scripts for translation help/maintainence. Also added is a README.tools file, explaining how to use these. * Fix tricky Excel import problem. * Split libole2 out into a standalone package. * Added support for autocompletion. * Changed a bunch of internals to work with StyleFormats instead of throwing strings around. * Improved the optimization of styles. * Fix ROUND. * Make sorts stable. * Make sorts faster. * Updated: da (Kenneth), de (Karl), ja (Oka/Nakai), no (Kjartan), pt (Jesus), ru (Valek), maybe more. * Update not new, but not mentioned the last time: it (Leandro).
2000-06-20-add missing file to PLISTdmcmahill3-4/+13
-correct compiler flag for a.out shared libs. This addresses PR 10402.
2000-06-01Remove a lot of patches, now that we can use OTS libtoolrh16-357/+122
Update gnumeric to 0.54 Notable changes are: * Bug fixes. * Enable mini icons when available. * Initial applix import. * Speedup workbook exit, copy/paste. * Improve row/col insert/del. * Lots of dialog polishing. * Autoscrolling combo boxes. * Make tearoff combo boxes behave more like tearoff menus. * Get embedded gnumeric working again. * New: gl (Jesus). * Updated: de (Karl), no (Kjartan), sv (Andreas), and more.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh3-6/+6
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-05-30Update gnumeric to 0.53.rh17-518/+817
Notable changes are: * Fixed QUARTILE. * Fixed MATCH for types -1 and +1. * Overhaul cell structure to cleanup temp formats, improve spans. * Improve array formula entry, editing, and xml-io. * Share formulas persisted using xml. * Add auto-sum * Improve versioning. * Decrease memory usage. * Accelerated intersheet dependencies * Number theory functions. (In new plugin.) * Stf-exporter * Bug-fix stf importer. * Updated: da (Keld and Kenneth), de (Karl), en_GB (Robert), es (Pablo), no (Kjartan), ru (Valek), uk (Yuri), and more.
2000-05-15correct directory entry so it deinstalls cleanlydmcmahill1-2/+2
2000-05-14-ELF rpath fix.dmcmahill2-5/+5
-add missing library. Fixes recently reported compile problems.
2000-05-13[space]->[tab]dmcmahill1-2/+2
2000-05-13add more arch's to the ONLY_FOR.. list since xforms runs on more than whendmcmahill1-2/+3
the list was made.
2000-05-12make all pkgs for which I'm the maintainer point to my netbsd email.dmcmahill1-2/+2
2000-05-11add YACC= definition to explicitly select bison instead of letting thedmcmahill1-1/+2
default setting of 'yacc' get passed to the configure environment.
2000-05-11add missing USE_FORTRANdmcmahill1-1/+2
2000-05-08update to 5.1.0drochner3-10/+21
too many changes to list here - see the CHANGES file
2000-05-03Set linker runtime library path. Fixes PR 8972 by Steven M. Bellovin.rh2-5/+5
2000-05-02Remove patches to deal with two bugs involving configure's handling ofdanw4-47/+6
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-28This patch works around the problem that "make" requires rootwennmach1-0/+20
privileges while building kpathsea.
2000-04-28Updated octave to 2.0.16.wennmach10-355/+495
Changes since 2.0.13: (besides numerous bug fixes) - New math functions: besselh, airy - New functions: is_complex, isnumeric, isfinite, rehash, graw - The Bessel functions now accept complex values for the argument and any real value for the order. - New "finance" category - ~30 new functions in "signal" - Numerous new functions in "statistics" category, including new "distributions", "models", and "tests" directories - If LOADPATH contains a doubled colon, the default path is inserted in its place. This is similar to the substitution that also takes place for leading or trailing colons in the LOADPATH. - Loops of the form `for i = STRING ... endfor' are now allowed. ... and much more. Closes PR8421.
2000-04-19Update to R-1.0.1. Move R library tree to ${PREFIX}/lib (a la perl5)jlam10-2943/+3092
since it contains loadable shared object files that are platform-specific. Lots of bug-fixes and additions ... it's getting closer to a usable replacement for S-PLUS.
2000-04-16Update gnumeric to 0.52. Changes include improved GUI features, fixes forrh5-493/+524
several memory issues, improved printing support, auto-formatting improvements, and lots of bugfixes.
2000-04-16This pkg wants termcap, not curses.mycroft3-13/+22
Also, make sure to run autoconf so that configure really does look for libedit.
2000-04-14fix a bug with the mtlb_load function. This prevented correct operationdmcmahill3-2/+40
on sparcs. Thanks to Serge Steer at INRIA for fixing this bug.
2000-03-23Make this "highly portable program" compile on Solaris.agc7-11/+87
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-02find -> ${FIND}wiz1-2/+2
2000-02-29Update to yacas-1.2.29. Changes to the program are:dmcmahill3-5/+7
* added a directory colorcode with code to htmlize the scripts. it also color-highlights the code. Try it out by typing './colorcode' in that directory, and then 'netscape scriptsmain.html' * Pattern matching code optimized a little. * SylvesterMatrix, code supplied by James Gilbertson. * MatrixRow, MatrixColumn, and GenMatrix supplied by James Gilbertson. * changed Intersection and Difference, so they handle lists with multiple identical elements correctly. * Fixed the D(x)x+y bug reported by Fred Bacon. * Fixed the Gcd(x,x) bug reported by Scott. * added Factorize({list}). Factorize(1 .. 4) should now return the same as 4! for instance. * Added Content and PrimitivePart to the univariate polynomial code. See the manual for an explanation of these functions.
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-29/+2
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-20add and enable yacasdmcmahill1-1/+2
2000-02-20Initial import of yacas-1.0.28dmcmahill11-0/+229
Yacas (Yet Another Computer Algebra System) is a small and highly flexible computer algebra language. The syntax uses a infix-operator grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in which you can easily write your own symbolic manipulation algorithms. It supports arbitrary precision arithmetic. The current version is 1.0.28 (the first release was 1.0.0). The language is very much in a finished state. Any code written for it should be usable in future versions. Also, the language should prove very easy to learn. Yacas is written in very clean c++ code, and is very portable . It can compile stand-alone, and is easily embeddable. Yacas contains a native arbitrary precision arithmetic module, but can also be used with GMP. Things implemented include: arbitrary precision, rational numeric, vector, complex, and matrix computations (including inverses and determinants and solving matrix equations), derivatives, solving, Taylor series, numerical solving (Newtons method), and a lot more non-mathematical algorithms. The language natively supports variables and user-defined functions. There is basic support for polynomials.
2000-02-13fix the flag passed to cc for generating shared libs on a.out machines.dmcmahill2-11/+9
(was -Bshareable, now is -shared) This fixes a compilation problem. ELF machines should not be affected.
2000-02-12new pkg for libffm:garbled5-0/+27
libffm - Free, pretty fast replacement for some math (libm) routines on Linux/AXP, optimized for the 21164
2000-02-08Add and enable "gsl".fredb1-1/+2
2000-02-08Initial import of gsl-0.5, the GNU Scientific Libraryfredb5-0/+211
(GSL), a collection of routines for numerical computing. Package submitted by David Maxwell <david@fundy.ca>.
2000-02-05wildcarded guile-dependencywiz1-2/+2
2000-02-04add grace subdirdrochner1-1/+2
2000-02-03import grace, a graphing tool based on xmgrdrochner8-0/+214
2000-01-27update to fftw-2.1.3, update homepage, enable shared libraries anddrochner3-7/+15
i386 speed hacks changes from 2.0.1: mostly thread and MPI related (thus irrelevant), and some bugfixes
2000-01-26Update gnumeric to 0.48rh5-56/+76
Changes are: * Fix annoying flashing cursor bug. * Improve inter{sheet,book} references. * Undo. * Row/Col hiding. * Keep cursor visible, Add Alt-Pg{Up,down} * Clipboard, Selection, & border fixes. * Revamp the memory handling of the parser. * Fixed goal seek's behaviour on cancel and failure. * Bogotised PRODUCT and introduced G_PRODUCT. * Implemented the auto-format feature. * Found xml io font size loading bug. * Excel export clean. * Python plugin update: Allow calling Gnumeric builtins from Python. * Re-wrote dependency engine; lots more speed. * Improvements on VALUE_BOOL management on the guile plugin. * Bug fixes. * Implemented `AutoSave' tool. * Started `AutoCorrect' tool. * Some minor improvements to the Solver tool. * Sorting undo/redo Gnumeric 0.47 * Fix nasty recalc bug that would hang the app. * Improve bounding box calculation for printing. * Improve empty cell loading. * Re-enable pasting from X. * Adjust semantics of paste to work even when selection is not visible. * Fix import plugins.
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-14Update pspp to 0.3.0rh8-119/+168
Version 0.3.0 changes since 0.2.3: Bugs fixed: * Using alphanumeric variables in functions under AGGREGATE segfaulted. Fixed. * Under certain circumstances, the final case would be omitted from the results of an AGGREGATE operation. Fixed. * Undefined behavior was invoked by referencing a freed pointer under certain circumstances. Fixed. * A wrong record size was displayed when paging the active file to disk. Fixed. * Not having enough temporary space for sorting caused a core dump. Fixed. * Syntax errors in function descriptions on AGGREGATE caused core dumps. Fixed. * A null pointer was dereferenced, causing a core dump, when PERCENTILES was specified on FREQUENCIES. This fixes the problem, but PSPP still doesn't calculate percentiles. * SORT always sorted in ascending order. Fixed. * Some minor memory leaks in the expression parser were removed. * Many assertions fixed for strict ANSI C compliance. New features: * SET ECHO ON now implemented, but turned off by default. * PRINT specifier supported on END REPEAT. Other: * System libgmp2 library is used if installed instead of unconditionally using the included libgmp2 subset. * Extensive code cleanup, which continues. * Added CORRELATIONS command parser, but not implemented.
2000-01-13updated Makefiles in regard to moved 'sc'-packagewiz1-1/+2
2000-01-12Update R to 0.90.1. Changes are tons of changes and bugfixes, toorh8-1323/+1913
numerous to list here (see http://cran.r-project.org/src/base/NEWS for more information).
2000-01-12Moved from misc/sc/pkg/PLIST,vwiz1-0/+8
2000-01-12Moved from misc/sc/pkg/DESCR,vwiz1-0/+7
2000-01-12Moved from misc/sc/pkg/COMMENT,vwiz1-0/+1
2000-01-12Moved from misc/sc/patches/patch-ac,vwiz1-0/+31
2000-01-12Moved from misc/sc/patches/patch-ab,vwiz1-0/+18
2000-01-12Moved from misc/sc/patches/patch-aa,vwiz1-0/+138
2000-01-12Moved from misc/sc/files/patch-sum,vwiz1-0/+5
2000-01-12Moved from misc/sc/files/md5,vwiz1-0/+3
2000-01-12Moved from misc/sc/Makefile,vwiz1-0/+13