summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2002-01-25Remove useless dependency on gb. Closes PR 14752 byrh3-9/+10
chris@paradox.demon.co.uk While at it, fix bogus @dirrms in gnumeric0's PLIST
2002-01-24Include "readline" buildlink glue code which should fix build problemstron1-1/+2
showing up during bulk builds.
2002-01-23Switch to new "python" dependency scheme.tron1-2/+2
2002-01-21Fixed dependency on gnumeric:martti1-2/+2
* accept gnumeric-0.75 or gnumeric-1.0.1 * install gnumeric-0.75 from pkgsrc/math/gnumeric0 if no existing gnumeric is found
2002-01-18bring an lseek prototype into scope - this makes it survive its owndrochner3-5/+29
installation test for me
2002-01-17Add and enable py-Scientific-doc.wiz1-1/+2
2002-01-17Added gnumeric0martti1-1/+2
2002-01-17Imported the old gnumeric-0.75 as pkgsrc/math/gnumeric0.martti4-0/+840
2002-01-17move to canonical pkg name (pyX.Y-pkg-vers),drochner2-69/+9
append version suffix to extended python interpreter, don't install docs (separate pkg now)
2002-01-17put documentation and examples of py-Scientific into a separate pkgdrochner4-0/+108
to avoid version conflicts
2002-01-17Updated gnumeric to 1.0.2martti3-183/+379
* This is the latest release (a lot of changes since version 0.75) * Available only in NetBSD 1.5R (=current) or later (because of wctype.h)
2002-01-16we need at least Python 2.0.1nb1 or 2.1.1nb1, 2.2 doesn't work at alldrochner1-1/+4
2002-01-16fix typodrochner1-2/+2
2002-01-16use buildlink files for Python and py-Numericdrochner2-115/+115
2002-01-15allow to override the required version just like other buildlink.mks dodrochner1-2/+3
2002-01-15this works with Python-2.2drochner1-2/+2
2002-01-10Never try to remove directories in "share/locale" because they are usedtron1-10/+1
by several packages.
2002-01-10add a buildlink.mk filedrochner1-0/+5
2002-01-10update to 20.3drochner2-5/+5
changes: Please note that the __future__ options wrt integer division in Python 2.2 are NOT available in Numeric at this time. Incompatible change to functions sum and product in MA. See Packages/MA/changes.txt. Fixed memory leak in divmod [#470058] thanks Reggie Dugard. Added argmax, argmin for byte, unsigned byte [#474241] Fixed bug in RandomArray.normal for default shape. [#482046] To fix bug and correctly accept keyword args, changed fromstring interface to: fromstring(string, typecode="l", count=-1) Applied patch #[ #468068 ] Speedups for small matrices by Gary Bishop. Removed newlines in comment in multiarray. Fixed uninitalized variable in asinh on Windows. Optimization: Moved array_range to C (T. Oliphant) Add coding to setup.py for the BeOs5. (patch #466187, not applied as given) Removed a couple of warning errors in the sea of same produced by gcc's warnall. Fixed bug in arrayfns.histogram (bug #462813) Optional Package Properties 2.2 Allow external handlers in Properties. No check is made any more that the handler is an unbound method of the class. Must have the correct signature, however.
2002-01-06Update math/php4-bcmath to version 4.1.1. The only change is updating tojlam1-3/+3
the version from the php-4.1.1 distribution.
2002-01-05Update ruby-bigfloat package to 1.1.8.taca2-5/+5
Changes from source's comments are below. Version 1.1.8(2001/10/23) bug(reported by Stephen Legrand) on VpAlloc() fixed. Version 1.1.7(2001/08/27) limit() method added for global upper limit of precision. VpNewRbClass() added for new() to create new object from klass.
2002-01-03Remove a bogus patch, drop a MASTER_SITE, and fix PLIST.wiz4-107/+63
2001-12-31Update math/php4-bcmath to 4.1.0. No list of changes from version 4.0.6;jlam1-3/+3
simply update to version from php-4.1.0 distribution.
2001-12-31Add and enable "xlife".fredb1-1/+2
2001-12-31Initial import of xlife-5.0, an X implementation of John Horton Conway'sfredb6-0/+350
classic "Game of Life".
2001-12-22- fix a bug in the ascii() function noticed on sparc. Patch fromdmcmahill14-8/+241
Serge Steer on comp.soft-sys.scilab - minor man page fixes - make the 'whatis' files used for the online help be lined up in columns which significantly enhances readability - minor fixes to the Makefile fragment for building scilab shared objects. bump rev to scilab-2.6nb2
2001-12-19Add BUILD_DEPENDS on autoconf, since the program manually calls autoheader.wiz1-1/+3
Fixes bulk build failure.
2001-12-19many bug fixes and improvements such as:dmcmahill5-139/+173
* small improvement to Arg(...) working on real numbers. * improved 'make test', no need to install before test any more. * VarList can now accept a second argument, a filter predicate. * Pattern matcher now allows extended prototypes, like PP(list_Contains("a")) <-- ... etcetera. * c-style tokenizer using CTokenizer() (DefaultTokenizer() switches back to the default tokenizer). * Great speed-up of function Assoc. * Christian Obrecht implemented the Rabin-Miller primality testing algorithm, which greatly improves the speed of IsPrime. * Orthogonal polynomials OrthoP, OrthoP,OrthoG,OrthoH,OrthoL, OrthoT,OrthoU implemented by Serge Winitzki. * various speedups, and a new memory manager, optimized for allocating many small blocks (which is the case in Yacas). * Changed the directory structure for the script files * Greatly improved Simplify function. * Added CurrentFile, CurrentLine functions * Implemented backquote mechanism: `(...) will substitute every @a with the evaluation of a (and if a is a function the function name is replaced). The end result is evaluated. see substitute.cpp for more details many more... see http://www.xs4all.nl/~apinkus/changes.html for the complete list.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-5/+5
references of the pkglint package. _PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages which would like to refer to other packages in the build tree. It should not be set by users, but neither should it stop a user from building a package if it is defined, so make it obvious that this is the case.
2001-12-11Include a patch for the generated configure script so that we don't havejlam3-7/+159
to depend on auto* tools at build-time. This fixes pkg/14916 by Brook Milligan <brook@biology.nmsu.edu>.
2001-12-06share/zh_TW/LC_MESSAGES is in *.pkg.dist, and shouldn't be dirrm'd.wiz1-2/+1
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam1-2/+2
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-11-30Buildlinkify.wiz3-15/+15
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf2-4/+5
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Don't copy Xscilab and Metanet-color app-defaults towiz2-9/+3
X11BASE/lib/X11/app-defaults: 1) it's the wrong place if you're using xpkgwedge 2) scilab doesn't look there, but in PREFIX/scilab-2.6/X11_defaults
2001-11-28the distfile has changed. The primary difference is that config.cache isdmcmahill2-9/+8
no longer (erroneously) included. This means the pkgsrc Makefile also no longer needs to delete config.cache as a post-extract step. Fixes PR pkg/14679 from Rafal Boni by applying his patch.
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam3-12/+12
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-22Upgrade gsl from 0.9 to 1.0. Provided in PR 14501 by Masao Uebayashiagc4-6/+255
(uebayasi@soum.co.jp). To quote from the PR: Changes from the previous pkgsrc'ed version (0.9.0) are too many to write here, but five of them picking them randomly : * The single precision ffts now uses float throughout, rather than mixing float and double. * Vector and matrix views are now compliant with the ANSI standard. * Routines for complex LU decomposition are now available, allowing the solution of systems of equations with complex coefficients. * Reorganized the multmin functions to use the same interface as the other iterative solvers. * Increased the maximum number of iterations in gsl_poly_complex_solve() from 30 to 60. In addition, a buildlink.mk file was provided by Masao-san.
2001-11-14Fixups to PLISTdamon1-23/+29
2001-11-14Add a few missing "@dirrm" commands.tron1-1/+5
2001-11-14Complete package list cleanup:tron1-164/+174
- fix typo: "${PKG_VERSION}" must be "${PKGVERSION}" - remove bogus "@dirrm" commands for shared directories and directories owned by other packages - update for version 0.75 of "gnumeric"
2001-11-14Replace hard coded version number by "${PKG_VERSION}" to fix or at leasttron1-164/+164
reduce package list problems caused by last update.
2001-11-14Fix further package list lossage.tron1-3/+3
2001-11-14Fix major package list lossage caused by last update and add missingtron2-5/+3
dependence on "gnumeric" package.
2001-11-13Set "PKGNAME" so that this package is named "guppi" instead of "Guppi"tron1-1/+2
as it was named before.
2001-11-13Take two: Upgrade /math/guppi to 0.40.0damon4-242/+149
2001-11-11Update to 0.75 (bugfix release)damon2-5/+5
Changelog: * Bug fixes, Polishing & Optimisations * Shrink exported XLS files. (Jody) * More work done to support financial functions. (Jukka) * Improve dbf importer. (Jody) * Rewrite solver dialog as guru. (Andreas) * Re-enable compression for .gnumeric files. (Jody) * Lots of documentation added. (Jukka) * Make cell format dialog only pseudo-modal. (Jody) * Added `Help' buttons for various tools. (Jukka) * Fix support for cancel on window manager quit. (Jody) * Help button on autosave doesn't crash. (Jukka) * Fix non-bonobo View menu. (Jody) * Added `Filter' submenu into the `Data' menu. (Jukka) * Fix sheet extent calculation new complex objects. (Jody) * Plug leaks. (Morten) * Improve formula guru. (Jody) * Cleanup various access to internal strings. (Morten) * Support scrollwheel in a larger area. (Jody) * Fix Edit -> Fill -> Autofill. (Jody) * Make autocorrect non-modal and cleaner. (Jody) * Make autocompletion a view attribute, with a gui. (Jody) * Don't clear the clipboard when Klipper runs. (Jody) * Enable per sheet style management to support (Jody) validation, conditionals, and to simplify XLS export. * Translations * ru (Valek Filippov), nn (Roy-Magne Mo)
2001-11-01Move pkg/ files into package's toplevel directoryzuntum87-45/+45
2001-11-01Move pkg/ files into package's toplevel directoryzuntum58-35/+35
2001-10-29use PLIST_SUBST instead of sed, as suggested by Thomas Klausnerdrochner1-66/+66