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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
py-gyp-next Fork of the GYP build system for use in the Node.js projects
0.20.4 devel 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 is expected early in the quarter (because the new packaage repo has not been built yet.). Otherwise, this missing version is most likely a FreshPorts error.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-06-30 20:57:07
Last Update: 2025-09-07 23:03:41
Commit Hash: 25b3238
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/nodejs/gyp-next
Description:
GYP is a Meta-Build system: a build system that generates other build systems. GYP is intended to support large projects that need to be built on multiple platforms (e.g., Mac, Windows, Linux), and where it is important that the project can be built using the IDEs that are popular on each platform as if the project is a "native" one. It can be used to generate XCode projects, Visual Studio projects, Ninja build files, and Makefiles. In each case GYP's goal is to replicate as closely as possible the way one would set up a native build of the project using the IDE. GYP can also be used to generate "hybrid" projects that provide the IDE scaffolding for a nice user experience but call out to Ninja to do the actual building (which is usually much faster than the native build systems of the IDEs).
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
There is no configure plist information for this port.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}gyp-next>0:devel/py-gyp-next@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-gyp-next/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-gyp-next
  • pkg install py311-gyp-next
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-gyp-next listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-gyp-next
Package flavors (<flavor>: <package>)
  • py311: py311-gyp-next
distinfo:
TIMESTAMP = 1757120660 SHA256 (gyp_next-0.20.4.tar.gz) = 1d5307b5d413e8e6df4514b4fd8f132bbb4931a43b9f3a78fa8c2eceea14eb68 SIZE (gyp_next-0.20.4.tar.gz) = 319955

Packages (timestamps in pop-ups are UTC):
py311-gyp-next
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.20.40.20.4-0.20.40.20.4---
FreeBSD:13:quarterly0.20.20.20.4-0.20.20.20.4---
FreeBSD:14:latest0.20.20.20.4-0.20.20.20.4---
FreeBSD:14:quarterly0.20.20.20.4-0.20.20.20.4---
FreeBSD:15:latest0.20.40.20.4n/a0.20.2n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-0.20.4n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-setuptools>=61.0 : devel/py-setuptools@py311
  2. py311-wheel>=0 : devel/py-wheel@py311
  3. python3.11 : lang/python311
  4. py311-build>=0 : devel/py-build@py311
  5. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-packaging>=24.0 : devel/py-packaging@py311
  2. py311-setuptools>=61.0 : devel/py-setuptools@py311
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-gyp-next
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/g/gyp_next/
  2. https://github.com/nodejs/gyp-next/releases/download/v0.20.4/
  3. https://pypi.org/packages/source/g/gyp_next/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.20.4
07 Sep 2025 23:03:41
commit hash: 25b3238febe788633a7e91e920c4763a51835085commit hash: 25b3238febe788633a7e91e920c4763a51835085commit hash: 25b3238febe788633a7e91e920c4763a51835085commit hash: 25b3238febe788633a7e91e920c4763a51835085 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gyp-next: Update to 0.20.4

Changes:	https://github.com/nodejs/gyp-next/releases
0.20.2
30 Jun 2025 20:48:17
commit hash: fad74a9412d1d58f0003ea300d34e2d5bf9a76bacommit hash: fad74a9412d1d58f0003ea300d34e2d5bf9a76bacommit hash: fad74a9412d1d58f0003ea300d34e2d5bf9a76bacommit hash: fad74a9412d1d58f0003ea300d34e2d5bf9a76ba files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-gyp-next: Add py-gyp-next 0.20.2

GYP is a Meta-Build system: a build system that generates other build systems.

GYP is intended to support large projects that need to be built on multiple
platforms (e.g., Mac, Windows, Linux), and where it is important that the
project can be built using the IDEs that are popular on each platform as if the
project is a "native" one.

It can be used to generate XCode projects, Visual Studio projects, Ninja build
files, and Makefiles. In each case GYP's goal is to replicate as closely as
possible the way one would set up a native build of the project using the IDE.

GYP can also be used to generate "hybrid" projects that provide the IDE
scaffolding for a nice user experience but call out to Ninja to do the actual
building (which is usually much faster than the native build systems of the
IDEs).

Number of commits found: 2