This commit is contained in:
0x1eef 2023-05-22 02:28:50 -03:00
parent acfc414469
commit 71e7da2836
2 changed files with 48 additions and 1 deletions

View file

@ -1 +1 @@
v0.5.4
v0.5.5

47
local/man/man1/portzap.1 Normal file
View file

@ -0,0 +1,47 @@
.TH PORTZAP 1 "May 2023" "portzap 0.5.5" "User Commands"
.SH NAME
portzap - stay up to date with the HardenedBSD ports tree
.SH SYNOPSIS
.B portzap clone
.br
.B portzap pull
.br
.B portzap install
.SH DESCRIPTION
portzap is a utility designed to allow unprivileged users
who are members of the
.B _portzap
group to create and update a
transient copy of the ports tree, which can then be installed
into the
.B /usr/ports/
directory by root.
.SH EXAMPLES
.TP
.B portzap clone
Clones the ports tree into
.B /home/_portzap/ports/.
.TP
.B portzap pull
Pulls updates into
.B /home/_portzap/ports/.
.TP
.B portzap install
Installs
.B /home/_portzap/ports/
into
.B /usr/ports/.
.SH AUTHORS
The
.B portzap
utility and this manual page were written by
0x1eef <0x1eef@protonmail.com>