summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam6-8/+12
2013-05-06Prefer C++11 interfaces over tr1.joerg16-37/+328
2013-05-06Remove deprecated MIME type from .desktop file.wiz3-2/+16
Bump PKGREVISION.
2013-05-05Use -Wl,-export-dynamic, not plain -export-dynamic. Fix powl and relatedjoerg2-10/+62
autoconf test.
2013-05-04Add a bunch of missing includes hidden by libstdc++ namespace pollution.joerg2-1/+14
2013-05-03update to 2.1.2drochner3-23/+36
changes: -GTK3 support (not used in pkgsrc yet) -moves the configuration file to a XDG conforming location -bugfixes -translated to Lithuanian
2013-05-03update to 1.12.2drochner3-132/+128
changes: -Update documentation -Improve ODF support -minor UI tweaks -Embed more artwork -New functions: OWENT, POCHHAMMER, NT_OMEGA -bugfixes
2013-04-30Use <memory> for libc++.joerg2-1/+18
2013-04-30Avoid conflict with std::is_function. Add some missing const andjoerg4-1/+60
a missing include.
2013-04-25Update ruby-spreadsheet to 0.8.5.obache2-6/+6
=== 0.8.5 / 24.04.2013 * Applied Patch by Joao Almeida: When editing an existing sheet, cells merge was not working. * https://github.com/voraz/spreadsheet/pull/14.patch
2013-04-25For all packages include ghostscript.buildlink3.mk:sbd1-2/+2
s/ghostscript.buildlink3.mk/buildlink3.mk/ Bump PKGREVISIONs
2013-04-21Update ruby-spreadsheet to 0.8.4.obache2-6/+6
=== 0.8.4 / 20.04.2013 * Applied Patch by boss@airbladesoftware.com * https://groups.google.com/d/msg/rubyspreadsheet/73IoEwSx69w/barE7uVnIzwJ fix a problem where a cell whose format is set to datetime actually contains a string.
2013-04-16GLPK 4.49 (release date: Apr 16, 2013)adam2-6/+6
The new API routine glp_mincost_relax4, which is a driver to relaxation method of Bertsekas and Tseng (RELAX-IV), was added to the package. RELAX-IV is a code for solving minimum cost flow problems. On large instances it is 100-1000 times faster than the standard primal simplex method. Prof. Bertsekas, the author of the original RELAX-IV Fortran code, kindly permitted to include a C translation of his code in GLPK under GPLv3. A bug (wrong dual feasibility test) was fixed in API routine glp_warm_up. Thanks to David T. Price <dtprice@speakeasy.net> for bug report. Obsolete API routine lpx_check_kkt was replaced by new routine glp_check_kkt. IMPORTANT: All old API routines whose names begin with 'lpx_' were removed from API level and NO MORE AVAILABLE.
2013-04-16Changes 0.11.2:adam4-14/+33
* make code generation output the same on Solaris * fix some hard to trigger bugs
2013-04-14Update to 0.12.0markd3-244/+403
Changes many - see doc/release/ in the source tarball for details
2013-04-08Revert pkglint-induced nonsense.asau3-30/+56
2013-04-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent3-6/+5
2013-04-07Edited DESCR in the case of:rodent4-57/+31
File too long (should be no more than 24 lines). Line too long (should be no more than 80 characters). Trailing empty lines. Trailing white-space. Trucated the long files as best as possible while preserving the most info contained in them.
2013-04-07Revert. "GBS" is not acceptable abbreviation here.asau1-2/+2
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-2/+3
2013-04-06Resolves:rodent7-14/+14
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-04-06'You can use "foo" instead of "${WRKSRC}/foo".'rodent2-4/+4
2013-04-06'Please use ${ECHO} instead of "echo".'rodent1-2/+2
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06"Packages that install libtool libraries should define USE_LIBTOOL."rodent2-13/+14
2013-04-06Various MASTER_SITES-related fixes.rodent2-5/+5
2013-04-06"This line belongs inside the .ifdef block."rodent1-3/+3
2013-04-06"Please write NetBSD.org instead of netbsd.org"rodent2-4/+4
2013-04-06"Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variablerodent1-2/+2
$$extract_file instead."
2013-04-06'"@comment $NetBSD$" expected.'rodent1-0/+1
2013-04-06"Definition of USE_DIRS is deprecated. You can just remove it."rodent1-2/+1
2013-04-06Fixes:rodent4-8/+8
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2013-04-06Install info files. Bump PKGREVISION.markd2-3/+15
Fixes PR pkg/47391
2013-04-03Update to KDE SC 4.10.2markd14-55/+124
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-01Don't try to detect the pkgconfig directory, hard-wire the one used injoerg4-4/+36
pkgsrc. It seems like the detection sometimes picked up the wrong value. Adjust PLIST and bump revision.
2013-03-24Don't use VLAs of non-POD types.joerg2-4/+22
2013-03-17Add eigen3markd1-1/+2
2013-03-17Add eigen3 version 3.1.2markd5-0/+400
Eigen 3 is a C++ template library for linear algebra: vectors, matrices, and related algorithms.
2013-03-16Update ghostscript depends. PKGREVISION -> 6dholland1-3/+3
2013-03-16Add and enable pear-Math_BigInteger.taca1-1/+2
2013-03-16Add pear-Math_BigInteger version 1.0.0.taca3-0/+20
Math_BigInteger provices support of base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available, and an internal implementation, otherwise.
2013-03-15update to 1.0.16drochner3-8/+17
changes: -Plotting improvements, new functions -lots of fixes -translation updates
2013-03-15update to 3.1.2drochner2-18/+12
changes: -bugfixes (were patched in 3.1.1plX) -updated examples
2013-03-14add gnumeric112 for the latest (gtk3 based) stable gnumeric versiondrochner8-1/+1026
2013-03-14Update ruby-spreadsheet to 0.8.3.obache2-6/+6
=== 0.8.3 / 12.03.2013 uthor: Keith Walsh <keith.walsh@adtegrity.com> Date: Mon Mar 11 16:48:25 2013 -0400 * Typo correction in guide example.
2013-03-11Remove ruby-rb-gsl; it has renamed to ruby-gsl after all.taca6-444/+0
2013-03-11Add and enable ruby-gsl.taca1-2/+2
Remove ruby-rb-gsl.
2013-03-11Add ruby-gsl 1.15.3 which is latest version on rubygems.org.taca4-0/+683
It depends on math/ruby-narray, replacing ruby-rb-gsl. Changes from ruby-rb-gsl 1.14.7 isn't available.
2013-03-11Add and enable ruby-narray.taca1-1/+2
2013-03-11Add ruby-narray package version 0.6.0.8.taca4-0/+70
* NArray properties: + Fast and easy calculation for large numerical array. + Accepting Elements: 8,16,32 bit integer, single/double float/complex, Ruby Object. + Easy extraction/substitution of array subset, using assignment with number, range, array index. + Operator: +,-,*,/,%,**, etc. + FFTW version 2 or 3 is separately supported. + NImage: Image viewer class. + Ruby/PGPLOT: Graphics library interface (separately distributed) X-Y Graph, Histogram, Contour map, Image map, etc. * NArray is similar to: + Python/NumPy, Perl/PDL, Yorick, IDL
2013-03-08+ libintasau1-1/+2