| PORTIMPORT(1) | General Commands Manual | PORTIMPORT(1) |
portimport —
import a new port to the ports cvs repository
portimport |
[-p portsdir]
[-u username] |
portimport is used to import the
directories and files of a new port to the OpenBSD
ports cvs(1) repository, avoiding common mistakes. It has
to be executed from within the new port's directory.
portimport calls the
portcheck(1) internally to verify that directory and file
structure for a port is in place and that no bogus files exist, and also to
detect the PKGPATH for a port.
The import is done in two steps. In the first step, the
-n option of the cvs command is used to only check
for possible problems without changing anything and shows the cvs path where
the new port will be imported. In the second step, the current ports
directory is imported to the OpenBSD ports cvs
repository. After the import, the new port is checked out in the respective
directory of the local ports tree.
The following options are available:
-p
portsdir-u
usernameThis command is based on the portimport script of Marc Espie, lightly modified by Stuart Henderson and rewritten by Robert Peichaer. Later, actual checks were moved to a separate utility, portcheck(1).
The CVSROOT environment variable is not
used.
| June 26, 2018 | Debian |