Posts Tagged poudriere
pkg repo shenanigans
Tuesday, 10 Jun 2025
FreeBSD’s poudriere(8) tool is tightly integrated with the pkg(8) repository system, which is used to manage packages on FreeBSD systems. This post is a stub, so I can at least share the snippets I me…
An introduction to FreeBSD packaging
Thursday, 3 May 2018
FreeBSD 10+ provides a new pkg(7) tool and a new efficient binary format for storing package info, with similar functionality to apt or yum in Linux distros. Despite this, building custom packages on …