mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
17 lines
530 B
Plaintext
17 lines
530 B
Plaintext
pbulk is the modular bulk build framework for pkgsrc.
|
|
|
|
This package contains the core components:
|
|
|
|
- pbulk-scan, a program to scan the entire pkgsrc tree
|
|
or a list of directories therein for packages and
|
|
dependencies. Distributed operation using a master/client
|
|
mode is supported.
|
|
|
|
- pbulk-resolve, a program to resolve the dependencies
|
|
from the output of pbulk-scan
|
|
|
|
- pbulk-build, the build scheduler. Distributed builds via TCP
|
|
are supported.
|
|
|
|
This package does not contain the script logic to build actual packages.
|