| BULK(8) | System Manager's Manual | BULK(8) |
bulk — fetch
pre-built packages
bulk |
port ... |
bulk |
-u |
bulk |
-h |
bulk downloads pre-built packages for
ports from the rawnix.org package server into the port directories, and
verifies them. It does not install them; use
addpkg(8) or
pkg(8) for that.
For each port, bulk
looks for a directory of that name holding a MAKEPKG
in the collections listed in /etc/ports/ports.rsync,
then:
signify()
block must match a trusted key in
/etc/ports/keys/, and
signify(1) must accept the signature with that
key.bulk module, as
bulk/collection/port/
on the server, and checks its SHA256. A package that does not match is
deleted.Any failure refuses the package.
The options are as follows:
host and token are
required; module is ignored.-u.The bulk utility exits 0 on
success, and >0 if an error occurs. It fails if any package could
not be fetched and verified.
Fetch two packages, then install one:
# bulk zlib openssl # addpkg -u '/ports/core/zlib/zlib#1.3.2-1.pkg.tar.gz'
| September 27, 2026 | mkpkg 1.6.0 |