Bsd.port.mk

PKG_INFO(1) - General Commands Manual

Pkg_delete, Package, Pkg_add, Specs, Pkgpath, Bsd.port.mk, Pkg_create, Pkg-Info

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. ...

PKGPATH(7) - Miscellaneous Information Manual

Ports, Packages, Specs, Dpb, Bsd.port.mk, Pkgpath

PKGPATH(7) - Miscellaneous Information Manual # PKGPATH(7) - Miscellaneous Information Manual NAME # pkgpath - ports tree location for a package build DESCRIPTION # Each location in the ports tree is uniquely identified through a pkgpath, which encodes the directory, flavor and subpackage information that allows the build of a package. This is not to be confused with PKG_PATH, the list of URLs from which pkg_add(1) retrieves binary packages. ...

PORT-MODULES(5) - File Formats Manual

Ports, Module, Bsd.port.mk, Make, Port-Modules

PORT-MODULES(5) - File Formats Manual # PORT-MODULES(5) - File Formats Manual NAME # port-modules - documentation and conventions used in port modules DESCRIPTION # The OpenBSD Ports framework is based on a gigantic makefile named bsd.port.mk(5). In order to curb unwieldy growth, parts of the framework that are not always needed have been set apart in optional files called port modules, which are retrieved as needed through the MODULES variable of bsd. ...

PORTS(7) - Miscellaneous Information Manual

Pkg_delete, Modules, Pkg_add, Packages, Make, Dpb, Pkg_info, Bsd.port.mk, Pkg_create, Ports

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. ...

REGISTER-PLIST(1) - General Commands Manual

Bsd.port.mk, Register-Plist

REGISTER-PLIST(1) - General Commands Manual # REGISTER-PLIST(1) - General Commands Manual NAME # register-plist - smart diff and registration of packing-lists SYNOPSIS # register-plist [-n] [-s snapdir] dir [pkgname …] register-plist -p dir register-plist -t p1 p2 DESCRIPTION # register-plist is used to check that a packing-list for a given package name doesn’t change. By default, it is invoked at the end of make package, and compares a temporary package with the ${PLIST_REPOSITORY} before moving it to ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/all (see PACKAGE_REPOSITORY and PLIST_REPOSITORY in bsd. ...

RUBY-MODULE(5) - File Formats Manual

Bsd.port.mk, Modules, Ruby-Module

RUBY-MODULE(5) - File Formats Manual # RUBY-MODULE(5) - File Formats Manual NAME # ruby-module - lang/ruby port module DESCRIPTION # This manual page documents the behavior of setting MODULES``=lang/ruby in the ports(7) tree. The main usage of the lang/ruby module is to allow a single Ruby gem-based port to build packages for multiple versions of Ruby. The lang/ruby module also simplifies ports that depend on Ruby by automatically setting up the correct dependencies and defining commonly needed variables. ...

UPDATE-PLIST(1) - General Commands Manual

Pkg_add, Pkg_create, Bsd.port.mk, Update-Plist

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). ...