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
fast_float Fast and exact C++ number parsing library
6.1.1 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 6.1.0Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-06-05 18:54:08
Last Update: 2024-03-31 03:05:45
Commit Hash: a87eb1d
License: APACHE20 BSL MIT
WWW:
https://github.com/fastfloat/fast_float
Description:
The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types. These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types. We provide exact rounding (including round to even). In our experience, these fast_float functions many times faster than comparable number-parsing functions from existing C++ standard libraries.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (20 items)
Collapse this list.
  1. /usr/local/share/licenses/fast_float-6.1.1/catalog.mk
  2. /usr/local/share/licenses/fast_float-6.1.1/LICENSE
  3. /usr/local/share/licenses/fast_float-6.1.1/APACHE20
  4. /usr/local/share/licenses/fast_float-6.1.1/BSL
  5. /usr/local/share/licenses/fast_float-6.1.1/MIT
  6. include/fast_float/ascii_number.h
  7. include/fast_float/bigint.h
  8. include/fast_float/constexpr_feature_detect.h
  9. include/fast_float/decimal_to_binary.h
  10. include/fast_float/digit_comparison.h
  11. include/fast_float/fast_float.h
  12. include/fast_float/fast_table.h
  13. include/fast_float/float_common.h
  14. include/fast_float/parse_number.h
  15. share/cmake/FastFloat/FastFloatConfig.cmake
  16. share/cmake/FastFloat/FastFloatConfigVersion.cmake
  17. share/cmake/FastFloat/fast_float-targets.cmake
  18. @owner
  19. @group
  20. @mode
Collapse this list.
Dependency lines:
  • fast_float>0:math/fast_float
To install the port:
cd /usr/ports/math/fast_float/ && make install clean
To add the package, run one of these commands:
  • pkg install math/fast_float
  • pkg install fast_float
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fast_float
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1711466080 SHA256 (fastfloat-fast_float-v6.1.1_GH0.tar.gz) = 10159a4a58ba95fe9389c3c97fe7de9a543622aa0dcc12dd9356d755e9a94cb4 SIZE (fastfloat-fast_float-v6.1.1_GH0.tar.gz) = 97641

Packages (timestamps in pop-ups are UTC):
fast_float
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.1.16.1.1-6.1.16.1.1---
FreeBSD:13:quarterly6.1.16.1.15.1.06.1.16.1.16.0.06.0.06.0.0
FreeBSD:14:latest6.1.16.1.1-6.1.16.1.15.0.0-5.0.0
FreeBSD:14:quarterly6.1.16.1.1-6.1.16.1.16.0.06.0.06.0.0
FreeBSD:15:latest6.1.16.1.1n/a6.1.1n/a6.0.06.0.06.1.0
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
This port is required by:
for Build
  1. astro/stellarium
  2. graphics/podofo
  3. net-p2p/transmission-components
  4. science/paraview
  5. science/ttk

Configuration Options:
No options to configure
Options name:
math_fast_float
USES:
cmake compiler:c++11-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/fastfloat/fast_float/tar.gz/v6.1.1?dummy=/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.1.1
31 Mar 2024 03:05:45
commit hash: a87eb1d3b032e9b7dbd893eded46ea030abcc4d8commit hash: a87eb1d3b032e9b7dbd893eded46ea030abcc4d8commit hash: a87eb1d3b032e9b7dbd893eded46ea030abcc4d8commit hash: a87eb1d3b032e9b7dbd893eded46ea030abcc4d8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fast_float: Update to 6.1.1

Changes:	https://github.com/fastfloat/fast_float/releases
6.1.0
21 Feb 2024 15:06:33
commit hash: 4b6f94421d210153d3d18c08a755c2c7f17481e3commit hash: 4b6f94421d210153d3d18c08a755c2c7f17481e3commit hash: 4b6f94421d210153d3d18c08a755c2c7f17481e3commit hash: 4b6f94421d210153d3d18c08a755c2c7f17481e3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fast_float: Update to 6.1.0

Changes:	https://github.com/fastfloat/fast_float/releases
6.0.0
25 Dec 2023 08:59:27
commit hash: 5d6dceb880511a1312ce8f7187dce12c717476eecommit hash: 5d6dceb880511a1312ce8f7187dce12c717476eecommit hash: 5d6dceb880511a1312ce8f7187dce12c717476eecommit hash: 5d6dceb880511a1312ce8f7187dce12c717476ee files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fast_float: Update to 6.0.0

Changes:	https://github.com/fastfloat/fast_float/releases
5.3.0
14 Nov 2023 21:19:27
commit hash: 8d980f7fd9c361514008a2efe19187cf5749af6ccommit hash: 8d980f7fd9c361514008a2efe19187cf5749af6ccommit hash: 8d980f7fd9c361514008a2efe19187cf5749af6ccommit hash: 8d980f7fd9c361514008a2efe19187cf5749af6c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fast_float: Update to 5.3.0

Changes:	https://github.com/fastfloat/fast_float/releases
5.2.0
09 Jul 2023 10:17:17
commit hash: 1df743196fa12066495116e6b9bcc6ec9a2b4222commit hash: 1df743196fa12066495116e6b9bcc6ec9a2b4222commit hash: 1df743196fa12066495116e6b9bcc6ec9a2b4222commit hash: 1df743196fa12066495116e6b9bcc6ec9a2b4222 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fast_float: Update to 5.2.0

Changes:	https://github.com/fastfloat/fast_float/releases
5.1.0
30 Jun 2023 07:01:58
commit hash: 1474c77cdfaf140d2b5c669d0a81a576b249c582commit hash: 1474c77cdfaf140d2b5c669d0a81a576b249c582commit hash: 1474c77cdfaf140d2b5c669d0a81a576b249c582commit hash: 1474c77cdfaf140d2b5c669d0a81a576b249c582 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fast_float: Update to 5.1.0

Changes:	https://github.com/fastfloat/fast_float/releases
5.0.0
05 Jun 2023 18:46:49
commit hash: 20ab13a945fa52737218c8697caa86959a505504commit hash: 20ab13a945fa52737218c8697caa86959a505504commit hash: 20ab13a945fa52737218c8697caa86959a505504commit hash: 20ab13a945fa52737218c8697caa86959a505504 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/fast_float: Add fast_float 5.0.0

The fast_float library provides fast header-only implementations for the C++
from_chars functions for float and double types. These functions convert ASCII
strings representing decimal values (e.g., 1.3e10) into binary types. We provide
exact rounding (including round to even). In our experience, these fast_float
functions many times faster than comparable number-parsing functions from
existing C++ standard libraries.

Number of commits found: 7