What's the current way of creating a FreeBSD package?
This post shows embedding the files in the `+MANIFEST`:
siberoloji.com
The man pages show a `package-list` or `plist` file:
man.freebsd.org
The `plist` file does have more fidelity, in that you can set the uid and gid of the files...
This post shows embedding the files in the `+MANIFEST`:
How to Create a FreeBSD Package with `pkg-create` on FreeBSD Operating System
Learn how to create custom FreeBSD packages using the `pkg-create` utility, with practical examples and best practices.
The man pages show a `package-list` or `plist` file:
pkg-create
The `plist` file does have more fidelity, in that you can set the uid and gid of the files...