aboutsummaryrefslogtreecommitdiff
path: root/math/cocoalib
Commit message (Collapse)AuthorAgeFilesLines
* */*: Drop maintainership for some of my portsLorenzo Salvadore2024-01-271-1/+2
| | | | | | | | Drop maintainership for ports for which I do not have much interest any more or for which I do not have as much time as they require, so that I can focus more on the ports I maintain and other projects both inside and outside FreeBSD and so that they can be adopted by other contributors.
* math/cocoalib: Fix build with llvm16Muhammad Moinur Rahman2023-07-261-3/+3
| | | | | | | - Utilize USES=localbase Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* 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)
* math/cocoalib: Update to 0.99800 and adopt againLorenzo Salvadore2022-04-213-49/+55
| | | | Approved by: gerald (mentor)
* math/cocoalib: Update to 0.99717Neel Chauhan2022-02-143-10/+10
|
* 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
|
* - Upgrade to 0.99712;Thierry Thomas2021-03-239-70/+87
| | | | | | | | | - Build the static library with PIC and run ranlib; - Also build and install a shared library. Notes: svn path=/head/; revision=569062
* math/cocoalib: fix build on GCC architecturesPiotr Kubaj2020-07-201-1/+1
| | | | | | | | | | Use C++11 compiler: /wrkdirs/usr/ports/math/cocoalib/work/CoCoALib-0.99710/include/CoCoA/TmpPBMill.H:263: error: 'nullptr' was not declared in this scope MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=542673
* Drop ports maintainershipLorenzo Salvadore2020-06-211-1/+1
| | | | | | | Approved by: gerald (mentor) Notes: svn path=/head/; revision=539770
* math/cocoalib: Update to 0.99710Lorenzo Salvadore2020-06-1114-68/+656
| | | | | | | | | | | | | | Also: - build the port by patching existing Makefiles instead of copying a new one from ${FILESDIR} in the hope that this eases maintainance; - change the SMALLDEG option so that it now applies a patch conditionally instead of using ${REINPLACE_CMD}. Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D25234 Notes: svn path=/head/; revision=538535
* multiple ports: Update MAINTAINERKoichiro Iwao2019-12-311-1/+1
| | | | | | | | | | as he got FreeBSD.org account. PR: 243002 Submitted by: salvadore Notes: svn path=/head/; revision=521615
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* Update to 0.96601Raphael Kubo da Costa2019-10-273-17/+62
| | | | | | | | PR: 241436 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=515805
* math/cocoalib: Drop unhooked BOOST_BUILD_DEPENDS helperTobias Kortkamp2019-10-191-1/+0
| | | | Notes: svn path=/head/; revision=514784
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512232
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* math/cocoalib: create portSteve Wills2019-03-207-0/+560
CoCoALib is a C++ library for Computations in Commutative Algebra, focused mainly on polynomial rings, ideals, Groebner basis and similar topics. WWW: http://cocoa.dima.unige.it PR: 231807 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Notes: svn path=/head/; revision=496332