Commit graph

18458 commits

Author SHA1 Message Date
Tobias C. Berner
f9ff09e766 KDE: Update KDE Gear to 22.12.2
Thursday, 2 February 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations, including:

 * dolphin: Don't recurse into symlinks when counting directory contents
   (Commit, fixes bug #434125)
 * kdeconnect: Fix ssh authentication using pubkey on recent openssh
   versions (Commit, fixes bug #443155)
 * libkdegames: Fix finding knewstuff themes (Commit, fixes bug #464288)

Announcement:	https://kde.org/announcements/gear/22.12.2/
2023-02-02 14:26:22 +01:00
Piotr Kubaj
184e87aeca math/primesum: mark BROKEN on powerpc
Same issue as on other 32-bit architectures.
2023-02-01 21:47:39 +00:00
Stephen Montgomery-Smith
a8c31a8300 math/octave-forge-statistics: Update to 1.5.3. 2023-02-01 09:23:42 -06:00
Nuno Teixeira
52a0740e44 math/intx: Update to 0.9.1
ChangeLog: https://github.com/chfast/intx/releases/tag/v0.9.1
2023-02-01 12:33:24 +00:00
Guangyuan Yang
63c5a50d1d math/R-cran-forcats: Update to 1.0.0 2023-01-31 09:22:44 +00:00
Neel Chauhan
eb4c38cf12 math/gnome-calculator: Update to 43.0.1 2023-01-30 14:07:00 -08:00
Po-Chuan Hsieh
5c939ea47d
math/py-pandas: Update to 1.5.2
Changes:	https://github.com/pandas-dev/pandas/releases
2023-01-30 21:02:16 +08:00
Po-Chuan Hsieh
67bc4305a3
math/p5-Math-MPC: Update to 1.30
Changes:	https://metacpan.org/dist/Math-MPC/changes
2023-01-30 21:02:10 +08:00
Po-Chuan Hsieh
0b89f8eec5
math/rubygem-bigdecimal: Update to 3.1.3
Changes:	https://github.com/ruby/bigdecimal/releases
2023-01-30 21:01:34 +08:00
Po-Chuan Hsieh
67f818b7a3
math/py-spopt: Update to 0.5.0
Changes:	https://github.com/pysal/spopt/releases
2023-01-30 21:00:12 +08:00
Po-Chuan Hsieh
fd328921eb
math/py-rpy2: Update to 3.5.7
Changes:	https://github.com/rpy2/rpy2/releases
2023-01-30 21:00:11 +08:00
Po-Chuan Hsieh
1db58739f9
math/py-plastex: Update to 3.0
- Add LICENSE_FILE

Changes:	https://github.com/plastex/plastex/releases
2023-01-30 21:00:11 +08:00
Po-Chuan Hsieh
14ae70eabd
math/py-mixsimulator: Update to 0.4.5
Changes:	https://github.com/Foloso/MixSimulator/commits/master
2023-01-30 21:00:11 +08:00
Po-Chuan Hsieh
56c52ca6bc
math/py-jax: Update to 0.3.25
Changes:	https://github.com/google/jax/releases
		https://github.com/google/jax/blob/main/CHANGELOG.md
2023-01-30 21:00:11 +08:00
Po-Chuan Hsieh
16895b077c
math/py-flax: Update to 0.6.3
Changes:	https://github.com/google/flax/releases
2023-01-30 21:00:10 +08:00
Po-Chuan Hsieh
68dbb1da46
math/py-cmaes: Update to 0.9.1
Changes:	https://github.com/CyberAgentAILab/cmaes/releases
2023-01-30 21:00:10 +08:00
Po-Chuan Hsieh
5d8aaef9ef
math/py-bayesian-optimization: Update to 1.4.2
Changes:	https://github.com/fmfn/BayesianOptimization/releases
2023-01-30 21:00:10 +08:00
Stefan Eßer
ec98f1089a math/gh-bc: update to version 6.2.2
This update fixes a few issues and adds new features:

 - There was a discrepancy from the bc standard with regards to the
   behavior of the "quit" command. This bc used to quit whenever it
   encountered "quit" during parsing, even if it was parsing a full
   file. Now, bc only quits when encountering "quit" after it has
   executed all executable statements up to that point.
   This behavior is slightly different from GNU bc, but users will
   only notice the difference if they put "quit" on the same line
   as other statements.

 - A memory bug was caused by assigning a string to a non-local
   variable in a function, then redefining the function with use of
   the same non-local variable, which would still refer to a string
   in the previous version of the function.

 - Another memory bug was caused by passing an array argument to the
   asciify() built-in function. In certain cases, that was wrongly
   allowed, and the interpreter just assumed everything was correct
   and accessed memory. Now that arrays are allowed as arguments (see
   below), this is not an issue.

 - A missing local in the uint*() family of functions in the extended
   math library.

 - A failure to clear the tail call list in dc on error.

 - A crash when attempting to swap characters in command-line history
   when no characters exist.

 - SIGWINCH was activated even when history was not.

 - If an array element was used as a parameter, and then a later
   parameter had the same name as the array whose element was used,
   bc would grab the element from the new array parameter, not the
   actual element from before the function call.

 - A new built-in function is_number() ("u" in dc) returns 1 if the
   runtime argument is a number and 0 otherwise.

 - A new is_string() built-in function ("t" in dc) returns 1 if the
   runtime argument is a string and 0 otherwise.

 - The new asciify() built-in function in bc converts a full array
   of numbers into a string. This means that character-by-character
   printing will not be necessary, and more strings than just
   single-character ones will be able to be created.

 - Stack traces are now given for runtime errors. In debug mode, the
   C source file and line of errors are given as well.
2023-01-28 21:48:22 +01:00
Max Brazhnikov
562ed5936d math/scilab: chase saxon-he update 2023-01-28 17:00:32 +03:00
Yuri Victorovich
5f3785e9c3 math/py-yt: Update 4.0.5 → 4.1.4
Reported by:	portscout
2023-01-28 00:34:08 -08:00
Yuri Victorovich
be8ff3f8a1 math/cglm: Update 0.8.7 → 0.8.8
Reported by:	portscout
2023-01-27 22:56:36 -08:00
Yuri Victorovich
c62f08d937 math/cppad: Update 20220000.5 → 20230000.0
Reported by:	portscout
2023-01-27 20:09:22 -08:00
Ashish SHUKLA
6c2892bd87
math/kalker: Update to 2.0.3 2023-01-27 20:10:04 +00:00
Yuri Victorovich
47b33c5d21 math/py-slepc4py: Update 3.18.1 → 3.18.2 2023-01-27 00:58:53 -08:00
Yuri Victorovich
7734524651 math/slepc: Update 3.18.1 → 3.18.2
Reported by:	portscout
2023-01-27 00:58:53 -08:00
Yuri Victorovich
cb9d69eff8 math/cimod: Update 1.4.50 → 1.4.51
Reported by:	portscout
2023-01-27 00:58:52 -08:00
Yuri Victorovich
7d164f5ed5 math/py-disjoint-set: New port: Disjoint set data structure implementation for Python 2023-01-27 00:58:51 -08:00
Guangyuan Yang
947ccaee3c math/R-cran-gsl: Update to 2.1-8 2023-01-25 19:24:14 -05:00
Thierry Thomas
fe81050c2f math/R-cran-XLConnect: upgrade to 1.0.7
Changelog at <https://cran.r-project.org/web/packages/XLConnect/NEWS>.
2023-01-25 22:49:43 +01:00
Yuri Victorovich
6d9ce49d92 math/lmfit: New port: Library for Levenberg-Marquardt minimization and least-squares fitting 2023-01-24 00:58:16 -08:00
Yuri Victorovich
fb235ec928 math/libformfactor: New port: Library for computation of scattering form factors of polyhedra 2023-01-24 00:33:51 -08:00
Yuri Victorovich
1135b25698 math/gretl: Update 2022b → 2022c
Reported by:	portscout
2023-01-24 00:33:50 -08:00
Yuri Victorovich
09550912f1 math/libcerf: New port: Library that provides an implementation of complex error functions 2023-01-24 00:33:50 -08:00
Yuri Victorovich
3ae99429ee math/pari: Update 2.15.1 → 2.15.2
Reported by:	portscout
2023-01-24 00:33:49 -08:00
Yuri Victorovich
da7fe69a0d math/cimod: Update 1.4.49 → 1.4.50
Reported by:	portscout
2023-01-24 00:33:46 -08:00
Stephen Montgomery-Smith
cb880a6532 math/octave-forge-statistics-bootstrap: Update to 5.1.6. 2023-01-22 21:13:09 -06:00
Yuri Victorovich
39327ad9f9 math/py-pyaudi: Broken on i386
Also remove unnecessary USE_LDCONFIG.

Reported by:	fallout
2023-01-22 12:53:55 -08:00
Thierry Thomas
ebfe6aaca5 math/suitesparse: upgrade to v7.0.1 2023-01-22 19:02:39 +01:00
Thierry Thomas
cc48ca69f8 math/suitesparse-graphblas: upgrade GraphBLAS to v7.4.3
Chagelog at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.0.1>.
2023-01-22 19:02:38 +01:00
Stephen Montgomery-Smith
b36228e152 math/octave-forge-statistics-bootstrap: Update to 5.1.5. 2023-01-21 20:07:21 -06:00
Stephen Montgomery-Smith
9ed8e38cde math/octave: Cope with API differences between SuiteSparse versions
Obtained from:	https://hg.octave.org/octave/rev/aaffac4fbe30
2023-01-20 18:15:57 -06:00
Yuri Victorovich
5b58ca16f5 math/py-pyrr: New port: 3D mathematical functions using NumPy 2023-01-20 13:06:47 -08:00
Yuri Victorovich
e905d57f39 math/py-mapbox-earcut: New port: Bindings for Pango for use with Manim 2023-01-20 11:49:17 -08:00
Yuri Victorovich
62fd95493e math/py-isosurfaces: New port: Construct isolines/isosurfaces over a 2D/3D scalar field 2023-01-20 10:43:32 -08:00
Thierry Thomas
d9acc3ed30 math/py-mathics: allow to run with sympy-1.11.1 2023-01-20 19:02:23 +01:00
Thierry Thomas
0c13aa0d11 math/suitesparse: fix a typo
It produced a warning in poudriere:
Warning: math/suitesparse dependency on math/suitesparse-camd has wrong PKGNAME of 'suitesparse-btf' but should be 'suitesparse-camd'

PR:		269068
Reported by:	peter.larsen (at) larsendata.dk
2023-01-20 17:11:25 +01:00
Thierry Thomas
112013ae64 math/suitesparse*: bump PORTREVISION of dependant ports 2023-01-19 17:45:37 +01:00
Thierry Thomas
5e9bc3296a math/suitesparse*: upgrade to v7.0.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.0.0>
2023-01-19 17:45:37 +01:00
Loïc Bartoletti
3db760ad79 graphics/proj: Update to 9.1.1 2023-01-18 15:48:50 +01:00
Yuri Victorovich
c0bee29737 math/{,py-}audi: Correct pkg-descr 2023-01-17 02:30:26 -08:00