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 photos
All times are UTC
Ukraine
Port details
wide-integer Generic C++ template for extended width unsigned/signed integral types
1.01 mathnew! 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 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 search for ports maintained by this maintainer
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.
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 (5 items)
Collapse this list.
  1. include/math/wide_integer/uintwide_t.h
  2. lib/cmake/wide-integer/WideIntegerConfig.cmake
  3. /usr/local/share/licenses/wide-integer-1.01/catalog.mk
  4. /usr/local/share/licenses/wide-integer-1.01/LICENSE
  5. /usr/local/share/licenses/wide-integer-1.01/BSL
Collapse this list.
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):
wide-integer
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.011.01--1.01n/an/an/a
FreeBSD:13:quarterly-1.01---n/an/an/a
FreeBSD:14:latest1.011.01--1.01---
FreeBSD:14:quarterly1.011.01--1.01---
FreeBSD:15:latest1.011.01n/a-n/an/a--
FreeBSD:15:quarterly1.011.01n/a-n/an/a--
FreeBSD:16:latest1.011.01n/a-n/an/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
This port is required by:
for Build
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ckormanyos/wide-integer/tar.gz/v1.01?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.01
18 Feb 2026 20:11:00
commit hash: 74352ea030faf0aedd5b6760ade6cc3f8ecbd457commit hash: 74352ea030faf0aedd5b6760ade6cc3f8ecbd457commit hash: 74352ea030faf0aedd5b6760ade6cc3f8ecbd457commit hash: 74352ea030faf0aedd5b6760ade6cc3f8ecbd457 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
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