summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2006-07-11Uses C and C++.joerg1-1/+3
2006-07-10Completely nuke the concept of PKG_PHASE from pkgsrc except for thejlam2-18/+14
purposes of caching MAKEVARS within bsd.pkg.mk and bsd.makevars.mk.
2006-07-10Needs intltool, add it to tools.wiz1-2/+2
2006-07-10update to 1.1.3drochner3-13/+12
changes: * Added support for constants e, log2(e), log10(e), ln(2), ln(10), pi, pi/2, pi/4, 1/pi, 2/pi, 2/sqrt(pi), sqrt(2) and sqrt(1/2). * Fixed bug with using global instead of evaluator specific symbol table variable in evaluator_get_variables() function.
2006-07-09Never run gengarbage, it can block the build infinitly.joerg2-1/+15
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam30-60/+60
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam30-30/+60
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-1/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-07Reorder sections to more closely follow pkgsrc Makefile guidelines.jlam1-3/+3
2006-07-07Changes 3.1.2:adam2-7/+7
* Correct bug in configure script: --enable-portable-binary option was ignored! * Threads compilation fix on AIX: prefer xlc_r to cc_r, and don't use either if we are using gcc. * Updated FAQ to note that Apple gcc 4.0.1 on MacOS/Intel is broken, and suggest a workaround. configure script now detects Core/Duo arch. * Use -maltivec when checking for altivec.h.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam4-9/+4
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam7-21/+14
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04update to 2.12.0.6drochner4-34/+33
too many changes and additions to list here, see the CHANGELOG file
2006-07-02Add new R packages.markd1-1/+7
2006-07-02Update to 2.2.1 and fix dependencies.markd2-13/+15
Fixes build problems seen in bulk builds.
2006-07-02Update to version 1.2.0, add correct dependencies.markd2-13/+16
Fixes build problem seen in bulk builds.
2006-07-02Initial import R-combinat 0.0.6markd4-0/+22
Routines for combinatorics
2006-07-02Initial import R-ncdf 1.5markd4-0/+32
High-level R interface to Unidata's netCDF data files
2006-07-02Initial import R-mvtnorm 0.7.2markd4-0/+22
Computes the multivariate normal and t distribution
2006-07-02Initial import of R-gtools 2.2.3markd4-0/+22
Various R programming tools
2006-07-02Initial import R-gdata 2.1.2markd4-0/+24
Various R programming tools for data manipulation
2006-07-02Initial import R-akima 0.5.1markd4-0/+22
R package for linear or cubic spline interpolation for irregular gridded data
2006-07-02Replace DEPENDS line with appropriate buildlink3.mk.markd1-6/+6
Also allow passing arguments to the "R CMD INSTALL"
2006-07-02Fixed some pkglint warnings.rillig3-8/+6
2006-06-30Update R-pixmap to 0.4.4markd2-7/+6
Changes unknown but fixes build problem seen in bulk builds.
2006-06-30Update R-GRASS to 0.3.2.markd2-8/+7
Changes unknown but fixes build problem seen in bulk builds. Also fix Homepage reference.
2006-06-30Update R-DAAG to 0.79markd2-7/+6
Changes unknown but fixes build problem seen in bulk builds.
2006-06-28Needs msgfmt.joerg1-2/+2
2006-06-27Fix build with gcc4 on NetBSD-3.99.21.wiz2-1/+20
2006-06-22Reorder the linker tests in the configure script so that we test forjlam15-22/+20711
C libraries *before* we throw the AC_LANG([C++]) switch. This makes the generated configure script use the C compiler/linker instead of the C++ compiler/linker when running tests. This avoids errors like these based on not correctly getting the function signature correct: conftest.cc:36: error: nonnull argument with out-of-range operand number (arg 1, operand 2) This error was causing the configure script to not detect *gettext() routines and not building and installing the *.mo files. This fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-06-22Needs intltool.joerg1-1/+2
2006-06-21INSTALL_TARGET is automatically set to the right value if USE_IMAKE isjlam1-3/+1
defined, so no need to set it explicitly here.
2006-06-20USE_TOOLS+=yaccminskim1-1/+2
2006-06-20Also call install.man.joerg1-2/+2
2006-06-20Catch up with R 2.3.1: different module name, different output ofjoerg4-7/+21
R --version, different dependency. Bump revision.
2006-06-19salo says "using textproc/intltool/b3.mk is the correct way".joerg3-8/+6
2006-06-18Update mathomatic to 12.5.17.minskim2-6/+6
Changes since 12.5.15: Allow curly brackets ("{}") as parentheses. Allow all taylor command input on the command line. Add taylor command to tests. Added -u option (Unbuffered mode). Previously output was always unbuffered. Fixed compilation failure with some versions of GCC, when using readline. Made some nice changes to "gcd.c". Added "solve" as a command. Adjust copyright dates and file comments in all source files. Fix display of -0 (now displays as 0). Restore matho-sumsq to Prime Number Tools.
2006-06-16Build depends on XML::Parser.joerg3-3/+9
2006-06-15Drop maintainership, I don't use them any longer.wiz2-4/+4
2006-06-14Changes 0.9.4:adam21-66/+265
* True RPN mode with stack manipulation * Dutch translation (from Jaap Woldringh and the Dutch KDE translation team) * New application icons (from Thomas Lübking) * API documentation (approximately halfway) * Enhanced edit matrix/vector dialogs, with widget for GTK+ * View/edit/insert matrix/vector menu items (GTK+) * Combined dialog for number bases in result and expression (GTK+) * Fix comma as decimal sign with KDE GUI * "Convert to Best Unit" and "Convert to Base Units" was swapped (KDE) * Ignore commas (with dot as decimal sign) in numbers and option to use dot as thousands separator * Fix removal of factors in simplifaction ("1 kg m/s" was simplified to "1000 m/s") * Fix libqalculate.so unresolved symbols * Fix bug that caused all number arguments to require numbers to be rational * Interpret 0x..., 0o... and 0b... as hexadecimal, octal and binary numbers, respectively, when base is decimal * Ability to represent numbers as 0x0feff (for HEX), 0b0011101010 (for BIN) * Set vectors and matrices as the first argument by default * New functions * Fix integration * New unit: psi * New name format in data files for more flexible translations * Change some dubious mathematical wordings
2006-06-14Ensure that len does not shadow a parameter of the same name.joerg4-21/+73
Don't use __sighandler_t at all, it is not standard and at least on DrgaonFly means something completely different. Also change the typedef to match what signal actually expects. Fix some more minor glitches for DragonFly.
2006-06-14Made xfractint work on NetBSD.rillig16-30/+506
2006-06-13Update to R 2.3.1markd7-109/+80
This version contains several minor fixups and removes a couple of bad bugs such as NA-handling of mean() for integer vectors. Changes 2.3.0 This version contains several changes and additions, mostly incremental.
2006-06-13move static function declarations from inside functions to topleveldbj7-8/+100
remove static from merror definition to match header declartion bump PKGREVISION for merror change this fixes compile problems on darwin
2006-06-12Add and enable xfractint.wiz1-1/+2
2006-06-12Added a patch for Solaris 5.8.rillig1-0/+22
2006-06-12Fixed problems on Solaris 5.8. Added a proper PLIST.rillig3-3/+174
2006-06-12Imported xfractint.rillig5-0/+52
Xfractint draws a wide variety of fractals. Xfractint is a port of the IBM PC program fractint. Xfractint has online documentation which should be referenced for most operation information. Note that the online documentation is from fractint, and does not always accurately describe xfractint.
2006-06-11Needs libtool.joerg1-1/+2
2006-06-09Fixed pkglint warnings.rillig3-21/+20