| Port details |
- wide-integer Generic C++ template for extended width unsigned/signed integral types
- 1.01 math
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: mondo.debater_0q@icloud.com
 - Port Added: 2026-02-18 20:15:11
- Last Update: 2026-02-18 20:11:00
- Commit Hash: 74352ea
- License: BSL
- WWW:
- https://github.com/ckormanyos/wide-integer/
- Description:
- Wide-integer implements a generic C++ template for extended width unsigned and
signed integral types.
This C++ template header-only library implements drop-in big integer types such
as uint128_t, uint256_t, uint384_t, uint512_t, uint1024_t, uint1536_t, etc.
These can be used essentially like regular built-in integers. Corresponding
signed integer types such as int128_t, int256_t, and the like can also be used.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- wide-integer>0:math/wide-integer
- To install the port:
- cd /usr/ports/math/wide-integer/ && make install clean
- To add the package, run one of these commands:
- pkg install math/wide-integer
- pkg install wide-integer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wide-integer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1770029896
SHA256 (ckormanyos-wide-integer-v1.01_GH0.tar.gz) = d295c92a6c70b89f8901f31bcc3f0e8128b5ff5e60e549f4063196b0b3bc9603
SIZE (ckormanyos-wide-integer-v1.01_GH0.tar.gz) = 192004
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- net-p2p/transmission-components
Configuration Options:
- No options to configure
- Options name:
- math_wide-integer
- USES:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.01 18 Feb 2026 20:11:00
    |
Vladimir Druzenko (vvd)  Author: Rafe |
math/wide-integer: New port: Generic C++ template for extended width
unsigned/signed integral types
Wide-integer implements a generic C++ template for extended width
unsigned and signed integral types.
This C++ template header-only library implements drop-in big integer
types such as uint128_t, uint256_t, uint384_t, uint512_t, uint1024_t,
uint1536_t, etc.
These can be used essentially like regular built-in integers.
Corresponding signed integer types such as int128_t, int256_t, and the
like can also be used.
Reuired for net-p2p/transmission 4.1.0.
PR: 292846
Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> |
Number of commits found: 1
|