Manages a local copy of the HardenedBSD ports tree
Find a file
2024-04-15 16:10:27 -03:00
.github/workflows Add shellcheck target 2024-04-02 13:40:16 -03:00
bin Require doas for clone|pull|install commands 2024-04-14 11:36:36 -03:00
libexec/portzap Combine find with -delete for empty directories 2024-04-15 15:22:49 -03:00
man/man8 Fix docs 2024-04-08 16:15:15 -03:00
share/portzap Perform incremental updates (via doas) 2024-04-08 14:33:02 -03:00
.projectile Add HardenedBSD source 2023-01-29 07:48:09 -03:00
LICENSE License = 0BSD 2023-03-11 22:15:49 -03:00
Makefile Delegate 'portzap clone|pull' to the _portzap user (via doas) 2024-04-07 20:37:52 -03:00
README.md Fix docs 2024-04-08 16:15:15 -03:00
VERSION v0.8.0 2024-04-15 16:10:27 -03:00

About

portzap is a utility that manages a local copy of the hardenedbsd ports tree.

Examples

CLI

# Clone the hardenedbsd ports tree into /home/_portzap/ports/.
# This command is delegated to the '_portzap' user.
$ portzap clone

# Pull updates into /home/_portzap/ports/.
# This command is delegated to the '_portzap' user.
$ portzap pull

# Install /home/_portzap/ports/ into /usr/ports/.
# This command requires root privileges.
# portzap install

# Add the portzap user, group and home directory.
# This command requires root privileges.
# portzap setup

ENVIRONMENT

Install

$ git clone https://github.com/0x1eef/portzap.git
$ cd portzap
# make install
# portzap setup
# pw groupmod -n _portzap -m <user>

Requirements

  • doas
    pkg install doas

Sources

License

BSD Zero Clause.
See LICENSE.