pkgsrc/math
wiz c58360c717 maxima: update to 5.40.0.
Maxima 5.40 change log
======================

New items in core:
------------------
[0eda309] New functions encode_time and decode_time, with test cases.

New items in share:
-------------------
[534a7d1] add symplectic_ode package
[46a7a0f] Add Kaplan-Meier's survival and empirical distribution estimators

Changes in core:
----------------
[cb259bb] change O(n^2) method for flattening list to O(n) method.
[21cf8e1] split totient into two parts
[6ef2b26] optimized gcfactor and tried to make it easier to read.
[1594167] optimize gc squaring and inline gctime1
[d7ff7c3] inline gctimes.
[4c8b6c6] sped up psumsq.
[f306940] speeded up imodp.
[efadb61] new implementation of ; is about a factor of 2 faster on sbcl
[9c79308] move jacbi and related functions from rat3c to numth
[75d8ceb] sped up divsum by splitting it in two parts where the lower
          Numerous cross-compiling changes.
          Numerous documentation changes and improvements.
          Build/installation improvements.
          Many updates to examples.
          Many changes and improvements to test system.

Changes in share:
--------------
[9c7c70c] Commit new version of COMA. Sent by Wilhelm Haager
[0ef9ab0] Check for a constant "variable" of integration in romberg and bromberg
[834ffb3] Import ODEPACK fortran code.
[06bc1bd] Julia() and mandelbrot() are modified to create maxoutXXX.gnuplot
[dca80e3] plotdf: An option to change the arrow density. Patch from themusicgod1.

Bug fixes:
----------
[6ff1570] fix bug 3291: ecl on Linux needs utf-8
[db7788f] fix bug3300 Incorrect sha256sum output
[b896d1f] In rtest_translator, skip some tests which cause a crash (bug #3291).
[f1bc324] Implement numerical evaluation for gamma_greek. Fixes SF bug #3277.
[eec3d7f] In tests for kill(props), work around bug #3289.
[6267b88] In lsquares_mse, ensure temporary variable is assigned the correct value. #3282.
[b58a547] In lsquares_mse, ensure temporary variable is assigned the correct value. #3282.
[a7239b1] In RISCHLOGEPROG, detect zero divisor. This fixes SF bug #3274.
[eaacba6] Unlock :common-lisp package when compiling with SBCL. Fixes SF bug #3271.
[71ee1c0] Fix bug #2740: demo(romberg) fails
[5fb8f81] Add test for bug #2295: Failure to evaluate definite integral
[35c625e] Add tests for bug #2314: Two different results for an integral
[56fb70e] In tests for simplify_sum, add a few more tests from bug report #3236.

Unnumbered bugs:
----------------
[06c0fc7] operatingsystem: Make chdir work with recent gcl versions.
[7277f54] gcfactor(4/(%i+1)) gave an internal error in $bothcoef.
[c477689] Give informative error message when some index is not an integer: "rat(-1) isn't an integer?" from mailing list 2017-03-04.
[96c57d5] work around bug in gcl decode-universal-time.
[b4819b4] work around bug in gcl decode-universal-time.
[a36bf53] When evaluating float(diff(...)), apply float only to the first argument. Fixes bug reported to mailing list 2017-02-27.
[bffe54f] In GETL-LM-FCN-PROP, return NIL for argument which is not a symbol. Fixes bug reported to mailing list 2017-03-04.
[ef1fa9e] Remove built-in symbols from the list for user-defined properties. Fixes bug reported to mailing list 2017-02-24.
[70e05dd] Handle Lisp arrays in MQAPPLY expressions more carefully. Fixes bug reported to mailing list 2017-02-02.
[761cc1c] Handle Lisp arrays in MQAPPLY expressions more carefully. Fixes bug reported to mailing list 2017-02-02.
[b6dd08c] A solve() enhancement by Richard Fateman that should fix a zillion of bug tickets.
[b6b5c5c] Translate define and ":=" correctly by nuking the translator property. Fixes bug reported to mailing list circa 2017-01-24.
[5cfc6fd] Fix bernoulli and binomial pdfs when p=0 or p=1
[d6739e9] Fix bernoulli and binomial pdfs when p=0 or p=1

Maxima 5.39 change log
======================

New items in core:
------------------

New functions firstn and lastn

Changes in core:
----------------

Special variable clean-up
Crosscompiling support
Gnuplot 5.0 or newer versions
Documentation updates
function save: portable way to save "fast" arrays (hash tables)
functions timedate, parse_timedate: handle timezone offsets
Floating point overflow handling
Complex numericals
Testsuite additions and improvements
GIT fixes
ODE improvements
Load .wxm files from wxMaxima
Temporary file handling improvements

New in share:
-------------

package decfp: decimal bigfloat package (thanks to Richard Fateman)

Changes in share:
-----------------

In some share test scripts, put reset() at the top
package solver: rename solver.mac to Solver.mac
package stringproc: new functions slessp, slesspignore, sgreaterp, sgreaterpignore (string comparison)
package charsets: several updates and improvements; still work in progress
package boolsimp: code clean-up; no functional changes
package descriptive, functions continuous_freq, discrete_freq: faster counting algorithm; accept arrays as well as lists

Bug fixes:
----------

[54822ea] Fixed bug #3258: diff with negative order in integrate
[0e4ed41] Fix issue #3255 by changing how resimplification works
[55ba236] In risplit, in preparation of fixing issue #3255 (logarc)
[6e7f9dd] Partial fix #3216: In package lapack, load without compile
[ad86a80] Fixed bug #3232: In ezunits, don't compile predicate functions
[0ec66c6] Fixed GCL bug #49689: Mark a known failure in rtest11
[98b0349] Fixed bug #3213: Round when formatting bigfloats
[3745efa] Another test for bug #3244.
[67fd622] Fixed bug #3246: look-up entries for inv. trig antiderivatives
[120d8be] Fixed bug #3241: In MQAPPLY1, call AMPERCHK
[e916dd0] Fixed bug #3235: In RGRP, rephrase test for ECL
[7060221] Add tests from bug #3221
[2204fca] Fixed bug #3221: elliptic_pi(n,z,m) wrong for z > %pi/2
[cb3dc1c] Fixed bug #453: algsys fails in simple case
[7efa7eb] Add tests from SF bug 2059.
[4851e2c] Add tests from SF [bugs:2038] and [bugs:#2736]
640ca75 SF [bug:#1266][bug:#3208] Don't use $radcan when simplifying in algsys.
2986fc0 Fix SF [bugs:#3208]. Use sqrtdenest in algsys to simplify partial solutions.
5fd2f55 [bugs:#3208] algsys.lisp:presultant: resimplify result
4734ec8 share-subdirs.lisp is auto-generated *and* in version control - which is afaik unavoidable for the lisp-only build system. It also currently is out-of-sync with the repo => Updated the repo version.
f91d677 Increase output when running share/contrib/diffequations/tests
a5873ba SF bugs 3210 and 3212.  Fix algsys regressions.
9a4694f Bug #2796 can't load ode2 with n declared constant
3c6c473 Bug report ID: 1621 Wrong solution to ode2
cf9cbb2 Fixed bug #2667: Distinguish trig function exponents in TeX
bf4cf94 In rtest_log, additional tests for SF bug #3105.
9ef3fee Fixed bug #3148: Most of the change is in indentation
8f523fc Fixed bug #3194: No simplification of tan(x+n*%pi) and cot(x+n*%pi)
fdadebc Fixed bug #3186 and other get_plot_option issues.
3fd2b4c Fixed bug #3022: Update the RPM spec file
aa0a365 Fixed bug #3180: declare(foo, antisymmetric)
9ad3f2f Add test for SF bug #3090
a57ff0c Add test for SF bug #3170
4568937 Fixed bug #3144: Avoid unbounded recursion in PTIMES%E
0bcccbe Fixed bug #3109: is(sin(x) <= 1) returns "unknown"
037ea4a Fixed bugs #3114, #3115: introduced by [647516] Fix integrate(x=0,x)

Unnumbered bugs:
----------------

[c8007b9] Partial fix to read_xpm.
[35790e2] Correct documentation for rest
[eb56614] Fix test for orderlessp transitive
[85aff4c] Fix in gcl-builds smismatch
[d37c3e4] Fix in timedate, round TZ
[74800c2] Remove redundant definition of copy from share/affine
[8ec3a05] Another fix for summation of rational functions
[394ca66] In package facexp, remove "&&" because
[b7ee537] Ensure that *OPR-TABLE* associates "{" with $SET
[9f43849] Ran update_examples on Simplification.texi
[dd6fbb1] Fix uses of complex-float-numerical-eval-p
[07363c2] Fix bug in running test files
[6d1b6fe] Partially fixed assumptions regarding products and powers
[639dd40] Partially fixed assumptions regarding products and powers
[691cbc4] Fix taylor testsuite failure bug introduced by [22f4fd]
2017-09-13 10:00:53 +00:00
..
aamath Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
abs Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
admesh Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
algae Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
amath Update math/amath to 1.8.3 2017-07-25 12:26:05 +00:00
analitza Revbump for boost update 2017-08-24 20:02:56 +00:00
antixls Comment out dead sites. 2017-09-04 05:36:14 +00:00
aribas Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
arpack Build UTIL part as well. Bump revision. 2017-04-14 17:49:28 +00:00
bc Update bc to 1.06.95 2015-12-12 19:50:36 +00:00
blas math/lapack: Restore build on DragonFly 2016-12-03 15:37:34 +00:00
blitz++ Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
boolstuff Comment out dead sites. 2017-08-16 20:45:30 +00:00
calc Follow some http redirects. 2017-08-16 20:21:03 +00:00
calcoo Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
cantor Revbump for boost update 2017-08-24 20:03:08 +00:00
capc-calc Use the curses framework. 2017-01-05 16:52:19 +00:00
cgal Revbump for boost update 2017-08-24 20:02:56 +00:00
classias Imported from WIP 2016-07-22 02:45:44 +00:00
clisp-pari sort 2016-06-11 23:29:35 +00:00
cln Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
cloog Updated cloog to 0.18.4. 2016-10-09 19:46:52 +00:00
coinmp Fix build when coinmp is already installed and using pkgconf. 2016-04-12 22:04:30 +00:00
crfsuite Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
dcdflib.c Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dcdflib.f Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
dfftpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
dieharder Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
djbfft Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
eigen2 Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
eigen3 Update eigen3 to 3.2.9 2016-09-13 14:57:39 +00:00
eispack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ess Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
eukleides Remove mk/find-prefix.mk usage from the math category. 2015-11-25 12:51:41 +00:00
eukleides10 Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
euler Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
extcalc Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
fftpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ffts Update math/ffts to 20170617. 2017-07-04 19:51:42 +00:00
fftw Match upstream version more closely. 2017-01-22 14:49:23 +00:00
fftw2 Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
fftwf Updated fftwf to 3.3.6pl1. 2017-01-22 14:48:57 +00:00
fgmp Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
fityk Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
fricas Update to FriCAS 1.3.1 2017-04-13 14:35:31 +00:00
galculator Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gap Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
gcalctool Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
geg Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
genius Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
glpk GLPK 4.63: 2017-08-18 21:47:51 +00:00
gnome-calculator Fix gnome-calculator PLIST 2017-08-31 10:54:11 +00:00
gnumeric Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
gnumeric110 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
gnumeric112 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
go-stats Improve COMMENT lines and satisfy pkglint. 2017-08-25 17:03:25 +00:00
gp-autpgrp Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gp-factint Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
gp-fplsa Comment out dead sites. 2017-08-16 20:45:30 +00:00
gp-grape Comment out dead sites. 2017-08-16 20:45:30 +00:00
gp-grpconst Comment out dead sites. 2017-08-16 20:45:30 +00:00
gp-lag Comment out dead sites. 2017-08-16 20:45:30 +00:00
grace Revbump for boost update 2017-08-24 20:03:08 +00:00
graphopt Follow some http redirects. 2017-08-16 20:21:03 +00:00
grpn Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
gsl Updated gsl to 2.4. 2017-07-04 09:36:09 +00:00
gtklife Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
harminv Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
heirloom-factor
heirloom-units
herisvm Update herisvm to 0.8.0 2017-02-17 11:12:15 +00:00
hs-distributive Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
hs-mwc-random Update to 0.13.3.2 2015-12-13 14:10:14 +00:00
hs-nats Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-scientific Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
hs-semigroups Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3 2016-01-10 11:49:09 +00:00
ipopt Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
isl Updated isl to 0.17.1. 2016-10-06 22:03:56 +00:00
itpp Follow some http redirects. 2017-08-16 20:21:03 +00:00
kalgebra Revbump for boost update 2017-08-24 20:03:08 +00:00
kcalc Revbump for boost update 2017-08-24 20:03:08 +00:00
kseg Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
lapack Update blas and lapack to 3.7.1. 2017-09-11 20:56:28 +00:00
libffm Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
libint Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
libixion Revbump for boost update 2017-08-24 20:03:08 +00:00
liblbfgs Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
liblinear Changes 2.11: 2017-05-21 10:40:28 +00:00
libmatheval Note error message from building with guile 2.0 2016-09-16 00:37:02 +00:00
libshorttext Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
libsvm Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
linpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
lp_solve Honor LDFLAGS. Fixes RELRO build. 2017-07-13 13:02:43 +00:00
ltm math/ltm: Fix build caused by improper use of $(PREFIX). 2017-08-14 15:24:11 +00:00
mapm Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
mathomatic Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
maxima maxima: update to 5.40.0. 2017-09-13 10:00:53 +00:00
mcsim Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
meschach Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
metis Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
minisat Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
minpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mpcomplex Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
mpfr Updated mpfr to 3.1.6. 2017-09-10 21:17:02 +00:00
mprime-bin Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
mtl Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
muparser Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
newmat Don't check pointer sign. 2016-12-17 23:31:35 +00:00
nickle Fix build problem on NetBSD 6.1_STABLE. 2017-04-23 14:49:27 +00:00
nlopt Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ntl Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
ocaml-zarith Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
octave recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
odepack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
openaxiom Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
openfst Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
ordCalc Pointers are not ordered relative to 0, so compare the elements 2017-02-14 21:27:04 +00:00
otter Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
p5-Algorithm-Cluster Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Algorithm-Munkres Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Excel-Template Fix build with perl 5.26 2017-06-12 07:30:16 +00:00
p5-Excel-Template-Plus Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Base-Convert Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Base36 Fix build with perl 5.26 2017-06-12 07:30:16 +00:00
p5-Math-Base85 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-BaseCnv Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Bezier Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-BigInt Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-BigInt-GMP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-BigInt-Pari Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-BigInteger Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Calc-Units New package, p5-Calc-Math-Units. From Alberto Mijares via wip, though I fixed 2017-07-03 16:22:42 +00:00
p5-Math-Complex Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Derivative Update to 1.01 2017-08-17 13:58:21 +00:00
p5-Math-FFT Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-GMP Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Interpolate Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-MatrixReal Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Pari Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Permute-List Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Prime-Util Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Random Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Random-ISAAC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Random-ISAAC-XS Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Random-MT Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Random-MT-Auto Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Random-MT-Perl Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Round Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Spline Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Math-Utils Import Math-Utils-1.11 as math/p5-Math-Utils. 2017-08-17 13:49:55 +00:00
p5-Math-VecStat Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Number-Compare Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Number-Latin Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Number-Range Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Number-Tolerant Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Roman Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Set-Crontab Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Set-Infinite Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Spreadsheet-ParseExcel Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Spreadsheet-Read Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Spreadsheet-ReadSXC Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Spreadsheet-WriteExcel Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Spreadsheet-XLSX Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Statistics-Descriptive Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Statistics-Distributions Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Statistics-TTest Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
p5-Test-Number-Delta Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:23:47 +00:00
pari termcap bl3 logic is already handled in devel/readline (pointed out by a typo in 2017-01-07 13:37:41 +00:00
pari-galdata Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
pari23 Honor LDFLAGS. Fixes RELRO build. 2017-07-12 09:38:12 +00:00
pcg Add pcg version 0.94 to the packages collection 2015-12-29 02:04:08 +00:00
pear-Math_BigInteger Update pear-Math_BigInteger to 1.0.3. 2017-05-28 11:26:12 +00:00
pear-Numbers_Roman Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
pear-Numbers_Words Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
php-bcmath
php-stats Limit to php70 and php71, php55 and php56 require php-stats 1.0.5. 2016-09-08 03:26:09 +00:00
ppl Fix C++ syntax. 2017-02-28 15:01:27 +00:00
prng Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
pspp Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
py-abcpmc Don't include py-funcsig for Python older than 3.3. 2016-10-12 19:51:45 +00:00
py-almost Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-autograd Add py-autograd 1.1.5 2016-08-24 23:50:12 +00:00
py-bottleneck Bottleneck is a collection of fast NumPy array functions written in C. 2017-06-07 08:12:47 +00:00
py-cdecimal Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-ephem Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-ephem3 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-fftw Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
py-fpconst Add python-3.6 to incompatible versions. 2017-01-01 14:43:22 +00:00
py-gmpy Update some URLs. 2017-09-04 18:55:07 +00:00
py-infinity Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-intervals Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
py-lmfit Update py-lmfit to 0.9.7 2017-08-31 08:27:42 +00:00
py-mpmath Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
py-munkres Follow some redirects. 2017-09-04 18:08:18 +00:00
py-networkx This package does in fact support python-3.x. 2016-09-11 16:55:17 +00:00
py-noise Follow some redirects. 2017-09-04 18:08:18 +00:00
py-numarray Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
py-Numeric Update HOMEPAGE. 2017-09-04 17:58:31 +00:00
py-numexpr Changes 2.6.2: 2017-05-21 07:06:57 +00:00
py-numpy 1.13.1: 2017-07-07 04:21:10 +00:00
py-pandas 0.20.3 2017-07-14 10:17:02 +00:00
py-pandas-datareader Regen py-pandas-datareader's distinfo 2017-07-27 06:16:16 +00:00
py-patsy Import py-patsy-0.4.1 as math/py-patsy. 2016-07-15 07:33:54 +00:00
py-pytables Changes 3.4.2: 2017-05-21 07:52:55 +00:00
py-roman Follow some redirects. 2017-09-04 18:08:18 +00:00
py-rpy Remove some dead code, python-3.3 is no more. 2016-10-03 12:25:36 +00:00
py-Scientific Revbump for boost update 2017-08-24 20:03:08 +00:00
py-Scientific-doc Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
py-scikit-learn Import py-scikit-learn-0.18.1 from pkgsrc as math/py-scikit-learn 2017-07-05 21:31:28 +00:00
py-scipy Follow some redirects. 2017-09-04 18:08:18 +00:00
py-simpleeval Switch github HOMEPAGEs to https. 2017-07-30 22:32:10 +00:00
py-statsmodels Release 0.8.0 2017-05-21 09:07:37 +00:00
py-sympy Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
qalculate Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
qalculate-bases Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qalculate-currency Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qalculate-gtk Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qalculate-kde Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
qalculate-units Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
qhull Updated qhull to version 2015.2. 2016-02-03 16:05:56 +00:00
quadpack Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
R math/R: fix build on fbsd 2017-09-10 20:36:56 +00:00
R-abind Update to 1.4.5 2016-07-27 02:37:10 +00:00
R-akima Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-bitops Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-car Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-CGIwithR Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
R-chron Update math/R-chron to 2.3-47. 2016-02-25 19:33:05 +00:00
R-circular Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-classInt Update to 0.1.23 2016-01-01 12:25:21 +00:00
R-clim.pact Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-combinat Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-DAAG Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-date Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-DBI Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-e1071 Update HOMEPAGE. 2017-09-08 06:24:30 +00:00
R-FNN Import FNN-1.1 as math/R-FNN. 2016-02-25 01:09:37 +00:00
R-gdata Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
R-genetics Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
R-geoR Update to 1.7.5.1 2016-02-24 06:41:46 +00:00
R-geoRglm Update to 0.9.8 2016-02-24 06:46:39 +00:00
R-GRASS Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-gstat Don't hard-code dependency on g95. It seems unnecessary as well. 2017-07-10 12:27:19 +00:00
R-gtools Update to 3.5.0 2016-12-18 02:51:34 +00:00
R-httpRequest Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-hwde Update to 0.67 2016-04-09 11:14:28 +00:00
R-intervals Update to 0.15.1 2016-04-29 14:29:10 +00:00
R-ISwR Update to 2.0.7 2016-04-09 11:23:40 +00:00
R-lmm Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-mapproj Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-maps Instruct Makefile how to find AWK 2016-09-29 12:10:50 +00:00
R-MatrixModels Import MatrixModels 0.4-1 as math/R-MatrixModels. 2016-01-01 05:38:54 +00:00
R-minqa Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-mvtnorm Update to 1.0.5 2016-04-13 14:23:29 +00:00
R-ncdf Revbump for boost update 2017-08-24 20:03:08 +00:00
R-nloptr Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
R-PHYLOGR Update to 1.0.8 2016-01-09 14:12:48 +00:00
R-pixmap Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-plyr Update to 1.8.3 2016-04-09 08:30:36 +00:00
R-quantreg Updated math/R-quantreg 5.21 to 5.29 2017-02-10 23:11:05 +00:00
R-R2HTML Update to 2.3.1 2016-01-09 14:17:37 +00:00
R-RandomFields Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-randomForest Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-RArcInfo Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-Rcmdr Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-RColorBrewer Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-RcppEigen Import RcppEigen-0.3.2.8.1 as math/R-RcppEigen. 2016-07-27 03:53:50 +00:00
R-RPostgreSQL Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
R-sgeostat Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-shapefiles Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-sp Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-spacetime Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-SparseM Some basic linear algebra functionality for sparse matrices is provided: 2016-01-01 05:23:13 +00:00
R-splancs Update to 2.01.39 2016-11-06 03:03:16 +00:00
R-statmod Update to 1.4.26 2016-11-06 02:54:08 +00:00
R-wle Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-XML Drop maintainership - I don't use math/R-XML. 2017-09-10 15:41:18 +00:00
R-xts Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
R-zoo Update to 1.7.14 2017-03-11 15:25:27 +00:00
randlib Extend SHA512 checksums to various files I have on my local distfile 2017-03-23 17:06:45 +00:00
ranger Fix pthread use. 2016-08-26 17:17:22 +00:00
ruby-gsl Update ruby-gsl to 2.1.0.3. 2017-06-05 14:30:51 +00:00
ruby-narray Relax patten in GEM_CLEANBUILD. 2017-06-02 04:16:35 +00:00
ruby-roo Updated ruby22-roo to 2.7.1. 2017-01-07 22:26:46 +00:00
ruby-spreadsheet Update ruby-spreadsheet to 1.1.4. 2017-03-20 13:36:35 +00:00
sc Remove unneeded patch files. 2016-03-24 10:56:20 +00:00
scilab Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
slatec Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
snns Fix missing X11BASE rpath. Bump revision. 2016-05-07 10:04:00 +00:00
speedcrunch Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
statist Follow some redirects. 2017-09-04 18:08:18 +00:00
superlu Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
svmlin Import svmlin, semi-supervised machine learning tool 2016-07-30 15:13:57 +00:00
tasp-vsipl Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
teapot needs EXTENSIONS for siginfo_t on SunOS 2017-07-02 11:12:01 +00:00
tex-apnum Updated to TexLive 2016: 2016-06-16 04:01:58 +00:00
tex-apnum-doc Updated to TexLive 2016: 2016-06-16 04:01:58 +00:00
tex-fp Remove teTeX* packages and references to them. 2017-09-06 16:49:21 +00:00
tex-fp-doc Add LICENSE 2016-01-30 04:05:49 +00:00
tex-kastrup Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
tex-kastrup-doc Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
tex-mathspec Add tex-mathspec{,-doc} 0.2b 2017-06-23 23:28:29 +00:00
tex-mathspec-doc Add tex-mathspec{,-doc} 0.2b 2017-06-23 23:28:29 +00:00
tex-unicode-math Update tex-unicode-math{,-doc} to 0.8f 2017-08-23 23:25:22 +00:00
tex-unicode-math-doc Update tex-unicode-math{,-doc} to 0.8f 2017-08-23 23:25:22 +00:00
texdrive Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
TinySVM Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
tochnog Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
udunits Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
units Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
vista Sort. 2015-12-29 06:23:20 +00:00
vowpal_wabbit Revbump for boost update 2017-08-24 20:03:08 +00:00
wxmaxima Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
xeukleides10 Comment out dead sites. 2017-09-06 10:40:25 +00:00
xfractint Don't hard-code -lncurses when using curses.b3.mk. 2017-05-22 23:36:44 +00:00
xgap Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
xldlas Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
xlife Requires termcap. 2017-05-09 16:30:25 +00:00
xlispstat Convert all occurrences (353 by my count) of 2017-01-19 18:52:01 +00:00
xmgr Revbump for boost update 2017-08-24 20:03:08 +00:00
xylib Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
yacas Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
yorick Add SHA512 digests for distfiles for math category 2015-11-03 23:33:26 +00:00
z3 Recursive revbump associated with update of ocaml to 4.05 2017-09-08 09:51:18 +00:00
Makefile Add p5-Math-Utils 2017-08-17 13:52:12 +00:00