opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

Commit: 5ddd9317d614421f76ebe5827f639976f4feee02
Parent: 8ae2f32b8c74130e430bcf2acd3390b72ba58e13
Author: Randy Palamar
Date:   Thu,  8 Feb 2024 06:42:48 -0700

README: update differences and document new packages

note: manpage compression is now configurable

Diffstat:
MREADME.md | 16+++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -11,7 +11,21 @@ The majority of things are unchanged. Most notably: Changes ------- * Packages have been moved to sorted directories. -* Man pages are installed uncompressed. * The set of packages is curated to my personal preferences. +* OpenBSD `xargs` instead of sbase for parallel processing support. +* cmark was replaced with [md4c][]. +Additional Packages +------------------- +* [hyx][] - tiny hex editor +* [libgit2][] - no network support; needed for stagit. +* [optipng][] - PNG image optimizer +* [spm][] - simpler pass +* [stagit][] - static webpage generator for git repos. + +[hyx]: https://yx7.cc/code/ +[libgit2]: https://github.com/libgit2/libgit2 +[md4c]: https://github.com/mity/md4c [oasis]: https://github.com/oasislinux/oasis +[spm]: https://github.com/rnpnr/spm +[stagit]: https://git.codemadness.org/stagit/file/README.html