summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2007-10-09Fixed unprivileged pbulk.rillig1-1/+4
2007-10-07do not install dold which is has a non-existant interpreter. It isn't useddmcmahill2-4/+4
by any system that pkgsrc supports anyway. It seems to only be used by ultrix and it isn't clear that scilab still works on ultrix anyway and it almost certainly doesn't under pkgsrc.
2007-10-05Fix path to Perl. Bump revision.joerg1-2/+4
2007-10-05remove some files which failed CHECK_INTERPRETER and are not used exceptdmcmahill2-6/+6
during the build anyway.
2007-10-05PR#36479 fix plus pkglint cosmeticsadam3-17/+19
2007-09-29make this compile with gtk-2.12, basically from Yakovetsky Vladimirdrochner2-1/+14
per PR pkg/37035, fixed differently (not for technical reasons but for consistency with pkgsrc/x11/gnome2-applets)
2007-09-25Fix comment (GConf2 -> GConf).hira3-6/+6
2007-09-24-Fix non-portable use of strptime(3): SUSv3 does not require it to dodrochner4-2/+50
calendar math and fill in wday/yday. Use mktime(3) to have those fields calculated. -Fix non-portable use of sort(1) (in an example/selftest only): the "-n" option should "restrict" the sort key to a numeric field, there is no requirement to use another key if no numbers are present. -bump PKGREVISION
2007-09-23Update galculator to 1.3.obache3-10/+20
Based on patch provided by PR 37017. Fixes build problem with gtk-2.12.0. OKed by wiz@. This release introduces so-called paper mode, a new galculator view intended to be more intuitive by means of "Do your calculations as you would do them on a paper". Along with this new GUI feature, various bugs all over the GUI - core interface have been fixed, with the arithmetic core stable and flawless since a handful of releases.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz7-24/+25
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz5-10/+10
2007-09-19update to 2.9.14 (pre-release for 3.0)drochner11-311/+442
too many changes to list here pkgsrc changes: -add use of pcre and qhull to options, and include both in the default configuration -play dirty tricks to make sure GNU sed is used as sed -- there is something in the "mkf77def" script which doesn't work with NetBSD sed
2007-09-19+qhulldrochner1-1/+2
2007-09-19import qhull-2003.1, a program/library to calculate convex hullsdrochner5-0/+124
(can be used by octave and others)
2007-09-18update to 2.3.0drochner4-21/+12
changes: -New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn, mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit, mpfr_setsign, mpfr_copysign, mpfr_get_patches -Functions mpfr_sin, mpfr_cos and mpfr_sin_cos improved -More detailed MPFR manual -Improved tests (make check) -Bug fixes
2007-09-18Python support _does_ dork. just enable itdrochner2-10/+20
bump PKGREVISION
2007-09-18update to 2.12.2drochner5-70/+72
This is a major release. Significant changes include: * calc may be built with static or dynamic shared libraries * overhauled Makefiles to use system targets - replaced compiler sets with host targets - targets include: linux, OS X, FreeBSD, simple, default - many changes to Makefile variables * calc source static and extern variables declared with CPP symbols - to make it easier to compile under certain Windoz environments - to assist those who are developing a multi-threaded calc lib * calc library makes it easier to control parse and scan messages * added Makefile.simple for hosts without GNU Make * added custom registers - when calc is run with the -C flag * dropped support of md5 and sha-0 hashes * calc supports real and complex exponentiation bases and exponents - i.e., 2.5 ^ 3.5, 0.5i ^ 0.25, 2.5 ^ 2.718i, 3.13145i ^ 0.30103i added TEST_TARGET
2007-09-16Update mathomatic to 12.7.6.minskim3-7/+8
Changes since 12.7.2: Improved documentation. Added display of maximum memory usage to version command. Allow read command in the Mathomatic library and fixed memory leak with it. Added echo command per a user's request. Improved factoring out constants, to make all coefficients reduced integers by factoring out their gcd. Added gcd_verified() function, to weed out false floating point gcds. Made limit command say whether it is substituting or solving. Added "mathomatic.desktop" and "mathomatic.png", which are the desktop and icon files for Linux. Minor code, documentation, and makefile improvements. Added "tests/quartic.in" and fixed incomplete simplification in the calculate command. Allow upper case when parsing infinity constant name "inf", required by CygWin version and maybe others. The makefiles no longer strip the created executables. Reordered source code so many functions can be defined returning "void" (which means no return value). Added "tests/how_limit_works.in" tutorial and restored "doc/notes.html". Testing change to only one kind of partial unfactoring (partial_flag = true/false, default true), completely distinct from full unfactoring. Used throughout, let me know if this breaks anything. Added "simplify fraction" option, which simplifies like Maxima's ratsimp().
2007-09-14Update to orpie-1.5.1. Minor release that fixes a crash on keyboard input.tnn3-19/+6
2007-09-13Update to orpie-1.5.0 and add DESTDIR support.tnn4-36/+17
ChangeLog: - Complete rewrite of units implementation, allowing user-defined units and physical constants. - Updated included ocamlgsl bindings to 0.6.0. - Square root of a negative value now returns a complex result. - gcd(), lcd(), and mod() now accept real-valued arguments. - Fix for crash in abbrev mode. - Made a minor Makefile change to correct linking errors under Gentoo (maybe others). - Numerous code cleanups. Calculator code has been better separated from interface code. - Support --sysconfdir configure option. (Anyone packaging for the filesystem hierarchy standard will now need to use something like "./configure --prefix=/usr --sysconfdir=/etc".) - Implemented entry of most fundamental physical constants. - Fixed incorrect error message regarding deprecated extended_enter command
2007-09-13Add and enable diehardergson1-1/+2
2007-09-13Initial import of dieharder-2.24.4 into pkgsrc.gson7-0/+245
DieHarder is a test suite for random number generators. It includes a reimplementation in C of the well-known Diehard test suite as well as additional tests.
2007-09-10Remove patch that is not needed after update to 1.7.12.wiz2-15/+1
2007-09-10Update to 1.7.12:wiz3-13/+15
Gnumeric 1.7.12 'Rocks for Rob, Roses for Harlan' J.H.M. Dassen (Ray): * Added infrastructure to render the DocBook documentation as PDF. Jody: * Store objects in visible order in .gnumeric files. [#438933] * Make SMALL/LARGE support implicit intersection. [#343176] * XLS import for Form combos/lists source ranges. [#451384] * Remove warning when combo objects updated. * Repeat action being activated by F4 while editing. [#461284] * SUM(INDIRECT:INDIRECT) XL compat outside arrays. [#395926] * Merge UI layer back into WBCGtk, no more arbitrary split. * Use pygobject instead of pygtk * Use utf-16 encoded cmd line args on windows. [#361321] * Fix XLS import of workbook local hyperlinks. * XLSX import/export of hyperlinks. * XLSX import/export of validation and input messages. * Basic XLSX import/export of charts. * ROW/COLUMN return vectors not matricies. [#Harlan Grove] Morten: * Fix undo column/row insert/delete for arrays. [#463834] * Fix undo column/row delete for objects. * Fix undo of sheet objects pushed off the sheet. * Fix auto-correct issue. [#463996] * Fix handling of named expressions when inserting or deleting columns or rows. [#123649] * Validate defined names. [#346223] * Fix 64-bit issue for non-GNOME build. [#465545] * Allow relative formulas in name dialog. * Make test suite a bit more robust. * Fix date entry problem. [#472760]
2007-09-08Fixed the path to unzip. PKGREVISION++rillig1-3/+4
2007-09-03update to 5.13.0drochner3-14/+68
changes: Backwards-incompatible changes: * unstore, fassave, restore: cut out undocumented functions New items in core: * unique: function to return unique elements of a list * New function float_approx_equal w/ associated global variable float_approx_equal_tolerance (for test suite cases) * Interface to Lisp string streams: make_string_input_stream, make_string_output_stream, get_output_stream_string New items in share: * vector3d package (thanks to Walter Eastes) * Script share/share_testsuite.mac to run tests in share * share/contrib/topoly.lisp: new functions elim and elim_allbut New items in tests: * Commit test scripts written by Michael Wester Other revisions: * run_testsuite: only simplify expected results, do not evaluate, and do not call ratsimp; now tests are more stringent than before * equal: recognize Maxima and Lisp arrays and Maxima and Lisp strings * find_root: evaluate arguments in an ordinary way * apply, outermap: evaluate arguments in an ordinary way * save, loadfile, tex, stringout, compfile: evaluate filename argument * display code: output space characters (no tabs) * share/linearalgebra: improved jacobian and hessian functions * share/contrib/lsquares.mac: replaced with a new version * share/draw: include geographical data from World Boundaries Database; other modifications * with_stdout: accepts an output stream as well as a filename * share/contrib/topoly.lisp: many improvements in to_poly * share/contrib/numericalio: accept stream as well as a filename * many other minor improvements
2007-09-03update to 1.3.18drochner2-7/+6
changes: -unsafe strcpy fixed -code cleanup
2007-08-30Update to 1.7.11. Disable libgda support, pkgsrc version not new enough.wiz4-115/+25
Changes since 1.7.10: This starts the run up towards 1.8 in the fall with lots of polish and patching. The win32 build is also getting some love. I have not checked on how to make a fancy shmansy installer just yet but here's a tarball of the necessary binaries and docs that patches some of the missing features in 1.7.10. There are still issues with print preview somewhere in cairo that we're looking into. * Andreas o Save and restore default paper, margins and various other print settings. o Handle differences in page setup between sheets when printing multiple sheets. o Fix handling of "print even if only style". [Bug 438743]. o Implement printing of row and column headers. o Fix saving of null header/footer items [Bug 449836]. o Fix TINV for large degree of freedom. * Jean o Fix check for long double support in goffice. o Import legend and axis labels fonts from excel in charts. [Bug 437858]. o Fix performance issues in float_range_function2 and fn-tsa plugin. * Jody o Fix drawing of large cursor while sheet scrolls. [Bug 444610]. o Fix drawing of merged cells in RTL. [Bug 442463], [442467]. o Fix editing in RTL, and for merged cells. o Properties to store fine tuned capabilities in protected sheets. o Read/Write of protected sheet capabilities for XLS/XLSX. o Move the OpenPkg support code into libgsf from our xlsx plugin. o Fix placement of validation combo in merged cells. o Eval validation functions as arrays. o Make Morten's pdf exporter available from gnumeric too. o Start to implement limits to selection in protected sheets. o Handle array expressions in SYLK importer. o ODF import/export for hidden and RTL sheets. o Fix redraw of spanning cells when toggling RTL. o Work around ODF's lack of a default col/row style. o Fix crash in t-test. [Bug 450676]. o Sylk import support for arrays, and encoding. o Sylk export. o Configurability for which direction moves. o Calc property import/export for xlsx. o Update validation combo moving between identical styles. [Bug 453525]. o Patch the problems found by coverity. o Fix win32 docs. [Bug 443726]. o Be more flexible about range relocation for ins/del cells. [Bug 439347]. * Morten o Make ssconvert able to export to pdf. [Bug 381965]. o Fix loading of tab text colour. [Bug 437743]. o Improve handling of foreign recently-used files. [Bug 438918]. o Improve save-on-exit dialog. o Fix potentially confusing save-in-wrong-format-on-exit bug. o Tentatively fix issue with recent Pango. [Bug 440514]. o Provide good mime type for recent documents. o Fix localized-format problem in cell format dialog. [Bug 442657]. o Fix R1C1 problem. [Bug 443832]. o Fix performance problem when selecting large areas. [Bug 445617]. o Fix loading/saving of R1C1 attribute. [Bug 448714]. o Fix overflow problem when int!=long. [Bug 458158]. * Nils Kanning o Fix the inline documentation for python addins. [Bug 412804].
2007-08-24The package supports installation to DESTDIR.heinz1-1/+3
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-09while this compiles against libgda/gnomedb, the result does not work,drochner2-12/+2
so disable these plugins completely, ride on recent PKGREVISION bump
2007-08-09fix path so that the libgnomedb-3 database browser is found,drochner2-1/+15
ride on recent PKGREVISION bump
2007-08-04Dependency package databases/{libgda,libgnomedb} were updated.obache2-4/+4
Bump PKGREVISION.
2007-08-01Fix path to and depend on bash.joerg1-3/+5
2007-08-01Just use stdlib.h instead of malloc.h or defining them by hand.joerg2-1/+27
2007-08-01Fix path to Perl. Bump revision.joerg1-2/+4
2007-08-01Don't use malloc.h.joerg3-1/+29
2007-07-28catch up with goffice update again: fix plugin path, require newdrochner2-8/+8
version and bump PKGREVISION
2007-07-28Fix typo in MAINTAINER.wiz1-2/+2
2007-07-28Fix malloc.h usage.joerg13-14/+180
2007-07-17update to 5.12.0drochner3-28/+234
changes: * New lapack package (BLAS and LAPACK functions) * Bug fixes and enhancements to plotting code * Bug fixes and enhancements to Xmaxima user interface * Revise Maxima reference manual (all languages) * Some new add-on packages * Several minor improvements * Many bug fixes
2007-07-17update to 2.58drochner3-26/+6
changes: * CCITT/ITU CRC-32 computation example * changed import PRNG to autoimport * get rid of archaic "v" print and scan functions * fixed signededness bug in integer carry calculation (which was patched in pkgsrc)
2007-07-16goffice-0.4.1 changed the plugin path, thus:drochner2-6/+7
-adapt PLIST -require goffice-0.4.1, and -bump PKGREVISION
2007-07-01Changes 4.18:adam2-6/+6
The following new API routines were added: glp_set_rii set (change) row scale factor glp_set_sjj set (change) column scale factor glp_get_rii retrieve row scale factor glp_get_sjj retrieve column scale factor glp_simplex solve LP problem with the simplex method (this routine replaces lpx_simplex, which is also available for backward compatibility) glp_init_smcp initialize simplex method control params glp_bf_exists check if the basis factorization exists glp_factorize compute the basis factorization glp_bf_updated check if the basis factorization has been updated glp_get_bfcp retrieve basis factorization control params glp_set_bfcp change basis factorization control params glp_get_bhead retrieve the basis header information glp_get_row_bind retrieve row index in the basis header glp_get_col_bind retrieve column index in the basis header glp_ftran perform forward transformation glp_btran perform backward transformation
2007-06-30Update to R-ISwR-1.0-6. Biggest change is the fix for the build problem.joerg2-7/+6
2007-06-30Include <machine/endian.h> on Darwin, and supply a fake <malloc.h>schmonz3-10/+22
if the system lacks one (trick borrowed from multimedia/smpeg). Fixes build on Darwin.
2007-06-20Instead of running make configure in math/pari, just extrcat the tarballjoerg2-15/+10
directly. It seems to be enough as the package rebuilds most of pari anyway. This fixes the bulk build issues and the ordering issues seen before. Add commented out SITES variable, as the master site for pari doesn't have the old version any longer. OK during freeze: wiz@
2007-06-20Fix installation of package etc directory. Bump PKGREVISION.markd2-3/+27
2007-06-15Update mathomatic to 12.7.2.minskim2-6/+6
Changes: - Added order parameter to extrema command, which specifies the number of derivatives to take. - Renamed flist command to "display".
2007-06-11update ess to 5.3.4markd5-74/+75
4 years worth of bug fixes and enhancements.