summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2006-03-26Update mathomatic to 12.5.12.minskim2-6/+6
Changes: - Documentation improvements. - Updated command description text in help command. - Converted many functions to inline that are only used once and should be inline. - Code cleanup.
2006-03-24Remove ONLY_FOR_PLATFORMS from the days of binary-only xforms.joerg1-5/+1
2006-03-24Explicitly link mpipython with pthread, since libpython is multithreaded.joerg1-2/+2
2006-03-24Fix DragonFly: include stdint.h.joerg2-1/+17
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam2-4/+4
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam4-12/+14
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-20Do not build perl plugin:wiz2-10/+14
it is broken on 3.0, and makes the compilation fail on -current, because the name of the dynamic library is transformed by bl3 and then the transformed name is handed off to ar(1), which then doesn't find it. Bump PKGREVISION.
2006-03-19Fix installation after info framework changes.wiz1-3/+2
2006-03-12Added patch-ac, which fixes compilation failures in __asm__ statements.rillig1-0/+15
2006-03-12Fixed pkglint warnings. Changed the directory of the HTML documentation torillig5-31/+35
share/doc/cln/html. Bumped PKGREVISION.
2006-03-11The i18n file is not installed on NetBSD, so removed it from the PLIST.rillig2-4/+3
Bumped PKGREVISION.
2006-03-11Update mathomatic to 12.5.11.minskim2-6/+6
Changes: - "matho-primes pal" wasn't working, fixed. - Improved the "Equation not defined" error message for new users. - Worked on matho-primes program. - Automatically determine the variable if none is specified with the extrema command. - Code cleanup. - Helped simplification of complex exponentials. - Parse things like "2 2" as "2*2", instead of giving a syntax error. The default operator is always times.
2006-03-09Generated info files may no longer be split, so handle this fact whenjlam1-6/+7
installing the liboctave info files.
2006-03-09Sort.wiz1-2/+2
2006-03-09Remove extraneous (and incorrect) .endfor.jlam1-2/+1
2006-03-09Generated info files may no longer be split, so handle this fact whenjlam1-5/+7
installing the liboctave info files.
2006-03-08Let the package find BLAS routines on Mac OS X. This makes the package buildminskim2-2/+10
on Darwin.
2006-03-08Update to 2.16, provided by Mark E. Perkins in PR 30934:wiz2-10/+10
2.16 January 6 2005 - Major + Rewrote and reinstated the write_comment() method to take account of the changes in the Excel 97+ comment format. Currently conflicts with insert_bitmap(), see docs. + Added standard styles such as comma, percent and currency. ! Changed write_url() methods to allow numbers or formulas as well as strings as the optional text. Requested by many. + Documented use of encoding flag in add_worksheet() to allow handling of UTF-16 sheet names. + Added encoding flag to merge_range() method to allow handling of UTF-16 strings. Requested by many. Added merge6.pl example program. + Added hide_zero() worksheet method to allow hiding of zero values in cells. + Added print_across() worksheet method to allow changing of the default print direction. + Added right_to_left() worksheet method to allow changing of the default worksheet direction in eastern versions of Excel. + Documented the Worksheet hide() method. + Added comments1.pl and comments2.pl example programs. + Added tests for the internal methods used by write_comment(). 2.15 September 18 2005 - Minor ! Changed OLE container stream name from "Book" to "Workbook" for compatibility with some third party apps. Thanks Wieland Pusch and Kevin McMahon. ! Fixed bug that caused all worksheets to be selected in OpenOfficeOrg causing strange linking of data between Worksheets. Thanks M. Brodbelt. See http://rt.cpan.org/NoAuth/Bug.html?id=14094 http://www.openoffice.org/issues/show_bug.cgi?id=52955 ! Changed file creation from end of program to the start of program in order to avoid race conditions and extra file creation on VMS. + Added optional user supplied results for formulas as a workaround for uncalcuated values in some non-Excel apps. Added formula_result.pl example of above. 2.14 May 9 2005 - Minor ! Fixed handling of Unicode font names. 2.13 April 20 2005 - Minor ! Made it a fatal error to use a merged format in a non- merged cell (and vice-versa). This is a temporary measure to prevent people from shooting themselves in the foot until the Format.pm code can be refactored. + Add 01_merge_formats.t test for above. + Added date_time tests. 2.12 March 22 2005 - Minor + Added further Unicode support. The following methods now handle uft8 in perl 5.8: add_worksheet() set_header() set_footer() set_font() set_num_format() + Added unicode_cyrillic.pl example. + Added 01_add_worksheet.t test. 2.11 September 30 2004 - Minor - Removed undocumented date_time handling from write() to avoid potential false matches. + Added add_write_handler() method to allow users to add their own data handlers to write(). + Added 4 write_handler examples. 2.10 September 23 2004 - Major + Added chart support via external templates. Added Chart.pm and add_chart_ext() method to Workbook object. Added /charts directory with examples and documentation + Added write_date_time() worksheet method for writing dates and times in Excel date format. Added date_time.pl example. + Added automatic Unicode handling via utf8 in perl 5.8 and later. Thanks Mark Fowler. Added several unicode_*.pl examples in different encodings. Thanks to Sean Burke for the sample encodings. + Added write_to_scalar.pl example in order to answer frequently asked question about writing an Excel file to a scalar. 2.04 August 18 2004 - Minor ! Fixed handling of Euro symbol in num_format() strings. ! Renamed the Excel 5 style merge() format to the more correct center_across(). Updated examples accordingly. ! Added bug warning about using merge formats outside of merged ranges. + Fixed handling of doubled double quotes in formula strings. Thanks to a tip from merlyn. + The 2.xx versions are now compatible with MS Access. Removed statements to the contrary. 2.03 July 4 2004 - Minor ! Fixed bug that prevented column outlines from displaying. Thanks to Marc Rosenthal. ! Enhanced add_worksheet() name checking to exclude case- insensitive duplicate names. Thanks to James Wilkinson. ! Internal fix to number of rows in several (unseen) places. + Added mod_perl 2 example program from Matisse Enzer. Thanks. 2.02 May 28 2004 - Minor + Fixed internal version numbers to keep CPAN.pm happy. Thanks to David Dyck. + Minor changes to demo.pl merge5.pl and the html docs. 2.01 May 27 2004 - Major This version is a MAJOR revision to Spreadsheet::WriteExcel. The format of the Excel file that it produces has been updated from Excel 5 to Excel 97. This allows support for long, 32k character strings and Unicode. DUE TO THE MAJOR INTERNAL CHANGES IT IS RECOMMENDED THAT YOU TEST THIS UPGRADE FULLY BEFORE DEPLOYING IT. Also note that this version can be 1.5 to 2 times slower than previous versions and the write_comment() method has been temporarily removed. These issues will be fixed in later releases. + Changed the default Excel format to Excel 97. + Added support for strings up to 32767 character. + Added support for Unicode strings. + Improved speed in relation to pre-release versions. However, it is still slower than the 1.xx versions. + Improved OpenOffice.org support. + Added more examples: diag_border.pl, indent.pl, unicode.pl, unicode_japan.pl, unicode_list.pl + Changed the distro dir structure. - Temporarily removed write_comment() support since the Excel 5 version isn't compatible with Excel 97+. 1.01 May 24 2004 - Minor ! Small non-bug fix to write_comment(). 0.43 April 28 2004 - Minor ! Fixed longstanding bug where page setup features didn't show up in OpenOffice.org. ! Fixed localised @_ bug when using threaded perls. Thanks Tamas Gulacsi and Stephan Loescher. 0.42 August 26 2003 - Minor ! Fixed bug when using IO::Sclalar object as a filehandle. Thanks to Kyle R. Burton and David Robins. ! Fixed minor formula parser bug. Thanks Michael Braig ! Fixed handling of column sizing for widths less than 1 unit (again). Thanks to Rubio (again). ! Failed new() returns undef instead of croak()ing as per docs.
2006-03-07Add antixls (noted by wiz).dillo1-1/+2
2006-03-07Initial import of antixls, an Excel file to text converter.dillo4-0/+35
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz3-5/+6
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam9-25/+18
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam63-126/+126
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Regen hand-edited patch so that the MacOS X patch program can apply it.kristerw2-7/+4
2006-03-02update to 2.2.0drochner5-1728/+18
changes: -Bug fixes -New functions mpfr_set_overflow, mpfr_set_underflow, mpfr_set_inexflag, mpfr_set_erangeflag, mpfr_set_nanflag, mpfr_erfc, mpfr_atan2, mpfr_pow_z, mpfr_subnormalize, mpfr_const_catalan, mpfr_sec, mpfr_csc, mpfr_cot, mpfr_root, mpfr_eint, mpfr_get_f, mpfr_sech, mpfr_csch, mpfr_coth, mpfr_lngamma -New macro: MPFR_VERSION_STRING -The exported MPFR variables have been removed from mpfr.h -cleanup, speed improvement...
2006-03-02Update mathomatic to 12.5.10.minskim2-6/+7
Changes since 12.5.8: - Bug fix for nintegrate command. Result was correct but not fully reduced. - Added "twin" option to "primes/matho-primes", removed "primes/matho-twin". - Automatically determine the variable if none is specified with the derivative and taylor commands. - Increased the maximum variable length to 1000 characters.
2006-03-01Let the package find BLAS and LAPACK routines on Mac OS X. This makes theminskim2-3/+14
package build on Darwin.
2006-02-26Patch from R's svn trunk. Should fix build on NetBSD 1.6.2.markd2-1/+26
2006-02-24Changes 0.9.2:adam15-50/+48
- Enhanced factorization, with square free factorization of rational multivariate polynomials - New simplification using the enhanced factorization - Much more efficient determinant and matrix inverse calculation - Greatly enhanced and reworked solving of equations and inequalities - More efficient evaluation avoiding recalculations - Generally enhanced and more correct algebraic functionality - Faster calculation of powers with large exponent and base close to one - Option to automatically simplify or factorize - Option to warn about denominators assumed non-zero - Fix negative exponents with lower-case e - Fix fetching of exchange rates with gnome-vfs < 2.10 - Polynomial functions: coeff(), lcoeff(), pcontent(), degree(), etc. - Fix ln(e^x) - Display "x < 3 && x > 1" as "1 < x < 3" - Display "&&" and "||" as "and" and "or" by default - Fix display of fractions in "Decimal (Try Exact)" mode - Compile without errors or warnings with -pedantic and -Wextra - Unicode fixes - ...and many more minor fixes and enhancements (and probably some new bugs)...
2006-02-24Match PKGCONFIG_OVERRIDE with reality. Replace hard-coded -lpthreadjoerg3-4/+21
reference to unbreak qalculate subpackages on DragonFly. Bump revision.
2006-02-19Add missing file to PLIST. Bump PKGREVISION.wiz2-3/+4
2006-02-18Fixed pkglint warnings.rillig1-13/+10
2006-02-16Has BROKEN_GETTEXT_DETECTION.joerg1-1/+2
2006-02-15update to 24.2drochner5-44/+33
another "final release" changes: -__array_data__, __array_struct__ support -some bugfixes -Support array interface in objecttype function -build system improvements inofficial note: The default indices of diagonal() and trace() changed, this causes a selftest to fail. The default indices behaviour is documented, so it seems that just the selftest is wrong. This only affects arrays with more than 2 dimensions.
2006-02-15optionally support lzo and ucl for internal compression,drochner1-2/+16
pull in buildlink files for all compression libs used
2006-02-15update to 1.5.1drochner3-8/+11
changes: -fix a NumArray Operator Optimization Bug -Better NumPy dtype Support. -more bugfixes
2006-02-14Removed unnecessary comment. TEST_TARGET=test is the default for Perlheinz1-2/+1
modules.
2006-02-14Updated to version 2.010703.heinz4-352/+23
This update fixes various segmentation faults during "make test" (using pari 2.1.6). Pkgsrc changes: - Removed files/Makefile.PL (not used anymore). Relevant changes since version 2.010501: ======================================== - various 64-bit fixes - extensive update ot test suite
2006-02-13Update mathomatic to 12.5.8.minskim2-6/+6
Changes: - Doubled the default max expression size. Display current size on startup. - Made solve_sub() return -1 for an identity. - Speedup of the simplify command.
2006-02-10update to 1.2.1drochner4-15/+58
This is a major version release. changes include: -Undo/Redo -support for objects (and indexes!) with more than 2**31 rows -new datatypes -improved HDF5 support -compression support
2006-02-07update to 1.5drochner4-9/+26
changes: -better interoperability with py-Numeric and scipy (uses "scipy newcore") -bugfixes -speed improvements
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg116-155/+232
2006-02-05Remove unneeded patch, noted by veego@.wiz1-12/+0
2006-02-04test -z $foo -> test -z "$foo"markd2-25/+46
fixes build on Solaris.
2006-02-04Update to 1.6.2:wiz3-13/+26
Gnumeric 1.6.2 Ivan, Y.C. Wong: * Fix Gdk-WARNING when cutting or copying cells. [#314210] * No more debug command prompt. Error/warning messages will go to an existing command prompt (if any). Jody: * Disable the IRC link in the help menu. * Use the cannonical web page in case of problems. * Silence some warnings in the ODS importer. Morten: * Fix COUNTBLANK. * Fix ATAN2(0,0). * Make AND, OR, and XOR ignore strings as claimed. * Fix TRIM for non-ASCII case with spaces at end. * Improve Excel compatibility of BIN2DEC, BIN2HEX, and BIN2OCT. [#323787] * Fix crash on xml load. [#323888] * Fix file corruption on saving scenarios. [#323927] * Fix a pile of leaks in solver and scenario saving and loading. * Fix leaks in solver dialog. * Fix parser leak. [#301127] * Fix solver dialog crash. [#324585] * Fix FMR in SUBSTITUTE. * Fix REPLACE and SEARCH for non-ASCII strings. * Fix division-by-zero problems in FIXED, ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC. * Fix out-of-memory problem in REPT. * Fix lots of little XL compatibility problems in string functions. * Fix error on Search-and-replace. * Fix near-infinite loop in FACTDOUBLE. * Fix text-to-columns crash probably affecting stf import too. * Fix font preference crash. [#326830] * Fix memory allocation problem for writing charts. * Fix loading of boolean constants from ods files. * Fix MID for out-of-bounds values. * Fix constructed-range parsing for OO. * Fix SECOND, MINUTE, HOUR compatibility problems. * Fix DATE compatibility for bizarre input. * Cleanup parameter handling in financial functions. Jon Kåre: * Hand clipboard off to clipboard manager when exiting. Nick Lamb: * Fix CONVERT crash. [#323678]
2006-02-04Update glpk to 4.9markd4-17/+18
A MIP presolver were implemented (currently incomplete). It is used internally in the routine lpx_intopt (see below). An advanced branch-and-bound solver (the routine lpx_intopt) were implemented. The routine lpx_check_int to check MIP feasibility conditions was added. The routine lpx_print_mip was changed to print MIP feasibility conditions. The built-in functions sin, cos, atan, and atan2 were added to the MathProg language. Some typos were fixed. Thanks to Minh Ha Duong <haduong@centre-cired.fr> (CIRED, CNRS).
2006-02-02When using GCC and libstdc++ supports C99 macros, use isnan fromjoerg3-1/+29
namespace std.
2006-01-31Accept goffice>=0.2.0 too.wiz2-1/+14
Fixes compilation problem reported by joerg@ and veego@.
2006-01-30Bump PKGREVISION for goffice shlib major bump.wiz1-2/+2
2006-01-30Include sys/time.h for struct timeval on DragonFly.joerg2-4/+12