From 924343aa8d238f22f04c52e91d1ec2e295efaf09 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 02 Sep 2014 12:14:53 -0400 Subject: dev/prokit/*: New manual pages --- diff --git a/dev/prokit/prokit-build.8.mdwn b/dev/prokit/prokit-build.8.mdwn new file mode 100644 index 0000000..fefa5fc --- /dev/null +++ b/dev/prokit/prokit-build.8.mdwn @@ -0,0 +1,71 @@ +[[!meta title="prokit-build"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

prokit-build +− Build a package

+ +

SYNOPSIS + +

+ + +

prokit +build root-dir [option ...] +pkg-dir

+ +

DESCRIPTION + +

+ + +

prokit +build runs opkbuild to build a package in an +isolated file system environment, temporarily installing any +missing build dependencies.

+ +

options +are opkbuild options. Run prokit build -h . +for more information.

+ +

pkg-dir +is a source package directory.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2014 Patrick "P. J." McDermott

+ +

The ProteanOS +Development Kit is free software: you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation, either +version 3 of the License, or (at your option) any later +version.

+ +

The ProteanOS +Development Kit is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details.

+ +

You should have +received a copy of the GNU General Public License along with +the ProteanOS Development Kit. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/prokit/prokit-help.1.mdwn b/dev/prokit/prokit-help.1.mdwn new file mode 100644 index 0000000..733a358 --- /dev/null +++ b/dev/prokit/prokit-help.1.mdwn @@ -0,0 +1,71 @@ +[[!meta title="prokit-help"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

prokit-help +− Print help information

+ +

SYNOPSIS + +

+ + +

prokit +help [command]

+ +

DESCRIPTION + +

+ + +

With no +command given, prokit help prints a synopsis +and option list for the prokit command and a list of +prokit commands with descriptions.

+ +

With a +command given, prokit help prints a synopsis +for that command.

+ +

Note that +prokit -h [command] is equivalent to prokit +help [command].

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2014 Patrick "P. J." McDermott

+ +

The ProteanOS +Development Kit is free software: you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation, either +version 3 of the License, or (at your option) any later +version.

+ +

The ProteanOS +Development Kit is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details.

+ +

You should have +received a copy of the GNU General Public License along with +the ProteanOS Development Kit. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/prokit/prokit-opkg.8.mdwn b/dev/prokit/prokit-opkg.8.mdwn new file mode 100644 index 0000000..7fb3a30 --- /dev/null +++ b/dev/prokit/prokit-opkg.8.mdwn @@ -0,0 +1,73 @@ +[[!meta title="prokit-opkg"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

prokit-opkg +− Manage packages with opkg

+ +

SYNOPSIS + +

+ + +

prokit +opkg root-dir [option ...] +sub-command [argument ...]

+ +

DESCRIPTION + +

+ + +

prokit +opkg runs opkg in an isolated file system +environment.

+ +

options +are opkg options and sub-command is an +opkg sub-command. See the usage information for +opkg for more information.

+ +

If +sub-command is install, any package files +listed in arguments are temporarily copied into the +isolated system for installation.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2014 Patrick "P. J." McDermott

+ +

The ProteanOS +Development Kit is free software: you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation, either +version 3 of the License, or (at your option) any later +version.

+ +

The ProteanOS +Development Kit is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details.

+ +

You should have +received a copy of the GNU General Public License along with +the ProteanOS Development Kit. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/prokit/prokit-shell.8.mdwn b/dev/prokit/prokit-shell.8.mdwn new file mode 100644 index 0000000..f454a0f --- /dev/null +++ b/dev/prokit/prokit-shell.8.mdwn @@ -0,0 +1,102 @@ +[[!meta title="prokit-shell"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+EXAMPLES
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

prokit-shell +− Run a shell in an isolated environment

+ +

SYNOPSIS + +

+ + +

prokit +shell root-dir [command [argument +...]]

+ +

DESCRIPTION + +

+ + +

prokit +shell starts a shell in an isolated file system +environment (using chroot(8)) with basic file systems +mounted.

+ +

If a +command is given (with optional arguments), it +is executed in a non-interactive shell.

+ +

EXAMPLES + +

+ + + + + + + + + + + + + +
+ + +

+ + +

# prokit shell $root echo Hello +world

+ + +

+ + +

# prokit shell $root ’opkg install +build-essential-$(cat /etc/proteanos_arch)’

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2014 Patrick "P. J." McDermott

+ +

The ProteanOS +Development Kit is free software: you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation, either +version 3 of the License, or (at your option) any later +version.

+ +

The ProteanOS +Development Kit is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details.

+ +

You should have +received a copy of the GNU General Public License along with +the ProteanOS Development Kit. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/prokit/prokit-version.1.mdwn b/dev/prokit/prokit-version.1.mdwn new file mode 100644 index 0000000..aa6cb4e --- /dev/null +++ b/dev/prokit/prokit-version.1.mdwn @@ -0,0 +1,65 @@ +[[!meta title="prokit-version"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

prokit-version +− Print version information

+ +

SYNOPSIS + +

+ + +

prokit +version

+ +

DESCRIPTION + +

+ + +

prokit +version prints version, copyright, and license +information for prokit.

+ +

Note that +prokit -V is equivalent to prokit version.

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2014 Patrick "P. J." McDermott

+ +

The ProteanOS +Development Kit is free software: you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation, either +version 3 of the License, or (at your option) any later +version.

+ +

The ProteanOS +Development Kit is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details.

+ +

You should have +received a copy of the GNU General Public License along with +the ProteanOS Development Kit. If not, see +<http://www.gnu.org/licenses/>.

+ diff --git a/dev/prokit/prokit.1.mdwn b/dev/prokit/prokit.1.mdwn new file mode 100644 index 0000000..4db796b --- /dev/null +++ b/dev/prokit/prokit.1.mdwn @@ -0,0 +1,133 @@ +[[!meta title="prokit"]] + +NAME
+SYNOPSIS
+DESCRIPTION
+OPTIONS
+PROKIT COMMANDS
+COPYRIGHT
+ +
+ + +

NAME + +

+ + +

prokit − +ProteanOS Development Kit

+ +

SYNOPSIS + +

+ + +

prokit +[option ...] command [arg ...]

+ +

DESCRIPTION + +

+ + +

prokit +can install a ProteanOS system and run a ProteanOS shell +within an isolated file system environment using the chroot +utility. It is similar in function to the debootstrap +program of Debian and derivatives.

+ +

OPTIONS + +

+ + + + + + + + + + + + + + + +
+ + +

−h

+ + +

Print help information

+
+ + +

−V

+ + +

Print version information

+
+ +

PROKIT COMMANDS + +

+ + + +

prokit-help(1)

+ +

Print help information

+ +

prokit-version(1)

+ +

Print version information

+ +

prokit-install(8)

+ +

Install a system into a +directory

+ +

prokit-shell(8)

+ +

Run a shell in an isolated +environment

+ +

prokit-opkg(8)

+ +

Manage packages with opkg

+ +

prokit-build(8)

+ +

Build a package

+ +

COPYRIGHT + +

+ + +

Copyright (C) +2014 Patrick "P. J." McDermott

+ +

The ProteanOS +Development Kit is free software: you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation, either +version 3 of the License, or (at your option) any later +version.

+ +

The ProteanOS +Development Kit is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details.

+ +

You should have +received a copy of the GNU General Public License along with +the ProteanOS Development Kit. If not, see +<http://www.gnu.org/licenses/>.

+ -- cgit v0.9.1