summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2002-08-21Add and enable gp-grapecjep1-1/+2
2002-08-21Initial import of GRAPE 4r1 into the NetBSD packages collection as cjep5-0/+135
math/gp-grape. GRAPE is a GAP package for mathematical computation with graphs and groups. It was written by Leonard H. Soicher of Queen Mary, University of London.
2002-08-21Add and enable gapcjep1-1/+2
2002-08-21Initial import of GAP-4.3 (bug fix level 1) into the NetBSD packages cjep7-0/+4420
collection as math/gap. GAP (Groups, Algorithms and Programs) is a free system for computational discrete algebra. Its capabilities include computation involving cyclotomic and finite fields, residue class rings, p-adic numbers, multivariate polynomials and rational functions, vectors, matrices and finite groups. GAP can be copied and distributed freely for any non-commercial purpose.
2002-08-12Fix oversight in last commit.tron1-3/+1
2002-08-12The "guppi" package doesn't work with version 0.75 of the "gnumeric"tron2-4/+19
package. Depend on "gnumeric" 1.0.x on platforms which can build this package and disable "gnumeric" support on other platforms.
2002-08-09Unlimit data and memory size so that this package will build on my ss2agc1-1/+3
with a whole 36 MB of memory.
2002-08-09Add missing file "guppi-gnumeric-format-guru.glade".tron1-1/+2
2002-07-26Update gnumeric to 1.0.9mjl3-484/+487
* Recompute spans after reading from applix. * Fix the guia2 prop bag import warnings * Fix 0 sized TXO import inside escher streams * Fix import of IMDATA inside escher streams * Improve lotus importer * wrap text does no supercede center across selection * Match cummulative time * Fix typo that broke workbook-view attribute import. * Fix doc build. * Register for more mime types * use value_as_string for array content * Don't crash on xls import if locale is confused. * COUNT should only count ints and floats not bools * Add Drachma to EURO. * Support implicit conversion from string -> number in scalar graphs. * make value_as_string as smarter when handling ValueError.
2002-07-25Synch PLIST with reality. This should fix the problem reported injschauma1-6/+1
Huberts latest bulk-build, and, as such, also fix the broken depends for gnucash from that buil-build.
2002-07-19Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts.wiz1-2/+2
2002-07-19Build with psiconv.mycroft2-4/+10
Also, add a missing @dirrm for the help directory.
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Give path for -lblas so modules such as R-KernSmooth can find it whenmarkd1-2/+2
they try to link it.
2002-07-17Update the patch to match the new Makefile in version 1.30agc2-9/+9
2002-07-17We need the blas buildlink file for -lblas - fixes a problem in the lastagc1-1/+3
bulk build.
2002-07-16Remove gnome-core dependency, not necessary according to Dan Winship, seewiz1-2/+1
http://mail-index.netbsd.org/tech-pkg/2002/07/15/0020.html
2002-07-16Use scrollkeeper's buildlink.mk fileagc1-3/+2
2002-07-15A package to fix obvious errors in the psiconv plugin.mycroft2-1/+46
2002-07-15Add libunicode buildlink. Remove references to LOCALBASE.wiz1-5/+4
2002-07-15Add libunicode buildlink. Remove -{I,L}${LOCALBASE}/{include,lib}.wiz1-4/+3
2002-07-14Make this strongly buildlinkedrh1-1/+4
Add --without-psiconv to avoid picking up and choking on an installed psiconv package Bump PKGREVISION
2002-07-14Make this strongly buildlinkedrh1-2/+4
Add --without-psiconv so build doesn't try to used and choke on an installed psiconv package Bump PKGREVISION
2002-07-03depend upon x11/gnome-core as welllukem1-1/+2
2002-07-02Add RCS Id.wiz5-2/+5
2002-06-28Make this package compile in the presence of xpkgwedgeagc2-6/+6
2002-06-28On 1.6 and above, <readline/history.h> needs <stdio.h> to be includedagc2-1/+14
specifically - do so.
2002-06-27Fix mistake in last commit.jtb2-6/+8
2002-06-27Regenerate.jtb1-1/+1
2002-06-27Don't call the times() function with the argument NULL.jtb1-2/+2
2002-06-26add and enable glpkdmcmahill1-1/+2
2002-06-26import of glpk-3.0.7 provided in PR pkg/16691 by Kent Polk ↵dmcmahill4-0/+62
<kent@tiamat.goathill.org> with some changes and finishing of the package by me. GLPK is a set of routines written in ANSI C and organized in the form of a callable library. This package is intended for solving large-scale linear programming (LP), mixed integer linear programming (MIP), and other related problems. GLPK includes the following main components: * implementation of the primal/dual simplex method; * implementation of the primal-dual interior point method; * implementation of the branch-and-bound procedure (based on the dual simplex method); * application program interface (API); * GLPK/L, a modeling language intended for writing LP/MIP models; * GLPSOL, a stand-alone program intended for solving LP/MIP problems either prepared in the MPS format or written in the GLPK/L modeling language.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb3-8/+8
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-16don't key off of `alpha' to decide to do OSF specific things (-fpe3 flagdmcmahill5-65/+2564
to the fortran compiler). Also mark as not for older netbsd-alpha systems as this is an IEEE-754 infected program (hi ross!).
2002-06-08Update gnumeric to 1.0.7mjl3-513/+494
* Fix (possible) segfaults caused by the "mid", "left" and "right" right string functions and protect those functions and the "replace" function against invalid arguments. * Fix validation entry sensitivity. * Fix some memory problems in the solver. * Don't crash on xls import/export if locale is confused. * Simple autodetection of tab delimited vs csv * Avoid mistranslated font names. * Actually disable wide character checking if it is not available. * Fix grab when selecting a col/row with validation failure. * Handle inserting col/row if the first is hidden. * clone grouping and frozen status too. * preset canvas scroll region in case something scrolls before we are realized. * Handle some XL export breakage cause by TagoH's patch. * Fix advanced filter of value based implied enums. * gdk_flush after all grab/ungrab events so that long running operations that do not update the display are certain to ungrab without delay (thanks rconover) * Apply the accounting format rather than the numeric version for Keelyn. * Fix the omf file. * Some gda plugin warnings. * correct the help references in a few languages * Fix some gcc-3 warnings.
2002-05-25use lang/gcc on arm32. Makes this compile and work on shark.dmcmahill1-1/+7
2002-05-24Reorder PLIST so pkg_delete works cleanlymarkd1-3/+3
2002-05-24Add dependency on scrollkeeper to reliably have .omf files created andmarkd2-2/+5
so add share/omf/gnumeric/gnumeric-C.omf back to the PLIST
2002-05-23move @exec down so %D is definedhubertf1-2/+2
2002-05-22turn off optimization on one particular fortran file. Fixes a crashingdmcmahill2-1/+23
bug in the scilab function mgetl() which prevents the build from completing correctly. Problem noted in recent sparc bulk build.
2002-05-21regen (checksum mismatch for patch-aa)wiz1-2/+2
2002-05-20Mark this package as broken for arm32. The package does not build duecjep1-1/+5
to an internal compiler error, even with gcc-2.95.3: genbet.f:247: internal error--unrecognizable insn: (insn 56 54 57 (set (reg:SF 1 r1) (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291])) -1 (nil) (expr_list:REG_EQUAL (const_double:SF (mem/u:SF (symbol_ref/u:SI ("*LC4")) 0) 60635201 [0x39d3841] 16384 [0x4000] [2.928064102298758e-291]) (nil)))
2002-05-20Fix up distinfo to reflect last change to patches.cjep1-2/+2
2002-05-20Add NetBSD tag. Fix NetBSD tag in patch-ad.cjep2-1/+2
2002-05-15Update guppi to 0.40.3mjl7-432/+227
Changes are lots of bug fixes and removal of the dependency on python. Also enable gnumeric support so the graphing functions in gnumeric actually work.
2002-05-14Use REPLACE_BUILDLINK on the `telakka' script.jtb1-2/+2
2002-05-12update to grpn-1.1.2nb1dmcmahill9-211/+263
adds several constants found in science and engineering: - 'k' Boltzmanns constnat - 'q' Electron charge - 'e0' Free space permitivity - 'mu0'Free space permeability - 'c' Free space speed of light.
2002-05-04Add and enable euler.jtb1-1/+2
2002-05-04Initial import of euler.jtb7-0/+459
EULER is a program for quickly and interactively computing with real and complex numbers and matrices, or with intervals, in the style of MatLab, Octave,... It can draw and animate your functions in two and three dimensions. Euler features : * real, complex and interval scalars and matrices, * a programming language, with local variables, default values for parameters, variable parameter number, passing of functions, * two and three dimensional graphs, * marker plots, * density and contour plots, * animations, * numerical integration and differentiation, * statistical functions and tests, * differential equations, * interval methods with guaranteed inclusions, * function minimizers (Brent, Nelder-Mean), * Simplex algorithm, * interpolation and approximation, * finding roots of polynomials, * Fast Fourier transform (FFT), * an exact scalar product using a long accumulator, * Postscript graphics export
2002-05-04Add and enable algae.jtb1-1/+2