notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
brial Library for polynomials over boolean rings
1.2.11_1 math on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.11_1Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-03-31 17:29:13
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: python, fr-homard
License: GPLv2
WWW:
https://github.com/BRiAl/BRiAl
Description:
BRiAl is the successor to PolyBoRi. The core of PolyBoRi is a C++ library, which provides high-level data types for Boolean polynomials and monomials, exponent vectors, as well as for the underlying polynomial rings and subsets of the powerset of the Boolean variables. As a unique approach, binary decision diagrams are used as internal storage type for polynomial structures. On top of this C++-library we provide a Python interface. This allows parsing of complex polynomial systems, as well as sophisticated and extendable strategies for Groebner base computation. PolyBoRi features a powerful reference implementation for Groebner basis computation.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (203 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/BRiAl-1.2.11_1/catalog.mk
  3. /usr/local/share/licenses/BRiAl-1.2.11_1/LICENSE
  4. /usr/local/share/licenses/BRiAl-1.2.11_1/GPLv2
  5. include/polybori.h
  6. include/polybori/BlockDegLexOrder.h
  7. include/polybori/BlockDegRevLexAscOrder.h
  8. include/polybori/BooleConstant.h
  9. include/polybori/BooleEnv.h
  10. include/polybori/BooleExponent.h
  11. include/polybori/BooleMonomial.h
  12. include/polybori/BoolePolyRing.h
  13. include/polybori/BoolePolynomial.h
  14. include/polybori/BooleSet.h
  15. include/polybori/BooleSetSequence.h
  16. include/polybori/BooleVariable.h
  17. include/polybori/DegLexOrder.h
  18. include/polybori/DegRevLexAscOrder.h
  19. include/polybori/LexOrder.h
  20. include/polybori/cache/CCacheManagement.h
  21. include/polybori/cache/CDegreeCache.h
  22. include/polybori/cache/CacheManager.h
  23. include/polybori/common/CCheckedIdx.h
  24. include/polybori/common/CExtrusivePtr.h
  25. include/polybori/common/CWeakPtr.h
  26. include/polybori/common/CWeakPtrFacade.h
  27. include/polybori/common/TransformedSequence.h
  28. include/polybori/common/tags.h
  29. include/polybori/common/traits.h
  30. include/polybori/config.h
  31. include/polybori/cudd/cudd.h
  32. include/polybori/cudd/cuddInt.h
  33. include/polybori/cudd/prefix.h
  34. include/polybori/cudd/prefix_internal.h
  35. include/polybori/diagram/CApplyNodeFacade.h
  36. include/polybori/diagram/CCuddDDFacade.h
  37. include/polybori/diagram/CDDOperations.h
  38. include/polybori/diagram/CNodeCounter.h
  39. include/polybori/except/CErrorInfo.h
  40. include/polybori/except/PBoRiError.h
  41. include/polybori/except/PBoRiGenericError.h
  42. include/polybori/factories/CFactoryBase.h
  43. include/polybori/factories/MonomialFactory.h
  44. include/polybori/factories/PolynomialFactory.h
  45. include/polybori/factories/SetFactory.h
  46. include/polybori/factories/VariableBlock.h
  47. include/polybori/factories/VariableFactory.h
  48. include/polybori/groebner/BitMask.h
  49. include/polybori/groebner/BlockOrderHelper.h
  50. include/polybori/groebner/BoundedDivisorsOf.h
  51. include/polybori/groebner/ChainCriterion.h
  52. include/polybori/groebner/ChainVariableCriterion.h
  53. include/polybori/groebner/CheckChainCriterion.h
  54. include/polybori/groebner/CountCriterion.h
  55. include/polybori/groebner/DegOrderHelper.h
  56. include/polybori/groebner/ExpGreater.h
  57. include/polybori/groebner/ExpLexLess.h
  58. include/polybori/groebner/FGLMStrategy.h
  59. include/polybori/groebner/GetNthPoly.h
  60. include/polybori/groebner/GroebnerOptions.h
  61. include/polybori/groebner/GroebnerStrategy.h
  62. include/polybori/groebner/HasTRepOrExtendedProductCriterion.h
  63. include/polybori/groebner/IJPairData.h
  64. include/polybori/groebner/IsEcart0Predicate.h
  65. include/polybori/groebner/IsVariableOfIndex.h
  66. include/polybori/groebner/LLReduction.h
  67. include/polybori/groebner/LLReductor.h
  68. include/polybori/groebner/LMLessCompare.h
  69. include/polybori/groebner/LMLessComparePS.h
  70. include/polybori/groebner/LargerDegreeComparer.h
  71. include/polybori/groebner/LeadingTerms.h
  72. include/polybori/groebner/LeadingTerms00.h
  73. include/polybori/groebner/LeadingTerms11.h
  74. include/polybori/groebner/LessCombinedManySizesInStrat.h
  75. include/polybori/groebner/LessEcartThenLessWeightedLengthInStrat.h
  76. include/polybori/groebner/LessUsedTailVariablesThenLessWeightedLengthInStrat.h
  77. include/polybori/groebner/LessWeightedLengthInStrat.h
  78. include/polybori/groebner/LessWeightedLengthInStratModified.h
  79. include/polybori/groebner/LexBucket.h
  80. include/polybori/groebner/LexHelper.h
  81. include/polybori/groebner/LexOrderGreaterComparer.h
  82. include/polybori/groebner/LiteralFactorization.h
  83. include/polybori/groebner/LiteralFactorizationIterator.h
  84. include/polybori/groebner/Long64From32BitsPair.h
  85. include/polybori/groebner/MatrixMonomialOrderTables.h
  86. include/polybori/groebner/MinimalLeadingTerms.h
  87. include/polybori/groebner/MonomialHasher.h
  88. include/polybori/groebner/MonomialPlusOneTerms.h
  89. include/polybori/groebner/MonomialTerms.h
  90. include/polybori/groebner/NBitsUsed.h
  91. include/polybori/groebner/NextSpoly.h
  92. include/polybori/groebner/PSCompareByEl.h
  93. include/polybori/groebner/PairData.h
  94. include/polybori/groebner/PairE.h
  95. include/polybori/groebner/PairECompare.h
  96. include/polybori/groebner/PairLS.h
  97. include/polybori/groebner/PairLSCompare.h
  98. include/polybori/groebner/PairManager.h
  99. include/polybori/groebner/PairManagerFacade.h
  100. include/polybori/groebner/PairStatusSet.h
  101. include/polybori/groebner/PolyEntry.h
  102. include/polybori/groebner/PolyEntryBase.h
  103. include/polybori/groebner/PolyEntryIndices.h
  104. include/polybori/groebner/PolyEntryPtrLmLess.h
  105. include/polybori/groebner/PolyEntryReference.h
  106. include/polybori/groebner/PolyEntryVector.h
  107. include/polybori/groebner/PolyFromPolyEntry.h
  108. include/polybori/groebner/PolyMonomialPairComparerLess.h
  109. include/polybori/groebner/PolyMonomialPairComparerLexLess.h
  110. include/polybori/groebner/PolyPairData.h
  111. include/polybori/groebner/PolynomialSugar.h
  112. include/polybori/groebner/PseudoLongLong.h
  113. include/polybori/groebner/PseudoLongProduct.h
  114. include/polybori/groebner/RankingVector.h
  115. include/polybori/groebner/RedTailNth.h
  116. include/polybori/groebner/ReductionOptions.h
  117. include/polybori/groebner/ReductionStrategy.h
  118. include/polybori/groebner/ReductionTerms.h
  119. include/polybori/groebner/RelatedTerms.h
  120. include/polybori/groebner/RelatedTermsBase.h
  121. include/polybori/groebner/SetAssociatedMinimal.h
  122. include/polybori/groebner/SetBitUInt.h
  123. include/polybori/groebner/ShorterEliminationLength.h
  124. include/polybori/groebner/ShorterEliminationLengthModified.h
  125. include/polybori/groebner/SlimgbReduction.h
  126. include/polybori/groebner/TermsFacade.h
  127. include/polybori/groebner/TimesConstantImplication.h
  128. include/polybori/groebner/TimesVariableSubstitution.h
  129. include/polybori/groebner/VariablePairData.h
  130. include/polybori/groebner/ZeroFunction.h
  131. include/polybori/groebner/add_up.h
  132. include/polybori/groebner/cache_manager.h
  133. include/polybori/groebner/contained_variables.h
  134. include/polybori/groebner/dlex4data.h
  135. include/polybori/groebner/dp_asc4data.h
  136. include/polybori/groebner/draw_matrix.h
  137. include/polybori/groebner/fixed_path_divisors.h
  138. include/polybori/groebner/groebner.h
  139. include/polybori/groebner/groebner_alg.h
  140. include/polybori/groebner/groebner_defs.h
  141. include/polybori/groebner/interpolate.h
  142. include/polybori/groebner/linear_algebra_step.h
  143. include/polybori/groebner/ll_red_nf.h
  144. include/polybori/groebner/lp4data.h
  145. include/polybori/groebner/minimal_elements.h
  146. include/polybori/groebner/nf.h
  147. include/polybori/groebner/pairs.h
  148. include/polybori/groebner/polynomial_properties.h
  149. include/polybori/groebner/randomset.h
  150. include/polybori/groebner/red_tail.h
  151. include/polybori/groebner/tables.h
  152. include/polybori/iterators/CBidirectTermIter.h
  153. include/polybori/iterators/CCuddFirstIter.h
  154. include/polybori/iterators/CCuddLastIter.h
  155. include/polybori/iterators/CCuddNavigator.h
  156. include/polybori/iterators/CExpIter.h
  157. include/polybori/iterators/CGenericIter.h
  158. include/polybori/iterators/COrderedIter.h
  159. include/polybori/iterators/CStackSelector.h
  160. include/polybori/iterators/CTermGenerator.h
  161. include/polybori/iterators/CTermIter.h
  162. include/polybori/iterators/CTermStack.h
  163. include/polybori/iterators/CVariableIter.h
  164. include/polybori/iterators/PBoRiOutIter.h
  165. include/polybori/iterators/TransformedIterator.h
  166. include/polybori/literals/CLiteralCodes.h
  167. include/polybori/literals/CStringLiteral.h
  168. include/polybori/orderings/CBlockOrderingFacade.h
  169. include/polybori/orderings/COrderingBase.h
  170. include/polybori/orderings/COrderingFacade.h
  171. include/polybori/orderings/COrderingTags.h
  172. include/polybori/orderings/order_tags.h
  173. include/polybori/orderings/order_traits.h
  174. include/polybori/orderings/pbori_order.h
  175. include/polybori/pbori_defs.h
  176. include/polybori/polybori.h
  177. include/polybori/ring/CCallbackWrapper.h
  178. include/polybori/ring/CCuddCore.h
  179. include/polybori/ring/CCuddInterface.h
  180. include/polybori/ring/CMemberFunctionTraits.h
  181. include/polybori/ring/CVariableNames.h
  182. include/polybori/ring/WeakRingPtr.h
  183. include/polybori/routines/pbori_algo.h
  184. include/polybori/routines/pbori_algo_int.h
  185. include/polybori/routines/pbori_algorithms.h
  186. include/polybori/routines/pbori_func.h
  187. include/polybori/routines/pbori_routines.h
  188. include/polybori/routines/pbori_routines_cuddext.h
  189. include/polybori/routines/pbori_routines_dd.h
  190. include/polybori/routines/pbori_routines_hash.h
  191. include/polybori/routines/pbori_routines_misc.h
  192. include/polybori/routines/pbori_routines_order.h
  193. lib/libbrial.a
  194. lib/libbrial.so
  195. lib/libbrial.so.3
  196. lib/libbrial.so.3.0.7
  197. lib/libbrial_groebner.a
  198. lib/libbrial_groebner.so
  199. lib/libbrial_groebner.so.3
  200. lib/libbrial_groebner.so.3.0.7
  201. @owner
  202. @group
  203. @mode
Collapse this list.
Dependency lines:
  • BRiAl>0:math/brial
To install the port:
cd /usr/ports/math/brial/ && make install clean
To add the package, run one of these commands:
  • pkg install math/brial
  • pkg install BRiAl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: BRiAl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1659287068 SHA256 (BRiAl-BRiAl-1.2.11_GH0.tar.gz) = 8e840c713519d7458be9c280f53cea8a0a6417011f693c37aeb2f16e4c306955 SIZE (BRiAl-BRiAl-1.2.11_GH0.tar.gz) = 1723672

Packages (timestamps in pop-ups are UTC):
BRiAl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.11_11.2.11_11.2.101.2.11_11.2.11_1-1.2.10-
FreeBSD:13:quarterly1.2.11_11.2.11_11.2.11_11.2.11_11.2.11_11.2.11_11.2.11_11.2.11_1
FreeBSD:14:latest1.2.11_11.2.11_11.2.11_11.2.11_11.2.11_11.2.11_1-1.2.11_1
FreeBSD:14:quarterly1.2.11_11.2.11_1-1.2.11_11.2.11_11.2.11_11.2.11_11.2.11_1
FreeBSD:15:latest1.2.11_11.2.11_1n/a1.2.11_1n/a1.2.11_11.2.11_11.2.11_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. autoconf>=2.71 : devel/autoconf
  3. automake>=1.16.5 : devel/automake
  4. libtoolize : devel/libtool
Library dependencies:
  1. libm4ri.so : math/m4ri
  2. libgd.so : graphics/gd
  3. libpng.so : graphics/png
  4. libboost_thread.so : devel/boost-libs
This port is required by:
for Libraries
  1. math/py-brial
  2. math/sage

Configuration Options:
No options to configure
Options name:
math_brial
USES:
autoreconf compiler:c++11-lang libtool localbase pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/BRiAl/BRiAl/tar.gz/1.2.11?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
1.2.11_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.2.11_1
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
1.2.11
31 Jul 2022 20:31:26
commit hash: 63559ce19f6a99f665a7959008a29c6d9f28a56dcommit hash: 63559ce19f6a99f665a7959008a29c6d9f28a56dcommit hash: 63559ce19f6a99f665a7959008a29c6d9f28a56dcommit hash: 63559ce19f6a99f665a7959008a29c6d9f28a56d files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
math/brial: upgrade to 1.2.11

Release notes at <https://github.com/BRiAl/BRiAl/releases/tag/1.2.11>.
1.2.10_1
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
1.2.10_1
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
1.2.10
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.2.10
01 Oct 2020 18:20:27
Revision:550857Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.10 (revert system CUDD support).
1.2.9
25 Sep 2020 15:08:09
Revision:550046Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 1.2.9.

Release notes at <https://github.com/BRiAl/BRiAl/releases/tag/1.2.9>.
1.2.8_1
04 May 2020 21:31:39
Revision:533989Original commit files touched by this commit
dinoex search for other commits by this committer
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
1.2.8
31 Mar 2020 17:28:25
Revision:529990Original commit files touched by this commit
thierry search for other commits by this committer
Adding BRiAl, a library for polynomials over boolean rings, and its Python
module.

To be used by SageMath.

Number of commits found: 11