aboutsummaryrefslogtreecommitdiff
path: root/math/lis
Commit message (Collapse)AuthorAgeFilesLines
* math/lis: update 2.1.10 → 2.1.11Yuri Victorovich2026-03-142-4/+4
| | | | Reported by: portscout
* math/lis: update 2.1.8 → 2.1.10Yuri Victorovich2025-11-302-4/+4
|
* math/lis: update 2.1.6 → 2.1.8Yuri Victorovich2025-03-172-4/+4
| | | | Reported by: portscout
* math/lis: update 2.1.4 → 2.1.6Yuri Victorovich2024-07-172-4/+4
| | | | Reported by: portscout
* math/lis: update 2.1.3 → 2.1.4Yuri Victorovich2024-05-272-5/+4
| | | | Reported by: portscout
* math/lis: Move man pages to share/manNuno Teixeira2024-03-122-278/+280
| | | | Approved by: portmgr (blanket)
* math/lis: Update 2.0.30 → 2.1.3Yuri Victorovich2023-06-182-4/+5
| | | | Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* math/lis: Update 2.0.29 -> 2.0.30Yuri Victorovich2021-01-252-4/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=562620
* math/lis: Update 2.0.28 -> 2.0.29Yuri Victorovich2021-01-072-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=560665
* math/lis: Update 2.0.27 -> 2.0.28Yuri Victorovich2020-12-252-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=559214
* math/lis: Update 2.0.25 -> 2.0.27Yuri Victorovich2020-12-062-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=557115
* math/lis: Update 2.0.24 -> 2.0.25Yuri Victorovich2020-11-202-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=555731
* math/lis: Update 2.0.23 -> 2.0.24Yuri Victorovich2020-11-092-4/+4
| | | | | | | Reported by: portlint Notes: svn path=/head/; revision=554697
* math/lis: Update 2.0.22 -> 2.0.23Yuri Victorovich2020-08-272-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=546318
* math/lis: Update 2.0.21 -> 2.0.22Yuri Victorovich2020-05-232-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=536337
* math/lis: Update 2.0.20 -> 2.0.21Yuri Victorovich2020-03-182-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=528666
* Drop dependency on devel/openmpJan Beich2020-03-081-1/+1
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* math/lis: Update 2.0.19 -> 2.0.20Yuri Victorovich2019-10-052-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=513854
* devel/openmp: update to 9.0.0Jan Beich2019-09-211-0/+1
| | | | | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ Notes: svn path=/head/; revision=512535
* math/lis: Update 2.0.18 -> 2.0.19Yuri Victorovich2019-05-232-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=502320
* devel/openmp: phase outJan Beich2019-05-081-0/+1
| | | | | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767 Notes: svn path=/head/; revision=501030
* New port: math/lis: Library of Iterative Solvers for linear systemsYuri Victorovich2019-04-034-0/+335
Notes: svn path=/head/; revision=497735