summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2000-10-15Update gnumeric to 0.56nb1. Changes are bugfixes only.rh7-3/+137
2000-10-15Update xlispstat to 3.52.18. Make me the maintainer (I guess because I'mjlam9-80/+34
a card-carrying statistician). Relevant changes from version 3.52.9: Switched to using sigsetjmp/siglonjmp when available to preserve signal masks (allows CONTROL-C to work on Linux). Modified startup to start hidden and minimized if -Embedded is in the command line. Cleaned up get-decoded-time. Removed savesys.lsp from distribution to force using save-workspace directly when building the mac or windows workspaces. Using save-workspace from within a file means some special variables are bound. Added support for FreeBSD (enabled standard IEEE handling of floating point zero divide). Added SYSTEM:TYPED-VECTOR-ELEMENT-SIZE. Added unsigned C character to typed vector types. Added cptr-protect to add values onto list of values protected by a typed pointer. Added user exit functions. Added support for weak boxes. Added binding of *print-readably* to nil around default handler printing code and around do-debugger to avoid recursive errors. Added new customizable DDE server. Added minimal implementations of copy-readtable, readtablep, and set-syntax-from-char. Added error check for non-integer index in select. Fixed defpackage to prevent duplicate nicknames. Fixed structure printing to inherit print functions. Fixed lisp2ulong to signal an error for negative instead of positive arguments. Fixed buffer underflow problem in floating point formatting. Fixed make-string to check for negative length argument. Fixed some documentation mismatches.
2000-10-02NetBSD/alpha doesn't have <machine/fpu.h> or ieeefp*() functions, so don'tjlam3-5/+19
compile that code.
2000-09-28Belatedly bump "nb" version for xforms, and likewise increment packagesfredb1-2/+2
that depend it, as suggested by wrstuden. The reason is so that older binary packages which were linked against an a.out shared lib won't have their package dependencies satisfied by the latest package, which has no shared libraries. There's no help for old ELF packages, unfortunately.
2000-09-09Fix compilation as non-root, based on a suggestion by Lex Wennmacherwiz2-4/+4
in pkg/10975.
2000-09-07This package builds if DISPLAY is not set at all, and if it's set to ahubertf1-1/+3
valid display that'll also accept connections. If DISPLAY is set to a display that rejects connections, though. Fix this by explicitly setting DISPLAY=.
2000-09-05remove IS_INTERACTIVE. When DISPLAY is not set (as in bulk builds), xlispstatdmcmahill1-4/+1
gives warnings during compilation, but they can be safely ignored as in this phase no X functionality is needed.
2000-09-05One more (small) round of work on this, though it still doesn't work.jwise2-4/+4
2000-09-05Install missing includes.rh2-2/+11
2000-09-03Make it compile with tcl/tk-8.3.2. Dumps core on startup, though.wiz6-15/+49
Still marked BROKEN, committed as starting point for tcl/tk hackers.
2000-09-01Mark remaining packages which need to be updated to work with tcl-8.3.2jwise1-1/+3
with BROKEN= This package has not yet been updated to work with tcl-8.3.2. in order to make bulk builds quieter. These packages will be updated over the weekend.
2000-08-28Fix broken DEPENDS on netcdf.jlam1-2/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron3-15/+14
2000-08-23update pvm depends to 3.4.3dmcmahill1-2/+2
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-08-17add the "new"dmcmahill1-3/+4
NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} restrictions in place of the old NO_CDROM.
2000-08-17 don't end directory names on @dirrm lines with /hubertf1-119/+119
2000-08-17USE_PKGLIBTOOL -> USE_LIBTOOLhubertf1-2/+2
2000-08-16Update R to 1.1.1. This is primarily a bugfix release from version 1.1.0,jlam5-3120/+32
particularly fixing the table editor, but also contains a few additions: o data(), example() and help() now search the loaded packages, then in their .lib.loc argument, the latter as pre-0.99.0. See their help pages for the precise details. o help() has a new argument `try.all.packages' set by the option "help.try.all.packages". If help is not found in the normal path and this is TRUE then a search is made of all packages for possible matches. o prop.trend.test() - test for trend in proportions. o write.table() has new argument `dec' for setting the decimal separator (SPSS/Windows and probably others want commas in continental European locales). o Advance warning: save(, oldstyle=TRUE) will no longer be available after this release. o Symbols can now be coerced to expressions, making as.expression(quote(a)) work
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-6/+30
2000-08-11Update R to 1.1.0. Many additions and bug-fixes from 1.1.0 make thisjlam8-107/+155
a more usable replacement for S/S-PLUS.
2000-08-03Add and enable yorick.rh1-1/+2
2000-08-03Initial import of yorick-1.4, a numerical algebra system. Provided throughrh7-0/+203
PR pkg/10533 by John Refling <refling@comet.lbl.gov>
2000-07-31Update cassowary to 0.60. Changes from version 0.50:jlam9-110/+79
12-March-2000: Version 0.60 released. * Changed license to LGPL!!! * Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public 29-Jan-2000: Version 0.55 released. * Some bug fixes * Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight, DisplayObjective,ExternalResetStayConstants} fns From A. Beurivé. 16-Dec-1999: Version 0.54a released. * Include correct version of OTI Smalltalk .dat file (the source in the *.app files was right, the .dat file was old) * Fix java build bug 15-Dec-1999: Version 0.54 released. * Bug fixes * auto-configuration improvements * Support Java 2 (jdk-1.2) * Improved ease of building Java demos * Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off * Alpha-version of Java constraint parser contributed by Will Portnoy 24-October-1999: Version 0.53 released. * Bug fixes * License exception for linking with Scwm. 25-September-1999: Version 0.52 released. * Bug fix for nested edits where a later edit includes an already-being-edited variable 14-September-1999: Version 0.51 released. * Minor bug fixes * Much better packaging, RPMs, etc. more forced reliance on GTL
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-25Find xpm headers correctly if xpkgwedge is installed.jlam1-27/+31
2000-07-15Update dependencies on guile to >= 1.3.2jlam1-2/+2
2000-07-11Add --with-xaw to configure line to avoid picking up Xaw3d. This pkg doesn'tdmcmahill1-2/+2
need that extra DEPENDS. This addresses PR 10561 filed by moehl@akaflieg.extern.tu-berlin.de
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