Port details |
- py-gyp-next Fork of the GYP build system for use in the Node.js projects
- 0.20.4 devel
=0 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
 - 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).
¦ ¦ ¦ ¦ 
- 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 = 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):
- 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.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). |