portzap/man/man8/portzap.8

64 lines
1.1 KiB
Groff
Raw Normal View History

.Dd May 2023
2023-06-10 02:23:38 +02:00
.Dt PORTZAP 8
.Os
.Sh NAME
.Nm portzap
2024-04-01 15:09:51 +02:00
.Nd manages a copy of the hardenedbsd ports tree
.Sh SYNOPSIS
2024-04-01 15:09:51 +02:00
.br
portzap clone
.br
portzap pull
.br
portzap install
2024-04-02 04:49:45 +02:00
.br
portzap setup
.Sh DESCRIPTION
.Nm portzap
2024-04-01 15:09:51 +02:00
manages a copy of the hardenedbsd ports tree.
.Sh EXAMPLES
.sp
.sp
.Nm portzap clone
.br
2024-04-01 15:09:51 +02:00
Clone the hardenedbsd ports tree into /home/_portzap/ports/.
.br
This command is delegated to the '_portzap' user.
.Pp
.Nm portzap pull
.br
2024-04-01 15:09:51 +02:00
Pull updates into /home/_portzap/ports/.
.br
This command is delegated to the '_portzap' user.
.Pp
.Nm portzap install
.br
2024-04-01 15:09:51 +02:00
Install /home/_portzap/ports/ into /usr/ports/.
.br
This command requires root privileges.
2024-04-02 04:49:45 +02:00
.Pp
.Nm portzap setup
2024-04-02 04:49:45 +02:00
.br
Add the portzap user, group and home directory.
.br
This command requires root privileges.
2024-04-08 21:15:15 +02:00
.Sh ENVIRONMENT
.sp
.sp
.Nm PORTZAP_GITURL
.br
The URL to a git repository.
.br
2024-04-01 15:09:51 +02:00
Default: https://git.hardenedbsd.org/hardenedbsd/ports.git
.sp
.Nm PORTZAP_INSTALLDIR
.br
The directory where the ports collection will be installed.
.br
Default: /usr/ports/
.Sh AUTHORS
2023-05-22 07:28:50 +02:00
The
.Nm portzap
2023-05-22 07:28:50 +02:00
utility and this manual page were written by
2023-06-10 03:04:38 +02:00
0x1eef <0x1eef@protonmail.com>.