From feb4c0f2f7d40447aa6bd2e19276a6d5f0b031b0 Mon Sep 17 00:00:00 2001 From: hellfire103 Date: Wed, 22 Apr 2026 21:00:19 +0200 Subject: [PATCH] Add pkgsrc (#491) pkgsrc is a package manager that supports Linux, BSD, illumos, and macOS, and I would assume is covered by NetBSD's [somewhat ambiguous policy](https://www.netbsd.org/developers/commit-guidelines.html). Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/491 Reviewed-by: JesseBot --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd1e42..7b21636 100644 --- a/README.md +++ b/README.md @@ -745,7 +745,11 @@ This is a section for repos that are similar to this one either because they are > [!Note] > ### Package Manager Alternatives -> For more operating systems, there are is a default package mananager provided to you (e.g. `apt`). You may consider using this, or you can consider a manual installation of the software you choose. There's also the option of compiling from source. If you have any other suggestions for package managers with a "No AI" policy, please feel free to open a PR. +> For more operating systems, there are is a default package mananager provided to you (e.g. `apt`). You may consider using this, or you can consider a manual installation of the software you choose. There's also the option of compiling from source. Cross-platform alternatives include: +> +> * [pkgsrc](https://pkgsrc.org/) - A framework for managing third-party software on UNIX-like systems. Used by default on [NetBSD](https://www.netbsd.org/) and [SmartOS](https://wiki.smartos.org/), but also available on Linux, macOS, and illumos. +> +> If you have any other suggestions for package managers with a "No AI" policy, please feel free to open a PR. ## Password Management