PKG_DELETE(1) - General Commands Manual # PKG_DELETE(1) - General Commands Manual
NAME # pkg_delete - delete software package distributions
SYNOPSIS # pkg_delete [-acIimnqsVvXx] [-B pkg-destdir] [-D name[=value]] [pkg-name …]
DESCRIPTION # The pkg_delete command is used to delete packages that have been previously installed with the pkg_add(1) command.
Package names may be specified either as the package name itself, or as a filename which consists of the package name plus the “.
...
PKG_INFO(1) - General Commands Manual # PKG_INFO(1) - General Commands Manual
NAME # pkg_info - display information on software packages
SYNOPSIS # pkg_info [-AaCcdfIKLMmPqRSstUvz] [-D name[=value]] [-E filename] [-e pkg-name] [-l str] [-Q substring] [-r pkgspec] [pkg-name …]
DESCRIPTION # The pkg_info command is used to dump out information for packages, as created by pkg_create(1), which may be still packed up or already installed on the system with the pkg_add(1) command.
...
PKG_SIGN(1) - General Commands Manual # PKG_SIGN(1) - General Commands Manual
NAME # pkg_sign - sign binary packages for distribution
SYNOPSIS # pkg_sign [-Cvi] [-D name[=value]] [-j maxjobs] [-o dir] -s signify2 -s privkey [-S source] [pkg-name …]
DESCRIPTION # The pkg_sign command is used to sign existing collections of binary packages created by pkg_create(1).
It will sign the packages and optionally, produce a SHA256 manifest file in the output directory.
...
PORTS(7) - Miscellaneous Information Manual # PORTS(7) - Miscellaneous Information Manual
NAME # ports - contributed applications
DESCRIPTION # The OpenBSD Ports Collection is the infrastructure used to create binary packages for third party applications.
For normal usage refer to packages(7), as most ports produce binary packages which are available from the official HTTP mirrors.
Each port contains any patches necessary to make the original application source code compile and run on OpenBSD.
...
RELEASE(8) - System Manager’s Manual # RELEASE(8) - System Manager’s Manual
NAME # release - building an OpenBSD release
DESCRIPTION # There are several steps necessary to build a release:
Update sources. Build and install a new kernel. Build a new base system. Make and validate the base system release. Build and install Xenocara. Make and validate the Xenocara release. Create boot and installation disk images. Make the third party packages.
...
SIGNIFY(1) - General Commands Manual # SIGNIFY(1) - General Commands Manual
NAME # signify - cryptographically sign and verify files
SYNOPSIS # signify -C [-q] [-p pubkey] [-t keytype] -x sigfile [file …]
signify -G [-n] [-c comment] -p pubkey -s seckey
signify -S [-enz] [-x sigfile] -s seckey -m message
signify -V [-eqz] [-p pubkey] [-t keytype] [-x sigfile] -m message
DESCRIPTION # The signify utility creates and verifies cryptographic signatures.
...
UPDATE-PLIST(1) - General Commands Manual # UPDATE-PLIST(1) - General Commands Manual
NAME # update-plist - create or update packing-list(s) for a given port
SYNOPSIS # PORTSDIR=path [FAKE_TREE_OWNER=user PORTS_TREE_OWNER=user doas]
update-plist [-Ffmnqrvx] [-C dir] [-c var] [-E ext] [-e ext] [-I var] [-i var] [-j jobs] [-S var] [-s var] [-X path] [-w suffix] – pkg_create_args …
DESCRIPTION # update-plist is a helper script for the target update-plist in bsd.port.mk(5).
...