summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2001-10-04Make this compile with bonobo-1.0.9 and libglade-0.17 and while at it,rh2-9/+20
buildlinkify. Explicitly disable Guile support as this was broken anyway, because gnumeric needs at least Guile-1.5, which is a development version that is only available through CVS.
2001-10-04Move PKGNAME to standard location.wiz1-2/+2
2001-10-03more strict wildcard usage on dependshubertf1-3/+3
2001-10-02Add p5-Math-Pari (hi mcr)wiz1-1/+2
2001-10-02 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr5-0/+368
2001-10-01Sort.wiz1-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam4-8/+8
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-25update to 20.2.1drochner1-3/+3
2001-09-25-switch to use the new ../../lang/python/extension.buildlink.mk instead ofdrochner1-4/+5
USE_PYTHON (as a testcase, more or less) -update to 20.2.1, Changes: -bugfixes -Lapack update -Implemented equality and inequality testing for arrays of characters, complex numbers, and objects (T. Oliphant) -In RandomArray.py, improved implementation of internal routine _build_random_array -Removed tabs from MLab.py and RandomArray.py -Improved test in RandomArray
2001-09-24"PKGVERSION" is now in "PLIST_SUBST" by default.tron1-3/+2
2001-09-12Convert to use buildlink.mk file and mark as USE_BUILDLINK_ONLYjlam1-9/+8
(No more hidden dependency on Xbae!).
2001-09-12Use x11.buildlink.mk.jlam1-1/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc3-6/+5
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz2-2/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-08-27Use wildcard dependence on "autoconf" package.tron2-4/+4
2001-08-23Update to 0.70mjl5-411/+384
* Make guile a proper plugin. * Basic support for M-Enter to add embedded newlines. * Object printing work. * Make CEIL more as users expect * Add extra cut/copy/paste shortcut keys. * Improve the function selector. * Simplify background/pattern preview in cell-format dialog. * Make sure entered text never gets lost. * Equalize the look of all the dialogs. * More work on group/ungroup. * Rewrite guile plugin to use guile 1.5 or later. * Rewrite descriptive statistics, correlation and covariance analysis improving error checks and labels for data sets. * Remove duplicate calculation code in analysis tools. * Fix sampling tool. * XL export for panes. * Some autoscroll bugs with panes. * Cursor support for panes. * Improve INDIRECT. * More smarts for autofill by month/year. * Add some new icons from the Evolution team. * Fix import of files generated by perl::writeExcel. * Fix animated cursors and sheet objects. * Fix XL import of print scaling. * Locales with different LC_NUMERIC & LC_MONETARY. * merge in several contributions to improve configure.in * merge in updated debian control files. * merge in contributed man page. * Fix MODE. * Clean up LARGE, SMALL, QUARTILE, PERCENTILE. * Give the range functions a home of their own. * Add import support for Psion. * i18n fixes. * Add precedence scheme for importers.
2001-08-13Require at least version 0.2.3 of libole2rh1-2/+2
2001-08-13Gnumeric requires at least libxml-1.8.14 now. Make that requirementrh1-1/+2
explicit. Pointed out in private mail by Allen Briggs.
2001-08-13Add back COMMENT definition which got lost.agc1-1/+2
2001-08-11Update gnumeric to 0.68rh3-621/+615
Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
2001-07-30Complete conversion to use buildlink.mk files by using pdflib/buildlink.mkjlam1-10/+9
as well. The broken t1lib dependency was also fixed by the update of textproc/t1lib to 1.1.1.
2001-07-30Fill this out a bit more to look nicer on an 80 column display.jlam1-11/+9
2001-07-29Update to 5.1.4, inspired by Wolfgang Rupprecht via pkg/13586.wiz2-15/+22
Changes since 5.1.2 * set icon's title = project name * when switching to log scale, set major/minor tick settings to 10/9 respectively * added "HELP url" and "HELP" to the parser * added "AUTOSCALE ONREAD NONE|XAXES|YAXES|XYAXES" to the parser * produce MIF files with a textflow in which the graph is included, so it can be included in another FrameMaker document * list used fonts in %%DocumentNeededResources in the PS output and bugfixes.
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-23Update R to 1.3.0. This is a two-generation upgrade from the previous 1.1.1jlam4-52/+67
version in pkgsrc. There are many, many bugfixes, better compliance with S3/S4, and many additional statistical analysis functions added to the base library. There is also an improved (faster) garbage collector and support for dynamically sizing the memory used by R. The full summary of changes may be found on the R Project website.
2001-07-22Fix rpath lossage noted in recent bulk build.wiz2-1/+15
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-2/+2
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-18Add buildlink.mk file for use by other package Makefiles.jlam1-0/+32
2001-07-18correct some paths to make this package correctly. problem noted in Hubertsdmcmahill2-7587/+7589
last bulk build.
2001-07-14Inappropriate use of DEPENDS statement for xpm, apply USE_XPM insteadwulf1-3/+2
2001-07-13Added missing dependency for xpm-3.4kwulf1-1/+3
2001-07-11add a patch to fix a bug in the fft() function where arguments are notdmcmahill3-4/+35
checked correctly. Can cause scilab to crash instead of printing a warning. Patch came from Giuseppe Allodi <Giuseppe.Allodi@fis.unipr.it> posted to comp.soft-sys.math.scilab. bump to 2.6nb1.
2001-07-11update to 20.1.0drochner3-10/+25
Changes: Version 20.1 MA and kinds rebased on new package Properties (which grew out of the old activeattr.py file previously in MA). Masked arrays can now be pickled. Properties provides a easy-to-use method to have a name act as if it is a attribute of the class but be able to control reading, writing, and deleting of that attribute via methods of the class. Applied patch that fixes errors when Python is pymalloc-enabled (dmcooke). Applied patch to add new support in LinearAlgebra for symmetrical eigenvalue problems. (Allesandro Mirone) Applied patch to fix comparisons to None in MLab.py (jbmoody). Found and fixed another one in RandomArray.py. Applied suggested fix by Mark Hadfield to let setup_all.py work on systems where Python is installed in a directory path that contains a space. Version 20.0 Redo setup.py so that binary windows installers for Numeric, FFT, MA, etc. can be made automatically. Packages LALITE and RANLIB merged back to top level. Adjustment for BLAS in setup.py. Documentation of Numeric module made more compatible with pydoc. argmin/argmax/argsort/sort errors with axis specs fixed (bug #233805) -- also made them capable of handling args that can be converted to arrays by adding an array(a, copy=0) at the start. Fixes sum, product, cumsum, cumproduct, alltrue, sometrue to deal with zero shape and to take arguments that can be converted to arrays. MA: See changes.txt file in MA for bug fixes and improvements. New option for average to return sum of weights. Fix bug in putmask so that it handles targets of type object. Because of reference counting issues this is done in Python, not C, and would not be more efficient than doing your own loop, but we include it for completeness. In Packages add draft implementation for PEP 0242, Numerical Kinds. Add PyArray_CopyArray to the API (Thanks to Dave Grote). Add defines for cygwin. In arrayobject.h, add static declaration to importing API pointer. May solve OS X problems. Fix bug in FFT packages, added new test. (Thanks to Warren Focke) Added __deepcopy__ method equal to __copy__ method. Throws an exception if the target is an array of type 'O'. But this at least allows non-object type arrays to be copy.deepcopied. If someone has time they can do this case.
2001-07-09python-2.0 -> python>=2.0abs1-2/+2
2001-07-05Update to GSL version 0.9.jtb4-12/+14
* What is new in gsl-0.9: ** There is a new system of vector and matrix views. Any code using vector and matrix views will need to be updated. ** The order of arguments of the view functions involving strides have been changed to be consistent with the rest of the library. ** The ode solvers have been reorganized. ** There are new eigensystem routines for real symmetric and complex hermitian matrices. ** The linear algebra directory now includes functions for computing symmetric tridiagonal decompositions and bidiagonal decompositions. ** The svd routines now include the Golub-Reinsch and Modified Golub-Reinsch algorithms in addition to the Jacobi algorithm. ** The interpolation directory has been reorganized and a higher-level "spline" interface has been added which simplifies the handling of interpolation arguments. ** IEEE support is now available on OpenBSD.
2001-07-01Fix package list problem caused by version bumb.tron2-219/+219
2001-07-01Add and enable ruby-bitvector and ruby-bigfloat.taca1-1/+3
2001-07-01Importing ruby-bitvector package.taca4-0/+52
BitVector is a fairly extensive and fast BitVector class for Ruby. Handles sequences of up to 2**32-1 bits (about 500 Mb). Implemented as a wrapper around Bit::Vector version 6.0 by Steffen Beyer.
2001-07-01Importing ruby-bigfloat.taca4-0/+41
BigFloat is an extension library for Ruby. Using BigFloat class, you can obtain any number of significant digits in computation.
2001-07-01Regen.tron1-2/+2
2001-07-01Fix typo in last commit.tron1-2/+2
2001-07-01Fix "libguppiConf.sh" so that linking of applications with the "guppi"tron3-3/+17
libraries actually works. Bump version number to 0.35.5nb1.
2001-07-01Add and enable "guppi" package.tron1-1/+2
2001-07-01Initial import of new "guppy" package:tron4-0/+557
Plot program with integrated statistics capabilities
2001-06-28Added and enabled snns-4.2: A software simulator for neural networkswulf1-1/+2
2001-06-28Initial import of snns-4.2: A software simulator for neural networkswulf7-0/+265
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-20Update of ntl to 5.1a. Change build system to use libtool forjtb5-45/+169
shared libraries. Changes between NTL 5.0c and 5.1a Some minor fixes and additions. Completely backward compatible. * Added a routine LatticeSolve() for finding integer solutions to linear systems of integer equations. * Modified the stragey used by the LLL() and image() routines in the LLL package to deal with linear dependencies. The new strategy guarantees better worst-case bounds on the sizes of intermediate values. I'm not sure if it will have any serious practical impact, though. * Added some "partial ISO modes" so that one can use some of the features of Standard C++, even if ones compiler does not yet support all of the features. * Bug fix: routine determnant() in mat_GF2.h was not visible to the linker because of a typo in mat_GF2.c. * Made a "smarter" script for selecting the GetTime() function. This fixes an installation problem on Cygwin/Windows 95 platforms. I hope it doesn't create more problems than it solves, though. * Added some extra documentation for installation under Windows/MS Visual C++. * Changed some names like c_lip.c to c_lip_impl.h. This should avoid some potential installation problems. * Throw away first 256-bytes of arc4 streams to improve quality of the pseudo-random number generator. This may change the precise behavior of some programs. * Other minor, internal modifications.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.