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 on branch 2022Q3
mppp Multiprecision for modern C++
1.0.2 math on this many watch lists=0 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.0.2Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-04-01 21:54:59
Last Update: 2023-12-23 07:57:22
Commit Hash: 3a6b75a
License: MPL20
WWW:
https://github.com/bluescarni/mppp
Description:
mp++ is a C++11 library for multiprecision arithmetic, currently supporting arbitrary-precision integers, rationals and floats, and quadruple-precision floats. Based on well-known libraries such as GMP, MPFR, and others, mp++ was initially conceived as a GMP wrapper with a special focus on performance with small operands. In particular, a small buffer optimisation and custom implementations of basic mathematical primitives are instrumental in achieving a performance increase, with respect to GMP and other integer multiprecision libraries, which can be substantial (see the benchmarks section of the documentation). The price to pay is a small overhead when operating on large integers. Eventually, a multiprecision rational class and two multiprecision floating-point classes were added, and today a secondary objective of mp++ is to provide a modern, consistent and unified C++ interface to several lower-level multiprecision libraries.
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 (42 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mppp-1.0.2/catalog.mk
  3. /usr/local/share/licenses/mppp-1.0.2/LICENSE
  4. /usr/local/share/licenses/mppp-1.0.2/MPL20
  5. include/mp++/complex.hpp
  6. include/mp++/complex128.hpp
  7. include/mp++/concepts.hpp
  8. include/mp++/config.hpp
  9. include/mp++/detail/fmt.hpp
  10. include/mp++/detail/gmp.hpp
  11. include/mp++/detail/integer_literals.hpp
  12. include/mp++/detail/mpc.hpp
  13. include/mp++/detail/mpfr.hpp
  14. include/mp++/detail/parse_complex.hpp
  15. include/mp++/detail/rational_literals.hpp
  16. include/mp++/detail/real128_literal.hpp
  17. include/mp++/detail/real_literals.hpp
  18. include/mp++/detail/type_traits.hpp
  19. include/mp++/detail/utils.hpp
  20. include/mp++/detail/visibility.hpp
  21. include/mp++/exceptions.hpp
  22. include/mp++/extra/pybind11.hpp
  23. include/mp++/fwd.hpp
  24. include/mp++/integer.hpp
  25. include/mp++/mp++.hpp
  26. include/mp++/rational.hpp
  27. include/mp++/real.hpp
  28. include/mp++/real128.hpp
  29. include/mp++/type_name.hpp
  30. lib/cmake/mp++/Findmp++_GMP.cmake
  31. lib/cmake/mp++/Findmp++_MPC.cmake
  32. lib/cmake/mp++/Findmp++_MPFR.cmake
  33. lib/cmake/mp++/mp++-config-version.cmake
  34. lib/cmake/mp++/mp++-config.cmake
  35. lib/cmake/mp++/mp++_export-release.cmake
  36. lib/cmake/mp++/mp++_export.cmake
  37. lib/libmp++.so
  38. lib/libmp++.so.15
  39. lib/libmp++.so.15.0
  40. @owner
  41. @group
  42. @mode
Collapse this list.
Dependency lines:
  • mppp>0:math/mppp
To install the port:
cd /usr/ports/math/mppp/ && make install clean
To add the package, run one of these commands:
  • pkg install math/mppp
  • pkg install mppp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mppp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1703315273 SHA256 (bluescarni-mppp-v1.0.2_GH0.tar.gz) = 2a537bc339726388fdda39905692d3df92fceee51d264e720e0e7ab7570bcdaf SIZE (bluescarni-mppp-v1.0.2_GH0.tar.gz) = 1904819

Packages (timestamps in pop-ups are UTC):
mppp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.21.0.20.221.0.21.0.2-0.22-
FreeBSD:13:quarterly1.0.21.0.2-1.0.21.0.2-1.0.2-
FreeBSD:14:latest1.0.21.0.2-1.0.21.0.2---
FreeBSD:14:quarterly1.0.21.0.2-1.0.21.0.2-1.0.2-
FreeBSD:15:latest1.0.21.0.2n/a1.0.2n/a-1.0.21.0.2
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. cmake : devel/cmake-core
  2. ninja : devel/ninja
Library dependencies:
  1. libgmp.so : math/gmp
  2. libarb.so : math/arb
  3. libflint.so : math/flint2
  4. libfmt.so : devel/libfmt
  5. libmpc.so : math/mpc
  6. libmpfr.so : math/mpfr
  7. libboost_serialization.so : devel/boost-libs
This port is required by:
for Libraries
  1. math/heyoka
  2. math/obake
  3. math/py-heyoka
  4. math/py-pyaudi

Configuration Options:
===> The following configuration options are available for mppp-1.0.2: ARB=on: Enable features relying on Arb FMT=on: Enable support for the fmt library MPC=on: Enable features relying on MPC MPFR=on: Enable features relying on MPFR SERIALIZATION=on: Enable features relying on the Boost.Serialization library ===> Use 'make config' to modify these settings
Options name:
math_mppp
USES:
cmake compiler:c++14-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/bluescarni/mppp/tar.gz/v1.0.2?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port