summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
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
2013-03-08Import libint-2.0.0 as math/libintasau6-0/+107
Libint is two things: 1. a library of C/C++ functions for efficient evaluation of several kinds of two-body molecular integrals over Gaussian functions; 2. the optimizing compiler that generates a Libint library. In molecular electronic structure theory Gaussian basis sets are standard because they allow efficient evaluation of matrix elements of operators (molecular integrals). Modern electronic structure programs spend considerable portion of their runtime computing the Coulomb two-electron integrals. While anyone can compute Gaussian integrals using simple formulas, the efficient evaluation of many-body can be (relatively) complicated. Libint is an open library that anyone can use to compute a variety of two-electron integrals, most importantly the Coulomb two-electron integrals and their arbitrary-order geometric derivatives, over Gaussians of arbitrary angular momentum. Among other notable features is the support for the nonstandard two-electron integrals that appear in explicitly correlated R12 methods.
2013-03-02Fix inline use.joerg3-1/+38
2013-03-02Update ruby-spreadsheet to 0.8.2.obache2-6/+6
=== 0.8.2 / 28.02.2013 Author: Roque Pinel <roque.pinel@infotechfl.com> Date: Wed Feb 27 12:10:29 2013 -0500 * Requiring BigDecimal for checking. * Made API friendly to BigDecimal precision. * Changes introduced by the user 'valeriusjames'.
2013-02-27Work around broken perror() configure test on SunOS.jperkin1-1/+8
2013-02-23Update to Octave 3.6.4asau2-7/+6
This version is a minor bug fixing release.
2013-02-21Update ruby-spreadsheet to 0.8.1.obache3-7/+10
=== 0.8.1 / 18.02.2013 * Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb === 0.8.0 / 18.02.2013 * Adding support for converting color palette values to RGB values (not vice-versa..yet) * by https://github.com/dancaugherty/spreadsheet/compare/master...rgb === 0.7.9 / 06.02.2013 Author: Eugeniy Belyaev (zhekanax) * You can merge if you are interested in perl-like Workbook.set_custom_color implementation. I know it is not really a proper way to deal with custom colors, but nevertheless it makes it possible. * https://github.com/zdavatz/spreadsheet/pull/27 === 0.7.8 / 06.02.2013 Author: Kenichi Kamiya <kachick1@gmail.com> Date: Wed Feb 6 11:23:35 2013 +0900 * Link to Travis CI on README * Remove warnings "assigned but unused variable" in test * Remove warnings "assigned but unused variable" * Enable $VERBOSE flag when running test
2013-02-21Ensure the correct compiler ABI flag is used when this package doesjperkin3-9/+18
its own builds for dependencies. Fixes issue on SunOS 32-bit when the native gfortran produces 64-bit by default. Bump PKGREVISION.
2013-02-20Fix cut(1) arguments so that all tests work fine. From Kai-Uwe Eckhardt.wiz2-1/+17
2013-02-20Does not really use c++, remove it from languages.wiz1-2/+2
2013-02-19Add TEST_TARGET.wiz1-1/+3
2013-02-17Correct dependencies. No users yet, so no bumps needed.wiz1-3/+5
2013-02-17Use math/isl instead of builtin copy of the same.wiz2-52/+12
Add TEST_TARGET. Use gmp. Bump PKGREVISION. From Kai-Uwe Eckhardt.
2013-02-17+ islwiz1-1/+2
2013-02-17Import isl-0.11.1 as math/isl, packaged for wip by Kai-Uwe Eckhardt.wiz5-0/+91
isl is a library for manipulating sets and relations of integer points bounded by linear constraints. Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, and computing the lexicographic minimum using parametric integer programming. It also includes an ILP solver based on generalized basis reduction.
2013-02-17Revbump all elisp packages after emacs changes.dholland3-6/+6