Portimport

PORTCHECK(1) - General Commands Manual

Portimport, Portcheck

PORTCHECK(1) - General Commands Manual # PORTCHECK(1) - General Commands Manual NAME # portcheck - validate a port before submitting SYNOPSIS # portcheck [-dNP] [-p portsdir] [-x pattern] portcheck -A [-dP] [-p portsdir] [-x pattern] [subdir …] DESCRIPTION # portcheck is used to validate the OpenBSD port or port hierarchy in current directory. It should be used before submitting ports for review to avoid making common mistakes. portcheck verifies that directory and file structure for a port is in place and that no bogus files exist. ...

PORTIMPORT(1) - General Commands Manual

Portcheck, Cvs, Portimport

PORTIMPORT(1) - General Commands Manual # PORTIMPORT(1) - General Commands Manual NAME # portimport - import a new port to the ports cvs repository SYNOPSIS # portimport [-p portsdir] [-u username] DESCRIPTION # 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. ...