Manages a local copy of the HardenedBSD ports tree
Find a file
2024-04-02 21:53:09 -03:00
.github/workflows Add shellcheck target 2024-04-02 13:40:16 -03:00
bin Fix shellcheck 2024-04-02 13:56:49 -03:00
libexec/portzap Fix typo 2024-04-02 14:54:55 -03:00
man/man8 Update docs 2024-04-01 23:51:56 -03:00
.projectile Add HardenedBSD source 2023-01-29 07:48:09 -03:00
.shellcheckrc Fix shellcheck (./bin/portzap), and add .shellcheckrc 2024-04-01 09:29:06 -03:00
LICENSE License = 0BSD 2023-03-11 22:15:49 -03:00
Makefile Add shellcheck target 2024-04-02 13:40:16 -03:00
README.md Add install, deinstall Makefile targets 2024-04-02 03:45:07 -03:00
VERSION v0.6.1 2024-04-02 21:53:09 -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/.
$ portzap clone

# Pull updates into /home/_portzap/ports/.
$ portzap pull

# Install /home/_portzap/ports/ into /usr/ports/.
# portzap install

# Add the portzap user, group and home directory.
# portzap adduser

ENVIRONMENT VARIABLES

Install

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

Sources

License

BSD Zero Clause.
See LICENSE.