summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2002-09-26Patch Makefile to quote variables.jschauma2-6/+12
This prevents the compiler to bail out if the user has set CFLAGS=-O2 -mcpu=pentiumpro -march=pentium for example.
2002-09-26INSTALL_DIRS -> R_INSTALL_DIRS to not conflict with the variable introducedmarkd1-4/+4
in bsd.pkg.mk revision 1.1045. Fixes pkg/18332
2002-09-24Sort, and add some files installed that weren't listed.jlam1-78/+92
2002-09-24Complete standardization of messages according to latest pkglint.wiz3-11/+11
2002-09-24Add a buildlink2.mk file for use by other package Makefiles.jlam1-0/+25
2002-09-24buildlink1 -> buildlink2jlam1-22/+21
2002-09-23buildlink1 -> buildlink2jlam1-10/+6
2002-09-23buildlink1 -> buildlink2jlam7-75/+41
2002-09-23buildlink1 -> buildlink2jlam1-15/+16
2002-09-23Convert to buildlink2.wiz1-12/+11
2002-09-23find ... -or ... -> find ... -o ... for more portability.markd2-4/+4
2002-09-22Use buildlink2.jlam1-1/+3
2002-09-22Follow the guidelines set forth in bsd.buildlink2.mk for making ajlam1-1/+17
buildlink2.mk file. This package installs headers, so we need to define a BUILDLINK_FILES variable for them.
2002-09-21Strip the ".buildlink" from the names of the python application andjlam2-4/+4
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-5/+6
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz4-7/+8
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-09Because of USE_X11BASE, guppi installs into X11PREFIX by default,wiz1-2/+2
not LOCALBASE. Noted by J. D. Fisher on tech-pkg.
2002-09-09Add R-grid and R-lattice.markd1-1/+3
2002-09-09Update to recommended set for R 1.5.1.markd17-51/+62
Specific changes to each module are not listed anywhere easy.
2002-09-09Initial import of R extension library lattice, version 0.5-3markd3-0/+20
Implementation of Trellis Graphics
2002-09-09Initial import of R extension library grid, version 0.6markd3-0/+19
Graphics layout capabilities, plus some support for interaction.
2002-09-09buildlink2markd1-2/+4
2002-09-09Update R to 1.5.1, switch to buildlink2, change maintainer.markd5-2668/+311
User-Visible Changes o XDR support is now guaranteed to be available, so the default save format will always be XDR binary files, and it is safe to distribute data in that format. (We are unaware of any platform that did not support XDR in recent versions of R.) gzfile() is guaranteed to be available, so the preferred method to distribute sizeable data objects is now via save(compress = TRUE). o pie() replaces piechart() and defaults to using pastel colours. o formatC has new arguments (see below) and formatC(*, d = <dig>) is no longer valid and must be written as formatC(*, digits = <dig>). o Missingness of character strings is treated much more consistently, and the character string "NA" can be used as a non-missing value. o summary.factor() now uses a stable sort, so the output will change where there are ties in the frequencies. Plus lots of new features and many bug fixes.
2002-08-29Remove debugging lines that shouldn't have been committed.jlam1-3/+1
2002-08-28Add & enable p5-Math-Bezier.seb1-1/+2
2002-08-28Initial import of p5-Math-Bezier version 0.01 into the Packages Collection.seb4-0/+26
This perl module implements the algorithm for the solution of Bezier curves as presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier Curve Drawing"
2002-08-27Use buildlink2.jlam1-1/+4
2002-08-27add SunOS to ONLY_FOR_PLATFORM. From Julien Letessier <juliengrant1-2/+2
dot letessier at sun dot com> in pkg/18086.
2002-08-26Add buildlink.mk, needed for gnucashmjl1-0/+35
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-0/+86
buildlink2.mk files back into the main trunk.
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