summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2003-02-05fix time() prototype. Fixes recently noted build problems on alpha.dmcmahill2-1/+15
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam2-4/+4
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-28Make this compile with (implicitly updated (?)) superlu-2.0nb2.uebayasi5-6/+121
Build process change, no revision bump.
2003-01-28Initial import.uebayasi1-0/+26
2003-01-28Make this have its own ${PREFIX}/include/superlu subdirectory and install alluebayasi2-5/+16
header files there. Bump revision to 2.
2003-01-27Properly install the xpm graphics that graphopt uses for the buttons.atatat2-2/+19
2003-01-25Bump revision; installed location change.uebayasi1-2/+2
2003-01-25Fix installed location honouring GUILE14_SUBDIR.uebayasi2-10/+12
2003-01-23Update to R-1.6.2markd3-25/+30
CHANGES IN R VERSION 1.6.2 BUG FIXES o plot.stepfun() now obeys a `ylim=.' specification. o removeClass() does a better job of removing inheritance information. o setIs() will not allow mismatched representations between two classes (without an explicit coerce method). o The code underlying polygon drawing contained a memory leak. This showed up in persp, but did not affect other graphics functions. It is now possible to draw big DEMs. o logLik.nls() gave wrong df. o rbind() with a mixture of data frames and matrices treated the matrices as vectors. o stripchart(method="stack") was not handling missing values. o Arithmetic functions such as log() lost the object bit from classed objects if coercion was needed. o exp_rand would go into an infinite loop if unif_rand returned 0. o formatC(x, format="fg") could return exponential format if rounding pushed x over a positive power of 10. o attr(x, foo) used partial matching for `foo' (even though not documented to do so), and failed to find `foo' if there were two or more partial matches before the exact match in the list of attributes. o Rdconv now creates direct HTML hyperlinks when linking to documentation in the same package. The code now ensures that links which can be resolved within the package are so resolved, even when there are possible resolutions in other packages. o If readBin(what=character()) is used incorrectly on a file which does not contain C-style character strings, warnings (usually many) are now given. o Building libR.so with the zlib in the R sources was not finding the local zlib headers. o system(intern=TRUE) has an undocumented line length limit of 119 chars both on Unix and Windows. The limit is now 8096 and documented. On Unix (only) every 120th character used to be discarded. o plot.POSIX[cl]t were not passing graphics parameters on to axis.POSIXct. o On some HP-UX systems, installed scripts were not executable when using the BSD-compatible install system program found by configure. We now always use install-sh on HP-UX. o c() was converting NA names to "NA": now proper NA strings are used wherever possible. o A typo was causing segfaults when using data.entry under SuSE.
2003-01-23Make configure find guile-config and guile include files.kristerw3-3/+15
PKGREVISION++.
2003-01-23Add and enable graphopt.wiz1-1/+2
2003-01-23Initial import of graphopt-0.1, a graph layout optimizer:wiz4-0/+53
In contrast to Graphviz and other graph optimizers, graphopt does not use a heuristic approach to layout optimization. Instead, it uses basic principles of physics to iteratively determine optimal layout. Each node is given mass and an electric charge, and each edge is represented as a spring. Node mass, electric charge, optimal spring length, and the spring constant are tweakable in the gui in realtime. For most graphs, this is all that is needed - hit 'go' and the graph organizes itself much as the analagous real-life system would if constrained to two dimensions. For more complex graphs, some fiddling with the physical parameters at different stages of optimization usually does the trick. To accomodate very large graphs, an additional mechanism called layering was added. When a graph is loaded, nodes are assigned to layers based on their relative positions. During optimization, you can choose to hide any number of layers. Any nodes assigned to a layer lower than the selected layer are not only hidden, but neither their electric charges nor the forces of the springs attached to them are figured into the forces acting on the visible nodes. In effect, those nodes cease to exist, and a smaller graph is allowed to lay itself out without being constrained by an excessive number of nodes.
2003-01-22The distfile has changed on the master site as noted by Robert Elz inkristerw2-4/+5
PR 19876. Update the distinfo (after verifying that nothing nasty has been introduced). PKGREVISION++. The author don't seem to keep a changelog (*sigh*) but the changes seems to be some minor code clean up and bug fixes.
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.salo4-9/+8
2003-01-18Fix Aachen mirror pathcjep1-2/+2
2003-01-17Re-enable guile support now that guile and guile14 happily co-exist.rh2-5/+12
Bump PKGREVISION.
2003-01-16Update to 2.11.6.2wiz3-6/+7
Changes: New repeat.cal, bug and portability fixes.
2003-01-12Remove guile support. Gnumeric only supports guile-1.6.x while gnucashrh2-11/+5
(which depends on gnumeric) only supports guile-1.4. XXX: This is a quick fix to unbreak gnucash and the gnome meta-pkg, but XXX: the guile packages need to be changed to co-exist to address this XXX: properly! Bump PKGREVISION.
2003-01-10emacs.mk already includes bsd.prefs.mk, no need to include it manually awiz1-3/+1
second time.
2003-01-09Update gnumeric to 1.0.12. Changes include:rh4-83/+91
* Guile support (NetBSD package) * Bugfixes * backport small text import cleanup. * Remove the patch to the xml importer in 1.0.11 and solve the problem using a blunt object. * Support the global outline buttons * Use the back port of the new xml parser in libxml1 (thanks DV) * Fix GAMMAINV.
2003-01-07Convert to buildlink2.wiz1-5/+6
2003-01-07Initial buildlink2.mk.uebayasi1-0/+29
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi2-4/+4
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2003-01-05SunOS/System V package names for the GAP packages.cjep6-6/+12
2003-01-05Add and enable gp-grpconstcjep1-1/+2
2003-01-05Initial import of GrpConst 2.0 into the NetBSD packages collection ascjep4-0/+45
math/gp-grpconst. GrpConst is a GAP 4 package for constructing all groups of a given finite order (up to isomorphism).
2003-01-05Work around for PLISTs so that the install machinery should now work on SunOScjep9-23/+42
2003-01-04Gap is no longer mirrored at ANUcjep1-2/+1
2003-01-04Fix PLIST to use MACHINE_GNU_PLATFORM (noticed in shark bulk build).cjep1-2/+2
2003-01-03Update to 2.11.6.wiz4-444/+471
News: base2(), powerterm, lavarand -> LavaRnd, fproduct, and lots of bug fixes.
2003-01-01add missing libgslcblas.* files.dmcmahill1-1/+2
2002-12-31Fix PLIST to match previous changecjep1-1/+36
2002-12-31Install the prim directory (noted by Bettina Eick in private e-mail).cjep2-5/+5
Bump pkg revision.
2002-12-28One more:jschauma1-2/+2
Bump PKGREVISION on packages that depend on x11/xforms, since there has been a soname change. Pointed out by fredb.
2002-12-27Fix PLIST (error noticed in Hubert's latest bulk build).cjep1-1/+2
2002-12-27guile-snarf wants the filename as the first argument, so patch accordingly.jschauma2-1/+20
Should fix problems seen in Huberts latest bulk build.
2002-12-24Use PKGNAME_NOREV instead of a temporary variable.jmmv1-4/+3
2002-12-24Make this package install its configuration files under the examples treejmmv5-9/+46
and use bsd.pkg.install.mk to copy them to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2002-12-24Make udunits install its configuration file under the examples directoryjmmv5-10/+44
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Fix this package so that it can be cleaned as a regular user. Bump PKGREVISION to 1.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz5-8/+10
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-24Note addition of gp-fplsa.cjep1-1/+2
2002-12-24Initial import of the GAP package FPLSA into the NetBSD packagescjep4-0/+205
collection as math/gp-fplsa. This package is a GAP interface to a C program called fplsa for dealing with finitely presented Lie super-algebras. This GAP package installs an alternative method for the GAP operation `IsomorphismSCTableAlgebra'. The method calls fplsa to do the hard part of the computation. This speeds up the calculation and permits larger problems to be attempted. The external program has much additional functionality which is not used by the present version of the package.
2002-12-23Remove pointless brackets.cjep1-2/+2
2002-12-23Make this package work with the various emacsen and xemacsen we have inseb4-108/+109
pkgsrc. Use emacs.mk. Bump PKGREVISION.
2002-12-23Fix: Don't need DISTFILES. Need an EXTRACT_SUFX...cjep1-2/+2
2002-12-23Use new built in pkgsrc zoo extract method.cjep5-20/+5
2002-12-23Add and enable gp-factint.cjep1-1/+2
2002-12-23Initial import of the GAP package FactInt 1.3 into the NetBSD packagescjep4-0/+99
collection as math/gp-factint. This package for GAP 4 provides routines for integer factorization, in particular: * Pollard's p-1 * Williams' p+1 * The Elliptic Curves Method (ECM) * The Continued Fraction Algorithm (CFRAC) * The Multiple Polynomial Quadratic Sieve (MPQS)
2002-12-22Add and enable xgap.cjep1-1/+2
2002-12-22Initial import of XGAP 4.16 into the NetBSD packages collection ascjep5-0/+172
math/xgap. XGAP is a graphical user interface for GAP, it extends the GAP library with functions dealing with graphic sheets and objects. Using these functions it also supplies a graphical interface for investigating the subgroup lattice of a group, giving you easy access to the low index subgroups, prime quotient and Reidemeister-Schreier algorithms and many other GAP functions for groups and subgroups.