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
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
nbytes Library of byte handling functions extracted from Node.js core
0.1.4 www on this many watch lists=2 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 0.1.4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-02-17 16:57:21
Last Update: 2026-07-01 20:34:23
Commit Hash: 0d4ebdd
People watching this port, also watch:: tmux, py311-pycparser, python, p5-Net-HTTP, font-misc-meltho
License: MIT
WWW:
https://github.com/nodejs/nbytes
Description:
nbytes is a library of byte handling functions extracted from Node.js core.
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 (9 items)
Collapse this list.
  1. /usr/local/share/licenses/nbytes-0.1.4/catalog.mk
  2. /usr/local/share/licenses/nbytes-0.1.4/LICENSE
  3. /usr/local/share/licenses/nbytes-0.1.4/MIT
  4. include/nbytes.h
  5. lib/libnbytes.so
  6. libdata/pkgconfig/nbytes.pc
  7. @owner
  8. @group
  9. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • nbytes>0:www/nbytes
To install the port:
cd /usr/ports/www/nbytes/ && make install clean
To add the package, run one of these commands:
  • pkg install www/nbytes
  • pkg install nbytes
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: nbytes
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1776796066 SHA256 (nodejs-nbytes-v0.1.4_GH0.tar.gz) = 67f4b8363f12abb64c07a0cecf2bf2dce7ab47b5f8b9fd2efdb852ea254c2d40 SIZE (nodejs-nbytes-v0.1.4_GH0.tar.gz) = 15439

Packages (timestamps in pop-ups are UTC):
nbytes
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.40.1.4--0.1.4n/an/an/a
FreeBSD:13:quarterly0.1.30.1.3--0.1.3n/an/an/a
FreeBSD:14:latest0.1.40.1.4--0.1.4---
FreeBSD:14:quarterly0.1.40.1.4--0.1.4---
FreeBSD:15:latest0.1.40.1.4n/a-n/an/a--
FreeBSD:15:quarterly0.1.40.1.4n/a-n/an/a--
FreeBSD:16:latest0.1.40.1.4n/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
Test dependencies:
  1. googletest>=0 : devel/googletest
This port is required by:
for Libraries
  1. databases/mongosh
  2. www/node24
  3. www/node26

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/node25*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
www_nbytes
USES:
cmake:testing compiler:c++20-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/nodejs/nbytes/tar.gz/v0.1.4?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.4
01 Jul 2026 20:34:23
commit hash: 0d4ebdd15ce4b043460b7e070a6464d8f8d518f7commit hash: 0d4ebdd15ce4b043460b7e070a6464d8f8d518f7commit hash: 0d4ebdd15ce4b043460b7e070a6464d8f8d518f7commit hash: 0d4ebdd15ce4b043460b7e070a6464d8f8d518f7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
Mk/bsd.port.mk: mark 14.3 unsupported

all: drop supoprt for FreeBSD 14.3

While here clean up some leftovers from FreeBSD 13

Reviewed by:	adamw, jbeich, kirill_varnakov.com, saheed, sunpoet
Approved by:	portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D57282
0.1.4
21 May 2026 14:50:59
commit hash: 312e0e7d14e425424720b3165346c7130ee06db5commit hash: 312e0e7d14e425424720b3165346c7130ee06db5commit hash: 312e0e7d14e425424720b3165346c7130ee06db5commit hash: 312e0e7d14e425424720b3165346c7130ee06db5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/nbytes: Revert 68a1a4b0b030a69d3b204b94688fea928327fbbf

- Update comment

Reported by:	jsm
0.1.4
12 May 2026 09:31:07
commit hash: 68a1a4b0b030a69d3b204b94688fea928327fbbfcommit hash: 68a1a4b0b030a69d3b204b94688fea928327fbbfcommit hash: 68a1a4b0b030a69d3b204b94688fea928327fbbfcommit hash: 68a1a4b0b030a69d3b204b94688fea928327fbbf files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/nbytes: Remove FreeBSD 13.5 support
0.1.4
22 Apr 2026 12:59:24
commit hash: 5deea0d68624a6951a5b282438a238917ed48bb6commit hash: 5deea0d68624a6951a5b282438a238917ed48bb6commit hash: 5deea0d68624a6951a5b282438a238917ed48bb6commit hash: 5deea0d68624a6951a5b282438a238917ed48bb6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/nbytes: Update to 0.1.4

Changes:	https://github.com/nodejs/nbytes/releases
0.1.3
12 Mar 2026 14:46:55
commit hash: 97cc29342c017536f40a07beba09232fc12b5374commit hash: 97cc29342c017536f40a07beba09232fc12b5374commit hash: 97cc29342c017536f40a07beba09232fc12b5374commit hash: 97cc29342c017536f40a07beba09232fc12b5374 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/nbytes: Update to 0.1.3

Changes:	https://github.com/nodejs/nbytes/releases
0.1.2
17 Feb 2026 16:53:37
commit hash: 969c56e13cea47b43f72f9aaad1f638979643d05commit hash: 969c56e13cea47b43f72f9aaad1f638979643d05commit hash: 969c56e13cea47b43f72f9aaad1f638979643d05commit hash: 969c56e13cea47b43f72f9aaad1f638979643d05 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
www/nbytes: Add nbytes 0.1.2

nbytes is a library of byte handling functions extracted from Node.js core.

Number of commits found: 6