Port details on branch 2024Q4 |
- ninja Small build system closest in spirit to Make
- 1.11.1,4 devel =23 1.11.1,4Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2011-02-13 18:55:59
- Last Update: 2024-05-22 17:13:01
- Commit Hash: 1e1a1e9
- People watching this port, also watch:: expat, libxml2, gettext-runtime, indexinfo, libedit
- License: APACHE20
- WWW:
- https://ninja-build.org/
- Description:
- Ninja is yet another build system. It takes as input the interdependencies
of files (typically source code and output executables) and orchestrates
building them, quickly.
Ninja joins a sea of other build systems. Its distinguishing goal is to be
fast. It is born from my work on the Chromium browser project, which has
over 30,000 source files and whose other build systems (including one built
from custom non-recursive Makefiles) can take ten seconds to start building
after changing one file. Ninja is under a second.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/ninja/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ninja
- pkg install ninja
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ninja
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716360440
SHA256 (ninja-build-ninja-v1.11.1_GH0.tar.gz) = 31747ae633213f1eda3842686f83c2aa1412e0f5691d1c14dbbcc67fe7400cea
SIZE (ninja-build-ninja-v1.11.1_GH0.tar.gz) = 229479
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:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- accessibility/at-spi2-core
- accessibility/atkmm
- accessibility/feedbackd
- accessibility/hyprsunset
- accessibility/kmag
- accessibility/kmousetool
- accessibility/kmouth
-
Deleted ports which required this port:
- for Run
-
- devel/jetbrains-clion
- devel/libosinfo
- devel/meson
- devel/pytype
Configuration Options:
- ===> The following configuration options are available for ninja-1.11.1,4:
BASH=on: Install programmable completions for Bash
DOCS=on: Build and/or install documentation
ZSH=on: Install programmable completions for zsh
===> Use 'make config' to modify these settings
- Options name:
- devel_ninja
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|