From aeaab3f22a792f2cb5413be16b68004d59779f22 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 11 Mar 2023 22:07:13 -0300 Subject: [PATCH] README: update --- README.md | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 25a7714..5bd991d 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,32 @@ -## About +
+ portzap +
-portzap is a simple bourne shell script that takes care of keeping up to -date with the [HardenedBSD](https://hardenedbsd.org) ports collection. +portzap is a utility for staying up to date with the +[HardenedBSD ports tree](https://hardenedbsd.org). +The utility stores a transient copy of the ports tree in `/home/_portzap/ports/`. +The transient copy can be created, and updated by an unprivileged user account +who is a member of the `_portzap` group. The transient copy can then be installed +into the `/usr/ports` directory by root. -The -[HardenedBSD ports collection](https://git.hardenedbsd.org/hardenedbsd/ports.git) -is maintained as a git repository, and portzap allows the repository to be cloned -(and updated) using a regular user account. The unpacking of the repository to -`/usr/ports` is also supported but must be performed by root. -## Usage - -* **portzap init**+ Usage +
* **portzap clone**+ Sources +
* [Source code (git.hardenedbsd.org)](https://git.hardenedbsd.org/0x1eef/portzap) * [Source code (GitHub)](https://github.com/0x1eef/portzap)