| Port details |
- py-gyp-next Fork of the GYP build system for use in the Node.js projects
- 0.21.0 devel
=0 0.20.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-06-30 20:57:07
- Last Update: 2025-11-29 23:24:26
- Commit Hash: d5230d2
- 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).
¦ ¦ ¦ ¦ 
- 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>)
- distinfo:
- TIMESTAMP = 1763853320
SHA256 (gyp_next-0.21.0.tar.gz) = 4cbf51defec8e8fe5ac963f17513eaf21b0d0e26a9ca3af90c835e06bcd6f043
SIZE (gyp_next-0.21.0.tar.gz) = 319986
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:
-
- py311-setuptools>=61.0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-packaging>=24.0 : devel/py-packaging@py311
- py311-setuptools>=61.0 : devel/py-setuptools@py311
- 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:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.21.0 29 Nov 2025 23:24:26
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gyp-next: Update to 0.21.0
Changes: https://github.com/nodejs/gyp-next/releases |
0.20.5 27 Oct 2025 15:30:52
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-gyp-next: Update to 0.20.5
Changes: https://github.com/nodejs/gyp-next/releases |
0.20.4 07 Sep 2025 23:03:41
    |
Po-Chuan Hsieh (sunpoet)  |
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
    |
Po-Chuan Hsieh (sunpoet)  |
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). |