pkgsrc/math
yhardy 1a9440002c math/maxima: update to maxima-5.44.0
Tested with lang/clisp and lang/ecl.

Maxima 5.44 change log
======================

New items in core:
------------------
 * Additional float constants: LEAST-NEGATIVE-NORMALIZED-FLONUM,
   largest_negative_float, least_negative_float,
   least_positive_normalized_float, and least_negative_normalized_float.
 * Support for pre/post sub/superscripts (get_index_properties,
   declare_index_properties and remove_index_properties).
    (2) Make declare_index_properties
 * Mark non-trivial results from gcfactor with a GCFACTORED flag

New items in share:
-------------------
 * pytranslate, which converts maxima to python
 * rtest_inteqn
 * descriptive: find_runs and find_runs_inverse

Changes in core:
----------------
 * Code clean ups and removal of functions that only had a historical
   meaning
 * In TEST-BATCH, ensure that list of unexpectedly passed tests is
   nonempty before reporting it.
 * :lisp-quiet can now be told not to use subsequent :lisp commands
 * defmfun now adds an ARG-LIST property that allows frontends to
   validate arguments
 * An improved version of float_approx_equal
 * Better handling of non-numerical input to find_root
 * Better handling of defint errors triggered by laplace()
 * Avoid variable capture in the WITH-NEW-CONTEXT macro
 * Evaluate the body of a WITH-NEW-CONTEXT form as an implicit PROGN
 * Numbers are no loger compared using EQ instead of EQL
 * Characters are no loger compared using EQ instead of EQL
 * Fixed bogus translations of apply2 and applyb2
 * Fixed bogus translations of atan and atan2 with float arguments
 * Fixed the bogus translation of atan2 with one float and one rational
   argument
 * Fixed bogus and inconsistent translations of max and min when the
   arguments were a mix of float and other modes
 * Fixed bogus translations of = and # with mixed float and numerical
   arguments
 * Fixed an internal error in the translator when attempting to convert
   a variable of mode rational to a float
 * Fixed the inconsistent translation of signum with a float argument
 * Fixed the bogus translation of random with a float argument
 * Fixed the translations of log and sqrt so they honor the flag
   tr_float_can_branch_complex
 * Updated gentran to v.5
 * Improved the pattern matcher for "+" and "*" expressions, see
   maxima-discuss, circa 2019-12-27: "Function to recognise series"
 * allow zn_log to work on subgroups
 * gamma_incomplete_lower is now returned in the noun form in many places
 * operatorp(expr,op) was inconsistent with operatorp(expr,[op])
 * sqrtdenest is now built-in, not a share function.
 * load(sqdnst) now is a no-op.

Changes in share:
--------------
 * Interpol used funmake instead of apply
 * An updated version of COMA
 * A testbench for draw()
 * plot2d with a single function now uses xlabel
 * Many minor corrections
 * In package amatrix, protect against empty matrices when converting
   amatrix to matrix and vice versa
 * Fixed contragrad in ctensor, added tests for cograd/contragrad

Bug fixes:
----------
 * #3412: Corrected the translation of conditionals
 * #3587, +3489: Better handling of limits of logarithms
 * #3521: In simplify_sum, avoid double-counting -min_ni term in
   to_hypergeometric
 * #3265: gcfactor(0) -> division by zero
 * #2839: gcfactor(9) => 9
 * #3287: Cross product of scalar zero versus vector yields zero result
 * #3583: Stack overflow for equality testing with assumptions
 * #3608: logic_simplify handles inequalities incorrectly
 * #3607: printprops displays matchdeclare properties incorrectly when value is a lambda
 * #2174: Bogus translation of declare
 * #3513: Emacs: wxdraw3d not working
 * #3048: notequal is not translated properly

Unnumbered bugs:
----------------
 * plot now works correctly with function names containing _, ^,
   {, } and @
 * Maxima now no longer becoms unusable with errset=t
 * FREE-LISP-VARS property for LET was broken
 * translator: improved error message when a throw is not in a catch
 * PATCH-UP-MEVAL-IN-FSET had a bogus BARFO call
 * *standard-input* was broking during gentranin runs
 * Problem loading abs_integrate in imaxima mode (emacs)
 * compgrind:true caused compfile to not write to the output file
 * compgrind:true didn't ensure pretty-printing of compfile output
 * Taylor expansion for gamma_incomplete_lower(1/2,z) now works
 * compgrind:true didn't ensure pretty-printing of compfile output
 * gamma_incomplete_lower now respects gamma_expand

Additional improvements:
------------------------
 * The documentation now is build use a stock makeinfo
 * Many other improvements to the way documentation is generated
 * The RPM files now end up in the build directory
 * A way to run many draw() and plot() examples for manual tests
 * More out-of-source-build improvements
 * "make dvi" was subject to bit-rot and should now work again
 * Resolved a few cases in which common variable names in
   arguments caused unexpected behavior
 * Better ABCL integration
 * Added a help message (Option: /?) to the windows installer
 * Fix errors when installing on MacOS via Homebrew
 * run_testsuite(share_tests=only) now doesn't fail due to
   unicode-sniffer.lisp not having been loaded
 * Draw now translates the coordinates of labels, too
 * Use DLMF 8.8.9 to expand gamma_incomplete(a+n,z)
 * Expand gamma_incomplete for rational order
 * Many code cleanups
 * Many improvements to the documentation
 * Windows Installer: Updated wxMaxima to the new release.


Maxima 5.43 change log
======================

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

 * function cartesian_product_list: Cartesian product of lists.

 * function garbage_collect: trigger Lisp garbage collector.

 * variables maxima_frontend, maxima_frontend_version:
   inform `build_info` which user interface is in use.


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

 * killing.dem: a demo for Killing vector fields.

 * package logic: new function logic_simplify implements K-Map reduction
   (Quine-McCluskey algorithm)


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

 * function to_cl: now autoloaded.

 * package linearalgebra: autoload all functions.

 * function run_testsuite: summary now not only tells which unexpectedly
   failed, but also which ones unexpectedly passed.

 * series expansion for expintegral_si and gamma_incomplete; breaks
   some existing tests, see commit 47a6afd.

 * function translate: generate code which translates conditional
   expressions with prederror = true

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

 * package gentran: new version (thanks to Michael Stern)

 * package simplex: improvements, including symbolic inputs.

 * package ode: test cases.

 * package odepack: works with ECL.

 * package lapack: works with ECL.

 * package sarag: fix missing definition of SQUARE_FREE_ALGORITHM.

 * package sarag: make certificate proof more explicit (verify certificate)

 * share test suite: include tests for packages lapack, sym, and ode.

 * share test suite: a few simple tests for package odepack.

 * ezunits: conversion rule for nondimensional/(sum of dimensional)

 * ezunits: 0 now can have a dimension.

 * package draw: accepts color index number 0, 1, 2, ... 17.

 * package draw: accepts plot titles which are not strings.

 * package wrstcse: improved range and resolution of Monte Carlo analysis.


User interfaces:
----------------

 * SF Patch #88: Emaxima now correctly expands tabs in the comint buffer of emacs.


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

 * #3549: "patch to mmref, and removing mmref.tex and maxima_pdf.texi from info directory"
 * #3532: "Integrator doesn't use a new variable internally, causing facts on the original variable to be used for the substitution variable"
 * #3529: "crash with gcl due to wrong maxima startup script"
 * #3524: "Discrepancy in intromax"
 * #3514: "ECL: Marking rtest16/test step 50 as \"known bad\" doesn't work"
 * #3497: "ctensor documentation on the Ricci tensor is inconsistent"
 * #3496: "Hardcoded interpreter path in doc/info/build_index.pl causes build fail on FreeBSD"
 * #3494: "vector.dem is broken"
 * #3484: "taylor of expintegral_si is wrong"
 * #3470: "Error in maximize_lp "
 * #3463: "Documentation: mention parameter epsilon_lp more explicitly in documentation for minimize_lp"
 * #3459: "Wrong limit calculation"
 * #3412: "Bug when translating functions that contain an \"if\" (in my case an implicit if)"

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

 * mailing list 2019-05-11: "Problems with gramschmidt"
 * mailing list 2019-05-06: "problem with elem() after kill(all)"
 * mailing list 2019-04-02: "maxima lists"
 * mailing list 2019-03-08: "GCL build broken".
 * mailing list 2019-03-08: "batch overwrites last output line"
 * mailing list 2019-03-06: "the share testsuite + MAXIMA:$RESULTANT is undefined errors"
 * mailing list 2018-12-03: "error in compiling function with global variable"
 * mailing list 2018-11-01: "radcan(sqrt(-1/(sqrt(-3)+1))*sqrt(2))"
 * commit c164f5f: SIMPEXPT was marking unsimplified expressions with SIMP
 * commit 61c71db: Fix siemens/sievert typo (ezunits)


Build system:
-------------

 * Crosscompiling: Add 'maxima_longnames.c' to automake

 * configure: enable build with ABCL via --enable-abcl.

 * Windows installer: can now include ABCL.

 * Windows installer: updated external utilities.

 * Windows installer: updated wxMaxima version.

 * "make check" manipulates the list of tests now in a more canonical way in order
   to automatically run the interactive tests, as well.

 * ./configure --enable-quiet-build now muffles more warnings.

 * build documentation using the standard makeinfo tools.

 * maxima-sbcl now supports non-ASCII user names and install dirs on MacOs
   and MS Windows

 * "make install" now installs emaxima and imaxima in a place emacs will
   find by default. configure's --emacs-prefix= option allows to choose
   a different directory.


Documentation:
--------------

 * ./update_examples now interprets lines beginning with
   the string "input:" as text that should be sent as input.


Runtime:
--------

 * environment variable MAXIMA_DOC_PREFIX overrides the
   location the documentation is searched for.

 * environment variable GCL_DISABLE_MULTIPROCESS_MEMORY_POOL
   disables memory-sharing between GCL-compiled Maxima processes.

 * Maxima.bat now autodetects 64-bit systems and does the necessary
   modifications for making lapack work in SBCL if this test is positive.


Maxima 5.42 change log
======================

New items in core:
------------------
 * New function define_opproperty to define an operator simplification
 * The environment MAXIMA_INITIAL_FOLDER if set tells Maxima which
   folder to start in.
 * The variable $factor_max_degree that prevents certain polynomials
   from being factored if their degree exceeds that value instead of
   letting factorization cause an out-of-memory.
 * The variable factor_max_degree_print_warning that tells if to
   output an warning in this case.
 * A test bench for Maxima's interactive functions.

New items in share:
-------------------
 * A test bench for draw
 * timeout.lisp
 * new version of package share/contrib/Eulix
 * Trotter-Johnson algorithms
 * combinatorics.lisp
 * A new README file for the share directory.

Changes in core:
----------------
 * "make check" now runs both the normal and the share test bench
 * "make check" now also runs the tests from rtest_ask.
 * test bench failures that resulted in "error-catch" now show a
   more descriptive error message
 * a warning() command that works similar to error()
 * Windows installer: support components (one can deselect optional
   components like VTK, wxMaxima or Gnuplot during the installation to
   save space)
 * MAPATOM returns true for mapatom(-4)
 * A file with test cases for draw
 * A file with test cases for drawdf
 * A file with test cases for plot
 * errcatch() now produced meaningful error messages.
 * Add support for multiple return values to the ERRSET macro
 * scene() is dropped from plot() as it depends on Tcl/VTK which is no
   more actively supported and currently is broken.
 * gcl: concurrent Maxima processes now can negotiate which can use
   how much memory.
 * Emit warning from parser when a list is constructed and then
   discarded in ([a,b,c], ...).
 * Emacs > 26.1 compatibility.
 * Maxima now deletes its temp files on exit.
 * Automatic file encoding detection if the file begins in a BOM.
 * Improved the behavior of the exterior product operator when acting
   on ordinary products.
 * Updated the Spanish translation
 * The functions that work with permutations, given as lists of
   consecutive integers from 1 to n, will now use the prefix "perm",
   to distinguish them from those that permute any arbitrary list or
   set, which use the prefix "permutation". The name of
   permutation_index was changed to perm_length and apply_permutation
   became permute.
 * On Windows Maxima now autodetects the directory it finds its files
   in.
 * Ask the user to use ; at the demo prompt, to make it work also in
   Xmaxima.
 * Check for correct syntax of parametric plots.
 * Removed the old non-adaptive parametric plotter
 * Typecheck backtrace's argument
 * Better desktop integration for Linux systems

Changes in share:
--------------
 * Draw/MS Windows: Gnuplot now supports multiplot
 * Draw/MS Windows: Gnuplot now supports multiple draw windows
 * wrstcse: A simple package for tolerance calculations.
 * The test bench file's names now all begin with "rtest".
 * Marked many known bad tests as "bad" so changes that break
   something are easier to find.
 * engineering-format now allows to specify which number range doesn't
   need exponents.
 * Drawdf now no more translates its input which made it slightly
   faster, but sometimes caused internal errors. Setting
   drawdf_translate:true reverts it to the old behavior
 * The share testsuite now tests the draw package, too.
 * Draw: Allow vector coordinates to be transformed
 * Draw: Resolved a warning for multiplot svg output
 * Draw: Contour can now be set to "none" as documented in the
   manual.
 * Draw: Support for vtk7. A "draw_renderer:vtk7" enables it.
 * Draw: Resizing the window now can change the aspect ratio of the
   plot.
 * Draw: Allow to specify numeric line types
 * Draw: A finer default grid
 * Enable remove(x, rule) to succeed when x is a string.
 * vector.dem and qual.dem now can be loaded.
 * Xmaxima now accepts more of the standard options.
 * Vtk (except of the plot routines) now is migrated to vtk-python
   which is actively supported in favour of the no-more working
   tcl-vtk

Bug fixes:
----------
 * 3459: Wrong limit calculation
 * 3458: addcol mishandles empty matrix as first argument
 * 3457: true[2] gives wrong error
 * 3426: Precision problem for small positive values in bfpsi0
 * 3410: extremal_subst gives bogus results with undefined predicate
 * 2822: After load("diff_form") `functions' fails
 * 3363: Documentation of modulus incorrectly says it applies to all
         rational numbers
 * 3439: Simplode output on empty list
 * 3023: divide(1,0) gave a Lisp error instead of a Maxima one
 * 1581: sublis & sublis_apply_lambda:true causing Lisp errors
 * 2803: trace/timer do not work for functions with quoted arguments
 * 3247: Maxima's trace and timer handle rules incorrectly
 * 3368: integrate('limit(...),...) internal error
 * 2880: integral of secant shouldn't need principal value
 * 2116: lambda form for taylor_simplifier
 * 3431: error system variable holds unsimplified list, causing errors
         to be repeated when trying to access it
 * 3423: tellsimpafter: circular rule attempted when loading package
         vect twice
 * 3337: Wrong scalefactor for cartesian2d
 * 2644: integrate(1/(1+s^7),s,0,%pi) includes a false term
 * 3413: false in definite integral of rational
 * 2845: Avoid initialization-time compile in commac.lisp
 * 3416: limit gives limit(x^r,x,inf)=>0 when "Is r pnz" is answered
         zero
 * 2928, 2994 and 3419: Detect an endless loop in BPROG (simp.lisp)
         and throw rat-error. rat(1/(x^(2/3)+1)), algebraic and
         similar expressions no longer loop forever.
 * 3009, 3146 and 3147: Certain polynomials when factored caused an
         out-of-memory
 * 3422: li[2] and li[3] numerical evaluation fails for complex not in
         rectangular form
 * 3402: Unbinding defined variable generates error in compiled
         functions
 * 3406: pdf_geometric appears to be incorrect and/or poorly
         documented
 * 3403: Function/lambda parameters declared constant cause error
 * 2012: Lisp stack overflow with dpart
 * 3390: ?great mishandles box
 * 3387: kill(all) looses mtime's "nary" property
 * 1820: missing eigenvectors
 * 3373: Running the test suite twice causes errors
 * 3379: recur.mac correct bug in varc2
 * 3375: algsys failure on homogeneous linear equations
 * 3293: derivatives don't format correctly using alt-display TeX
 * 3238: plot fails with small x-range due to rounding
 * 2835: Parametric plotting failed if the variable was not t
 * 3356: sign(nz * nz) = nz
 * 3349: Using VTK on windows gives 'vtkpythonC:' error
 * 3344: Conflict between sym package and grobner package

Unnumbered bugs:
----------------
 * Windows installer: include 2 missing files in the with 'make dist'
   generated tar file. Allows building the crosscompiled installer
   from a released tar and solves a problem with SBCL and Lapack.
   (was missing in the 5.42.0 source release, discovered during
   building the Windows installer and already included in the
   5.42.0 installer)
 * Windows installer: Fixed the link to SBCL in the information about
   bundled software. (was missing in the 5.42.0 source release,
   discovered during building the Windows installer and already
   included in the 5.42.0 installer)
 * Windows installer: Fix the plotting problem with Clisp/Windows and
   long user names.
 * Windows installer: Fix reading maximarc on Windows, when the
   username contains a space.
 * Garbage Collector Defaults for gcl that allow Maxima to be able to
   run the testbench without getting an out-of-memory
 * Many error messages now are easier to understand
 * Some share tests contained timeouts that were set to values that
   were easily to trigger even on current computer systems
 * share/gf and share/contrib/fresnel can now be loaded without
   encountering an error.
 * simplode on a singleton list could return a non-string
 * If keepfloat was true partfrac often resulted in errors. Now
   keepfloat is false during partfrac().
 * 'make pdf' now works for de and pt.
 * A Lisp error appeared when display2d:true and there are nested
   DISPLA calls
 * tex(): The output for matrices is now upwards compatible to
   amsmath.sty
 * Fixed some shell quoting issues
 * Many translator improvements
 * Fix charfun when prederror is true
 * Quieted many irrelevant warnings on loading packages, for example
   caused by autoload.
 * Fixed a bug in perms, when called with three arguments
 * beta_incomplete now works correctly with sums.
 * Windows: Fixed reading maximarc on Windows, when the username
   contains a space.
 * Lapack now can be compiled out-of-the-box on SBCL on Windows (64Bit).
 * running rtest_levin after rtest15 causes some failures
   because MLIST is not recognized as an operator.
 * Process command line option --run-string correctly
 * changes to stream handling for SBCL, which improve
   writefile, appendfile, asksign, describe, and entermatrix.
 * trigsimp fails with pderivop
 * In $ARRAY, handle list argument + use_fast_arrays correctly.
 * Resolved many potential variable name clashes with user-specified
   variables
 * Xmaxima: Resolved an error message that caused a crash
 * Xmaxima: Removed Win98 workarounds that made problems with modern
   Windows systems
 * Xmaxima now supports file and directory names with spaces in them.

Additional improvements:
------------------------
 * Additional bug fixes
 * Performance improvements
 * Much work on the manual including many hyperlinks, clarifications
   and additional information on how to speed up user functions.
 * A script that tests loading packages twice or package combinations
 * A few files that didn't need an "executable" flag were marked
   as executable.
 * Updated all references to wxMaxima to wxMaxima's new URL.
 * The wxMaxima version the Windows Installer comes with now is
   Version 18.10.2
2020-07-20 06:42:31 +00:00
..
aamath
abs
admesh
algae
amath
analitza kde: update kde release service to 20.04.1 2020-06-09 11:56:05 +00:00
antixls Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
aribas all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
arpack-ng Add arpack-ng 3.7.0 2020-02-28 21:51:40 +00:00
bc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
bc-gh math/bc-gh: Fix PLIST in last commit 2020-07-10 00:18:33 +00:00
bcal bcal: Update to 2.2 2020-01-09 12:21:37 +00:00
blas Update math/lapack and math/blas to v3.9.0 2020-02-28 21:48:53 +00:00
blitz++ math: align variable assignments 2019-11-02 16:16:18 +00:00
boolstuff math/boolstuff: suppress USE_TOOLS+=perl warning 2020-05-13 04:18:58 +00:00
calc
calcoo *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
cantor kde: update kde release service to 20.04.1 2020-06-09 11:56:05 +00:00
capc-calc capc-calc: update to 2.12.7.1 and fix darwin compile 2018-12-31 16:35:25 +00:00
cgal Revbump for icu 2020-06-02 08:22:31 +00:00
classias Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
clisp-pari math: align variable assignments 2019-11-02 16:16:18 +00:00
cln all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cloog math/cloog: remove unknown configure option --with-bits=gmp 2020-03-21 11:50:10 +00:00
coinmp math: align variable assignments 2019-11-02 16:16:18 +00:00
congen depend on ruby, as there are ruby scripts 2020-04-01 19:15:00 +00:00
crfsuite PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
dcdflib.c Don't build & install PIC libraries consistently. Bump revision. 2019-12-21 23:43:59 +00:00
dcdflib.f
dfftpack
dieharder
djbfft Modernize patch filenames, adding patch comments. NFCI. 2020-06-30 17:24:56 +00:00
djbsort PKGREVISION bump for anything using python without a PYPKGPREFIX. 2019-04-25 07:32:34 +00:00
double-conversion math: align variable assignments 2019-11-02 16:16:18 +00:00
eigen2 eigen2: fix headers to avoid introducing errors in dependent packages. 2019-09-09 12:05:01 +00:00
eigen3 Add missing includes. Bump revision. 2020-04-18 22:01:56 +00:00
eispack
ess all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
eukleides
eukleides10
euler *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
fftpack
ffts
fftw Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fftw2
fftwf Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
fgmp
fityk Consistently use the interface type of the library. 2020-04-20 00:41:04 +00:00
fplll Reset maintainership for all (no longer) mine packages 2020-07-13 19:45:45 +00:00
fricas *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
galculator librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gap all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
gappa math/gappa, math/sollya: Cite upstreamed patches. 2020-07-17 17:30:13 +00:00
gcalctool Revbump for icu 2020-06-02 08:22:31 +00:00
geg
genius Revbump for icu 2020-06-02 08:22:31 +00:00
glpk all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gnome-calculator Revbump for icu 2020-06-02 08:22:31 +00:00
gnumeric112 Revbump for icu 2020-06-02 08:22:31 +00:00
go-stats Revbump all Go packages after go114 update. 2020-07-17 18:04:11 +00:00
go-units Revbump all Go packages after go114 update. 2020-07-17 18:04:11 +00:00
gp-autpgrp Sort PLIST files. 2018-01-01 22:29:15 +00:00
gp-factint
gp-fplsa
gp-grape
gp-grpconst Sort PLIST files. 2018-01-01 22:29:15 +00:00
gp-lag Sort PLIST files. 2018-01-01 22:29:15 +00:00
grace revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
graphopt Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
grpn librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
gsl all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
gtklife librsvg: update bl3.mk to remove libcroco in rust case 2020-03-10 22:08:37 +00:00
harmbase2 Add harmbase2-20191229 2020-02-28 22:16:01 +00:00
harmgen Add harmgen 3.1.3 2020-02-28 22:11:33 +00:00
harminv math: align variable assignments 2019-11-02 16:16:18 +00:00
heirloom-factor
heirloom-units
herisvm Bump PKGREVISION by change of default Ruby version 2019-12-15 15:38:57 +00:00
hs-bifunctors hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-comonad hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-contravariant hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-distributive hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-ieee754 hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-integer-logarithms hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-math-functions hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-mwc-random hs-*: add PLIST files for a few more Haskell packages 2020-05-13 04:53:15 +00:00
hs-nats mk/haskell.mk: fix PLIST generation for Haskell packages 2020-06-21 22:21:02 +00:00
hs-profunctors hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-scientific hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-semigroupoids hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
hs-semigroups hs-*: add PLIST files 2020-05-11 17:51:58 +00:00
ipopt Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
isl
itpp
kalgebra kde: update kde release service to 20.04.1 2020-06-09 11:56:05 +00:00
kcalc kde: update kde release service to 20.04.1 2020-06-09 11:56:05 +00:00
lapack Update math/lapack and math/blas to v3.9.0 2020-02-28 21:48:53 +00:00
libffm Sort PLIST files. 2018-01-01 22:29:15 +00:00
libint all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libixion libixion: clean some pkglint 2020-05-18 19:21:19 +00:00
liblbfgs Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
liblinear liblinear: follow redirects 2017-11-15 22:12:56 +00:00
libmatheval all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
libnumbertext libnumbertext: Update to 1.0.5 2020-05-16 19:10:29 +00:00
libshorttext math: align variable assignments 2019-11-02 16:16:18 +00:00
libsvm libsvm: Update to 3.24 2020-03-24 17:21:43 +00:00
linpack math: align variable assignments 2019-11-02 16:16:18 +00:00
lp_solve *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
ltm ltm: update to 1.2.0. 2020-01-24 10:08:20 +00:00
lumina-calculator math/lumina-calculator: Fix github package nomenclature 2020-06-16 10:53:13 +00:00
mapm Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
mathomatic Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
maxima math/maxima: update to maxima-5.44.0 2020-07-20 06:42:31 +00:00
mcsim all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
meschach Always skip PIC libraries. Bump revisions. Add RCS IDs. 2019-12-20 00:02:06 +00:00
metis
minisat Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
minpack
mpcomplex math: align variable assignments 2019-11-02 16:16:18 +00:00
mpfi mpfi: Import mpfr-1.5.4 as math/mpfr 2020-05-19 14:44:04 +00:00
mpfr all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
mprime-bin
mtl Replaced $(ROUND) with ${CURLY} variable references. 2018-01-01 18:16:35 +00:00
muparser *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
newmat math: align variable assignments 2019-11-02 16:16:18 +00:00
nickle all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
nlopt Fix indentation in buildlink3.mk files. 2018-01-07 13:03:53 +00:00
ntl ntl: update to 11.4.3. 2020-06-08 13:42:38 +00:00
ocaml-num math: align variable assignments 2019-11-02 16:16:18 +00:00
ocaml-zarith math: align variable assignments 2019-11-02 16:16:18 +00:00
octave Revbump for icu 2020-06-02 08:22:31 +00:00
odepack
openaxiom Revbump packages depending on libffi after .so version change. 2020-03-08 16:42:24 +00:00
openfst math: align variable assignments 2019-11-02 16:16:18 +00:00
ordCalc all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
otter
p5-Algorithm-BloomFilter Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Algorithm-Cluster (math/p5-Algorithm-Cluste) Updated from 1.57 to 1.59, ChangeLog unknown 2019-12-14 14:36:06 +00:00
p5-Algorithm-Munkres Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Alien-GMP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Excel-Template Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Excel-Template-Plus Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Base-Convert Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Base36 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Base85 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-BaseCnv Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Bezier Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-BigInt Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-BigInt-GMP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-BigInt-Pari math: align variable assignments 2019-11-02 16:16:18 +00:00
p5-Math-BigInteger Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Calc-Units p5-Math-Calc-Units: remove PLIST since PERL5_PACKLIST is in use 2019-09-02 12:09:56 +00:00
p5-Math-Complex Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Derivative Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-FFT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-GMP Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Int64 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Int128 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Interpolate Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Matrix Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-MatrixReal Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Pari Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Permute-List Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Prime-Util Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Random Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Random-ISAAC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Random-ISAAC-XS math: align variable assignments 2019-11-02 16:16:18 +00:00
p5-Math-Random-MT Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Random-MT-Auto Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Random-MT-Perl Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Round Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Spline Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-Systems all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
p5-Math-Utils Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Math-VecStat Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Number-Compare Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Number-Latin Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Number-Range Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Number-Tolerant Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Number-WithError Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Roman Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Set-Crontab Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Set-Infinite Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Spreadsheet-ParseExcel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Spreadsheet-Read Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Spreadsheet-ReadSXC Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Spreadsheet-WriteExcel Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Spreadsheet-XLSX math: align variable assignments 2019-11-02 16:16:18 +00:00
p5-Statistics-CaseResampling Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Statistics-Descriptive Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Statistics-Distributions Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Statistics-TTest Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
p5-Test-Number-Delta Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
pari math/pari: clean up REPLACE_PERL 2020-05-22 17:45:24 +00:00
pari-galdata all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
pari23 math/pari23: remove redundant SUBST block 2020-05-13 04:19:42 +00:00
pcg
pear-Math_BigInteger Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Numbers_Roman Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
pear-Numbers_Words Use https for pear.php.net. 2019-07-03 07:28:21 +00:00
php-bcmath
php-stats Drop php71 support 2019-12-16 16:30:13 +00:00
ppl math/ppl: remove unknown configure option 2020-05-31 16:59:03 +00:00
prng
pspp Revbump for icu 2020-06-02 08:22:31 +00:00
py-abcpmc py-abcpmc: disallow Python 2.7 because of py-scipy 2019-06-15 06:55:51 +00:00
py-almost
py-arviz py-arviz: updated to 0.9.0 2020-07-01 16:03:59 +00:00
py-asteval py-asteval: updated to 0.9.18 2020-04-27 07:23:25 +00:00
py-autograd py-autograd: updated to 1.3 2020-04-27 19:03:26 +00:00
py-bottleneck py-bottleneck: updated to 1.3.2 2020-04-27 08:06:41 +00:00
py-cdecimal all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-claripy py-angr: update py-angr and dependencies (all from the angr project) to 8.20.1.7 2020-01-09 14:02:31 +00:00
py-ephem Explicitly read files as unicode for Python 3. The content is converted 2020-05-31 20:49:32 +00:00
py-fftw math: align variable assignments 2019-11-02 16:16:18 +00:00
py-fpconst Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-gmpy py-gmpy: updated to 1.17 2018-01-11 07:59:47 +00:00
py-infinity pytest from versioned depends 2020-05-17 18:57:26 +00:00
py-intervals pytest from versioned depends 2020-05-17 18:57:26 +00:00
py-Keras-Applications math/py-Keras-Applications: Import version 1.0.8 2020-01-01 16:38:15 +00:00
py-Keras-Preprocessing math/py-Keras-Preprocessing: Import version 1.1.0 2020-01-01 16:31:21 +00:00
py-kiwisolver py-kiwisolver: updated to 1.1.0 2019-06-15 18:54:41 +00:00
py-libixion revbump after boost update 2020-05-06 14:04:05 +00:00
py-lmfit py-lmfit: updated to 1.0.1 2020-05-13 15:36:27 +00:00
py-mpmath py-mpmath: updated to 1.1.0 2019-05-06 08:48:06 +00:00
py-munkres all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
py-netCDF4 py-netCDF4: updated to 1.5.3 2020-07-01 15:59:40 +00:00
py-networkx py-networkx: updated to 2.4 2020-04-11 07:45:41 +00:00
py-noise Follow some redirects. 2017-09-04 18:08:18 +00:00
py-numarray Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-numba py-numba: updated to 0.50.1 2020-07-07 20:08:46 +00:00
py-Numeric Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 2019-09-02 13:19:35 +00:00
py-numexpr py-numexpr: updated to 2.7.1 2020-04-28 13:21:33 +00:00
py-numpy py-numpy: updated to 1.18.5 2020-06-11 08:13:28 +00:00
py-numpy16 math/py-numpy16: Restrict to python 2.7 2020-07-09 00:47:40 +00:00
py-pandas math/py-pandas: Update to 0.25.3 2020-02-14 16:21:55 +00:00
py-pandas-datareader math/py-pandas-datareader: Fix dependencies 2020-01-30 20:25:18 +00:00
py-patsy py-patsy: use py-numpy/buildink to auto-select based on Python version 2020-04-27 18:56:16 +00:00
py-powerlaw py-powerlaw: updated to 1.4.6 2019-06-16 19:22:59 +00:00
py-pymc3 py-pymc3: updated to 3.7 2019-06-16 19:17:23 +00:00
py-pywavelets py-pywavelets: updated to 1.0.3 2019-06-17 14:54:57 +00:00
py-quadprog math: align variable assignments 2019-11-02 16:16:18 +00:00
py-roman py-roman: updated to 3.3 2020-07-12 17:50:29 +00:00
py-rpy all: migrate some SourceForge homepage URLs back from https to http 2020-01-26 05:26:08 +00:00
py-Scientific revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
py-Scientific-doc Comment out dead MASTER_SITES/HOMEPAGEs. 2017-09-03 08:36:49 +00:00
py-scikit-image py-scikit-image: updated to 0.15.0 2019-06-17 15:03:46 +00:00
py-scikit-learn *: reset MAINTAINER for fhajny on his request 2020-05-27 19:37:36 +00:00
py-scipy py-scipy: updated to 1.4.1 2020-04-28 09:45:27 +00:00
py-scipy12 (math/py-scipy12) regen distinfo 2020-05-20 21:51:08 +00:00
py-simpleeval py-simpleeval: updated to 0.9.10 2020-01-03 12:17:37 +00:00
py-sklearn-pandas math/py-sklearn-pandas: Import version 1.8.0 2019-12-01 16:13:38 +00:00
py-statsmodels math/py-statsmodels: Update to 0.11.1 2020-05-03 16:13:11 +00:00
py-sympy math/py-sympy: Update to 1.5.1 2020-01-31 04:51:40 +00:00
py-tables Doesn't support Python 2.7 2020-05-14 19:31:40 +00:00
py-tensorboard math/py-tensorboard: Import version 1.7.0 2018-04-06 19:22:41 +00:00
py-Theano py-Theano: use pytest for testing 2019-06-15 18:13:14 +00:00
py-uncertainties py-uncertainties: updated to 3.1.4 2020-06-11 08:16:27 +00:00
py-xarray Needs py-pip and py-setuptools_scm 2020-04-15 22:49:41 +00:00
py-z3 Drop Python 2.7 restriction that isn't active anyway. 2020-05-31 20:47:23 +00:00
py-z3solver Fix vector to element array conversion 2020-03-18 19:29:18 +00:00
qalculate Revbump for icu 2020-06-02 08:22:31 +00:00
qalculate-gtk Revbump for icu 2020-06-02 08:22:31 +00:00
qhull qhull: updated to 2019.1 2020-04-12 21:15:01 +00:00
quadpack
R R: Fix PLIST.Darwin for previous update. 2020-07-17 11:46:09 +00:00
R-abind Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-acepack Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-akima Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-aplpack Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-backports Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-bbmle Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-bitops Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-car Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-carData Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-CGIwithR revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
R-chron Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-circular Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-classInt Update all R packages to canonical form. 2019-08-08 20:55:04 +00:00
R-clim.pact Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-coda Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-combinat Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-compositions R-compositions: initial commit 2019-08-09 15:50:05 +00:00
R-DAAG Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-date Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-DBI Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-DEoptimR R-DEoptimR: initial commit 2019-08-09 15:43:47 +00:00
R-dplyr Add missing dependencies on devel/R-BH and devel/R-R6. 2019-09-25 17:26:38 +00:00
R-e1071 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ellipsis (math/ellipsis) Updated to 0.3.0 2020-02-09 11:53:47 +00:00
R-emdbook Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-energy R-energy: initial commit 2019-08-09 15:42:02 +00:00
R-estimability Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-FNN Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-forcats Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-forecast Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-Formula Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-fracdiff Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gdata Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
R-genetics Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
R-geoR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-geoRglm Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-GRASS Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gss Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gstat Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gtable Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-gtools Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-httpRequest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-hwde Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-igraph Revbump for icu 2020-06-02 08:22:31 +00:00
R-intervals Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ISLR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ISwR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-lme4 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-lmm Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-lmtest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-mapproj Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-maps Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-MatrixModels Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-minqa Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-mitools Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-moonsun Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-mvtnorm Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-ncdf revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
R-nloptr math/R-nloptr: remove no-op SUBST block 2020-05-03 07:44:53 +00:00
R-nortest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-numDeriv Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-pbkrtest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-PHYLOGR Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-pixmap Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-plyr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-poweRlaw Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-prettyunits Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-prob Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-quadprog Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-quantreg Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-R2HTML Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RandomFields Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RandomFieldsUtils Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-randomForest Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RArcInfo Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-Rcmdr Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RcmdrMisc Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RColorBrewer Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RcppArmadillo Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RcppEigen Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-relimp Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-reshape2 Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-RNetCDF revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
R-robustbase R-robustbase: initial commit 2019-08-09 15:48:20 +00:00
R-RPostgreSQL Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-rstudioapi Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-sandwich Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-sgeostat Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-shapefiles Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-sp Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-spacetime Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-SparseM Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-splancs Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-stabledist Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-statmod Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-stringdist (math/R-stringdist) import R-stringdist-0.9.5.5 2020-02-10 14:21:00 +00:00
R-survey Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-tensorA R-tensorA: initial commit 2019-08-09 15:46:29 +00:00
R-tibble Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-tidyr R-tidyr: initial commit 2019-08-09 16:25:23 +00:00
R-urca Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-vctrs Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-VGAM Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-wle Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-XML Revbump for icu 2020-06-02 08:22:31 +00:00
R-xtable Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-xts Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-zeallot Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
R-zoo Update all R packages to canonical form. 2019-08-08 19:53:36 +00:00
randlib randlib: update to 1.3nb1. 2019-12-28 11:47:34 +00:00
ranger math: align variable assignments 2019-11-02 16:16:18 +00:00
ruby-gsl
ruby-narray all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
ruby-roo math/ruby-roo: update to 2.8.3 2020-03-08 16:06:05 +00:00
ruby-spreadsheet math/ruby-spreadsheet: update to 1.2.6 2020-03-08 16:07:29 +00:00
sc sc: Update to version 7.16_1.1.2 2019-06-01 06:35:33 +00:00
sc-im Revbump for libxlsxwriter 2020-06-02 10:29:50 +00:00
scilab all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
slatec all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
snns math: align variable assignments 2019-11-02 16:16:18 +00:00
sollya math/gappa, math/sollya: Cite upstreamed patches. 2020-07-17 17:30:13 +00:00
speedcrunch Revbump for icu 2020-06-02 08:22:31 +00:00
stan-math all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
statist Follow some redirects. 2017-09-04 18:08:18 +00:00
sundials math: align variable assignments 2019-11-02 16:16:18 +00:00
superlu superlu: remove unused patch 2020-02-26 16:29:53 +00:00
svmlin all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tasp-vsipl Don't install PIC libs to avoid different PLISTs depending on the 2019-12-19 22:20:01 +00:00
teapot all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
tex-apnum all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-apnum-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fp all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-fp-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-kastrup tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
tex-kastrup-doc tex-*: add TEXLIVE_UNVERSIONED=yes 2019-12-06 19:00:17 +00:00
tex-mathpartir all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mathpartir-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-mathspec tex-mathspec: dependency tex-ifxetex -> tex-iftex 2020-05-02 03:13:54 +00:00
tex-mathspec-doc all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
tex-minifp tex-minifp{,-doc}: Add version 0.96 2020-05-22 03:10:33 +00:00
tex-minifp-doc tex-minifp{,-doc}: Add version 0.96 2020-05-22 03:10:33 +00:00
tex-unicode-math tex-unicode-math{,-doc}: update to 0.8q texlive 2020 version 2020-04-27 02:20:52 +00:00
tex-unicode-math-doc tex-unicode-math{,-doc}: update to 0.8q texlive 2020 version 2020-04-27 02:20:52 +00:00
texdrive all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
TinySVM
tochnog *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
udunits Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
units all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
vista
vowpal_wabbit revbump after boost update 2020-05-06 14:04:05 +00:00
wxmaxima Revbump for icu 2020-06-02 08:22:31 +00:00
xeukleides10 Comment out dead sites. 2017-09-06 10:40:25 +00:00
xfractint Don't hardcode /usr/bin/gcc. 2019-12-19 22:20:18 +00:00
xgap all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xldlas Sort PLIST files. 2018-01-01 22:29:15 +00:00
xlife
xlispstat
xmgr revbump after updating security/nettle 2020-05-22 10:55:42 +00:00
xyconvert Revbump for icu 2020-06-02 08:22:31 +00:00
xylib Stop using boost/detail/endian.hpp 2020-05-09 15:19:02 +00:00
yacas math/yacas: remove no-op SUBST block 2020-04-27 17:46:28 +00:00
yices2 Reset maintainership for all (no longer) mine packages 2020-07-13 19:45:45 +00:00
yorick *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:53 +00:00
z3 Explicitly read files as unicode for Python 3. The content is converted 2020-05-31 20:49:32 +00:00
Makefile Import: math/lumina-calculator 2020-06-16 08:20:16 +00:00