aboutsummaryrefslogtreecommitdiff
path: root/math/frobby
Commit message (Collapse)AuthorAgeFilesLines
* math/frobby: Set maintainer, improve portVladimir Druzenko2026-01-152-33/+20
| | | | | | | | | - Switch to USES=tex. - Optimize targets. - Improve plist substitutions. PR: 292323 Approved by: Jishan Alam <jishanalam9128@gmail.com> (new maintainer)
* math/frobby: upgrade to v0.9.7Thierry Thomas2026-01-134-839/+955
| | | | Release notes at https://github.com/Macaulay2/frobby/releases
* Revert "math/*: Improve and expand pkg-descr"Yuri Victorovich2025-09-301-20/+12
| | | | This reverts commit 5f90970e571a0fbd9caee91a04409f5c8ab1f9fe.
* math/*: Improve and expand pkg-descrYuri Victorovich2025-09-301-12/+20
| | | | | | All ports maintained by ports@FreeBSD.org Content generated by Gemini AI.
* */*: Drop maintainership for some of my portsLorenzo Salvadore2024-01-271-2/+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/frobby: Fix build with llvm16Muhammad Moinur Rahman2023-08-071-1/+1
| | | | | 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/frobby: Restore LICENSE_FILELorenzo Salvadore2022-05-161-1/+2
| | | | | | | Restore LICENSE_FILE that was removed by commit 3e3f1282b89a735cd4b4a318df2240b85c428dd8. Approved by: gerald (mentor)
* math/frobby: Improve port and adopt againLorenzo Salvadore2022-05-057-194/+72
| | | | | | | | | | | | | | | | | | | | | | | | - Reorder variables. - Simplify port by introducing USES= localbase:ldflags. - Set ALL_TARGET= # Empty to avoid defining do-build. - Remove BINARY_ALIAS: patch Makefile instead. - Always install executable, remove corresponding option, rename EXEDOCS option to DOCS. - Always install shared library, remove corresponding option. - Install static library with INSTALL_DATA and shared library with INSTALL_LIB. - Improve shared library management by using an upstream patch. This also solves a poudriere warning about libfrobby.so.0 not having a SONAME. - Remove outdated warnings about failing tests. - Fix LIBDOCS dependencies. - Remove pkg-help file, which does not contain any useful information any more. - Fix pkg-plist. Reviewed by: diizzy thierry Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D35028
* math/frobby: Update to 0.9.5Neel Chauhan2022-01-053-16/+7
|
* 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
|
* - The maintainer changed => upstream is now on GitHub;Thierry Thomas2021-03-249-928/+859
| | | | | | | | | - Upgrade to v0.9.1; - Really install the shared library with a soname. Notes: svn path=/head/; revision=569109
* Drop ports maintainershipLorenzo Salvadore2020-06-211-1/+1
| | | | | | | Approved by: gerald (mentor) Notes: svn path=/head/; revision=539770
* 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
* math/frobby: create portSteve Wills2019-03-1912-0/+2017
Frobby is a software system and project for computations with monomial ideals. Frobby is free software and it is intended as a vehicle for computational and mathematical research on monomial ideals. The current functionality includes Euler characteristic, Hilbert series, maximal standard monomials, combinatorial optimization on monomial ideals, primary decomposition, irreducible decomposition, Alexander dual, associated primes, minimization and intersection of monomial ideals as well as the computation of Frobenius problems (using 4ti2) with very large numbers. Frobby is also able to translate between formats that can be used with several different computer systems, such as Macaulay 2, Monos, 4ti2, CoCoA4 and Singular. Thus Frobby can be used with any of those systems. WWW: http://www.broune.com/frobby/ PR: 231208 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Notes: svn path=/head/; revision=496268