Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.5_4 06 Jan 2025 21:04:07 |
Thierry Thomas (thierry) |
math/lcalc: fix with clang 19
Patch by Reno Dakota from https://gitlab.com/sagemath/lcalc/-/issues/16 |
2.0.5_3 04 Jan 2025 02:12:17 |
Yuri Victorovich (yuri) |
math/pari: update 2.15.5 → 2.17.1 |
2.0.5_2 01 Mar 2024 16:59:16 |
Thierry Thomas (thierry) |
math/lcalc: move man page |
2.0.5_1 28 Sep 2022 02:25:36 |
Yuri Victorovich (yuri) |
math/pari: Update 2.13.4 -> 2.15.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.5 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.0.5 27 Apr 2022 16:23:07 |
Thierry Thomas (thierry) |
math/lcalc: upgrade to 2.0.5
Changelog at <https://gitlab.com/sagemath/lcalc/-/blob/master/doc/ChangeLog>. |
1.23_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.23_2 25 Oct 2020 05:39:49 |
yuri |
math/pari: Update 2.11.4 -> 2.13.0
Bump 15 depending ports.
Reported by: portscout |
1.23_1 07 Apr 2020 09:26:41 |
thierry |
- A dd a SONAME to libLfunction.so;
- strip lcalc. |
1.23 31 Mar 2020 01:16:02 |
linimon |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
../include/Lcommon.h:72: error: ISO C++ forbids declaration of 'i' with no
type
Approved by: portmgr (tier-2 blanket) |
1.23 30 Mar 2020 12:40:38 |
thierry |
Adding lcalc, the L-function c++ class library and, the command line program
lcalc, to be used by SageMath.
Remark: this is not the latest version, but the one currently used by Sage,
with their patches. |